@charset "utf-8";
/* CSS Document */
/*2020.07.28 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.container{
	/*width:1170px;*/
	/*padding: 0;
	margin: 0 auto;*/
}
.box{
	overflow: hidden;
}
img{
    max-width:100%;
}

.top-tit{
	background: #24499d;
	min-height: 33px;
	text-align: right;
}
.top-tit a{
	color: #fff;
	line-height: 33px;
	padding-right: 15px;
}

.toptcon a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-align: right;
	display: block;
}
 .searchbg{
	background: url(../images/search.jpg) no-repeat right top;
	width: 191px;
	height: 27px;
	margin-top: 3px;
}
 .searchbg input.inp-text{
	width: 154px;
	padding-left: 5px;
	background: none;
	border: none;
	color: #333;
	line-height: 25px;
}
 .searchbg input.inp-but{
	cursor: pointer;
	width: 37px;
	height: 27px;
	background: none;
	border: none;
	
}

.wc-top{
	min-height:108px;
	background:url(../images/topbg.jpg) repeat left top;
}
.trimg{
	background: url(../images/trimg.png) no-repeat right bottom;
	min-height: 108px;
}

/*top end*/
.wc-menu{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	
	height: 70px;
    background: rgba(7,47,144,0.75);
z-index: 1;
}


.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   

}
.wc-menu ul li{
	
	line-height:65px;	  
	position: relative;	
	/*居中并且转为table-cell*/
	display: table-cell;
	/*float: left;*/
	list-style: none;
	
	text-align: left;
}
.wc-menu ul li.last{
	background: none;
}
.wc-menu ul li.last a{
	
	background: none;
}
.wc-menu ul li a{
	font-size: 18px;
	color: #fff;
	line-height:65px;	 
	display: block;
   /*transition: all 0.2s;*/
	text-decoration: none;   
    margin-right: 65px;
	
}
.wc-menu ul li a.active,.wc-menu ul li a:hover{
border-bottom: 5px solid #d1b03d;
}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{
border-bottom: 5px solid #d1b03d;
}



 .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
border-bottom: 5px solid #d1b03d;
}

.wc-menu ul li .ernav{	
	position: absolute;
	left: 0px;
	top: 100%;
	background: rgba(28,47,93,0.75);
	
	width: 100%;
	/*padding:0 10px;*/
	z-index: 11;
	display: none;	
}
.wc-menu ul li .ernav ul{
	border: none;
}
.wc-menu ul li .ernav ul li{
	/*text-align: center;*/
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            
	/*border-bottom: 1px solid #7d87a1;*/
	background: none;
	text-align: left;

	line-height: 30px;

}
.wc-menu ul li .ernav ul li:last-child{
	border-bottom: none;
}
.wc-menu ul li .ernav ul li a{
	line-height: 25px;
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 8px 2px;
	bnorder-bottom:none;
	border: none;
	font-weight: normal;
        padding-left:20px;
}
.wc-menu ul li .ernav ul li a:hover{
	background: rgba(33,71,146,0.85);
	color: #fff;
	border-bottom: none;
}

/*menu End*/



.banner{
	/*height: 692px;*/
   
    }
/* 本例子css */
.banner	.slideBox{ 
			 overflow:hidden; position:relative; 
			   }
.banner	.slidetop .hd{ 
			
			overflow:hidden; position:absolute; right:0px;
			
			 bottom:36px; z-index:1; }
.banner	.slidetop .hd ul{ 
			overflow:hidden; zoom:1; 
			
			}
.banner	.slidetop .hd ul li{ 
			float:left; 
			/*display: inline-block;*/
			  margin: 0 7px;
			width:18px; height:18px;
			 line-height:14px; 
		
			 text-align:center; 
			 background: none;
			  border: 2px solid #fff;
			  
			  cursor:pointer; 
			color: transparent;
			}
.banner	.slidetop .hd ul li.on{ 
			background: #fff;
			
		 }
.banner	.slidetop .bd{ position:relative; height:100%; z-index:0;   }
.banner	.slidetop .bd li{ 
zoom:1; 
vertical-align:middle;
    text-align: center; 
}

.banner	.slidetop .bd img{ 
	max-width: 100%;  
	height: auto;
	}

.banner .slidetop .ban-text{
	position: absolute;
	left: 0px;
	bottom: 25px;
	width:80%;
	line-height: 45px;
	z-index: 11;
}

.banner .slidetop .ban-text a{
	display: block;
	color: #fff;
	font-size:32px;
	font-weight: bold;
	line-height:45px;
	text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.banner .btt{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: url(../images/btt2.png) repeat-x left bottom;
        height: 100px;
        z-index: 1;
}
.banner a.prev{
	position: absolute;
	left: 0px;
	top: 45%;
	z-index: 1;
	cursor: pointer;
}
.banner a.next{
	position: absolute;
	right: 0px;
	top: 45%;
	z-index: 1;
	cursor: pointer;
}

/*banner end*/

.bo-ul2{
	
}
.bo-ul2 .swiper-container{
	padding-bottom: 40px;
}

.newbg{
	background: url(../images/newbg.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 20px;
}


/*keyan*/

.keyan{
	/*min-height: 818px;*/
	/*background-size: cover;*/
	padding-top:50px;
}

.ke-top{
	
}
.ke-top .ke-tit{
	font-size: 36px;
	
	color: #003064;
}
.ke-top .ke-tit2{
	
	color: #fff;
}
.ke-top .ke-more a{
	display: block;
	font-size: 16px;
	color: #fff;
	background: #d1b03d;
	border-radius: 25px;
	margin-top: 10px;
	font-weight: bold;
	padding: 0 24px;
	line-height: 35px;
	text-decoration: none;
	
}
.ke-top .ke-more2 a{
	color: #fff;
	
}
.ke-top .ke-more a:hover{
	transition: all 1.5s;
	color: #0164d4;
	
}
.ke-con{
	padding-top: 35px;
}
.ke-con .slideBox{ 
			  position:relative; 
			
			 
			   }
.ke-con .slidetop{
			   
			   }
.ke-con	.slidetop .hd{ 
			
			overflow:hidden;
			 position:absolute; 
			width: 397px;
			
			 right:0;
			 top: 0px;
			 height: 100%;
			  z-index:1; 
}
.ke-con	.slidetop .hd ul{ 
			overflow:hidden; zoom:1; 
			width: 100%;
			
			 }

.ke-con .slidetop .hd ul li{ 
			
			display: block;
			
			cursor:pointer; 
		
			position: relative;
                       transform: scale(1.0);
    transition: all 0.7s;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
			}

			
			
.ke-con .slidetop .hd ul li a{
	font-size: 16px;
		color: #286a9f;
		padding: 16px 25px 16px  0px;
		text-decoration: none;
		display: block;
       width: 100%;
		border-bottom: 1px dotted #286a9f;
		margin-left: 18px;
		/*overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;*/
        transition: 0.4s all;
}

.ke-con	.slidetop .hd ul li.on { 
			background:#003064;
		/*box-shadow: 0px 35px 77px -17px rgb(0 0 0);
    transform: scale(1.02);
    cursor: pointer;
		transform: scale(1.01);
			transition: 0.2s all;*/

box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    transform: scale(1.02);
    cursor: pointer;
    transition: all 0.7s;

		 }

		 .ke-con	.slidetop .hd ul li.on .li-date{
		 	/*display: block;*/
		 	opacity: 1;
		 }
.ke-con	.slidetop .hd ul li.on a{ 
		color: #fff;
		
		 }
.ke-con	.slidetop .bd{ position:relative; height:100%; z-index:0; 
min-height: 200px;
  }
.ke-con	.slidetop .bd li{ zoom:1; vertical-align:middle; 
    overflow: hidden;
}
.ke-con	.slidetop .bd li:hover img{
   /* transform: scale(1.2);
    transition: 0.6s all;*/
}

.ke-con	.slidetop .bd img{ 
	height: 462px;
    /*transition: 0.4s all;*/
max-width: 100%;
	 }

/*student*/
.student{
	min-height: 520px;

	margin-top: 65px;
}

.st-con{
	padding-top: 35px;
}
.st-con ul li{
	
}
.st-con ul li:last-child{
	margin-right: 0;
}
.st-con ul li a{
	text-decoration: none;     
       display:block;
      transition: 0.6s all;
}

.st-con ul li a:hover{
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.08);
    position: relative;
    z-index: 9;
    transition: 0.6s all;
}

.st-con ul li a .li-img{
	overflow: hidden;
	
}
.st-con ul li a .li-img img{
	max-width: 100%;
        transition: 0.4s all;
}


.st-con ul li a:hover img{
    transform: scale(1.2);
    transition: 0.6s all;
}

.st-con ul li a i{
	font-size: 16px;
	color: #7990a2;
	display: block;
	font-family: arial;
}

.st-con ul li a p{
	font-size: 16px;
	color: #286a9f;
	margin: 20px 0 15px;
	line-height: 25px;
}

.st-con ul li a:hover p{
  margin: 20px 6px 15px;
  transition: 0.4s all;
}

.st-con ul li a:hover i{
  margin-left: 6px;
  transition: 0.4s all;
}

    .st-con-xs {
        padding-top: 25px;
    }

    .st-con-xs .swiper-container{
       padding-bottom: 40px;
   }

        .st-con-xs .news-xs .li-img {
            overflow: hidden;
        }
        .st-con-xs .news-xs a .li-img {
            overflow: hidden;
        }
    .st-con-xs .li-img img {
        max-width: 100%;
    }
        .st-con-xs .news-xs a p {
            font-size: 16px;
            color: #286a9f;
            margin: 20px 0 15px;
            line-height: 25px;
        }

        .st-con-xs .news-xs a i {
            font-size: 16px;
            color: #7990a2;
            display: block;
            font-family: arial;
        }







.xbg{
	background: url(../images/xbg.jpg) no-repeat center top;
	background-size: cover;
	min-height: 676px;
	padding-top: 55px;
}
.xue-con2{
	padding-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
.xue-con2 ul li{
	/*float: left;
	width: 270px;
	margin-right: 30px;*/
	
	
	/*background: #fff;*/
	
}
.xue-con2 ul li a{
	display: block;
	text-decoration: none;
	
}
.xue-con2 ul li:last-child{
	/*margin-right: 0;*/
}
.xue-con2 ul li .li-img{
	overflow: hidden;
	margin-bottom: 0;
}
.xue-con2 ul li .li-img img{

    transition: 0.4s all;
	
}
.xue-con2 ul li:hover .li-img img{
transform: scale(1.2);
    transition: 0.6s all;
	
}
.xue-con2 ul li .li-tt{
	padding:25px 20px ;
	background: #fff;
	min-height: 263px;
}
.xue-con2 ul li span{
	display: block;
	font-size: 16px;
	color: #3b7bc1;
	margin-bottom: 20px;
}
.xue-con2 ul li p{
	font-size: 16px;
	color: #99a4b1;
	line-height: 31px;
}

.xue-con2 ul li:hover .li-tt{
	background: #3b7bc1;
	color: #fff;
}
.xue-con2 ul li:hover p{
	color: #fff;
}
.xue-con2 ul li:hover span{
	color: #fff;
}

.tong-con{
	padding-top: 30px;
}
.tong-con ul li{
	background: #fff;
	border: 1px solid #3b7bc1;
	padding: 13px 20px 13px 12px;
	margin-bottom: 29px;
	/*transition: all 1s;*/
 transition: all 0.4s ease-out;
}
.tong-con ul li a{
	text-decoration: none;
	
}
.tong-con ul li span.a-date{
	float: left;
	width: 14%;
	border-right: 1px solid #d8d8d8;
	height: 64px;
	text-align: center;
}
.tong-con ul li span.a-date i{
	display: block;
	font-style: normal;
	font-size: 32px;
	font-weight: bold;
	color: #d1b03d;
	
	
}
.tong-con ul li span.a-date span{
	font-size: 14px;
	color: #5d8ccc;
	font-weight: bold;
	
	
}




.tong-con ul li p{
	font-size: 16px;
	color: #333;
	line-height: 27px;
	width: 83%;
	float: right;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.tong-con ul li:hover{
	background: #5d8ccc;
	/*transition: all 1s;*/

	  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}
.tong-con ul li:hover a span,.tong-con ul li:hover a p,.tong-con ul li:hover a i{
	color: #fff;
	
}



/*link*/
.link{
	background: #fff;
	min-height: 176px;
	padding-top: 32px;
}
.link ul{
	/*display: table;
	width: 100%;*/
}
.link ul li{
	float: left;
	/*display: table-cell;*/
	padding: 0 45px;
}
.link ul li a{
	text-decoration: none;
	display: block;
	text-align: center;
}
.link ul li a img{
	display: inline-block;
	text-align: center;

}
.link ul li a .img1{
	display: block;
	width: 68px;
	height: 68px;
	margin: auto;
	border: 1px solid #d8e1e7;
	border-radius: 100%;	line-height: 68px;
}


.link ul li a span{
	font-size: 16px;
	color: #286a9f;
	display: block;
	padding-top: 20px;
	
}
.link ul li:hover{
	opacity: 0.8;
}

.link ul li:hover a img {
        animation: 1s ease-in-out 0s normal none 1 running doudong1;
        
 }
 
@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}


/*link end*/



.footer{
	background:#003064;
	min-height: 156px;
	padding:45px 0 ;
	
}

.wc-copy-left .flogo{
	border-right: 1px solid #324e64;
	float: left;
	height: 55px;
}

.wc-copy-left .f-tt{
	float: left;
	padding-left: 20px;
}
.wc-copy-left .f-tt p{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}


.wc-copy-right{
	
}
.wc-copy-right ul {

}
.wc-copy-right ul li{
	float: left;
	border: 1px solid #59789a;
	border-right: none;
	line-height: 44px;
	padding: 0 16px;
}
.wc-copy-right ul li:last-child{
	border-right: 1px solid #59789a;
}
.wc-copy-right ul li a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	
}
.wc-copy-right ul li a img{
	padding-right: 5px;
}
.wc-copy-right ul {
	/*border-right: 1px solid #59789a;*/
	line-height: 44px;
float: right;
}

/*.wc-copyEnd*/
	 .bi-box{
               	 	position: relative;  padding:0px 0 40px;
               	 		 }
  .bi-box .slideBox{
    padding-bottom:40px;
  
  }
               	.bi-box ul li{
               		list-style: none;
               	}
               	
               	.bi-box .ban-text{
               		position: absolute;
               		left: 0px;
               		bottom: -40px;
               		width: 100%;overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
               		text-align: center;
               	}
               	.bi-box .ban-text a{
               		color: #224b9b;
               		text-decoration: none;
               		
               	}
               	.bi-box .bd img{
               		max-width: 100%;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 3px 0px #ccc;
               	}
               	.bi-box .hd{
               		position: absolute;
               		left: 0px;
               		bottom: 10px;
               		width: 100%;
               		text-align: center;
               	}
               	.bi-box .hd ul li{
               		width: 15px;
               		height: 15px;
               		border-radius: 10px;
               		border: 1px solid #fff;
               		margin: 0 5px;
               		display: inline-block;
               		cursor: pointer;
               	}
               	.bi-box .hd ul li.on{
               		background: #fff;
               		
               	}
               	.bi-box a.prev{
               		position: absolute;
               		left: 30px;
               		top: 45%;
               		z-index: 11;
               		cursor: pointer;
               	}
               		.bi-box a.next{
               		position: absolute;
               		right: 42px;
               		top: 45%;
               		z-index: 11;
               		cursor: pointer;
               	}









@media (min-width: 1200px) {

.container{
	width:1200px;

}
.f-kuai{
	width: 330px;
	
}

.f-link{
width: 557px;
	
}




}
@media (min-width: 1170px) {





	
	
}
@media (min-width:1100px) and (max-width: 1200px) {

	.link ul li{
		padding: 0 28px;
	}
	

	
}
@media (max-width: 1200px) {

.wc-menu ul li a{

    margin-right: 40px;
}

}

@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
   
	.banner .slidetop .ban-text a{
		font-size: 28px;
	}
.ke-top .ke-tit{
	font-size: 30px;
}

.ke-top .ke-more a{
	margin-top: 10px;
}
.student{
	margin-top: 30px;
}

.xin-left{
	

	padding-top: 20px;
	margin-right: 0;
}
.xin-leftcon ul li .li-tt{
	width: 80%;
}

.xin-right{
	
	padding-top: 20px;
	padding: 20px;

	min-height: 710px;
	
}
.keyan{
	padding-top: 30px;
}
.student{
	padding-top: 20px;
	min-height: 300px;
	padding-bottom: 30px;
}

.ke-con .slidetop .hd{
	width: 240px;
}
.ke-con .slidetop .hd ul li{

}
.ke-con .slidetop .hd ul li a{
	padding: 2px 20px 10px 10px;
	width: 235px;
		height: 73px;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
}





.ke-con .slidetop .bd img{
	width: 700px;
	min-height: 400px;
}

.link ul li{
		padding: 0 20px;
	}
.wc-copy-right ul li{
	width: 50%;
	padding: 3px;
	margin-bottom: 10px;
}
.wc-copy-right ul li:nth-child(2){
	border-right: 1px solid #59789a;
}

}








@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/

 .bo-ul2 a span{
	display: block;
	margin: 15px 0;
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	background: #1c3e7f;
	padding: 10px;
	margin: 0;
}
.bo-ul2 a i{
	display: block;
	font-style: normal;
	font-size: 16px;
	background: #1c3e7f;
	padding: 10px;
	color: #fff;
}

 .wc-top{
 	min-height: 100px;
 }
 
 .wc-menu ul li a{
 	font-weight:normal;
 }
 
 
 
 #img{
 	height: 70px;
 }
 .banner .slidetop a.prev{
 	display: none;
 }
 .banner .slidetop a.next{
 	display: none;
 }
.banner .slidetop .ban-text{
    
}
.banner .slidetop .ban-text a{
	font-weight: normal;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.pad1{
	padding: 0;
}
.banner .slidetop .hd{

}
.banner .slidetop .hd ul li{
	margin: 0 3px;
	
}
.banner .slidetop .hd ul li.on{
	width: 20px;
}


.keyan{
	padding-top: 30px;
	min-height: 300px;
	padding-bottom: 10px;
}
.ke-top .ke-tit{
	font-size: 24px;
	
}
.ke-top .ke-more a{
	margin-top: 2px;
}
.ke-con{
	padding-top: 20px;
}
.xinbg{

}
.xin-left{
	width: 50%;

	padding-top: 20px;
	margin-right: 0;
}
.xin-leftcon ul li .li-date{
	width: 20%;
	min-height: 100px;
}
.xin-leftcon ul li .li-tt{
	width: 75%;
}
.xin-leftcon ul li .li-tt a p{
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}

.xin-right{
	
	padding-top: 20px;
	padding: 20px ;

	min-height: 710px;
	
}
.xin-rightcon ul li .li-tt{
	width: 75%;
}
.xin-rightcon ul li .li-timg{
	width: 20%;
	
}
.xin-rightcon ul li .li-timg img{
	max-width: 100%;
}
.xin-rightcon ul{
	padding-top: 6px;
}

.student{
	padding-top: 20px;
	min-height: 300px;
	padding-bottom: 20px;
	margin-top: 10px;
}
.st-con{
	padding-top: 25px;
}
.st-con ul li{
	margin-bottom: 20px;
}
.st-con ul li a p{
	margin-bottom: 10px;
}


.bo-ul2 img{
	max-width: 100%;
}
.bo-ul2 a{
	text-decoration: none;
}


.bo-ul2 {
	padding-top: 20px;
}

.xue-con2 ul li .li-tt{
	padding: 10px;
}
.xue-con2 ul li p{
	line-height: 28px;
}
.link ul li a span{
	padding-top: 10px;
}
.link ul li{
	padding: 0;
	width: 25%;
	margin-bottom: 25px;
}
.tong-con ul li span.a-date{
	width: 20%;
	
}
.tong-con ul li p{
	width: 76%;
}
.wc-copy-right ul li{
	width: 50%;
	padding: 3px;
	margin-bottom: 10px;
}
.wc-copy-right ul li:nth-child(2){
	border-right: 1px solid #59789a;
}
.wc-copy-left .f-tt{
	margin-top: 20px;
}
.wc-copy-left .flogo{
	border: none;
}




}


@media (max-width: 991px) {

    .wc-menu ul li a {
    margin-right: 10px;
}

}
@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
   
 .searchbg{
 	
 	margin-bottom: 10px;
 }
 
.banner .slidetop .ban-text{
     width:75%;
    bottom: 5px;
}
.banner .btt{
	height: 170px;
}

.banner .slidetop .ban-text a{
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.pad1{
	padding: 0;
}
.banner .slidetop .hd{
	bottom: 10px;
	right: 0;
	
}
.banner .slidetop .hd ul li{
	margin: 0 3px;
	width: 12px;border: 1px solid #fff;
	height: 12px;
	
}


.keyan{
	padding-top: 20px;
	min-height: 300px;
	padding-bottom: 10px;
}
.ke-top .ke-tit{
	font-size: 20px;
	
}
.ke-top .ke-more a{
	margin-top: 2px;
	padding: 0 10px;
	line-height: 28px;
	font-weight: normal;
	font-size: 14px;
}
.ke-con{
	padding-top: 20px;
}
.xinbg{
	padding-bottom: 30px;
}
.xin-left{
	width: 100%;
	padding-top: 20px;
	margin-right: 0;
}
.xin-leftcon ul li .li-date{
	width: 20%;
	min-height: 100px;
}
.xin-leftcon ul li .li-tt{
	width: 75%;
}
.xin-leftcon ul li .li-tt a p{
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}

.xin-right{
	width: 91%;
	padding-top: 20px;
	padding: 20px 15px;
	margin: 0 20px;
	min-height: 600px;
}
.xin-rightcon ul li .li-tt{
	width: 75%;
}
.xin-rightcon ul li .li-timg{
	width: 20%;
	
}
.xin-rightcon ul li .li-timg img{
	max-width: 100%;
}
.xin-rightcon ul{
	padding-top: 2px;
}
.st-con ul li a .li-img {
    overflow: hidden;
    text-align: center;
}
.student{
	padding-top: 10px;
	margin-top: 0;
}
.st-con{
	padding-top: 25px;
}
.st-con ul li{
	margin-bottom: 20px;
}
.st-con ul li a p{
	margin-bottom: 10px;
	margin-top: 8px;
}



.bo-ul2 img{
	max-width: 100%;
}
.bo-ul2 a{
	text-decoration: none;
}
.bo-ul2 a span{
	display: block;
	margin: 15px 0;
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	background: #003064;
	padding: 10px;
	margin: 0;
}
.bo-ul2 a i{
	display: block;
	font-style: normal;
	font-size: 16px;
	background: #1c3e7f;
	padding: 10px;
	color: #fff;
}

.bo-ul2 {
	padding-top: 20px;
}

.f-er{
	padding-top: 6px;
}

.xin-leftcon ul{
	padding-top: 25px;
}
.f-link ul li a{
	font-size: 16px;
}

.f-kuai p{
	font-size: 16px;
}


/**/
.banner a.prev{
	display: none;
}
.banner a.next{
	display: none;
}

.tong-con ul li{
	padding: 10px;
}
.tong-con ul li span.a-date{
	width: 20%;
	
}
.tong-con ul li p{
	width: 78%;
	line-height: 25px;
	
}
.tong-con{
	padding-top: 20px;
}
.newbg{
	padding-bottom: 10px;
}

.xue-con3{
	padding-top: 15px;
	margin-bottom: 20px;
	
}
.xue-con3 .swiper-container a{
	background: #fff;
	display: block;
	padding-top: 20px;
	text-decoration: none;
}
.xue-con3 .swiper-container a span.li-img{
	text-align: center;
	display: block;
}
.xue-con3 .swiper-container span.li-tt{
	background: #fff;
	display: block;
	padding: 10px 27px;
}
.xue-con3  span.ap1 {
    display: block;
    font-size: 16px;
    color: #3b7bc1;
    margin-bottom: 10px;
}
.xue-con3  p {
    font-size: 14px;
    color: #99a4b1;
    line-height: 25px;
}
.xue-con3 .swiper-container{
	padding-bottom: 20px;
	background: #fff;
}


.bi-box a.prev{
               		display: none;
               	}
               		.bi-box a.next{
               	display: none;
               	}
     .bi-box .list-paddingleft-2{
    padding-left:0px !important;
  }
    .bi-box .ban-text{
      bottom:-20px;
    }






.link{
	padding-top: 28px;
}

.link ul li{
	width: 25%;
	margin-bottom: 25px;
	padding: 0;
	text-align: center;
}
.link ul li a span{
	font-size: 14px;
	padding-top: 10px;
}


.footer{
	padding-top: 10px;
	padding-bottom: 10px;
}

.wc-copy-right ul li{
	float: none;
	margin-bottom: 15px;
	border: 1px solid #59789a;
}
.wc-copy-left .flogo{
	float: none;
	text-align: center;
	border: none;
}
.wc-copy-left .f-tt{
	float: none;
	padding: 0;
	margin: 5px 0 10px 0;
	text-align: center;
}




}

/* 苹果5e/se */
@media only screen and ( max-width:320px){
	
	
	
}

@media only screen and (max-width: 515px) and (min-width: 375px){


}

.wc-copy-right ul li i img{
    position: absolute;
    right: 40%;
    top: -10px;
 display:none;
}

.wc-copy-right ul li:hover .lkimg,.wc-copy-right ul li:hover i img{
display:block;
}

    .lkimg {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -109px;
        right: 19%;
        display:none;
    }
@media (max-width: 767px) {
.wc-copy-right ul li:hover i img{
display:none;
}




}
