
.list-img{
	width: 100%;
}

.common-content{
	float: left;
	width: 100%;
	min-height: 200px;
	padding-bottom: 10px;
	margin-top: 40px;
}

.common-left{
	float: left;
	width: 19.166%;
	position: relative;
}

.common-right{
	float: right;
	width: 77.5%;
	margin-top: 5px;
}

.local-title{
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	padding: 55px 25px 40px;
	background: url("../images/leftbar_bg.jpg") no-repeat center bottom #bc1111;
}

.local-title:before{
	content:"";
	display: block;
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 30px;


}

.thr-sub{
	display: none;
}

.sub-open,
.navlist2 li a{
	display: block;
	letter-spacing: 1px;
}

.navlist2{
	margin-bottom: 15px;
}

.navlist2>li>a{
	font-size: 18px;
	letter-spacing: 1px;
	color: #666;
	padding: 20px 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: #bc1111;

}

.navlist2>li.active>a{
	color: #bc1111!important;
}


.thr-sub li a{
	font-size: 14px;
	color: #666;
	padding: 8px 35px;
}

.thr-sub li a.active{
	color: #bc1111;
	font-weight: bold;
}

.navlist2 li a:hover{
	color: #bc1111;
}

.common-local{
	font-size: 12px;
	color: #666;
	padding: 0 0 10px 18px;
	border-bottom: 2px solid #bc1111;
	background: url(../images/icon_local.png) left 3px no-repeat;
	margin-bottom: 8px;
}

.common-local a{
	color: #666;
}

.common-local a:hover{
	color: #bc1111;
}

.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: #bc1111;
}

.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: '';
	border-top: 3.5px solid transparent;
	border-bottom: 3.5px solid transparent;
	border-left: 6px solid #b5b5b5;
	position: absolute;
	left: 0;
	top: 12px;
	transition: all .2s ease-in;
}

.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: #bc1111;
}

.common-list>li.list-S>a:hover:before{
	border-left: 6px solid #bc1111;
	left: 3px;
}

.list-title {
	border-bottom: 1px solid #bc1111;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.list-title h4 {
	float: left;
	font-size: 16px;
	background-color: #bc1111;
	padding: 8px;
	color: #fff;
}

.list-show {
	color: #bc1111;
	margin-top: 17px;
	font-size: 15px;
	cursor: pointer;
}

.article-title{
	text-align: center;
	margin-top: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #000;
}

.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: 460px;
	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-part1 .part-trend .index-tit{
	margin-bottom: 10px;
}
.index-part1 .part-trend .part-life.index-tit{
	margin-top: 15px;
}
.index-part1 .part-trend .part-life.index-tit .txt{
	background-image: url("../images/index_icon_3.png");
}
.index-tit{
	font-size: 0;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 25px;
}
.index-tit .txt{
	position: relative;
	display: inline-block;
	padding: 0 0 10px 35px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 25px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1;
	color: #a60e19;
}
.index-tit .txt:after{
	content:"";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #a60e19;
}
.index-tit .more{
	font-size: 12px;
	font-weight: normal;
	line-height: 34px;
	color: #999999;
	float: right;
}
.index-tit .more:hover{
	color: #a60e19;
}
.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: #bc1111;
}
.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: 9px 0 9px 65px;
}
.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: #bc1111;
	line-height: 18px;
}
.part-trend .data .item .tit{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}
.index-part2{
	margin-top: 30px;
}
.index-part2 .index-tit .txt{
	background-image: url("../images/index_icon_2.png");
}
.index-part2 .data li{
	float: left;
	width: 30.416%;
	margin-right: 4.375%;
	margin-bottom: 2.5%;
}
.index-part2 .data li.right{
	margin-right: 0;
}
.index-part2 .data li:nth-child(3n){
	margin-right: 0;
}
.index-part2 .data a{
	display: block;
	padding: 20px 30px 20px 100px;
	height: 95px;
	background-color: #eeeeee;
	position: relative;
}
.index-part2 .data .time{
	position: absolute;
	top: 17px;
	left: 20px;
	width: 60px;
	text-align: center;
}
.index-part2 .data .ym{
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	height: 25px;
	background-color: #b51111;
}
.index-part2 .data .day{
	color: #a60e19;
	line-height: 32px;
	border:1px solid #e7adb1;
	border-top: 0;
	font-size: 24px;
	font-weight: bold;
}
.index-part2 .data .tit{
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #000000;
	max-height: 56px;
}
.index-part2 .data a:hover .tit{
	color:#a60e19;
}

.index-part3 .column{
	margin-top: 20px;
	width: 47.083%;
}
.index-part3 .left{
	float: left;
}
.index-part3 .right{
	float: right;
}

.index-part3 .left .index-tit .txt{
	background-image: url("../images/index_icon_2.png");
}
.index-part3 .right .index-tit .txt{
	background-image: url("../images/icon_6.png");
}
.index-part3-1 .left .index-tit .txt{
	background-image: url("../images/icon_7.png");
}
.index-part3-1 .right .index-tit .txt{
	background-image: url("../images/index_icon_4.png");
}
.index-part3-1 .column{
	margin-top: 30px;
}
.index-part3 .index-tit{
	margin-bottom: 15px;
}
.index-part3 .data .first{
	margin-bottom: 10px;
}
.index-part3 .data .first a{
	display: block;
	position: relative;
	padding-left: 75px;
	border-bottom: 1px solid #eee;
}
.index-part3 .data .first .tit{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.index-part3 .data .first .intro{
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	height: 44px;
	letter-spacing: 0px;
	color: #666666;
	margin:  10px 0;
	text-indent: 2em;
}
.index-part3 .data .first .time{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	background: #eeeeee;
	text-align: center;
}
.index-part3 .data .first .ym{
	line-height: 25px;
	background-color: #b51111;
	font-size: 12px;
	color: #ffffff;
}
.index-part3 .data .first .day{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #a60e19;
	border: solid 1px #e7adb1;
	border-top: 0;
}

.index-part3 .data .item a:hover .tit{
	color:#a60e19;
}
.index-part3 .data .first a:hover .more{
	color:#a60e19;
	border: solid 1px #a60e19;
}

.index-part3 .data .item a{
	display: block;
	position: relative;
	padding: 9px 0 9px 65px;
}
.index-part3 .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: #bc1111;
	line-height: 18px;
}
.index-part3 .data .item .tit{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

.index-part4{
	margin-top: 30px;
	margin-bottom: 60px;
}
.index-part4 .index-tit .txt{
	background-image: url("../images/index_icon_5.png");
}

.index-part4 .slick-box .item{
	display: block;
	height: 140px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.index-part4 .slick-box .tit{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 2%;
	text-align: center;
	line-height: 35px;
	background: #000;
	background: rgba(0,0,0,0.5);
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.index-part4 .slick-slide{
	padding: 0 10px;
}
.index-part4 .slick-box{
	padding: 0 22px;
}
.index-part4 .slick-arrow{
	position: absolute;
	width: 22px;
	height: 100%;
	top: 0;
	color: transparent;
	overflow: hidden;
	cursor: pointer;
}
.index-part4 .slick-prev{
	left: 0;
	background: url("../images/zt_arrow_l.png") no-repeat center center #eeeeee;
}
.index-part4 .slick-next{
	right: 0;
	background: url("../images/zt_arrow_r.png") no-repeat center center #eeeeee;
}










.inner-banner{
	height: 216px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}




.inner-bt{
	margin-bottom: 2%;
}









@media (min-width: 991px) {
	.common-left{
		display: block !important;
	}
}

@media (max-width: 1200px) and ( min-width:991px) {
	.header-link{display: none;}
	.header-link.last{display: block}
}
@media (max-width: 991px) {
	.common-left,
	.common-right,
	.main-left,
	.main-right{
		width: 100%;
	}
	.common-left{
		display: none;
		margin-top: 0;
	}
	.index-part1 .column,.index-part2 .column,.index-part3 .column{
		width: 100%;
		margin-right: 0;
		margin-top: 25px;
	}
	.index-part1 .index-bn .tit{
		padding-right: 90px;
	}
	.index-part1 .index-bn .item{
		height: 220px;
	}
	.index-part2 .data li{
		width: 100%;
		margin-right: 0;
	}

	.index-part4{
		margin-bottom: 20px;
	}
	.index-tit .txt{
		font-size: 20px;

	}
}

@media (max-width: 768px) {

	.main-title{
		margin-top: 30px;
	}
	.main-list1 {
	    margin-top: 15px;
	}
	.main-list1 li{
		width: 100% !important;
	}
	.main-list1 li.list-F a{
		height: auto;
		padding-bottom:59% ;
	}
	.main-list1 li.list-S {
	    margin: 20px 0 0 0;
	}
	.main-theme{
		padding-top: 20px;
		margin: 30px -3% 0;
	}
	.main-theme li{
		width: 44%;
		margin: 0 3% 20px;
	}
	.footer{
		margin-top: 20px;
	}
	.common-list>li.list-F>a .list-left{
		width: 100%;
		height: auto;
		padding-bottom: 59%;
	}
	.common-list>li.list-F>a .list-right{
		width: 100%;
		margin-top: 15px;
	}
	.common-list>li.list-F>a .list-right h4{
		margin-bottom: 10px;
	}
	.common-content{
		margin-top: 10px;
	}
	.article-title{
		font-size: 18px;

	}
	.photo-list,
	.teacher-list{
		margin: 0 -2.5%;
	}
	.photo-list>li,
	.teacher-list>li{
		width: 45%;
		margin: 2% 2.5%;
	}
	.teacher-top{
		height: auto;
		padding-left: 0;
	}
	.teacher-img{
		width: 100%;
		height: auto;
		padding-bottom: 74%;
		position: relative;
	}
	.inner-banner{
		height: 140px;
	}
}

@media (max-width: 640px) {

}
@media (max-width: 450px) {
	.main-theme{
		margin: 30px 0 0;
	}
	.main-theme li{
		width: 100%;
		margin: 0 0 20px;
	}


}
