@charset "utf-8";
/* CSS Document */
/*2020.07.28 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;}

.container{}
.box{
	overflow: hidden;}
img{
    max-width:100%;}

.top-tit{
	background: #406941;
	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: #eeeeee;position: relative;
	width: 200px;
	height: 35px;
    margin-top: 50px;
    margin-right: 86px;border-radius: 40px;}
 .searchbg input.inp-text{
    border: none;
    color: #333;
    line-height: 35px;
    background: none;
    padding: 0 20px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    height: 35px;}
 .searchbg input.inp-but{
	cursor: pointer;
	width: 37px;
	height: 27px;
	background: none;
	border: none;}
 .searchbg input.tj {
    background: #02785e url(../images/icon-search.png) no-repeat center;
}
 .searchbg input.btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;

    border-radius: 0px 40px 40px 0;
    width: 60px;
    font-size: 20px;
    color: #fff;
}
.wc-top{
	min-height:120px;
	background:#ffffff;}
.trimg{
	background: url(../images/trimg.jpg) no-repeat right;
	min-height: 120px;}

/*top end*/
.wc-menu{
		position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	
	height: 55px;
    background: #02785e;
z-index: 1;}


.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;}
.wc-menu ul li{
	
	line-height:55px;	  
	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:55px;	 
	display: block;
   /*transition: all 0.2s;*/
	text-decoration: none;   
    margin-right: 48px;}
.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(33,146,120,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,146,120,0.85);
	color: #fff;
	border-bottom: none;}

/*menu End*/



.banner{    padding-top: 55px;}
@media screen and (max-width: 600px) { 
.banner{    padding-top: 0px;}
.banner	.slidetop .bd img{ 
	max-width: 100%; width:100%; 
	height: auto;}
}
/* 本例子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;}
@media screen and (min-width: 600px) { 
.banner	.slidetop .bd img{ 
	max-width: 100%; width:100%; 
	height: 450px;}
}
.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.jpg) repeat-x left bottom;
        height: 100px;
        z-index: 1;}
.banner a.prev{
	position: absolute;
	left: 0px;
	top: 50%;
	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{}

.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{}
.xue-con2 ul li a{
	display: block;
	text-decoration: none;}
.xue-con2 ul li:last-child{}
.xue-con2 ul li .li-img{
	overflow: hidden;height: 312px;
	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{}
.link ul li{
	float: left;
	/*display: table-cell;*/
	padding: 0 63px;}
.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:#406941;
background: url(../images/f_bg.jpg) no-repeat center top;
	min-height: 215px;
	padding:66px 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{padding-top: 0px;}
	.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;}




}
.clearfix2 {
}

@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;border-radius: 50%;
	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;}




}



.top50{top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.left50{left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.topleft50{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);}
.w1366{   
max-width: 1366px;
    width: 96%;
    margin: 0 auto;
}
.indexTitle{ height: 60px; line-height: 60px; border-bottom: 1px #d2d2d2 solid;}
.indexTitle .tit{position: relative; font-size: 22px; color: #02785e; font-weight: bold;}
.indexTitle .tit::before{ content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: #02785e;}
.indexTitle .more{ font-size: 14px; color: #777;} 
.indexTitle .more:hover{ color: #cf000f;}
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
em{background-position: center center; background-size: cover; background-repeat: no-repeat;}


.part{background:#fff;margin-top:10px;margin-bottom:10px;}
.partOne2{display: flex;}
/*par1*/
.partOne .left{width: 100%;}
.partOne .left .picBox{position: relative; width: 49%; margin-top: 18px; overflow: hidden; }
.partOne .left .picBox ul li a{ display: block; box-shadow: 0 0 8px rgba(0,0,0,0.09); margin: 8px;}
.partOne .left .picBox ul li .pic{ overflow: hidden;}
.partOne .left .picBox ul li .pic em{ display: block; height: 380px; transition: 0.4s; -webkit-transition: 0.4s;background-position: center center;    
background-size: cover;    
background-repeat: no-repeat;}
.partOne .left .picBox ul li .text{ height: 66px; line-height: 66px; padding: 0 20px;}
.partOne .left .picBox ul li .text p{ height: 100%; padding-right: 120px; font-size: 18px; color: #111111; transition: 0.4s; -webkit-transition: 0.4s;}
.partOne .left .picBox ul li a:hover .text p{ color: #cf000f;}
.partOne .left .picBox ul li a:hover .pic em{ transform: scale(1.1); -webkit-transform: scale(1.1);}
.partOne .left .picBox .btn{width: auto; left: auto; bottom: 20px; right: 20px;}
.partOne .left .picBox .btn span{ width: 14px; height: 14px; transition: 0.4s; -webkit-transition: 0.4s; background: #adadad; opacity: 0.8;}
.partOne .left .picBox .btn span.swiper-pagination-bullet-active{ width: 30px; border-radius: 10px; opacity: 1;}
.partOne .left .picBox .picBoxNext{ width: 30px; height: 80px; background: url(../images/right.png) no-repeat 0 0; right: 8px; margin-top: -60px;}
.partOne .left .picBox .picBoxPrev{ width: 30px; height: 80px; background: url(../images/right.png) no-repeat 0 0; left: 8px; margin-top: -60px; transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.partOne .left .partList{ width: 49%;}
.part .partList ul li{ border-bottom: 1px #ececec solid;}
.part .partList ul li a{position: relative; display: block; height:50px; line-height:50px;}
.part .partList ul li a p{ height: 100%; padding-right: 70px; font-size: 16px; color: #111111;}
.part .partList ul li a p b{ display: inline-block; width: 10px; height: 10px; margin-right: 10px; background: url(../images/list-icon.png) 0 0 no-repeat; transition: 0.4s; -webkit-transition: 0.4s;}
.part .partList ul li a i{ position: absolute; right: 20px; font-size: 14px; color: rgba(64,64,64,0.8);}
.part .partList ul li a:hover p{ color: #02785e;}
.part .partList ul li a:hover p b{background-position: left bottom;}
.partOne .right{width: 25.3%;}
.partOne .right .list ul li a{position: relative; display: block; overflow: hidden; padding: 12px 0; border-bottom: 1px #ececec solid;}
.partOne .right .list ul li a .time{ float: left; text-align: center;}
.partOne .right .list ul li a .time{ padding:0px 7px;background: #435839;color:#fff;}

.partOne .right .list ul li a .time b{ font-family: arial; font-size: 32px; color: #ffffff; font-weight: bold; transition: 0.4s; -webkit-transition: 0.4s;}
.partOne .right .list ul li a .time i{font-family: arial; font-size: 14px; color: #fff; display: block; transition: 0.4s; -webkit-transition: 0.4s;}
.partOne .right .list ul li a .text{position: relative; float: right; width: calc(100% - 85px); padding-left: 16px; box-sizing: border-box; height: 68px;}
.partOne .right .list ul li a .text::before{ content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 68px; background: #f6f6f6;}
.partOne .right .list ul li a .text::after{ content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 0; background: #cf000f; transition: 0.4s; -webkit-transition: 0.4s;}
.partOne .right .list ul li a .text p{position: relative; line-height: 26px; max-height: 78px; font-size: 16px; color: #000000;}
.partOne .right .list ul li a:hover .time b{color: #00c2cf;}
.partOne .right .list ul li a:hover .time i{color: #00c2cf;}
.partOne .right .list ul li a:hover .text p{color: #00a11e;}
.partOne .right .list ul li a:hover .text::after{ height: 44px;}

/*part2*/
.partTwo{ margin-top: 38px;}
.partTwo .left{position: relative; width: calc(100% - 0px); overflow: hidden;}
.partTwo .left ul li a{ display: block;}
.partTwo .left ul li a em{ display: block; height: 130px;}
.partTwo .left .btn span{background: #fff; opacity: 0.4;}
.partTwo .left .btn span.swiper-pagination-bullet-active{width: 24px; background: #fff; border-radius: 8px; opacity: 1;}
.partTwo .right{ width: 455px; height: 130px; background: url(../images/enterbg.jpg) no-repeat 0 0; background-size: cover;}
.partTwo .right ul{ font-size: 0; padding: 0 10px; padding-top: 20px;}
.partTwo .right ul li{ display: inline-block; width: 25%; text-align: center; font-size: 14px;}
.partTwo .right ul li a{ display: block;}
.partTwo .right ul li .pic{position: relative; display: inline-block; width: 60px; height: 60px; line-height: 60px; text-align: center; background: rgba(255,255,255,0.2); border-radius: 50%; z-index: 0; transition: 0.4s; -webkit-transition: 0.4s;}
.partTwo .right ul li .pic::before{ content: ""; position: absolute; left: 50%; top: 50%; width: 0; height: 0; background: rgba(255,255,255,0.2); border-radius: 50%; transition: 0.4s; -webkit-transition: 0.4s; z-index: -1;}
.partTwo .right ul li .pic i{ color: #fff; font-size: 28px; transition: 0.4s; -webkit-transition: 0.4s;}
.partTwo .right ul li a:hover .pic{ background: rgba(255,255,255,0.7);}
.partTwo .right ul li a:hover .pic i{color: #1e68bc;}
.partTwo .right ul li a:hover .pic::before{top: -5px; left: -5px; width: calc(100% + 10px); height: calc(100% + 10px);}
.partTwo .right ul li .text{ font-size: 16px; color: #fff; margin-top: 6px;}
.partTwo .right ul li:nth-child(2) .pic i{font-size: 36px;}
/*part3*/
.partThree{ overflow: hidden;}
.partThree .left{ width: 49%;}
.partThree .itemTop{ margin-top: 28px; padding-bottom: 20px;border-bottom: 1px #ececec solid;}
.partThree .itemTop a{ display: block; overflow: hidden;}
.partThree .itemTop .pic{ width: 47.2%; height: 185px; overflow: hidden;}
.partThree .itemTop .pic em{ display: block; height: 100%;}
.partThree .itemTop .text{ width: 49%;}
.partThree .itemTop .text h3{ font-size: 18px; color: #000000; line-height: 30px; height: 60px;}
.partThree .itemTop .text p{ font-size: 14px; color: #333333; line-height: 24px; height: 72px; margin: 14px 0;}
.partThree .itemTop .text .time{ color: #000000;}
.partThree .itemTop .text .time span{ color: #444; padding-left: 30px;}
.partThree .itemTop a:hover .pic em{ transform: scale(1.1); -webkit-transform: scale(1.1);}
.partThree .itemTop a:hover .text h3{ color: #cf000f;}
.partThree .itemTop a:hover .time span{ color: #cf000f;}
@media screen and (max-width: 767px){
	/*鍏敤*/
	.indexTitle{ margin-top: 6px; height: 46px; line-height: 46px;}
	.indexTitle .tit{ font-size: 18px;}
	/*part1*/
	.partOne .left .picBox{ width: 100%; margin-top: 10px;}
	.partOne .left .picBox ul li .pic em{ height: auto; padding-bottom: 64.3%;}
	.partOne .left .picBox .picBoxNext{ display: none;}
	.partOne .left .picBox .picBoxPrev{ display: none;}
	.partOne .left .picBox ul li .text{ padding: 0 10px; height: 46px; line-height: 46px;}
	.partOne .left .picBox ul li .text p{ font-size: 14px;}
	.partOne .left .picBox .btn{ bottom: 22px;}
	.partOne .left .picBox .btn span{ width: 8px; height: 8px;}
	.partOne .left .picBox .btn span.swiper-pagination-bullet-active{ width: 20px;}
	.partOne .left .partList{ width: 100%;}
	.part .partList ul li a{ height: 42px; line-height: 42px;}
	.part .partList ul li a p{ font-size: 14px;}
	.part .partList ul li a i{ font-size: 13px;}
	.partOne .right .list ul li a{ padding: 8px 0;}
	.partOne .right .list ul li a .time b{ font-size: 28px;}
	.partOne .right .list ul li a .time i{ font-size: 13px;}
	.partOne .right .list ul li a .text{width: calc(100% - 80px);}
	.partOne .right .list ul li a .text p{ font-size: 14px;}
	/*part2*/
	.partTwo{ margin-top: 14px;}
	.partTwo .left ul li a em{ padding-bottom: 20%;}
	.partTwo .left .btn{ bottom: 6px;}
	.partTwo .left .btn span{ width: 6px; height: 6px;}
	.partTwo .left .btn span.swiper-pagination-bullet-active{ width: 18px;}
	.partTwo .right ul li .text{ font-size: 14px;}

}
#page{background:#fff url(../images/bgxiao-2023.png);}
.partThree .right{width: 49%;}
.partThree .right .list ul li a{position: relative; display: block; overflow: hidden; padding: 12px 0; border-bottom: 1px #ececec solid;}
.partThree .right .list ul li a .time{ float: left; text-align: center;}
.partThree .right .list ul li a .time{ padding:0px 7px;background: #02785e;color:#fff;}

.partThree .right .list ul li a .time b{ font-family: arial; font-size: 32px; color: #ffffff; font-weight: bold; transition: 0.4s; -webkit-transition: 0.4s;}
.partThree .right .list ul li a .time i{font-family: arial; font-size: 14px; color: #fff; display: block; transition: 0.4s; -webkit-transition: 0.4s;}
.partThree .right .list ul li a .text{position: relative; float: right; width: calc(100% - 85px); padding-left: 16px; box-sizing: border-box; height: 68px;}
.partThree .right .list ul li a .text::before{ content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 68px; background: #f6f6f6;}
.partThree .right .list ul li a .text::after{ content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 2px; height: 0; background: #02785e; transition: 0.4s; -webkit-transition: 0.4s;}
.partThree .right .list ul li a .text p{position: relative; line-height: 26px; max-height: 78px; font-size: 16px; color: #000000;}
.partThree .right .list ul li a:hover .time b{color: #00c2cf;}
.partThree .right .list ul li a:hover .time i{color: #00c2cf;}
.partThree .right .list ul li a:hover .text p{color: #02785e;}
.partThree .right .list ul li a:hover .text::after{ height: 44px;}
@media screen and (max-width: 1023px) {
    .partThree .left {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .partOne .left {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .indexTitle {
        margin-top: 6px;
        height: 46px;
        line-height: 46px;
    }
}
@media screen and (max-width: 1023px) {
   .partThree .right {
        width: 100%;
    }
.wc-copy-right{display:none;}
}