@charset "utf-8";
header{
	width:100%;
}
.top {
	width:1200px;
	height:100px;
	margin: 0px auto;
	display: flex;
    justify-content: space-between; 
}
.logo{
	float:left;
	margin-top:20px;
	height:60px;
}
.logo img{
	height: 60px;
}

.tlf{
	width:26px;	
	margin-top: 37px;
	
}
.nav {
	width:66%;
}

.nav ul {
	width:100%;
	height:100px;
	line-height:100px;
}

.nav ul li {
	float: left;
	width:11%;
	height: 100px;
	text-align:center;
	font-size: 16px;
	line-height: 100px;
	position:relative;
}

.nav ul li a {
	float: left;
	width:100%;
	height:100px;
}
.nav_on{
	float: left;
	width:100%;
	height:100px;
	background:url(../images/nav.png) bottom center no-repeat;
}
.nav ul li ol{
	position: absolute;
	z-index: 999;
	top: 90px;
	display: none;
	margin:0px auto;
	width:100%;
	padding-top:10px;
	background:url(../images/nav.png) top center no-repeat rgba(255, 255, 255, 0.8);
}

.nav ul li ol li {
	width: 100%;
	height:50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	margin: 0;
}

.nav ul li ol li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.nav ul li ol li a:hover {
	width: 100%;
	height:50px;
	background: none;
}
.banner{
	width:100%;
	min-width:1200px;
	height: auto;
	overflow:hidden;
}
	
/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.mnav_lists>div {
    width: 100%;
    text-align: center;
}

.mnav_lists>div a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    color: #000;
}

.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 14px 4px;
    cursor: pointer;
}


.tz{
	width: 100%;
    height: 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    line-height: 50px;
}
.tz_ct{
	width:1200px;
	margin:0px auto;
	height: 50px;
}
.tz_lf{
	float:left;
}
.tz_rg{
	float: right;
}
.tz_lf a{
	color:#005bac;
}
.myscroll{
	float:left;
	width:50%;
	height:30px;
	line-height: 30px;
	overflow: hidden;
	margin-top:10px;
}
.myscroll ul{ float:left;width: 100%;}
.myscroll li {float:left;width: 100%;  height: 30px;}
.myscroll a { text-decoration: none;}
.myscroll a:hover { text-decoration: underline;}
.tz_rg a{
	color:#999;
}
.kj{
	width:1200px;
	margin:0px auto;
	display: flex;
    justify-content: space-between; 
}
.kj_li{
	float:left;
	width: 24%;
	border-radius: 4px;
    opacity: 0.9;
	position: relative;
}
.kj_li a{
	color:#fff;
}
.kj_ct{
	position: absolute;
    width: 84%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.kj_ct img{
	width:40px;
}
.info{
	margin-left: 20px;
}
.info p{
    word-break: break-all;
    word-wrap: break-word;
}
.info p:nth-child(2) {
    font-weight: normal;
    margin: 5px 0;
}
.info p:nth-child(3) {
    font-weight: normal;
    font-size: 14px;
}
.new{
	width:1200px;
	margin:30px auto;
	display: flex;
    justify-content: space-between; 
}
.new_lf{
	width:540px;
}
.new_rg{
	width:53%;
	position: relative;
    box-sizing: border-box;
    height: 360px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border: solid 1px #eee9db;
}
.slideBox{ position:relative; width:540px; height: 360px; overflow:hidden;border-radius: 4px;}
.slideBox ul.items{ position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
.slideBox ul.items li{ float:left; background:none; list-style:none; padding:0px; margin:0px;}
.slideBox ul.items li a{ float:left; line-height:normal !important; padding:0px !important; border:none/*For IE.ADD.JENA.201206300844*/;}
.slideBox ul.items li a img{ width:100%;margin:0px !important; padding:0px !important; display:block; border:none/*For IE.ADD.JENA.201206300844*/;}
.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:50px; background: url(../images/bg1.png); overflow:hidden;}
.slideBox div.tips div.title{ position:absolute; left:0px; top:0px; height:100%;}
.slideBox div.tips div.title a{ color:#FFF; font-size:14px; line-height:50px; margin-left:10px; text-decoration:none;}
.slideBox div.tips div.title a:hover{ text-decoration:underline !important;}
.slideBox div.tips div.nums{ position:absolute; right:0px; top:0px; height:100%;}
.slideBox div.tips div.nums a{ display:inline-block; float:left/*For IE.ADD.JENA.201206300844*/; width:12px; height:12px; background-color:#FFF; text-indent:-99999px; margin:18px 10px 0px 0px;}
.slideBox div.tips div.nums a.active{ background-color:#d2c4a2;}
/* The tabs */
.tabs-underline{
	float:left;
    width:100%;
    box-sizing: border-box;
}

.tabs-underline ul{
    list-style: none;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 18px;
	height: 53px;
    border-bottom: 1px solid #eeeeee;
}

.tabs-underline ul li{
	width:29%;
	font-size: 18px;
    display: inline-block;
	letter-spacing: 1px;
    color: #474545;
	text-align:center;
	height: 50px;
    line-height: 50px;
}
.new_more{
	position: absolute;
    top: 18px;
    right: 15px;
	font-size:12px;
}
.new_more a{
	color:#999;
}

.tabs-underline ul li a{
    display: block;
    text-decoration: none;
    color: #474545;

}

.tabs-underline ul li a.tab-active {
    font-weight: bold;
    color: #d2c4a2;
	border-bottom:2px solid #d2c4a2;
}

/* The content */

.tabs-underline .tabs-content-placeholder{
    overflow: hidden;
    font-weight: normal;
}

.tabs-underline .tabs-content-placeholder div{
    display: none;
}

.tabs-underline .tabs-content-placeholder div.tab-content-active{
    display: block;
	box-sizing: border-box;
    padding: 25px 26px 0 17px;
	width:100%;
}

.tabs-underline .tabs-content-placeholder div p{
    width:100%;
	line-height:34px;
	height:34px;
	overflow:hidden;
	border-bottom:1px solid #eeeeee;
}

.tabs-underline .tabs-content-placeholder div img{
    max-width: 100%;
}
.tabs-underline .tabs-content-placeholder div a{
	overflow:hidden;
	padding-left:10px;
	color:#474545;
}
.tabs-underline .tabs-content-placeholder div a:hover{
	color:#d2c4a2;
}
.ztbd{
	width:1200px;
	margin:0px auto 30px auto;
	height: 360px;
    background-color: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    border: solid 1px #eee9db;
    box-sizing: border-box;
    padding: 22px 0;
}
.ztbd_tl{
	width: 96%;
    margin: auto;
    box-sizing: border-box;
    padding: 0 0 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
	display: flex;
    justify-content: space-between; 
}
.lef {
    float: left;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #d2c4a2;
}
.lef img{
	vertical-align: -4px;
    margin-right: 12px;
    display: inline-block;
    width: 22px;
}
.more{
	float:right;
}
.more a{
	font-size:12px;
	color:#999;
}
.ztbd_ct{
	width:100%;
	height:240px;
	padding:10px 0px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    overflow: hidden;
}

.swiper-button-prev {
    width:19px; height:34px; 
	background-image:url(../images/an.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none;
    left: 0;
}

.swiper-button-next {
    width:19px; height:34px; 
	background-image:url(../images/an1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none;
    right: 0;
}
.sss_li{ margin:15px; float:left; _display:inline; overflow:hidden; text-align:center;}
.sss_li .pic{ text-align:center; }
.sss_li .pic img{ width:270px; height:180px; display:block; }
.sss_li .stitle{ line-height:24px; background: #f3f3f3; padding:10px 0px; height:24px; overflow:hidden;}
footer{
	width:100%;
}
.bottom{
	width:100%;
	min-width:1200px;
	background:url(../images/bottom.png) center no-repeat;
	background-size: 100% 100%;
}
.bottom_ct{
	width:1200px;
	margin:0px auto;
	padding:40px 0px;
	color:#fff;
	display: flex;
    justify-content: space-between; 
}
.bottom_lf{
	width:300px;
}
.bottom_zj{
	width:500px;
	display: flex;
    justify-content: space-between;
}
.bottom_rg{
	width:240px;
	border-left:1px solid #999;
	padding-left:40px;
}
.bot_tl{
	width:100%;
	margin-bottom: 26px;
    font-size: 24px;
}
.bot_li{
	width:100%;
	line-height: 36px;
    color: #ececec;
}
.bot_li img{
	vertical-align: -2px;
    margin-right: 8px;
    display: inline-block;
    width: 14px;
}
.bot_ct{
	width:100%;
	padding-top:36px;
	font-size: 12px;
	line-height: 36px;
}
.bot_ct p{
	font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #1d77c2;
}
.rbot_tl{
	width:100%;
    font-size: 24px;
	text-align:center;
}
.rbot_tl p{
	font-size:14px;
	padding-top:20px;
	padding-bottom:16px;
}
.rbot_tl img{
	width:100%;
}
.zj_li{
	width:25%;
}
.zj_tl{
	width:100%;
	font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}
.zj_ct{
	width:100%;
	line-height: 36px;
}
.zj_ct a{
	color: #ffffff;
}

.foot{
	width:100%;
	min-width:1200px;
	background:#2b2b2b;
	line-height: 48px;
	color:#fff;
	font-size:12px;
}
.foot_ct{
	width:1200px;
	margin:0px auto;
	display: flex;
    justify-content: space-between; 
}
.foot a{
	color:#999;
}
.foot_lf{
}
.foot_rg{
}
.foot_rg select{
    background-color: #454545;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
    border: none;
    width: 245px;
    height: 30px;
    padding: 0 9px;
    line-height: 48px;
}
.s_banner{
	width: 100%;
    height: 200px;
    position:relative;
    top:0;
}

.s_banner a{
	display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.banner img{
	width: 100%;
    display: block;
}

.add{
	width:100%;
	min-width:1200px;
	background-color: #f6f6f6;
	padding:30px 0px;
}
.add_ct{
	width:1200px;
	margin:0px auto;
	font-size:16px;
}
.add_ct img{
	margin: 0 6px;
}
.c_c{
	width:1200px;
	margin:35px auto;
}
.c_lf{
	float:left;
	width:20%;
}
.c_rg{
	float: right;
	width:76%;
}
.c_tl{
	width:100%;
	background-color: #f5f5f5;
    font-size: 24px;
    font-weight: bold;
    color: #c5a86e;
    height: 64px;
	text-align:center;
    line-height: 64px;
}
.c_tlli{
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    border-top: none;
	font-size: 16px;
}
.c_tlli a{
	float:left;
	width: 100%;
    color: #666666;
}
.c_tlli a:hover{
	float:left;
	width:100%;
	color:#fff;
	background:#c5a86e;
	
}
.c_tlli a.c_tlli_on{
	float:left;
	width:100%;
	color:#fff;
	background:#c5a86e;
}
.rg_li{
	border-bottom: 1px solid #f0f0f0;
    padding: 26px 0;
    width: 100%;
    cursor: pointer;
}
.rg_lf{
	float: left;
    width: 20%;
    box-sizing: border-box;
    margin-right: 3%;
    overflow: hidden;
}
.rg_ct{
	float: left;
    width: 58%;
	height:120px;
    box-sizing: border-box;
	transition: 0.5s;
}
.rg_ct p.title{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.rg_ct a{
	float:left;
	height:120px;
}
.rg_ct a:hover{
	color:#d2c4a2;
}
.rg_ct p.desc{
	font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rg_li:hover .rg_ct{
	padding-left: 3%;
	width: 61%;
	transition: 0.5s;
}
.rg_li .rg_lf img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}
.weixin_ewm {
    position: absolute;
    top: 70px;
  
    display: none;
    z-index: 999;
}
.rg_li:hover .rg_lf img {
	transform: scale(1.2);
}
.rg_rg{
	float: right;
    width: auto;
    margin-left: 5%;
	margin-top:2%;
    overflow: hidden;
    text-align: right;
	color: #999999;
	line-height:240%;
}
.rg_rg p{
	font-size: 28px;
}
.a_tl{
	width:100%;
	text-align:center;
	padding-bottom:5%;
	color:#141414;
	font-size:24px;
	line-height:40px;
	position:relative;
	font-weight:bold;
}
.a_tl p{
	width:100%;
	font-size:3.75vw;
	text-align: center;
	color: #f9f7f2;
	position: absolute;
	z-index:-1;
	top:0;
}
.a_ct{
	width:100%;
	line-height:180%;
}
.honor{
	float:left;
	width:22.5%;
	margin-right:3.33%;
	margin-bottom: 37px;
    transition: 0.5s;
}
.honor:nth-child(4n+4) {
    margin-right: 0;
}
.honor_img{
    width: 100%;
    height: 270px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
}
.honor_img img{
	width: 100%;
    height: 250px;
	transition: 0.5s;
}
.honor_img img:hover{
  transform: scale(1.2);
}
.honor a p{
    color: #333333;
	height:44px;
	line-height:22px;
	text-align:center;
	overflow:hidden;
    padding: 17px 0 0;
}
.honor:hover a p{
	color:#d2c4a2;
}
.video{
	float:left;
	width:22.5%;
	margin-right:3.33%;
	margin-bottom: 37px;
	padding-bottom:20px;
    transition: 0.5s;
	border-bottom: solid 1px #eeeeee;
}
.video:nth-child(4n+4) {
    margin-right: 0;
}
.video a .img_div {
	width: 100%;
	height: 135px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.video a .img_div>img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	transition: 0.5s;
}


/*瀹氫綅鐨勭伆鑹插浘灞�*/

.video a .img_div .imgdiv_son {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.4);
	transition: 0.5s;
	display: none;
}

.video a .img_div .imgdiv_son img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.5s;
}

.video:hover a .img_div>img {
	transform: scale(1.2);
}

.video:hover a .img_div .imgdiv_son {
	display: block;
}

.video {
	position: relative;
}
.video a i {
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #00a9ff;
    transition: all 0.5s;
}
.video:hover i {
	width: 100%;
}
.video a .bot_box {
	padding: 20px 0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}

.video a .bot_box .le {
	float: left;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.video a .bot_box .ri {
	float: right;
}

.video a .bot_box .ri span {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.map{
	width:100%;
	position:relative;
}
.map_dz{
	background:#d2c4a2;
	position: absolute;
    top: 50%;
    right: 0;
    padding: 2% 4%;
    color: #fff;
}
.map_dz>div {
    line-height: 60px;
}
.map_dz>div a{
	color:#fff;
}
.map_dz>div img{
    margin-right: 16px;
}
.rec{
	width:100%;
	height:48px;
    background-color: #f6f6f6;
}
.rec div{
	float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 48px;
}
.zp_itembox{
	width: 100%;
}
.zp_item {
	float:left;
	width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
.zp_item ul li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    line-height: 70px;
    letter-spacing: 0px;
    color: #333333;
    cursor: pointer;
}
.zp_item ul li img{
    vertical-align: middle;
    margin-left: 8px;
}
.zp_itemson{
	float:left;
	width: 94%;
	padding: 22px;
    background-color: #f9f9f9;
	box-sizing:border-box;
    margin: 0px 3% 26px 3%;
}
.news_tit {
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.news_time {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	letter-spacing: 0px;
	text-align: center;
	color: #666666;
	margin: 20px 0;
}

hr {
	border: 0;
	width: 100%;
	height: 3px;
	background-color: #cccccc;
	margin-bottom: 4px;
}

.news_p {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 50px;
	padding-bottom: 150px;
	line-height: 36px;
}

.news_p p {
	font-size: 14px;
	line-height: 36px;
	color: #333333;
	
}
.turn_page{
    margin: 20px 0px;
    font-size: 14px;
    color: #666666;
	line-height: 24px;
}
.turn_page p {
    line-height: 24px;
	padding-bottom:12px;
}
.turn_page p a{
    color: #666666;
}
.turn_page p a:hover{
    color:#d2c4a2;
}
.video_ct{
	width:600px;
}
.video_info{
	width:600px;
	border-bottom: 1px solid #cccccc;
    padding: 20px 0px;
    margin-bottom: 40px;
}
.video_info .le {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size:16px;
}

.video_info .ri {
	float: right;
}

.video_info .ri span {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}
.h_all{
	width:100%;
	height:100%;
	background:#0e0e0e;
}
.h_all img{
	width:90%;
	margin:0px auto;
	padding:5%;
}
@media screen and (min-width:200px) and (max-width:800px)
{
	.open_mnav {
        display: block;
    }
	.nav {
		display: none;
	}
.top {
	width: 94%;
	height:60px;
	margin: 0px auto;
}	
.logo {
	float: left;
	margin-top: 10px;
	height: 40px;
}
.logo img{
	height: 40px;
}
.tlf{
	display: none;
}
.slideBox{ position:relative; width:100%;}
.slideGroup{ 
    width:100%;
}
.banner{
	    min-width: inherit;
}
.tz_ct {
    width: 94%;
    margin: 0px auto;
    height: 50px;
}
.kj {
    width: 100%;
    margin: 0px auto;
    display: block;
    justify-content: space-between;
}
.kj_li {
    float: left;
    width: 46%;
    border-radius: 4px;
	margin:2%;
    opacity: 0.9;
    position: relative;
}
.kj_ct{
	font-size:14px;
	line-height:80%;
}
.new {
    width: 94%;
    margin: 20px auto;
    display: block;
    justify-content: space-between;
}
.new_lf,.new_rg{
    width:100%;
}
.ztbd {
     width: 94%;
}
.sss_li{ width: 90%;
        margin: 1px 5%;}
.sss_li .pic{ text-align:center; }
.sss_li .pic img{ width:100%; height: auto; display:block; margin:0px; }
.sss_li .stitle{ line-height:24px; background: #f3f3f3; padding:10px 0px;}
.bottom{
    width: 100%;
    min-width: inherit;
}
.foot{
    width: 100%;
	line-height:24px;
	padding:10px 0px;
    min-width: inherit;
}
.foot_ct,.bottom_ct{
    width: 94%;
	margin:0px auto;
	display: block;
}
.bottom_zj,.bottom_rg{
	display:none;
}
.bottom_lf {
    width: 100%;
}
.s_banner{
	width: 100%;
    height: 120px;
    position:relative;
    top:0;
}
.add {
	display:none;
}
.c_c {
    width: 100%;
    margin:0px auto;
}
.c_lf {
	float:left;
    width: 100%;
	background:#f6f6f6;
}
.c_rg {
	float:left;
    width: 94%;
	margin:4% 3%;
}
.rg_lf,.c_tl{
    display:none;
}
.c_tlli {
	float:left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    border-top: none;
    font-size: 14px;
}
.rg_li{
	padding: 16px 0;
}
.rg_ct {
    float: left;
    width: 70%;
    height: 100px;
    box-sizing: border-box;
    transition: 0.5s;
}
.rg_rg{
	font-size: 12px;
}
.rg_rg p {
    font-size: 18px;
}
.map_dz {
    background: #d2c4a2;
    position: relative;
}
.a_tl p {
    font-size: 6vw;
}
.honor{
	float:left;
	width:47%;
	margin:0px 1.5% 30px 1.5%;
}
.video {
    float:left;
	width:47%;
	margin:0px 1.5% 30px 1.5%;
}
.video_ct,.video_info{
    width:100%;
}
  
}