.wrap.m-wrap {
    padding: 0 4.7%;
     width: 90.6%; 
    
}
.video-infor{box-sizing:content-box;}
.video-infor *{box-sizing:content-box;}
.video-infor{
	position: relative;
	 padding: 0 4.7%;
     width: 90.6%; 
}
.video-infor li{
	list-style: none;
    float: left;
}

.video-infor .top-wrap{
	padding-top: 40px;
	padding-bottom: 20px;
	transition: normal;
}
.video-infor .top-wrap.m-wrap{
	padding: 20px 0 20px;
	width: 100%;
}
.video-infor .top-wrap .left-scroll{
	width: 49%;
	background: url(../images/loading.gif) no-repeat center;
	min-height: 40px;
}
.video-infor .top-wrap .left{
	width: 100%;
	position: relative;
	overflow: hidden;
	display: none;
}
.video-infor .top-wrap.long-wrap .left,.video-infor .top-wrap.long-wrap .left-scroll{
	width: 100%;
}
.video-infor .top-wrap.long-wrap .right{
	width: 100%;
	margin-top: 30px;
}
.video-infor .top-wrap.m-wrap .left,.video-infor .top-wrap.m-wrap .right{
	display: none;
}
.video-infor .top-wrap .left .bd{
	width: 100%;
}
.video-infor .top-wrap .left .butn{
	display: block;
	width: 49px;
	height: 81px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}
.video-infor .top-wrap.twrap .left .butn{
	width: 30px;
	height: 50px;
	background-size: 100% auto;
}
.video-infor .top-wrap .left .prev{
	background: url(../images/ico_45.png) no-repeat center top;
	left: 0;
}
.video-infor .top-wrap .left .next{
	background: url(../images/ico_46.png) no-repeat center top;
	right: 0;
}
.video-infor .top-wrap .left .butn:hover{
	background-position: center bottom;
}

.video-infor .top-wrap .left li a{
	display: block;
	position: relative;
	cursor: pointer;
	width: 100%;
}
.video-infor .top-wrap .left li img{
	width: 100%;
	display: block;
}
.video-infor .top-wrap .left li p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	color: #fff;
	background: url(../images/bg_09.png) repeat center;
}
.video-infor .top-wrap.owrap .left li p{
	line-height: 44px;
	font-size: 16px;
}
.video-infor .top-wrap.twrap .left li p{
	line-height: 50px;
	font-size: 17px;
}
.video-infor .top-wrap .left .btnbox{
	position: absolute;
	bottom: 16%;
	left: 50%;
	overflow: hidden;
}
.video-infor .top-wrap .btnbox span{
	width: 15px;
	height: 7px;
	margin-left: 8px;
	cursor: pointer;
	background: url(../images/ico_47.png) no-repeat right center;
	text-indent: 9999;
	display: block;
	float: left;
	transition: normal;
}
.video-infor .top-wrap .btnbox span.on{
	background: url(../images/ico_47.png) no-repeat left center;
	width: 25px;
}
.video-infor .top-wrap .right{
	width: 48%;
}
.video-infor .top-wrap .right ul{
	width: 100%;
}
.video-infor .top-wrap .right li{
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.video-infor .top-wrap.owrap .right li{
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.video-infor .top-wrap.twrap .right li{
	margin-bottom: 8px;
	padding-bottom: 6px;
}
.video-infor .top-wrap .right li a{
	display: block;
	cursor: pointer;
}
.video-infor .top-wrap .right .f24{
	display: block;
	color: #333;
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	overflow: hidden;
}
.video-infor .top-wrap.twrap .right .f24{
	font-size: 20px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}
.video-infor .top-wrap .right .date{
	display: inline-block;
	line-height: 22px;
	color: #a5a5a5;
	margin-top: 4px;
	font-size: 14px;
}
.video-infor .top-wrap .right .word{
	display: block;
	line-height: 22px;
	color: #666;
	margin-top: 9px;
	height: 48px;
	overflow: hidden;
	font-size: 12px;
}
/*.video-infor .top-wrap.twrap .right .word{
	display: none;
}*/
.video-infor .top-wrap .right li a:hover .f24{
	color: #035cac;
}
.video-infor .top-wrap .right li a:hover .date{
	color: #a3b9d8;
}
.video-infor .top-wrap .right li a:hover .word{
	color: #5986be;
}
.video-infor .top-wrap .m-scroll{
	display: none;
	padding-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.video-infor .top-wrap.m-wrap .m-scroll{
	display: block;
}
.video-infor .top-wrap .m-scroll ul{
	width: 100%;
}
.video-infor .top-wrap .m-scroll li{
	width: 100%;
}
.video-infor .top-wrap .m-scroll li a{
	display: block;
	position: relative;
	width: 100%;
}
.video-infor .top-wrap .m-scroll li img{
	display: block;
	width: 100%;
}
.video-infor .top-wrap .m-scroll li p{
	/*position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	background-color: #035cac;
	color: #fff;*/
	position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    text-align: center;
    overflow: hidden;
    height: 56px;
    padding: 2% 5%;
    line-height: 50px;
    font-size: 16px;
    background-color: #035cac;
    color: #fff;
}
.video-infor .top-wrap .m-scroll .page-btn{
	position: absolute;
	bottom: 0;
	left: 50%;
}
.video-infor .top-wrap .m-scroll .page-btn span{
	display: block;
	width: 15px;
	height: 7px;
	float: left;
	margin-right: 8px;
	background: url(../images/ico_51.png) no-repeat left center;
	border-radius: 0;
}
.video-infor .top-wrap .m-scroll .page-btn span.swiper-pagination-bullet-active{
	width: 25px;
	background: url(../images/ico_51.png) no-repeat right center;
}
.video-infor .wrap2{
	padding-top: 40px;
}
.video-infor .wrap2.m-wrap{
	transition: normal;
	width: 100%;
	padding: 0 5%;
	margin-left: -5%;
}
.video-infor .wrap2 .main{
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	border-bottom: 1px solid #d4d4d4;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.video-infor .wrap2 .box{
	background-color: #fff;
	float: left;
}
.video-infor .wrap2.m-wrap .box{
	width: 100%;
}
.video-infor .wrap2 .box a{
	display: block;
	/*width: 345px;*/
	/*width: 260px;
	padding: 30px;*/
	width: 240px;
    padding: 15px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.video-infor .wrap2.m-wrap .box a{
	width: 88%;
	padding: 15px 6%;
}
.video-infor .wrap2 .box a:hover{
	background-color: #035cac;
}
.video-infor .wrap2 .box a:hover .f18{
	color: #fff;
} 
.video-infor .wrap2 .box img{
	display: block;
	width: 100%;
}
/*.video-infor .wrap2.m-wrap .box img{
	display: none;
}*/
.video-infor .wrap2 .box .f18{
	/*line-height: 26px;
	display: block;
	color: #035cac;
	height: 52px;
	position: relative;
	overflow: hidden;*/
	    line-height: 30px;
    display: block;
    color: #035cac;
    height: 30px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
	padding: 10px 0px;
}
.video-infor .wrap2.m-wrap .box .f18{
	font-size: 16px;
}
.video-infor .wrap2 .box .more{
	line-height: 24px;
	display: inline-block;
	padding-right: 16px;
	background: url(../images/ico_42.png) no-repeat right center;
	color: #333;
	margin-top: 19px;
	color: #333;
}
.video-infor .wrap2.m-wrap .box .more{
	display: none;
}
.video-infor .wrap2 .box a:hover .more{
	color: #fff;
	background: url(../images/ico_43.png) no-repeat right center;
}
.video-infor .wrap2 .box .date{
	line-height: 32px;
	color: #888;
	display: block;
}
.video-infor .wrap2.m-wrap .box .date{
	font-size: 12px;
	line-height: 24px;
}
.video-infor .wrap2 .box a:hover .date{
	color: #fff;
}

.video-infor .wrap2 .box .date .bf{
    background-color: #045dac;
    color: #fff;
    display: inline-block;
    width: 82px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin: 0% 1% 0% 38%;
}
.video-infor .wrap2 .box a:hover .date .bf{
	background-color: #fff;
    color: #045dac;
    display: inline-block;
    width: 82px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin: 0% 1% 0% 38%;
}


.video-infor .wrap2 .box .img{
	display: block;
	width: 100%;
	margin-top: 9px;
}
.video-infor .wrap2 .box .word{
	margin-top: 13px;
	width: 100%;
	display: block;
	color: #666;
	height: 90px;
	overflow: hidden;
}
.video-infor .wrap2.m-wrap .box .word{
	margin-top: 0;
}
.video-infor .wrap2 .box a:hover .word{
	color: #c2d0e4;
}
.video-infor .wrap2 .box .img{
	display: block;
	position: relative;
}
.video-infor .wrap2 .box .img .bg-pic{
	width: 240px;
	height: 240px;
}
.video-infor .wrap2.m-wrap .img .bg-pic{
	width: 100%;
}
.video-infor .wrap2 .box .img .up-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.video-infor .wrap2.m-wrap .page{
	display: none;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
}
.video-infor .wrap2 .look-more{
	display: none;
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	color: #878787;
	cursor: pointer;
	text-align: center;
	padding-bottom: 10px;
}
.video-infor .wrap2.m-wrap .look-more{
	display: block;
}

/************新闻详情**************/
.video-info{
	padding-top: 10px;
	padding-bottom: 50px;
	transition: normal;
	position: relative;
} 
.video-info .leftwrap{
	width: 100%;
	margin-right: 2%;
}
.video-info.twrap .leftwrap,.video-info.m-wrap .leftwrap{
	margin-right: 0;
	width: 100%;
}
.video-info.m-wrap .leftwrap{
	padding-top: 10px;
}
.video-info .rightwrap{
	width: 100%;
}
.video-info .rightwrap li{
	    list-style: none;
    float: left;
}
.video-info.twrap .rightwrap,.video-info.m-wrap .rightwrap{
	width: 100%;
}
.video-info h1{
	font-weight: normal;
	margin-bottom: 14px;
	color: #505050;
	/*font-size: 42px;
	line-height: 50px;*/
	font-size: 18px;
	line-height: 30px;
}
.video-info.m-wrap h1{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.video-info .entry-meta{
	padding: 8px 20px 2px 20px;
    background: #edf1f7;
    overflow: hidden;
    color: #505050;
    /* line-height: 30px; */
    font-size: 14px;
	margin-bottom: 20px;
}
.video-info .contwrap{
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #555;
}
.video-info .contwrap img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.video-info.m-wrap .contwrap{
	padding-bottom: 0;
}
.video-info .rightwrap h4{
	font-weight: bold;
	padding: 12px 14px;
	line-height: 23px;
	margin-bottom: 20px;
	background: #035cac;
	font-size: 16px;
	color: #fff;
}
.video-info.m-wrap .rightwrap h4{
	font-size: 15px;
	padding: 6px 14px;
	margin-bottom: 0;
}
.video-info .rightwrap ul{
	width: 100%;
	padding: 0;
}
.video-info.twrap .rightwrap ul{
	width: 96%;
	padding: 0 2%;
}
.video-info .rightwrap li{
	width: 21%;
    padding: 15px; 
    background: #f5f5f5;
    margin: 0 0 0 1%;
}
.video-info.m-wrap .rightwrap li{
	width: 90%;
    padding: 5%; 
    background: #f5f5f5;
    margin: 5% 0 0 0;
} 

.video-info .rightwrap li:hover {
	background-color: #035cac;

} 
.video-info .rightwrap li:hover * { 
	color: #FFFFFF ;
} 

.video-info .rightwrap li .img img{
	width:100%;
}

.video-info .rightwrap li .f18{
	    line-height: 30px;
    display: block;
    color: #035cac;
    height: 60px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
}




/*.video-info .rightwrap li:last-child{
	border-bottom: none;
}*/
.video-info .rightwrap li a{
	color: #333;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
}
.video-info.m-wrap .rightwrap li a{
	font-size: 15px;
	line-height: 24px;
	width: 100%;
}
.video-info .rightwrap li a:hover{
	color: #035cac;
}
.video-info .rightwrap li .post-date{
	display: block;
	line-height: 21px;
	font-size: 13px;
	color: #555;
	margin-top: 1px;
}
.video-info .rightwrap li:hover .post-date,.video-info .rightwrap li:hover .f18 {
	color:#FFFFFF;
}

.video-info .rightwrap li .post-date .bf {
    background-color: #045dac;
    color: #fff;
    display: inline-block;
    width: 82px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin: 0% 1% 0% 38%;
}
.video-info .rightwrap li:hover .post-date .bf {
    background-color: #fff;
    color: #045dac;
    display: inline-block;
    width: 82px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin: 0% 1% 0% 38%;
}


.video-info.m-wrap .rightwrap li .post-date{
	margin-top: 5px;
}

.video-info .paging{
	height: 48px;
    padding: 20px 0;
    width: 100%;
}
.video-info.m-wrap .paging{
	height: auto;
}
.video-info .paging .fl{
	font-size: 12px;
    line-height: 22px;
}
.video-info.m-wrap .paging .fl{
	float: none;
	display: block;
	width: 100%;
}
.video-info .paging a{
	color: #666;
}
.video-info .paging a:hover{
	color: #035cac;
}
.video-info .paging .return{
	border: 1px solid #ddd;
    display: block;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
    text-align: center;
    width: 100px;
    font-size: 14px;
}
.video-info.m-wrap .paging .return{
	float: none;
}
.video-info .paging .return:hover{
	border: 1px solid #035cac;
	background-color: #035cac;
	color: #fff;
}


/* 新闻分页*/
.cutpage {
	text-align: center;
	overflow: hidden;
	padding-bottom: 30px;
	width: 100%;
}
.cutpage a {
	position: relative;
	top: 23px;
	overflow: hidden;
	font-size: 14px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 5px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #dfdfdf;
}
.cutpage a.current{
	background: #035cac;
	color: #fff;
	border: 0;
}
.cutpage a:hover {
	background: #035cac;
	color: #fff; 
}
.cutpage a.start,.cutpage a.end {
	line-height: 38px;
	width: 80px;
}