body{
	background-color: #F7F7F7;
}
.sbody{
	padding-top:126px;
}

.sbanner{position:relative;overflow:hidden;}
.sbanner img{width:100%;height:auto;}
.banner_page1 .mask{position: absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.sbanner .container{position:absolute;height:100%;top:0;left:50%;transform:translateX(-50%);}
.sbanner .text{position:absolute;left:0;top:48%;transform:translateY(-50%);color:#fff;width:50%;}
.sbanner .text h3{
	font-weight: normal;
	margin: 0;
	line-height: 1;
}
.sbanner .text p{
	font-family: arial;
	letter-spacing: 1px;
	color: rgba(255,255,255,.65);
	padding: 6px 0;
}
.sbanner .text ul{
	padding-top:30px;
        display: flex;
        flex-wrap: wrap;
}
.sbanner .text ul li{
	min-width: 115px;
	padding: 10px 0;
        width: 33.33%;
}
.sbanner .text ul li a{
	font-size: 16px;
	color: rgba(255,255,255,.65);
}
.sbanner .text ul li.active a, 
.sbanner .text ul li.active i{
	color: rgba(255,255,255,1);
}
.sbanner .text ul li i{
	font-size: 12px;
	color: rgba(255,255,255,.65);
        display: block;
        font-style: normal;
}

.subbox{
	/*min-height: 500px;*/
	padding-bottom: 60px;
}
.subTit{
	padding: 40px 0;
	text-align: center;
}
.leaderlist{
	
}
.leaderlist li{
	padding:30px;
	margin-bottom: 30px;
	display: flex;
	background-color: #fff;
}
.leaderlist li .img{
	width: 170px;
	height: 230px;
}
.leaderlist li .img img{
	width: 100%;
}
.leaderlist li .info{
	flex:1;
	display: flex;
        flex-direction: column;
        align-items: center;
}
.leaderlist li h2{
	margin: 0;
	font-weight: normal;
	color: #0070B6;
}
.leaderlist li h2 a{
	color: #0070B6;
}
.leaderlist li h3{
	margin: 8px 0;
	font-weight: normal;
}
.leaderlist li p{
	font-size: 14px;
	color: #666;
	padding: 20px 0;
	line-height: 1.8;
	height: 126px;
	
}
.leaderlist li p a{
	color: #666;
}
.leaderlist li .more{
	border: 1px solid #D2D2D2;
	color: #999;
	padding: 8px 20px;
	font-size: 14px;
        margin: -37px 0 0 320px;
}
.departlist h3{
	font-weight: normal;
	color: #0070b6;
	margin: 26px 0;
}
.departlist ul{
	clear: both;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.departlist ul li{
	float: left;
	width: calc(25% - 20px);
	margin: 0 10px 20px;
}
.departlist ul li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 56px;
	position: relative;
	padding:0 15px ;
	background-color: #fff;
}
.departlist ul li a span { font-size: 13px; margin-left: 3px; }
.departlist ul li a::before{
	content: '';
	display: block;
	width: 26px;
	height: 100%;
	margin-right: 12px;
	background:url(../images/ico_arrow.png) no-repeat 0 center;
}
.departlist ul li a:hover{
	background-color: #0070B6;
	color: #fff;
}
.departlist ul li a:hover::before{
	background:url(../images/ico_arrow2.png) no-repeat 0 center;
}
.departlist ul li a:hover:before{animation:arr 0.6s linear 0s infinite;}
@keyframes arr{
	0%{transform:translateX(-7px);}
	50%{transform:translateX(0px);}
	100%{transform:translateX(-7px);}
}
.teachlist{
}
.teachlist .items{
	float: left;
	width: 33.33%;
	margin-bottom: 20px;
}
.teachlist .items .inner{
	overflow: hidden;
	padding-bottom: 120%;
	position: relative;
}
.teachlist .items .inner .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;  
}
.teachlist>.items:nth-child(2n) .inner .pic{
	flex-direction: column-reverse;
}
.teachlist .items .inner .img{
	width: 100%;
	height: 50%;
	background-color: #fff;
}
.teachlist .items .inner .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teachlist .items .inner .text{
	width: 100%;
	height: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position:relative;
}
.teachlist .items .inner .text::before{
	content: '';
	display: block;
	position: absolute;
	top:-13px;
	left:50%;
	margin-left: -14px;
	width: 0;
	height: 0;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-bottom: 13px solid #fff;
}
.teachlist>.items:nth-child(2n) .inner .text::before{
	top:auto;
	bottom: -13px;
	width: 0;
	height: 0;
	border-bottom:0 none;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 13px solid #fff;
}


.newslist ul{
	clear: both;
	overflow: hidden;
	margin-left:-10px;
	margin-right: -10px;
}
.newslist ul li{
	float: left;
	padding: 25px;
	background-color: #fff;
	width: calc(33.33% - 20px);
	margin:10px;
	box-shadow: 0 1px 2px #D6D6D6;
}
.newslist ul li p.date{
	color: #666;
	font-size: 14px;
	padding-bottom: 10px;
}
.newslist ul li p.txt{
	height: 64px;
}
.newslist ul li .more{
	color: #999;
	font-size: 14px;
	position: relative;
	padding-right: 38px;
}
.newslist ul li .more::before{
	display: block;
	content: '';
	width:26px;
	height: 1px;
	background-color: #3D7BA2;
	position: absolute;
	right: 5px;
	top:50%;
	margin-top: -1px;
}
.newslist ul li .more::after{
	display: block;
	content: '';
	width:5px;
	height:5px;
	border-radius: 50%;
	background-color: #3D7BA2;
	position: absolute;
	top:50%;
	margin-top: -3px;
	right: 0px;
}

/*文章详情页*/
.bread{
	background-color: #fff;
	padding: 15px 0;
	font-size: 14px;
	color: #666;
	box-shadow: 0 1px 2px #ddd;
}
.bread a{
	color: #666;
}
.bread em{
	font-style: normal;
	font-family: '宋体';
	padding: 0 10px;
}
.bread .home{
	padding-left: 24px;
	background: url(../images/ico_home.png) no-repeat 0 center;
}
.wz {
	padding: 35px 30px 35px 100px;
	min-height: 650px;
	box-sizing: border-box;
	position: relative;
}
.ushare{
	position: absolute;
	width: 56px;
	left: 0;
	top:150px;
}
.ushare li i{
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 8px;
}
.ushare li span{
	display: block;
	margin-top: 4px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #666;
}
.ushare li.views i{
	background:#0070B6 url(../images/ico_views.png) no-repeat center;
}
.ushare li.share i{
	background:#26CCEA url(../images/ico_share.png) no-repeat center;
}
#share-2{
	display: none;
}
.wz-title {
	font-size: 26px;
	text-align: center;
	color: #333333;
	margin-bottom: 10px;
	font-weight: bold;
}

.wz-info {
	font-size: 12px;
	color: #9a9a9a;
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
}

.wz-info span {
	padding-bottom: 5px;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #D6D6D6;
}

.wz-cont {
	line-height: 1.8;
	color: #444;
}

.wz-cont img {
	max-width: 90%;
}
.wz-cont table{
	max-width: 100%;
}
.wz-cont video{
	width:60%!important;
    margin: 0 auto;
    display: block;
}
.wz-video{
	
}
.wz-video video{
	width:60%!important;
	margin: 0 auto; display: block;
}

/* 美丽校园 */
.viewlist ul{
	clear: both;
	overflow: hidden;
	margin-left:-10px;
	margin-right: -10px;
}
.viewlist ul li{
	float: left;
	background-color: #fff;
	width: calc(33.33% - 20px);
	margin:10px;
	box-shadow: 0 1px 2px #D6D6D6;
}
.viewlist ul li .inner{
	overflow: hidden;
	width: 100%;
	padding-bottom: 66%;
	position: relative;
}
.viewlist ul li .inner .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.viewlist ul li .inner .pic img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.viewlist ul li p{
	padding:12px 25px;
	text-align: center;
}
.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	width: 900px;
	margin-top: 30px;
	padding-bottom: 2.5%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modelTostChile .swiper-wrapper{
	
	background-color: #fff;
}

.modelTostChile p {
	font-size: 24px;
	padding: 3%;
}

.modelClose {
	float: right;
	cursor: pointer;
}

.modelTost .swiper-slide {
	text-align: center;
}

.modelTost .swiper-slide img {
	width:100%;
	text-align: center;
	display: block;
}
.modelTost .swiper-slide p{
	background-color: #fff;
	padding:20px 0 ;
}

/* 栏目 */
.channellist{
	
}
.channellist ul{
	clear: both;
	overflow: hidden;
	margin-left:-10px;
	margin-right: -10px;
}
.channellist ul li{
	float: left;
	background-color: #fff;
	width: calc(25% - 20px);
	margin:10px;
	box-shadow: 0 1px 2px #D6D6D6;
	text-align: center;
}
.channellist ul li .inner{
	overflow: hidden;
	width: 100%;
	padding-bottom: 86%;
	position: relative;
}
.channellist ul li .inner .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.channellist ul li .inner .pic img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
.channellist ul li p{
	margin: 20px 0;
}
.channellist ul li .more{
	display: block;
	margin: 0 auto;
	max-width: 80%;
	border: 1px solid #D2D2D2;
	color: #999;
	padding: 8px 0;
	font-size: 14px;
	margin-bottom: 20px;
}


.channellist2 ul li{
	border-top:2px solid #0070B6 ;
	height: 136px;
	background:#fff url(../images/yunbg.jpg) no-repeat right bottom; 
	text-align: left;
	padding: 30px 25px;
}
.channellist2 ul li a{
	display: flex;
	align-items: center;
}
.channellist2 ul li a::before{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	content: '';
	background-color: #0070B6;
	margin-right: 8px;
}

/*分页*/
.pagebox_jump {
    display:none;
}
.pagebox {
    font-family: "宋体",sans-serif;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
	padding-top: 15px;
}
.pagebox strong{
	font-weight: normal;
}
.pagebox span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-right: 2px;
    overflow: hidden;
    text-align: center;
}
.pagebox span a {
    display: block;
    overflow: hidden;
}
.pagebox span.pagebox_pre_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 26px;
    line-height: 26px;
    text-align: center;
  	padding: 0 8px;
}
.pagebox span.pagebox_pre {
    color: #3568b9;
    height: 23px;
}
.pagebox span.pagebox_pre a, .pagebox span.pagebox_pre a:visited, .pagebox span.pagebox_next a, .pagebox span.pagebox_next a:visited {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    width: 53px;
}
.pagebox span.pagebox_pre a:hover, .pagebox span.pagebox_pre a:active, .pagebox span.pagebox_next a:hover, .pagebox span.pagebox_next a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_nonce,.pagebox span.pagebox_num_nonce a {
    background: #0070B6 none repeat scroll 0 0;
    border: 1px solid #0070B6;
    color: #fff;
    cursor: default;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
}
.pagebox span.pagebox_num_nonce a{
	padding: 0;
	border: 0;

}
.pagebox span.pagebox_num {
    color: #3568b9;
    height: 26px;
}
.pagebox span.pagebox_num a, .pagebox span.pagebox_num a:visited {
    border: 1px solid #b8b8b8;
    color: #8a8a8a;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    text-decoration: none;
}
.pagebox span.pagebox_num a:hover, .pagebox span.pagebox_num a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_ellipsis {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #393733;
    line-height: 23px;
    width: 22px;
}
.pagebox span.pagebox_next_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 53px;
}
.leader-list{
    position: relative;
    overflow: hidden;
    min-height: 500px;
    margin: 50px 0;
}
.leader-list:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background: rgba(0,112,182,.7);
    z-index: -1;
}
.leader-list li{
    float: left;
    width: 50%;
    text-align: right;
    position: relative;
    padding-right: 50px;
    margin-bottom: 80px;
    z-index: 1;
}
.leader-list li:nth-child(2n){
    float: right;
    text-align: left;
    padding-right: 0;
    padding-left: 50px;
    margin-top:100px;
    margin-bottom: 0;
}
.leader-list li:nth-last-child(10){
   margin-top:30px
}
.leader-list li:nth-last-child(5){
   margin-top:30px
}
.leader-list li:before{
    content: '';
    position: absolute;
    top: 20px;
    right: -8px;
    width: 12px;
    height: 12px;
    border: 2px solid #0070B6;
    background: #eee;
    border-radius: 50%;
}
.leader-list li.on:before{
    border: 2px solid #05629D;
    background: #05629D;
}
.leader-list li:nth-child(2n):before{
    right: auto;
    left: -8px;
}
.leader-list li .date{
    color: #0070B6;
    font-family: 'Georgia';
}
.leader-list li h1{
    font-size: 30px;
	margin: 0;
}
.leader-list li h3{
    font-size: 18px;
}
.leader-list li>a{
    display: inline-block;
    width: 317px;
    height: 183px;
    margin: 15px 0;
    border: 5px solid #fff;
    box-shadow: 5px 5px 5px #eee;
    overflow: hidden;
}
.leader-list li img{
    display: inline-block;
    width: 317px;
    height: 183px;
    transition: .3s;
	object-fit: cover;
}
.leader-list li img:hover{
    transform: scale(1.1);
}
.leader-list li p{
    margin-left: 10%;
    height: 120px;
    line-height: 25px;
    overflow: hidden;
    color: #666;
    font-size: 16px;
}
.leader-list li:nth-child(2n) p{
    margin-left: 0;
    margin-right: 10%;
}

#xsg-list li{
	text-align: center;
}
#xsg-list li p{
	display: flex;
	justify-content: center;
       font-size: 14px;
}
#xsg-list li p a{
	margin: 0 15px;
}
#xsg-list li p a:hover{
	color: #0070B6;
}