.list-img{
	width: 100%;
}

.common-content{
	float: left;
	width: 100%;
	min-height: 200px;
	padding-bottom: 10px;
	margin-top: 20px;
}

.common-left{
	float: left;
	width: 19.583%;
	position: relative;
}

.common-right{
	float: right;
	width: 75.416%;
	margin-top: 5px;
}

.local-title{
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
	padding: 20px 25px;
	background-color: #b13535;
}


.thr-sub{
	display: none;
}

.sub-open,
.navlist2 li a{
	display: block;
	letter-spacing: 1px;
}

.navlist2{
	margin-bottom: 10px;
}
.navlist2 li{
	position: relative;
}
.navlist2>li>a{
	font-size: 18px;
	letter-spacing: 1px;
	color: #666;
	padding: 18px 25px;
	background-color: #eee;
	margin-bottom: 1px;
}

.navlist2 .has-sub >a{
	position: relative;
}
.navlist2 .has-sub >a:after{
	content:"";
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 0;
	width: 0;
	border:5px solid transparent;
	border-left-color: #b13535;

}

.navlist2>li.active>a{
	color: #b13535!important;
	font-weight: bold;
	background: #fff;
	position: relative;
}
.navlist2>li.active:before{
	content:"";
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	background: #b13535;
	z-index: 1;
}

.thr-sub li a{
	font-size: 14px;
	color: #666;
	padding: 8px 35px;
}

.thr-sub li a.active{
	color: #b13535;
	font-weight: bold;
}

.navlist2 li a:hover{
	color: #b13535;
}

.common-local{
	font-size: 12px;
	color: #666;
	padding: 2px 0 10px 22px;
	border-bottom: 2px solid #b13535;
	background: url(../images/icon_local.png) left 3px no-repeat;
	margin-bottom: 8px;
}

.common-local a{
	color: #666;
}

.common-local a:hover{
	color: #b13535;
}

.common-list>li>a{
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.common-list>li.list-F>a{
	padding: 11px 12px;
	background: #eee;
}

.common-list>li.list-F>a .list-left{
	float: left;
	width: 22%;
	height: 118px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.common-list>li.list-F>a .list-left img{
	display: none;
}

.common-list>li.list-F>a .list-right{
	width: 75%;
	float: right;
	position: relative;
}

.common-list>li.list-F>a .list-right h4{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	margin-bottom: 15px;
}

.common-list>li.list-F>a .list-right p{
	font-size: 12px;
	line-height: 24px;
	color: #4b4b4b;
	text-indent: 2em;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
}

.common-list>li.list-F>a .list-right small{
	font-size: 12px;
	color: #666;
}

.common-list>li.list-F>a .list-right img{
	position: absolute;
	right: 22px;
	transition: all .2s ease-in;
}

.common-list>li.list-F>a:hover .list-right h4{
	color: #b13535;
}

.common-list>li.list-F>a:hover .list-right img{
	right: 12px;
}

.common-list>li.list-S{
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.common-list>li.list-S>a{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 28px;
	max-height: 56px;
	overflow: hidden;
	color: #000;
	padding: 0 80px 0 20px;
}

.common-list>li.list-S>a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	margin: auto;
	height: 8px;
	width: 8px;
	background-color: #b13535;
}
.common-list>li.list-S>a span{
	font-size: 12px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
.common-list>li.list-S>a:hover{
	color: #b13535;
}

.list-title {
	border-bottom: 1px solid #b13535;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.list-title h4 {
	float: left;
	font-size: 16px;
	background-color: #b13535;
	padding: 8px;
	color: #fff;
}

.list-show {
	color: #b13535;
	margin-top: 17px;
	font-size: 15px;
	cursor: pointer;
}

.article-title{
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #b13535;
}

.article-small{
	font-size: 0;
	text-align: center;
	margin: 15px 0 20px;
	/*background-color: #f3f3f3;*/
	padding: 10px 0;
}
.publish-unit{
	position: relative;
}
.publish-unit:before{
	content:"";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 10px;
	/*background-color: #4b4b4b;*/
}

.article-small span{
	font-size: 12px;
	letter-spacing: 1px;
	color: #6d6d6d;
	display: inline-block;
	padding: 0 20px;
}

.photo-list{
	font-size: 0;
	margin: 0 -2.91%;
}

.photo-list>li{
	display: inline-block;
	width: 27.5%;
	margin: 2% 2.91%;
}

.photo-list>li>a{
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.photo-list>li>a img{
	display: none;
}

.photo-list>li>a p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	padding: 0 15px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
}

.photo-list>li>a:hover p{
	color: #1d8cc0;
}





.index-part1 .column{
	margin-top: 40px;
}
.index-part1 .index-bn{
	float: left;
	width: 57.5%;
}
.index-part1 .index-bn .item{
	height: 400px;
	position: relative;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.index-part1 .index-bn .tit{
	position: absolute;
	width: 100%;
	line-height: 46px;
	padding: 0 135px 0 25px;
	background: #000\0;
	background: rgba(0,0,0,0.5);
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.index-part1 .slick-dots{
	position: absolute;
	right: 10px;
	bottom: 0;
	padding: 17px 0;
	font-size: 0;

}
.index-part1 .slick-dots li{
	height: 12px;
	width: 12px;
	display: inline-block;
	border-radius: 50%;
	background: #eee;
	background: rgba(255,255,255,0.2);
	cursor: pointer;
	margin: 0 4px;
}
.index-part1 .slick-dots li *{
	display: none;
}
.index-part1 .slick-dots .slick-active{
	background: #fff;
}
.index-part1 .part-trend{
	width: 40%;
	float: right;
}
.index-tit{
	font-size: 0;
	border-bottom: 1px solid #e5e5e5;
}
.index-tit .txt{
	position: relative;
	display: inline-block;
	padding: 0 0 10px 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 25px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #b13535;
}
.index-tit .txt a{
	color: #b13535;
}
.index-multi-tit .txt{
	cursor: pointer;
}
.index-tit .txt:after{
	content:"";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #b13535;
	margin-top: -2px;
}
.index-tit .more{
	font-size: 12px;
	font-weight: normal;
	line-height: 34px;
	color: #999999;
	float: right;
}
.index-tit .more:hover{
	color: #b13535;
}
.index-multi-tit .txt:before{
	content:"";
	display: block;
	width: 1px;
	height: 16px;
	background: #bbb;
	position: absolute;
	top: 0;
	bottom: 10px;
	right: -15px;
	margin: auto;
}
.index-multi-tit .txt{
	margin-right: 30px;
}
.index-multi-tit .txt:last-of-type{
	margin-right: 0;
}
.index-multi-tit .txt:last-of-type:before{
	display: none;
}
.index-multi-tit .txt.normal a{
	color: #000;
	font-weight: normal;
}
.index-multi-tit .txt.normal:after{
	display: none;
}


.part-trend .index-tit .txt{
	background-image: url("../images/part-trend.png");
}
.part-trend .data .first{
	margin-bottom: 8px;
}
.part-trend .data .first a{
	display: block;
	padding-left: 75px;
	position: relative;
	border-bottom: dashed 1px #dcdcdc;
	padding-bottom: 15px;
	min-height: 60px;
}
.part-trend .data .first .time{
	position: absolute;
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
	background-color: #eeeeee;
	text-align: center;
	color: #b13535;
}
.part-trend .data .first .ym{
	font-size: 12px;
	padding-top: 5px;
}
.part-trend .data .first .day{
	font-weight: bold;
	font-size: 22px;
}
.part-trend .data .first .tit{
	font-size: 16px;
	font-weight: bold;
	color: #3f3f3f;
}
.part-trend .data .first .intro{
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #494949;
	height: 48px;
	margin-top: 10px;
}
.part-trend .data a:hover .tit{
	color: #a60e19!important;
}
.part-trend .data .item a{
	display: block;
	position: relative;
	padding: 12px 0 12px 75px;
}
.part-trend .data .item .time{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 18px;
	width: 54px;
	background: #eeeeee;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #b13535;
	line-height: 18px;
}
.part-trend .data .item .tit{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}



.index-part1{
	padding: 25px 0 30px;
	background: url("../images/banner_bg.jpg") no-repeat center center;
	background-size: cover;
}
.index-part1 .pics{
	float: left;
	width: 64.166%;
	height: 450px;
	position: relative;
}
.index-part1 .pics li{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.index-part1 .pics a{
	height: 100%;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.index-part1 .new-ls{
	width: 35.833%;
	height: 450px;
	float: right;
}

.index-part1 .new-ls .item{
	display: block;
	position: relative;
	padding: 0 30px ;
	background: rgba(255,255,255,0.6);
}
.index-part1 .new-ls .item a{
	display: block;
	padding: 15px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

.index-part1 .new-ls .time{
	display: block;
	padding-left: 20px;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	background: url("../images/icon_time_nor.png") no-repeat center left;
}
.index-part1 .new-ls .tit{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
	margin-top: 10px;
	height: 52px;
}
.index-part1 .new-ls .item.active{
	background: #c26464;
}
.index-part1 .new-ls .item.active .time{
	background-image: url("../images/icon_time_sel.png");
}
.index-part1 .new-ls .item.active:after{
	content:"";
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-right-color: #c26464;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.index-part1 .new-ls .item.active *{
	color: #fff;
}
.index-part1 .new-ls .more{
	line-height: 34px;
	padding: 0 30px;
	background: rgba(255,255,255,0.6);
	font-size: 12px;
	color: #b13535;
	text-align: right;
}
.index-part1 .new-ls .more a{
	color: #b13535;
}
.index-part1 .container{
	position: relative;
}
.index-label{
	position: absolute;
	top: 0;
	left: 0;
	line-height: 45px;
	padding: 0 20px;
	z-index: 1;
	background: #b13535\0;
	background: rgba(177,53,53,0.8);
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
}

.index-part2{
	padding-top: 25px;
	padding-bottom: 30px;
}

.index-part2 .left{
	width: 32.5%;
	float: left;
}
.index-part2 .right{
	width: 63%;
	float: right;
}

.index-part2 .left .item{
	margin-top: 15px;
	display: block;
}
.index-part2 .left .item .pic{
	height: 245px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.index-part2 .left .item .txt{
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-top: 0;
	padding: 10px 25px;

}
.index-part2 .left .item .tit{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
	height: 52px;
}
.index-part2 .left .item:hover .tit{
	color: #b13535;
}
.index-part2 .right-ls a{
	display: block;
	position: relative;
	padding: 20px 80px 18px 22px;
	line-height: 1;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #e5e5e5;
}
.index-part2 .right-ls a:before{
	content:"";
	display: block;
	height: 8px;
	width: 8px;
	background-color: #b13535;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.index-part2 .right-ls .time{
	position: absolute;
	right: 0;
	line-height: 16px;
	font-size: 12px;
	color: #999999;
}
.index-part2 .right-ls a:hover{
	color: #b13535;
}

.index-part2 .right-ls .first{
	margin-top: 15px;
}
.index-part2 .right-ls .first a{
	padding: 0 0 0 80px;
}
.index-part2 .right-ls .first a:before{
	display: none;
}
.index-part2 .right-ls .first .time{
	width: 60px;
	background: #b13535;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	margin: auto;
	right: auto;
	color: #fff;
}
.index-part2 .right-ls .first .tit{
	font-size: 18px;
	font-weight: bold;
}
.index-part2 .right-ls .first .intro{
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	margin: 10px 0;
	text-indent: 2em;
	color: #666;
}






.index-part2 .right-ls .first .day{
	line-height: 40px;
	font-weight: bold;
	font-size: 20px;
}
.index-part2 .right-ls .first .ym{
	padding-bottom: 5px;
	font-size: 12px;
}
.index-part3{
	background-color: #fff6f6;
	padding: 25px 0 30px;
}
.index-part3 .slick-box{
	padding: 0 30px;
	margin-top: 25px;
}
.index-part3 .slick-slide{
	padding: 0 10px;
}
.index-part3 .slick-slide a{
	display: block;
	padding-bottom: 71.153%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.index-part3 .slick-slide .tit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #333\0;
	background: rgba(0,0,0,0.6);
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding: 0 10px;
}

.index-part3 .slick-slide .txt{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #333\0;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 25px 15px;
}
.index-part3 .slick-slide .intro{
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	max-height: 72px;
}
.index-part3 .slick-slide .time{
	position: absolute;
	bottom: 25px;
	left: 15px;
	right: 15px;
	margin: auto;
	display: block;
	font-size: 12px;
	background: url("../images/index_icon_arrow.png") no-repeat right center;
}

.index-part3 .slick-slide a:hover .tit{
	display: none;
}
.index-part3 .slick-slide a:hover .txt{
	display: block;
}
.index-part3 .slick-arrow{
	display: block;
	width: 25px;
	height: 49px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	color: transparent;
}
.index-part3 .slick-prev{
	background-image: url("../images/index_arrow_left.png");
	left: 0;
}
.index-part3 .slick-next{
	background-image: url("../images/index_arrow_right.png");
	right: 0;
}
.index-part4{
	padding-top: 15px;
	padding-bottom: 15px;
}
.index-part4 dt,
.index-part4 dd{
	display: inline-block;
	padding: 5px 1.9%;
	font-size: 14px;
	letter-spacing: 1px;
	position: relative;
}
.index-part4 dd:after{
	content:"";
	display: block;
	width: 1px;
	height: 50%;
	background: #333;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.index-part4 dd:last-child:after{
	display: none;
}
.index-part4 dt{
	font-weight: bold;
	color: #b13535;
	padding-left: 0;
	padding-right: 0;
}
.index-part4 dd a{
	color: #333;
}
.index-part4 dd a:hover{
	color: #b13535;
}


.inner-banner{
	height: 166px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



.inner-bt{
	margin-bottom: 2%;
}

.column-new{
	margin-top: 90px;
}
.column-new .index-tit .txt{
	font-weight: normal;
}
.column-new .item{
	margin-top: 15px;
	display: block;
}
.column-new .item .pic{
	height: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.column-new .item .txt{
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-top: 0;
	padding: 10px 20px;

}
.column-new .item .tit{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
	max-height: 78px;
}
.column-new .item:hover .tit{
	color: #b13535;
}

.teacher-ls{
	margin-top: 20px;
}
.teacher-ls li{
	margin-bottom: 30px;
}
.teacher-ls li a {
	display: block;
	position: relative;
	background-color: #f3f3f3;
	height: 145px;
	padding: 0 110px 0 212px;
}
.teacher-ls li a:after{
	content:"";
	display: block;
	width: 0;
	position: absolute;
	top: 20px;
	bottom: 20px;
	right: 110px;
	margin:auto;
	border-left: 1px dashed #b8b8b8;
}
.teacher-ls .pic{
	position: absolute;
	width: 212px;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.teacher-ls .txt{
	padding: 15px 20px;
}
.teacher-ls .tit{
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #000000;
	max-height: 56px;
}
.teacher-ls .intro{
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
	max-height: 48px;
	margin-top: 5px;
}
.teacher-ls .time{
	position: absolute;
	top: 20px;
	right: 0;
	color: #b0b0b0;
	width: 110px;
	padding-left: 30px;
}
.teacher-ls .time .date{
	font-size: 18px;
}
.teacher-ls .time .year{
	font-size: 14px;
	margin: 5px 0 35px;
}
.teacher-ls li a:hover .tit{
	color: #b13535;
}
