* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	min-width: 1400px;
}


.element {
	-ms-overflow-style: none;
}

body {
	width: 100%;
	height: auto;
	color: #333333;
	font-size: 16px;
	font-family: "微软雅黑", arial;
	overflow-x: hidden;
	display: inline-block;
}


html,
body {
	/* overflow-x: hidden; */
	/* overflow-y: scroll; */
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: #333333;
}

ul {
	list-style: none
}

img {
	border-style: none
}

input,
textarea,
select,
button {
	font-size: 100%;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none
}

select {
	margin: inherit;
}

.container {
	width: 1400px;
	margin: 0 auto;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.swiper-l {
	width: 100%;
	height: 330px;
}

.swipt-r {
	width: 100%;
	float: left;
	display: none;
}

.swipt-r:first-child {
	display: block;
}

.w1400 {
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.plent {
	/* 	position: relative;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; */
	width: 100%;
	height: auto;
}

.absolute-div {
	width: 100%;
	height: auto;
	/* position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; */
}

.kweqq {
	width: 100%;
	/* position: absolute;
	left: -75px; */
	margin: 0 auto;
}

.mt50 {
	margin-top: 50px;
}

.ml70 {
	margin-left: 70px;
}

/* 头部 */

.head-contain {
	width: 100%;
	height: 70px;
	vertical-align: middle;
}

.head-logo {
	float: left;
	margin-top: 11px;
}

.head-search {
	float: right;
	width: 420px;
	height: 40px;
	margin-top: 15px;
	border: 1px solid #B71D1D;
	position: relative;
}

.head-search input {
	width: 335px;
	height: 100%;
	display: inline-block;
	font-size: 14px;
	height: 32px;
	margin-top: 4px;
	float: left;
	margin-left: 5px;
	box-sizing: border-box;
}

.head-search .search-btn {
	width: 80px;
	height: 40px;
	background: #B71D1D;
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
	cursor: pointer;
	position: absolute;
	right: -1px;
	top: 0;
}


/* 导航栏 */

.banner-contain {
	width: 100%;
	height: 390px;
}

.banner-box {
	width: 100%;
	height: 330px;
	background: url(../img/banner1.png) no-repeat center center;
	overflow: hidden;
	background-size: cover;
}

.nav-contain {
	width: 100%;
	height: 60px;
	background: #B71D1D;
}

.nav-contain ul {
	width: 100%;
	height: 60px;
}

.nav-contain ul li {
	width: 200px;
	height: 100%;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	float: left;
	cursor: pointer;
}

.nav-contain ul li a {
	color: #FFFFFF;
	display: block;
}

.nav-contain ul li.active,
.nav-contain ul li:hover {
	background: #DC9B18;
}


/* 内容 */

.headline-contain {
	width: 100%;
	height: 80px;
	/* background: #C62F26;
	opacity: 0.08; */
	background: rgba(198, 47, 38, 0.08);
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.headline-contain p.headline-title {
	font-size: 32px;
	color: #C62F26;
	text-align: center;
	font-weight: bold;
	width: 80%;
	line-height: 80px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.headline-contain p.headline-content {
	color: #666666;
	line-height: 22px;
	width: 1340px;
	/* padding: 0 30px; */
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
}

.headline-contain p.headline-hot {
	background: #C62F26;
	width: 100px;
	height: 30px;
	transform: rotate(-44deg);
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	position: absolute;
	top: 9px;
	left: -24px;
	text-align: center;
}


/* 第二部分 */

.content2-box {
	height: 380px;
}

.content2-lunbo {
	width: 680px;
	height: 380px;
	float: left;
}

.content2-lunbo .swiper-container {
	width: 100%;
	height: 100%;
}

.content2-lunbo .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.content2-lunbo .swiper-slide img {
	width: 100%;
	height: 100%;
	box-sizing: 100% 100%;
}

.content2-lunbo .swiper-slide .slide-p {
	position: absolute;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	padding-left: 20px;
	box-sizing: border-box;
}


/* 校园聚焦 */

.xyjj-contain {
	width: 680px;
	height: 340px;
	float: right;
}

.content-title {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #E5E5E5;
}

.content-title p {
	float: left;
	height: 100%;
	font-size: 18px;
	color: #B71D1D;
	letter-spacing: 0;
	line-height: 24px;
	border-bottom: 1px solid #B71D1D;
}

.content-title p.tabs {
	margin-right: 30px;
	cursor: pointer;
}

.content-title p.none {
	border-bottom: none;
	color: #666666;
}

.content-title span {
	display: block;
	float: right;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 24px;
	cursor: pointer;
}


.content-title1 {
	width: 100%;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #E5E5E5;
}

.content-title1 p {
	float: left;
	height: 100%;
	font-size: 18px;
	color: #B71D1D;
	letter-spacing: 0;
	line-height: 24px;
	border-bottom: 1px solid #B71D1D;
}

.content-title1 p.tabs {
	margin-right: 30px;
	cursor: pointer;
}

.content-title1 p.none {
	border-bottom: none;
	color: #666666;
}

.content-title1 span {
	display: block;
	float: right;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 24px;
	cursor: pointer;
}



.xyjj-contain ul {
	width: 100%;
	height: auto;
}

.xyjj-contain ul li {
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #E5E5E5;
}

.xyjj-contain ul li p {
	float: left;
	width: 630px;
	. overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 100%;
	line-height: 60px;
	cursor: pointer;
}

.xyjj-contain ul li span {
	float: right;
	width: 120px;
	display: block;
	height: 100%;
	font-size: 14px;
	color: #A27476;
	letter-spacing: 0;
	line-height: 60px;
}


/* 第三部分 */

.content3-box {
	height: 405px;
}


/* 通知公告 */

.tzgg-contain,
.gbpx-contain,
.xglj-contain {
	float: left;
	width: 420px;
	height: auto;
}

.tzgg-contain ul {
	width: 100%;
	height: auto;
}

.tzgg-contain ul li {
	width: 100%;
	height: 92.5px;
}

.tzgg-contain ul li .time {
	display: none;
}

.tzgg-contain ul li .left-date {
	float: left;
	width: 56px;
	margin-top: 20px;
}

.tzgg-contain ul li .left-date p {
	font-size: 30px;
	width: 100%;
	color: #B71D1D;
	letter-spacing: 0;
	text-align: center;
	line-height: 36px;
}

.tzgg-contain ul li .left-date span {
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	text-align: center;
	line-height: 17px;
}

.tzgg-contain ul li .tzgg-title {
	letter-spacing: 0;
	line-height: 26px;
	margin-left: 30px;
	float: left;
	width: 334px;
	margin-top: 20px;
	cursor: pointer;
}


/* 干部培训 */

.gbpx-contain ul {
	width: 100%;
	height: auto;
}

.gbpx-contain ul li {
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #E5E5E5;
}

.gbpx-contain ul li p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 26px;
	padding: 20px 0 20px 0;
	cursor: pointer;
}

.gbpx-contain ul li span {
	display: block;
	font-size: 14px;
	color: #A27476;
	letter-spacing: 0;
	line-height: 20px;
}


/* 相关链接 */

.xglj-contain ul {
	width: 100%;
	height: 363px;
	background-image: linear-gradient(180deg, #FCFCFC 0%, #FFFFFF 0%, #F8F8F8 100%);
}

.xglj-contain ul li {
	width: 50%;
	height: 120px;
	float: left;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	cursor: pointer;
}

.xglj-contain ul li:nth-child(2n-1) {
	border-right: 1px solid #E5E5E5;
}

.xglj-contain ul li p {
	width: 100%;
	padding: 20px 0 5px 0;
	text-align: center;
}

.xglj-contain ul li span {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 26px;
}


/* 教师风采 */

.jsfc-contain {
	width: 100%;
	height: 530px;
	background: url(../img/bg-footer.png) no-repeat center center;
	background-size: 100% 100%;
}

.jsfc-box {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.jsfc-box ul {
	width: 100%;
	height: auto;
}

.jsfc-box ul li {
	width: 180px;
	float: left;
	margin-right: 64px;
	cursor: pointer;
}

.jsfc-box ul li:last-child {
	margin-right: 0;
}

.jsfc-box ul li img {
	width: 100%;
	/*height: 230px;*/
}

.jsfc-box ul li p {
	width: 100%;
	font-size: 20px;
	letter-spacing: 0;
	text-align: center;
	margin-top: 35px;
}


/* 底部 */
.foot-contain {
	width: 100%;
	height: 290px;
	background: #B71D1D;
}

.website-contain {
	width: 100%;
	height: 160px;
}

.website-contain ul {
	width: 100%;
	height: 70px;
}

.father-ul {
	border-bottom: 1px solid #E15656;
}

.father-ul li {
	float: left;
	font-size: 16px;
	color: #E69595;
	letter-spacing: 0;
	text-align: justify;
	line-height: 70px;
	margin-right: 100px;
	cursor: pointer;
}

.father-ul li.active,
.father-ul li:hover {
	color: #FFFFFF;
}

.son-ul li {
	font-size: 14px;
	color: #E69595;
	letter-spacing: 0;
	text-align: justify;
	line-height: 30px;
	margin-right: 40px;
	float: left;
	cursor: pointer;
}

.son-ul li a {
	color: #E69595;
}

.son-ul li a:hover {
	color: #FFFFFF;
}

.webinfo-contain {
	width: 100%;
	margin-top: 10px;
}

.webinfo-contain img:first-child {
	float: left;
	margin-top: 20px;
}

.webinfo-box {
	margin-left: 30px;
	float: left;
}

.webinfo-box p span {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 30px;
	display: inline-block;
	margin-right: 25px;
}

.webinfo-contain img:last-child {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

.webinfo-contain img {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}

.main {
	position: relative;
	top: -100px;
	z-index: 100;
}

.bannerchild {
	background: url(../img/bg-xyjj.png) center no-repeat;
	height: 300px;
	background-size: cover;
}


/*列表页*/

.listBox {
	border: 1px solid #E5E5E5;
	position: relative;
	margin-top: 100px;
	min-height: 800px;
}

.leftBox {
	width: 250px;
	position: absolute;
	top: -81px;
}

.rightBox {
	width: 1120px;
}

.list_title {
	font-size: 24px;
	color: #FFFFFF;
	background: #B71D1D;
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 80px;
	text-align: center;
	line-height: 80px;
}

.childUl {
	width: 210px;
	padding: 0 20px;
}

.childUl li {
	line-height: 72px;
	text-align: center;
}

.childUl li a {
	color: #666666;
	padding: 26px 72px;
	border-bottom: 1px solid #E5E5E5;
}

.childUl li span.active a {
	border-bottom: 1px solid #B71D1D;
}

.childUl li span.active a {
	color: #B71D1D;
}

.childUl li .level2 {
	display: none;
}

.crumb {
	font-size: 14px;
	color: #8F8F8F;
	border-bottom: 1px solid #E2E2E2;
}

.crumb a {
	font-size: 14px;
	color: #8F8F8F;
	line-height: 58px;
	margin: 0 10px;
}

.listchild .tabCont {
	display: none;
}

.listchild .tabCont.show {
	display: block;
}

.listchild li {
	line-height: 52px;
	border-bottom: 1px dashed #E2E2E2;
	overflow: hidden;
	padding: 1px 0 1px 35px;
	background: url(../img/dot-circle.png) 10px center no-repeat;
}

.listchild li a {
	width: 80%;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listchild li a span {
	padding-right: 30px;
}

.timel {
	float: right;
	margin-right: 20px;
}


/*内容页*/

.contentBox {
	width: 860px;
	padding: 40px 70px;
	font-size: 16px;
	color: #333333;
}

.titles {
	font-size: 32px;
	width: 720px;
	margin: 0 auto;
	text-align: center;
}

.desc {
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin: 30px;
}

.desc span {
	margin-right: 20px;
}

.newsxw {
	width: 380px;
	margin-right: 20px;
	margin-top: 100px;
}

.newsxw p {
	line-height: 32px;
}

.title_cont {
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.newslist {
	border-left: 1px solid #D8D8D8;
	margin-top: 30px;
	padding-left: 30px;
}

.newslist .timen {
	font-size: 14px;
	color: #A27476;
	line-height: 14px;
	margin-bottom: 10px;
}

.newslist p {
	color: #666666;
}

.newslist li {
	position: relative;
	margin-bottom: 45px;
}

.newslist li:last-child {
	margin-bottom: 0;
}

.newslist li:before {
	content: ' ';
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #D8D8D8;
	position: absolute;
	left: -36px;
	top: 0px;
	background: #FFFFFF;
}

.newslist li.active:before {
	background: #B71D1D;
	border: 1px solid #B71D1D;
}

.newslist li.active p {
	color: #B71D1D;
}


/*翻页*/

.page-large {
	margin: 50px;
	text-align: center;
}

.page-large a {
	padding: 5px 10px;
	border: 1px solid #D5D5D5;
	border-radius: 4px;
	color: #999999;
	margin: 10px;
}

.page-large a.on {
	background: #B71D1D;
	color: #ffffff;
}

/*首页轮播*/
.bx-controls {
	display: none;
}

.banner-box {
	position: relative;
}

.banner-box .next,
.banner-box .prev {
	position: absolute;
	top: 150px;
	z-index: 100;
	width: 30px;
	height: 50px;
	opacity: 0.5;
}

.banner-box .next:hover,
.banner-box .prev:hover {
	opacity: 1;
}

.banner-box .next {
	background: url(../img/right.png) center no-repeat;
	right: 100px;
}

.banner-box .prev {
	left: 100px;
	background: url(../img/left.png) center no-repeat;
}

/*回到顶部*/
#goTop {
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 70px;
	height: 70px;
	background: #e0e0e0;
	border-radius: 4px;
	z-index: 99;
	display: none;
}

.pointer {
	cursor: pointer;
}

#goTop i {
	display: block;
	color: #999;
	font-size: 15px;
	margin: 0 auto;
	width: 30px;
	margin-top: 25px;
}

.podtr {
	float: left;
}

/* 2021-09-26 */
.main::after {
	content: '';
	display: inline-block;
	height: 300px;
}

.prtf.mobile-sp {
	position: relative;
	height: 100%;
	min-height: 600px;
}

.foot-contain.mobile-sp {
    position: fixed;
    bottom: 0;
	z-index: 101;
}