.banner{
	width: 100%;
}

.banner ul li a{
	display: block;
	padding-bottom: 32.5%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner .bx-wrapper .bx-controls-direction a {
    margin-top: -43.5px;
    width: 87px;
    height: 87px;
    display: none;
}
.banner:hover .bx-wrapper .bx-controls-direction a{
	display: block;
}

.banner .bx-wrapper .bx-prev {
    left: 11%;
    background: url(/_upload/tpl/0f/ce/4046/template4046/images/banner_arrow_left.png) no-repeat center center;
}

.banner .bx-wrapper .bx-next {
    right: 11%;
    background: url(/_upload/tpl/0f/ce/4046/template4046/images/banner_arrow_right.png) no-repeat center center;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
	display: none;
    bottom: 18px;
    padding-top: 0;
}

.banner .bx-wrapper .bx-pager .bx-default-pager a {
    background: rgba(92,48,125,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#195c307d, endColorstr=#195c307d);
    width: 11px;
    height: 11px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.banner .bx-wrapper .bx-pager .bx-default-pager a:hover {
    background: #5c307d;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #5c307d;
	width: 26px;
}

.main-system{
    position: relative;
    width: 100%;
    margin-top: -35px;
    padding-bottom: 30px;
    background: url(/_upload/tpl/0f/ce/4046/template4046/images/icon-ty.png) center bottom no-repeat;
}

.main-system ul{
	white-space: nowrap;
	overflow: auto;
	font-size: 0;
}

.main-system ul li{
	display: inline-block;
	text-align: center;
	padding-bottom: 15px;
	width: 16.66%;
	vertical-align: top;
}

.main-system ul li a{
	display: block;
}

.main-system ul li img{
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
	border-radius: 50%;
}

.main-system ul li p{
	font-size: 15px;
	color: #333;
	white-space: normal;
}

.main-system ul li a:hover p{
	color: #1f487e;
}

.mainBlock{
	margin-top: 20px;
}
.mainTitle{
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.mainTitle h4{
	padding-left: 15px;
	float: left;
    font-size: 28px;
    color: #000;
    font-family: 'Regular';
    position: relative;
}
.mainTitle h4:after {
    content: '';
    width: 4px;
    height: 20px;
    background: #1f487e;
    position: absolute;
    top: 5px;
    left: 0px;
}
.mainTitle a{
	float: right;
    font-size: 12px;
    color: #333;
    padding-right: 26px;
    position: relative;
    z-index: 10;
    background: #fff;
    margin-top: 3.5px;
    background: url(/_upload/tpl/0f/ce/4046/template4046/images/icon_more.png) right center no-repeat;
}
.mainTitle a:hover{
	color: #1f487e;
}
.news .newsLeft{
	width: 65%;
	float: left;
}
.newsLeft a{
	position: relative;
}
.newsLeft a img{
	width: 100%;
}
.newsLeft .info{
	padding: 20px 40px;
	position: relative;
	background: #fff;
	margin-top: -50px;
	width: calc( 100% - 60px);
	float: right;
}
.newsLeft .info:after{
	position: absolute;
	left: -60px;
	top: 50px;
	content: '';
	height: 60px;
	width: 60px;
	background: #1f487e url(../images/news_arrow.png) center no-repeat;
	background-size: 30px;
}
.newsLeft .info span{
	display: block;
	font-size: 12px;
	color: #1f487e;	
}
.newsLeft .info h3{
	margin: 10px 0px 0px;
	font-size: 16px;
	color: #000;
	padding: 0px;
	line-height: 1.5;
	max-height: 50px;
	overflow: hidden;
}
.newsLeft .info p{
	margin-top: 5px;
	font-size: 12px;
	color: #333;
	text-indent: 2em;
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
}
.newsLeft a:hover .info h3{
	color: #1f487e;
}
/*.newsLeft a:hover .info h3,.newsLeft a:hover .info p,.newsLeft a:hover .info span{
	color: #fff;
}*/
.news .newsRight{
	padding-left: 30px;
	width: 35%;
	float: right;
}
.list-One{
	margin-bottom: 90px;
}
.list-One a{
	position: relative;
}
.list-One a img{
	width: 100%;
	height: 234px;
}
@media screen and (max-width: 1200px){
	.list-One a img{
		height: 136px;
	}
}
@media screen and (max-width: 970px){
	.list-One a img{
		height: auto;
	}
}
.list-One .info{
	padding: 10px 15px;
	position: relative;
	background: #fff;
	margin-top: 0px;
	width: 100% ;
	float: right;
}
.list-One .info:after{
display:none;
	position: absolute;
	left: -45px;
	top: 30px;
	content: '';
	height: 45px;
	width: 45px;
	background: #1f487e url(../images/news_arrow.png) center no-repeat;
	background-size: 30px;
}
.list-One .info span{
	display: block;
	font-size: 12px;
	color: #1f487e;	
}
.list-One .info h3{
	margin: 10px 0px 0px;
	font-size: 16px;
	color: #333;
	padding: 0px;
	line-height: 1.5;
	font-weight: normal;
	height: 50px;
	overflow: hidden;
}
.list-One .info p{
	margin-top: 5px;
	font-size: 12px;
	color: #999;
	text-indent: 2em;
	line-height: 1.5;
	height: 36px;
	overflow: hidden;
}
.list-One a:hover .info h3{
	color: #1f487e;
}
.newsRight .media{
	margin-top: 15px;
}
.media .media-left strong{
	font-size: 24px;
    color: #1f487e;
    display: block;
    width: 62px;
    text-align: center;
    padding: 3px 0 0;
    font-weight: normal;
}
.media .media-left small{
	display: block;
	font-size: 12px;
	color: #1f487e;
	width: 62px;
	text-align: center;
	font-weight: normal;
}
.media .media-right p{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
} 
.media a:hover p{
	color: #1f487e;
}
/*report*/
.report{
	padding-left: 70px;
}
.reportsList ul{
	padding: 25px;
	background: #fff;
}
.reportsList ul li{
	margin-top: 15px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}
.reportsList ul li:first-child{
	margin-top: 0px;
}
.reportsList ul li span{
	font-size: 12px;
	color: #666;
	display: block;
	line-height: 1.75;
}
.reportsList ul li p{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 1.75;
	max-height: 50px;
	min-height: 50px;
	overflow: hidden;
}
.reportsList ul li a:hover p{
	color: #1f487e;
}
/*list*/
.main-list1,
.main-list1 li{
	float: left;
	width: 100%;
}

.main-list1 li a{
	display: block;
	position: relative;
}

.main-list1 .list-F a{
	padding: 15px 17px 15px 105px;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #eee url(../images/list_arrow.png) right center no-repeat;
	background-size: 40px;
	background-position: 98%;
}
.main-list1 .list-F a span{
	padding: 0px 6px;
	font-size: 12px;
	color: #fff;
	height: 16px;
	line-height: 16px;
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -8px;
	background: #366faf;
}

.main-list1 .list-S a{
	padding: 15px 75px 15px 17px;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-list1 .list-S a:before{
	content: '';
	border-top: 5.5px solid transparent;
	border-bottom: 5.5px solid transparent;
	border-left: 5px solid #d7d7d7;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5.5px;
}

.main-list1 .list-S a span{
	font-size: 12px;
	color: #999;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.main-list1 .list-S a:hover{	
	padding: 15px 17px 15px 105px;
	font-size: 16px;
	color: #1f487e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #eee url(../images/list_arrow.png) right center no-repeat;
	background-size: 40px;
	background-position: 98%;
	transition: all .5s;
}
.main-list1 .list-S a:hover span{
	padding: 0px 6px;
	font-size: 12px;
	color: #fff;
	height: 16px;
	line-height: 16px;
	position: absolute;
	left: 17px;
	right: inherit;
	top: 50%;
	margin-top: -8px;
	background: #366faf;
	transition: all .5s;
}
.main-list1 .list-S a:hover:before{
	border-left: 5px solid #1f487e;
	transition: all .3s;
}
.blockTitle{
	margin-bottom: 10px;
}
.blockTitle h3{
	position: relative;
	font-size: 18px;
	color: #1f487e;
	font-weight: bold;
	padding-left: 15px;
}
.blockTitle h3:after{
	content: '';
	width: 4px;
	height: 18px;
	background: #e5a34f;
	position: absolute;
	left: 0px;
	top: 0px;
}
.blockTitle h3:before{
	content: '';
	width: 100%;
	height: 2px;
	background: #97b3d3;
	position: absolute;
	right: 0px;
	bottom: -8px;
}

/*.main-list2*/
.main-list2{
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.main-list2 .list-One{
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 30px;
}
.main-list2 .list-One:nth-child(3n){
	margin-right: 0px;
}
/*main-info*/
.main-info{
	background: #fff;
	padding: 40px 40px;
}
.main-info .article-title{
	font-size: 22px;
	color: #131313;
	text-align: center;
	line-height: 2;
}
.main-info .article-small{
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 2;	
}
.main-info .article-content{
	margin-top: 20px;
}
/*listInfo*/
.listInfo{
	background: #fff;
	padding: 40px 40px;
}
.listInfo .listInfoTitle{
	padding: 25px 0px;
}
.listInfo .listInfoTitle span{
	font-size: 20px;
	color: #fff;
	background: #366faf;
	position: relative;
	padding: 8px 20px;
	border-radius: 5px;
}
.listInfo .listInfoTitle span:after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 10px;
	top: 20px;
}
.listInfo .introduction h3{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 2.5;
}
.listInfo .introduction p{
	font-size: 18px;
	color: #000;
	line-height: 2.5;
}
.listTeacher{
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.listTeacher table tbody tr td{
	padding-right: 20px;
	vertical-align: top;
}
.listTeacher table tbody tr td:nth-child(2n){
	padding-right: 0px;
	padding-left: 20px;
}
.listTeacher li{
	width: 100%;
	position: relative;	
	overflow: inherit;
	margin-bottom: 30px;
}
.listTeacher li:nth-child(2n){
	margin-right: 0px;
}
.listTeacher li a{
	display: inline-block;
	background: #f1f1f1;
}
.listTeacher li .media-left{
	padding: 15px;
	width: 160px;
}
.listTeacher li .media-left img{
	height:197px;
}
.listTeacher li .media-body{
	padding: 5px 15px 0px 0px;
}
.listTeacher li .media-body h4{
	margin-bottom: 10px;
	font-size: 20px;
	color: #0a3f76;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid #dcdcdc;
}
.listTeacher li .media-body h4 small{
	position: relative;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 0px 20px;
    padding-left: 20px;
}
.listTeacher li .media-body h4 small:after{
	content: '';
	width: 2px;
	height: 16px;
	background: #c3c3c3;
	position: absolute;
	left: 0px;
	top: 5px;
}
.listTeacher li .media-body h4 span{
	padding-left: 30px;
	float: right;
	font-size: 14px;
	color: #366faf;
	font-weight: normal;
	background: url(/_upload/tpl/0f/ce/4046/template4046/images/icon_phone.png) left center no-repeat;
}
.listTeacher li .media-body p{
	/*position: relative;*/
	/*padding-left: 70px;*/
	font-size: 14px;
	color: #000;
	line-height: 1.75;
	margin-bottom: 5px;
}
.listTeacher li .media-body p.p1{
	max-height: 98px;
	overflow: hidden;
}
.listTeacher li:hover .media-body p.p1{
	overflow: visible;
	max-height: none;
}
.listTeacher li .media-body p span{
	/*position: absolute;*/
	/*left: 0px;*/
	/*width: 70px;*/
	/*text-align: right;*/
	color: #1f487e;
}
@media screen and (max-width: 1169px){
	.report {
	    padding-left: 45px;
	}
	.newsLeft .info{
		padding: 20px;
		width: 100%;
		margin-top: 0px;
		float: inherit;
	}
	.newsLeft .info:after{
		display: none;
	}
	.list-One{
		margin: 0px;
	}
	.list-One .info{
		margin-top: 0px;
		width: 100%;
		float: inherit;
	}
	.list-One .info:after{
		display: none;
	}
	.newsRight .media{
		margin-top: 15px;
	}
	.reportsList ul{
		padding: 10px 25px;
	}
	.reportsList ul li{
		margin-top: 5px;
	}
	.listTeacher table tbody tr td{
		display: contents;
	}
	.listTeacher table tbody tr td li{
		width:auto;
	}
}
@media screen and (max-width: 991px){
	.mainTitle h4{
		font-size: 22px;
	}
	.news .newsLeft{
		width: 55%;
	}
	.news .newsRight{
		width: 45%;
	}
}
@media screen and ( max-width: 769px){
	.mainBlock{
		margin-top: 0px;
	}
	.mainTitle h4{
		font-weight: normal;
	}
	.main-system{
		margin-top: -20px;
	}
	.main-system ul li{
		width: 28%;
	}
	.main-system ul li img{
		width: 45px;
		height: 45px;
	}
	.main-system ul li p{
		font-size: 12px;
	}
	.news .newsLeft{
		width: 100%;
	}
	.news .newsRight{
		width: 100%;
		padding-left: 0px;
		margin-top: 15px;
	}
	.report{
		padding: 15px 0 0 0;
		margin-top: 15px;
		background: #fff;
	}
	.main-list2 .list-One{
		width: 100%;
		float: none;
	}
	.main-info .article-title{
		font-size: 16px;
	}
	.listTeacher li{
		width: 100%;
	}
	.listInfo table tbody tr td{
		display: contents;
	}
	.newsLeft .info p{
		display: none;
	}
	.list-One .info h3{
		font-weight: bold;
	}
	.mobile-banner .bx-wrapper .bx-pager{
		display: none;
	}
	.mobile-banner .bx-controls-direction{
		display: block;
	}
}
@media screen and ( max-width: 450px ){
	.listInfo{
		padding: 15px 15px;
	}
	.listInfo table tbody tr td{
		display: block;
		padding: 0px!important;
	}
	.listTeacher li{
		padding: 0px;
		float: none;
	}
	.listTeacher li .media-left{
		position: relative;
		width: 100%;

	}
	.listTeacher li .media-left img{
		max-width: none;
		width: 100%;
		height:auto;
	}
	.listTeacher li .media-body{
		display: table-footer-group;
		padding: 20px;
	}
	.listTeacher li .media-body h4{
		padding: 0px 15px;
	}
	.listTeacher li .media-body h4 span{
		float: none;
		display: inline-block;
		width: 100%;
	}
	.listTeacher li .media-body p{
		padding: 0px 15px;
	}
	.common-local{
		display: none;
	}
	.leftNavTitle{
		display: none;
	}
}
