strong {
	font-weight: bold;
}
em,i {
	font-style: italic;
}

.ab_banbg {
	background: #10326e;
	    height: 350px;
}
.ab_ban {
    height: 350px;
}
.M-Stage__storyLine {
	display: none;
}
.ab_slg1 {
	top: 150px;
	color: #fff;
}
.ab_slg1 span{
	color: #fff;
}
.ab_1 {
    padding-top: 60px;
}
.nav {
	background: none;
}
.sticky.nav {
	background: #f3f3f3;
}

.news_ul {
	width: 100%;
}
.news_ul li{
	background: #fff;
	/* margin-bottom: 50px; */
	height: 282px;
	padding: 70px 0;
	overflow: hidden;
	width: 100%;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.news_ul li:nth-of-type(odd){background: #ffffff;}  
.news_ul li:nth-of-type(even){background: #f9f9f9;} 
.news_ul li:hover{
	background: #f1f1f1;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
}
.news_ul li a {
	width: 1200px;
	display: block;
	margin: 0 auto;
}

.news_ul li .fl{
	width: 420px;
	position: relative;
}
.news_ul li .fl img{
	width: 100%;height: 280px;
	border: 1px solid #ccc;
}
.news_ul li .fl .time{
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 60px;
	line-height: 30px;
	font-size: 14px;
	background: rgba(192, 43, 43, 0.82);
	color: #fff;
	padding: 10px 10px 5px;
	letter-spacing: 0;
	text-transform:;
	text-align: center;
}
.news_ul li .fl .time i{
	display: block;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-family: "webfont2" !important;
}
.news_ul li  .rt {
	width: 710px;
	height: 318px;
	position: relative;
}
.news_ul li .rt h3{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
	font-weight: bold;
}
.news_ul li .rt p{
	font-size: 14px;
	color: #777;
	text-align: justify;
	padding-left: 10px;
	border-left: 2px solid #e41d1d;padding: 0px 0px 0px 10px;
	margin-left: 20px;
	margin: 10px 0px 20px;
	max-height: 164px;
	display: block;
}
.news_ul li:nth-of-type(odd)  .rt p{color: #666;
}  
.news_ul li .rt span,.news_ul_down li .rt{
	border: 2px solid #10326e;
	display: block;
	width: 140px;
	color: #10326e;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
/*	float: right;*/
	margin-top: 10px;
/*	position: absolute;*/
/*	bottom: 0px;right: 0;*/
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.news_ul li .rt span:hover,.news_ul_down li .rt:hover{
	background: #10326e;
	    color: #fff;
}

.fenye {
	border-top: 1px solid #ccc;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.fenye select {
	display: none;
}

.fenye ul{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.fenye li {display: inline-block;
}
.fenye li:first-child {
	 
}

.fenye li a,.fenye li.thisclass {display: block;padding: 6px 12px;width: 45px;
	margin-left: 10px;background: #FFF;color: #10326e;line-height: 25px;font-size: 14px;border-radius: 3px;border: 2px solid #10326e;}
	.fenye li.thisclass {
		display: inline-block;
		padding:6px 12px;
		
		    border: 2px solid #10326e;
		background: #10326e;
		color: #fff;
	}
.fenye li a:hover {
	padding:6px 12px;
	
	    border: 2px solid #10326e;
	background: #10326e;
	color: #fff;
}

.fenye .thisclass a {
	display:block;
	color: #fff;width: 45px;
	padding: 6px 12px;
	border: 2px solid #10326e;
	background: #10326e;
	color: #fff;
}
.fenye .pageinfo { }

 

.news_ul_tv {
	width: 1200px;
	margin: 0 auto;
}

.news_ul_tv li {
	position: relative;
	float: left;
	width: 360px;
	height: 260px;
	border: 1px solid #eee;
	margin-bottom: 30px;
	text-align: center;
	margin: 0px 19px 30px;
	overflow: hidden;
}
.news_ul_tv li:hover img{
 transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1); 
}
.news_ul_tv li .bgg {
    background: rgba(51, 51, 51, 0.6);
    background: url(new1.png) repeat-x left bottom;
    background-size: 220px;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: .8;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}
.news_ul_tv li:hover .bgg {
  opacity: .4;	
}

.news_ul_tv li a{
	display: block;
	height: 290px;	
}

.news_ul_tv li img{
	width: 100%;
	height: 260px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}
.news_ul_tv li .play{
	background: url(/cs/play3.png) no-repeat left top;
	    background-size: 70px;
	    width: 70px;
	    height: 70px;
	    position: absolute;
	    left: 50%;
	    z-index: 9;
	    top: 50%;
	    transition: all .2s linear 0s;
	    margin-left: -35px;
	    margin-top: -55px;
}
.news_ul_tv li:hover .play{
	background: url(/cs/play4.png) no-repeat left top;
}
.news_ul_tv li:hover .play{
	background: url(/cs/play4.png) no-repeat left top;
}
.news_ul_tv li span {
    padding: 10px 0px 5px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 16px;
    line-height: 24px;
    z-index: 10;
}

.news_ul_down {
	width: 1200px;
	margin: 50px auto;
}
.news_ul_down li{
	margin-bottom: 20px;
	border: 1px solid #ddd;
transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
	width: 378px;
	height: 300px;
	float: left;
	background: #f5f5f5;
	text-align: center;
	margin: 10px 10px;
}
.news_ul_down li:nth-of-type(odd){background: #e4ecef;}  
.news_ul_down li:nth-of-type(even){background: #f9f9f9;}  
.news_ul_down li:nth-child(4n+1){background: #eaedf5;}  
.news_ul_down li:nth-child(4n+2){background: #eaf3ec;}  
 .news_ul_down li:hover {
 	background:  url('/cs/news3.jpg') no-repeat left top;
 }
.news_ul_down li a{
	display: block;	padding-bottom: 40px;padding-top: 20px;
	  	background: rgba(255, 255, 255, 0);
	transition: all 0s ease-in;
	-moz-transition: all .0s ease-in;
	-webkit-transition: all 0s ease-in;
} 
  .news_ul_down li:hover a{
  	background: rgba(255, 255, 255, 0.7);
 /* 		background: #000;*/
  }
 .news_ul_down li .fl1{
	width: 150px;
	margin: 50px auto 0px;text-align: center;
}
.news_ul_down li .fl1 img{
	width: 50px;
}
.news_ul_down li:hover .rt {
	/*font-size: 15px;*/
}

.news_ul_down li .fl2{
	width: 280px;
	font-size: 18px;
	text-align: center;
		margin: 30px auto;
}
.news_ul_down li .rt{
	display: block;
	position: inherit;
	float: none;
	margin: 0 auto;
}

.news_down {
	margin-top: 100px;
	text-align: center;
}
.news_down .h2{
 
}
.news_down .h2 span{
	    color: #213c7b;
	    font-size: 34px;
	    display: block;
	    font-weight: bold;
	    padding-bottom: 10px;
}
.news_down .h2 span p{
	color: ;
}

.news_n {
	background: #fff;
}
.news_n .sticky {
	
}
.news_n1.ab_ban{
	height: 40px;
	margin-top: 60px;
	background: #10326e;
}
.news_n1.ab_ban .weizhi{
	padding: 9px 0;
	color: #fff;
	margin-left: 20px;
}
.news_n1.ab_ban .weizhi a{
	color: #fff;
}
.news_n1 .weizhi .home {
	background: url(home2.png) no-repeat left top;
	background-size: 25px;
	width:20px;
}

.news_h2 {
	font-size: 42px;
	letter-spacing: 0;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #10326e;
}
.news_1p {
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;    line-height: 28px;
}
.news_2p {
	font-size: 16px;
	line-height: 26px;
	color: #444;
	margin-bottom: 20px;
}
.news_2p ul{
    margin: 10px 0;
}
.news_2p li{
list-style: initial;
        padding-left: 10px;
    line-height: 30px;
    margin-left: 20px;
}

.news_2p strong{
	font-size: 17px;
}
.news_2p img {
	border: 1px solid #eee;
	margin: 20px auto;
	display: block;
	max-width: 100%;
}

.backlb {
	padding-top: 50px;
	width: 300px;
	font-size: 18px;
	color: #333;
	margin: 0 auto;
	display: block;
	text-align: center;

}
.backlb img{
	width: 80px;
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
	transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}
.backlb:hover img{
	transform:rotate(17deg);
	-ms-transform:rotate(17deg); 	
	-moz-transform:rotate(17deg); 	
	-webkit-transform:rotate(17deg); 
	-o-transform:rotate(17deg);
}

.news_2p {
	padding-bottom: 35px;
}
.news_sx {
	margin-bottom: 20px;
	/* padding-bottom: 20px; */
	/* border-bottom: 1px solid #ccc; */
	background: #e9e9e9;
	line-height: 50px;
}
.news_sx .fl,.news_sx .rt{
	color: #10326e;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 0;
}
.news_sx .fl {
	padding-left: 20px;
}
.p5_news.new_pp5 {
	width: 1200px;
	margin: 0 auto 50px;
}
.new_pp5 ul{
	width: 1400px;
}

.new_pp5 li {
	width: 380px;
      height: 250px;
      position: relative;
	margin-right: 30px;
}
.new_pp5 li a{
  height: auto;
}
.new_pp5 li img {
	    height: 250px;
}

.new_pp5 .h22{
	text-align: left;
	padding-left: 0px;
}
.new_pp5 .h22 i{
	margin: 0px 0px 20px 0;
}
