html, body {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
}
.box {
	position: relative;
	width: 1030px;
	margin: 0 auto;
}
.container {
	position: relative;
	padding-bottom: 140px;
	background: url("//www.xinhuanet.com/video/zt/szzg/static/imgs/bg_body.jpg") center top no-repeat;
	width: 100%;
	overflow: hidden
}
/*头部*/
.banner {
	height: 328px;
}
#topHeader {
	height: 43px;
	text-align: center;
	background: #ea5615;
}
#topHeader .top {
	width: 1000px;
	margin: 0 auto;
	height: inherit;
}
#topHeader a {
	float: left;
	height: 43px;
	line-height: 43px;
	color: #fff;
	margin: 0 10px;
	font-size: 12px;
}
/*视频*/
.main-video .main-video-cont {
    padding-top: 20px;
    background: #c71526;
    border-bottom: 2px solid #e7c083;
}

.main-video .video-wrapper {
    position: relative;
    /*padding: 18px;
    padding-bottom: 0;*/
    width: 992px;
    margin: 0 auto;
}

.main-video .video-wrapper img,
.main-video .video-wrapper iframe {
    display: block;
    height: 540px;
    background: #000;
}

.main-video .video-wrapper iframe {
    display: none;
    width: 100%;
}

.main-video .video-wrapper .btns {
    position: absolute;
    top: 250px;
    left: 474px;
    z-index: 3;
    width: 93px;
    height: 93px;
    background: url("//www.xinhuanet.com/datanews/2016countrypic/img/icon_btn_play.png") top left no-repeat;
    cursor: pointer;
}

.main-video .video-wrapper .main-video-head {
    width: 100%;
}

.main-video .video-wrapper .main-video-head .main-video-head-tit {
    float: left;
}

.main-video .video-wrapper .main-video-head .main-video-head-tit a {
    display: inline-block;
    height: 56px;
    font-size: 22px;
    line-height: 56px;
    color: #fff;
}

.main-video .video-wrapper .main-video-head .main-video-head-tit .wtmsp {
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    margin: 15px 0 0 15px;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    border-radius: 10px;
    vertical-align: top;
}

.main-video .video-wrapper .main-video-head .main-video-head-feature {
    float: right;
    margin-top: 16px;
}

.main-video .video-wrapper .main-video-head .main-video-head-feature span {
    float: left;
    display: block;
    height: 26px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    border-radius: 10px 12px;
    cursor: pointer;
}

.main-video .video-wrapper .main-video-head .main-video-head-feature .like {
    padding-left: 40px;
    background-image: url("//www.xinhuanet.com/datanews/2016countrypic/img/icon_like.png");
    background-position: 14px center;
    background-repeat: no-repeat;
}

.main-video .video-wrapper .main-video-head .main-video-head-feature .share {
    padding-left: 40px;
    margin: 0 15px;
    background-image: url("//www.xinhuanet.com/datanews/2016countrypic/img/icon_share.png");
    background-position: 14px center;
    background-repeat: no-repeat;
}

.main-video .video-wrapper .main-video-head .main-video-head-feature .about-this-journal {
    background-image: url("//www.xinhuanet.com/datanews/2016countrypic/img/icon_upArrow.png");
    background-position: 92px center;
    background-repeat: no-repeat;
}

.main-video .main-video-txt {
    margin-bottom: 24px;
    background: #f4f4f4;
    border-bottom: 8px solid #dadada;
}

.main-video .main-video-txt .intro-container {
    width: 940px;
    width: 992px;
    padding-top: 26px;
    padding-bottom: 8px;
    margin: 0 auto; //   height: 0;
    // overflow: hidden;
    // padding: 0;
    display: block;
}

.main-video .main-video-txt .intro-container>div {
    width: 48%;
}

.main-video .main-video-txt .intro-container .introduction {
    float: left;
}

.main-video .main-video-txt .intro-container .introduction .intro-cont {
    padding-top: 14px;
    font-size: 14px;
    line-height: 28px;
    color: #646464;
}

.main-video .main-video-txt .intro-container .elder-photor {
    float: right;
}

.main-video .main-video-txt .intro-container .elder-photor .elder-photo-tit {
    float: left;
}

.main-video .main-video-txt .intro-container .elder-photor .elder-photor-cont {
    float: left;
    margin-top: 8%;
}

.main-video .main-video-txt .intro-container .elder-photor .elder-photor-cont .elder-photo-famer {
    display: inline-block;
    width: 108px;
    height: 108px;
    margin-left: 60px;
    vertical-align: middle;
    border: 4px solid #dcdcdc;
    border-radius: 100%;
}

.main-video .main-video-txt .intro-container .elder-photor .elder-photor-cont .elder-photo-famer a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%; // overflow: hidden;
}

.main-video .main-video-txt .intro-container .elder-photor .elder-photor-cont .elder-photo-famer img {
    width: 100%;
    border-radius: 100%;
}

.main-video .main-video-txt .intro-container .elder-photor .elder-photor-cont .elder-photo-famer span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #5a5a5a;
    padding-top: 10px;
}

.main-video .main-video-txt .intro-container .elder-photor .elder-photor-cont .elder-photo-famer:first-child {
    position: relative;
}

.main-video .main-video-txt .intro-container .elder-photor .elder-photor-cont .elder-photo-famer:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: -34%;
    display: block;
    height: 108px;
    border-right: 1px solid #dcdcdc;
}

/*介绍*/
.LHG_tit {
	display: block;
	margin: 0 auto 30px
}
.maxW_pc {
	width: 1030px;
	margin: 0 auto;
	position: relative
}
.LHG_lmjs_pc {
	margin-top: 60px;
	overflow: hidden
}

.LHG_lmjs_pc>img {
	display: block;
	float: right;
	width: 600px
}

.LHG_lmjs_pc h2 {
	font-size: 24px;
	text-align: center;
	background-color: #39f;
	color: #fff;
	line-height: 40px;
	position: absolute;
	width: 150px;
	height: 40px;
	font-weight: 400;
	top: -20px;
	left: 50%;
	margin-left: -75px
}

.LHG_lmjs_pc .tip {
	position: absolute;
	background-color: #fff;
	width: 400px;
	left: 0;
	height: 256px;
	top: 60px;
	padding: 30px
}
.LHG_jctj .LHG_item .tip, .LHG_lmjs .tip, .LHG_lmjs_pc .tip {
    box-shadow: 0 3px 10px 3px #e7e7e7;
}
.LHG_lmjs_pc .tex_1 {
	font-size: 16px;
	color: #3e3e3e;
	line-height: 28px;
	text-align: justify;
	text-indent: 2em;
	margin-top: 30px
}

.LHG_foot_pc p,.LHG_gfsy h2,.LHG_gfsy_o,.LHG_gfsy_t p {
	text-align: center
}

.LHG_lmjs_pc .tex_2 {
	font-size: 16px;
	color: #e54a41;
	display: block;
	background: url(//www.xinhuanet.com/video/zt/szzg/static/imgs/logo_1.png) center left no-repeat;
	line-height: 45px;
	padding-left: 50px;
	margin-top: 20px;
	margin-left: 100px
}
.LHG_lmjs .tex_2,.LHG_lmjs_pc .tex_2,.LHG_skwd .tex_3 {
	white-space: nowrap;
	text-decoration: none
}
/*推荐*/
.LHG_jctj h2:after,.LHG_skwd h2:after {
	height: .04rem;
	content: ".";
	overflow: hidden
}
.LHG_jctj .LHG_item,.LHG_jctj h2 {
	text-align: center
}
.LHG_jctj_pc {
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}

.LHG_jctj_pc h2 {
	position: relative;
	font-size: 30px;
	margin: 15px 15px 40px;
	text-align: center;
	padding-bottom: 10px
}

.LHG_jctj_pc h2:after {
	position: absolute;
	width: 45px;
	background-color: #0074e7
}

.LHG_jctj_pc .maxW_pc {
	overflow: hidden
}

.LHG_jctj_pc .LHG_item {
	float: left;
	width: 32%;
	margin-right: 2%;
	border-bottom: 1px solid #b1b1b1;
	padding-bottom: 45px;
	margin-bottom: 45px
}

.LHG_jctj_pc .LHG_item img {
	display: block;
	width: 100%
}

.LHG_jctj_pc .LHG_item .tip {
	margin-top: 12px
}

.LHG_jctj_pc .LHG_item .tip .tex_1 {
	overflow: hidden;
	font-size: 14px
}

.LHG_jctj_pc .LHG_item .tip .tex_1 .l {
	float: left;
	padding: 3px 6px 3px 0
}

.LHG_jctj_pc .LHG_item .tip .tex_1 .r {
	float: right;
	background-color: #e9e9e9;
	opacity: .7;
	padding: 3px 6px;
	border-radius: 3px
}

.LHG_jctj_pc .LHG_item .tip h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 0
}

.LHG_jctj_pc .LHG_item.la {
	margin-right: 0
}
.LHG_tit {
	display: block;
	margin: 0 auto 30px
}

.LHG_lmjs_tit {
    margin-top: -50px;
}
.LHG_more {
	position: absolute;
	top: 20px;
	right:0;
}
/*版权*/
.footer {
	padding: 25px 0 25px 0;
	background: #c91727;
	text-align: center;
}
.footer p {
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.topics-cont {
	position: relative;
}
.topics-iframe {
	position: absolute;
	left: 12px;
	top: 9px;
	width: 341px;
	height: 190px;
}
.share {
	position: relative;
}
.bdimgshare-bg, .bdshare_popup_box {
	display: none !important;
}
.image .image-container {
	overflow: visible;
}
.footer .xhw {
	margin: 22px auto 0px;
}
.image .swiper-slide:after {
}
.image .left-arrow, .image .right-arrow {
	display: block !important;
}
#redAirBtn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 3;
	width: 93px;
	height: 93px;
	background: url("//www.xinhuanet.com/datanews/2016countrypic/img/icon_btn_play.png") top left no-repeat;
	cursor: pointer;
}
#redAircover {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
}
#redAircover img {
	width: 100%;
	height: 100%;
}
