@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #333;
	font-family: "microsoft yahei";
}
img{
	display: block;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}

.top{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.top a{
	display: block;
	width: 100%;
	height: auto;
}
.top a img{
	width: 100%;
	height: auto;
}
/* 大标题 */
.title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.title a:first-child{
	font-size: 30px;
	color: #E33F1C;
}
.title a:last-child{
	font-size: 14px;
	color: #999;
	float: right;
}
.title a:last-child:hover{
	color: #E33F1C;
}
.title_hqyc{
	background: #E33F1C;
	padding: 0 10px;
	box-sizing: border-box;
}
.title_hqyc a{
	color: #fff !important;
}

/* 标签样式 */
.tag{
	font-size: 12px !important;
	background: #E33F1C;
	color: #fff !important;
	padding: 0 4px;
	margin-right: 6px;
	border-radius: 4px;	
	font-weight: normal;
	vertical-align: bottom;
}

/* 广告 */
.ad_x1_in_line{
	width: 1300px; 
	height: 100px; 
	background: #E33F1C; 
	margin: 0 auto; 
	margin-top: 50px; 
	text-align: center; 
	color: #fff; 
	line-height: 100px;
}

.ad_x1_in_line_02{
	width: 958px;
}
.ad_x1_in_line_03{
	width: 302px;
	margin-top: 30px;
}
.ad_x1_in_line_04{
	/* margin-top: 40px; */
	margin-top: 20px;
	width: 302px;
}
.ad_x1_in_line_05{
	margin-top: 20px;
	width: 302px;
}

.ad_x1_in_line a{
	color: #fff;
}
.ad_x1_in_line_02 a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.ad a img{
	width: 100%;
	height: 100%;
}
.ad_x3_in_line{
	width: 958px;
	height: 100px;
	margin: 0 auto;
	margin-top: 50px;
}
.ad_x3_in_line_02{
	margin-top: 20px;
}
.ad_x3_in_line a{
	display: block;
	width: 306px;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 100px;
	background: #E33F1C;
	color: #fff;
}
.ad_x3_in_line a:not(:first-child){
	margin-left: 20px;
}

/* 头部 */
.head{
	width: 100%;
	height: 60px;
}
.head_main{
	width: 1300px;
	height: 100%;
	margin: 0 auto;
	/* border-bottom: 1px solid #cfcfcf; */
}
.head_l{
	float: left;
	margin-top: 10px;
}
.logo{
	width: 176px;
	height: 40px;
	float: left;
}
.logo img{
	width: 100%;
	height: auto;
}
.head_l p{
	font-size: 14px;
	line-height: 21px;
	float: left;
	margin-left: 10px;
	color: #333;
	
}
.search{
	width: 200px;
	height: 30px;
	border-radius: 15px;
	position: relative;
	margin-top: 14px;
	float: left;
	overflow: hidden;
	border: 1px solid #a8a8a8;
}
.search input{
	width: 100%;
	height: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	color: #333;
	background: none;
	outline: none;
	border: none;
}
.search a{
	width: 20px;
	height: 20px;
	display: block;
	background: url(../../images/image/c_search_icon.png);
	position: absolute;
	right: 10px;
	top: 5px;
}
.head_r{
	float: right;
	height: 100%;
}
.login{
	font-size: 16px;
	line-height: 60px;
	float: left;
	margin-left: 30px;
}
.login a{
	color: #333;
}
.login a:hover{
	color: #e33f1c;
}
.login span{
	color: #fff;
}
.meiti{
	float: left;
	margin-left: 20px;
}
.mt_item{
	float: left;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}
.mt_item p{
	font-size: 16px;
	color: #333;
	line-height: 60px;
}
.mt_item span{
	width: 125px;
	height: 125px;
	display: block;
	position: absolute;
	left: -26px;
	top: 60px;
	z-index: 200;
	display: none;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.mt_item:last-of-type span{
	left: -36px;
}
.mt_item span img{
	width: 100%;
	height: 100%;
}
.mt_item:hover span{
	display: block;
}


/* 导航 */
.nav{
	width: 100%;
	height: 60px;
}
.nav_main{
	width: 1300px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #E33F1C;
}
.nav_main > a{
	height: 100%;
	display: inline-block;
	font-size: 20px;
	color: #333;
	padding: 0 9px;
	line-height: 60px;
	font-weight: bold;
}
.nav_main > a:hover{
	color: #E33F1C;
}
.nav_link{
	color: #E33F1C;
}
.nav_line{
	width: 30px;
	height: 2px;
	background: #E33F1C;
	border-radius: 2px;
	position: absolute;
	bottom: 10px;
	opacity: 0;
	transition: left 0.1s ease-in-out;  
}

.juzheng{
	position: relative;
	display: inline-block;
	color: #333;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: bold;
}
.juzheng i{
	border: 6px;
	border-style: solid;
	border-color: #686868 transparent transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
}
.juzheng_list{
	width: 120px;
	height: 0;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 36px;
	transition: height 0.3s;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.juzheng a{
	display: block;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 45px;
	font-weight: normal;
}
.juzheng_list a:hover{
	background: #f5f5f7;
	color: #E33F1C;
}
.juzheng:hover .juzheng_list{
	height: 134px;
	overflow: hidden;
}

/* 头条关注 */
.ttgz{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.ttgz i{
	display: block;
	width: 60px;
	height: 87px;
	background: url(../../images/image/ttgz_title.png) no-repeat;
	background-size: cover;
	margin-top: -20px;
}
.ttgz_r{
	width: 1210px;
	height: auto;
	overflow: hidden;
}
.ttgz_title{
	width: 100%;
	margin-left: 10px;
	text-align: center;
}
.ttgz_title a{
	font-size: 40px;
	color: #e50000;
	/* color: #333; */
	margin: 0 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}
.ttgz_moreNews{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.ttgz_moreNews a{
	font-size: 18px;
	color: #333;
	margin: 0 10px;
}
.ttgz_moreNews a:hover{
	color: #e50000;
	text-decoration: underline;
}
.more_ttgz{
	width: 96px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #C50405;
	/* border: 1px solid #666; */
	border-radius: 10px;
	box-sizing: border-box;
	color: rgb(229,0,0);
	/* color: #666; */
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-top: 20px;
	transition: all 0.5s ease-in-out;
}
.more_ttgz:hover{
	width: 120px;
	color: rgb(255,255,255);
	background: #C50405;
	/* color: #666;
	background: #eee; */
}

/* 顶部新闻 */
.top_news{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #E33F1C;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top_news_main{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: #fff;
	/* border-radius: 10px 10px 0 0; */
	overflow: hidden;
}
.top_news_lr{
	width: 277px;
	height: 470px;
	overflow: hidden;
	float: left;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}
.top_news_lr:last-of-type{
	float: right;
}
.top_news_lr a{
	width: 100%;
	height: 50%;
	overflow: hidden;
	display: block;
}
.top_news_lr a:first-of-type{
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}
.top_news_lr a:last-of-type{
	margin-top: 7px;
}
.top_news_lr a span{
	width: 100%;
	height: 164px;
	display: block;
	overflow: hidden;
}
.top_news_lr a span img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease-in-out;
}
.top_news_lr a span:hover img{
	transform: scale(1.06);
}
.top_news_lr a p{
	width: 100%;
	height: 61px;
	font-size: 18px;
	line-height: 27px;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	transition: background-color 0.3s ease-in-out;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 4px;
}
.top_news_lr a:hover p{
	color: #E33F1C;
}
.top_news_center{
	width: 746px;
	height: 470px;
	float: left;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.top_news_center video{
	width: 100%;
	height: 420px;
	background: #000;
	box-shadow: 0 0 10px inset rgba(255,255,255,0.6);
	margin-top: 10px;
}
.top_news_center_title{
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.top_news_center_title_icon{
	width: 120px;
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 20px 0 0;
}
.top_news_center_title_icon span{
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	color: #E33F1C;
	display: block;
	text-align: center;
	float:right;
}
.top_news_center_title_icon i{
	width: 40px;
	height: 28px;
	display: block;
	background: url(../../images/image/c_kandian_icon.png) no-repeat center center;
	background-size: 100%;
	float:left;
	margin-top:7px;
	margin-left:10px;
}
.top_news_center_title p{
	width: 100%;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	background: #fff;
	color: #E33F1C;
	text-align: right;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.top_news_video_href{
	width: 100px;
	height: 36px;
	display: block;
	position: absolute;
	right: 10px;
	top: 20px;
	background: rgba(255,255,255,0.6);
	color: #333;
	line-height: 36px;
	text-align: center;
}
/* .video_icon span{
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	bottom: 50px;
}
.video_sound{
	right: 10px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.icon_multia{
	background: url(../../images/image/multia.png);
	background-size: 100%;
}
.icon_play{
	background: url(../../images/image/icon_play1.png);
	background-size: 100%;
}
.icon_pause{
	background: url(../../images/image/icon_pause.png);
	background-size: 100%;
} */
/* .video_icon_full{
	width: 26px;
	height: 26px;
	right: 56px;
	cursor: pointer;
	background: url(../../images/image/c_icon_full.png) no-repeat;
	background-size: 100%;
	transition: all 0.3s ease-in-out;
}
.video_icon_full:hover,
.video_sound:hover{
	transform: scale(0.9);
} */

/* 全屏视频 */
/* .fullScreenVideo{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background: rgba(0,0,0,0.8);
	display: none;
}
.fullVideo{
	width: auto;
	height: 80%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.close_fullVideo{
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url(../../images/image/c_icon_close.png) no-repeat;
	cursor: pointer;
} */

/* 头条 */
.headline{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	/* border-radius: 10px; */
	/* margin-top: 10px; */
}
/* .headlin_l{
	width: 160px;
	height: 100%;
	float: left;
	background: url(../../images/image/c_headline_img.jpg) no-repeat left center;
} */
.headline_r{
	width: 100%;
	height: 100%;
}
.headline_r h1{
	text-align: center;
	font-weight: normal;
}
.headline_r h1 a{
	height: 60px;
	font-size: 36px;
	color: #e50000;
	margin: 0 10px;
	text-align: center;
	line-height: 60px;
	margin: 0 10px;
	font-weight: bold;
}
.headline_r h1 a:hover{
	color: #E33F1C;
}
.headlin_news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
	color: #999;
}
.headlin_news li{
	display: inline;
	margin: 0 10px;
	line-height: 40px;
}
.headlin_news li a{
	font-size: 18px;
	color: #333;
}
.headlin_news li a:hover{
	color: #E33F1C;
}

/* 热点新闻 */
.RollingNews{
	width: 1300px;
	height: 36px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}
.RollingNews > a{
	display: block;
	width: 104px;
	height: 36px;
	line-height: 36px;
	background: url(../../images/image/c_hot_news_bg.png) no-repeat left center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.RollingNew{
	width: 98%;
	height: 100%;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	background: #f3f3f3;
	padding-left: 110px;
	box-sizing: border-box;
	float: right;
}
.RollingNew ul{
	display: inline-block;
	height: 100%;
	margin: 0;
	white-space: nowrap;
	padding: 0 10px;
}
.RollingNew ul:last-of-type{
	margin-left: 80px;
}
.RollingNew ul li{
	display: inline-block;
	margin-right: 20px;
	line-height: 36px;
}
.RollingNew ul li a::before{
	content: "";
	margin-right: 10px;
	width: 6px;
	height: 6px;
	background: #333;
	display: block;
	float: left;
	margin-top: 15px;
	border-radius: 100%;
}
.RollingNew ul li a:hover{
	color:#C50405;
}
.rollingNews_shade{
	width: 10px;
	height: 100%;
	background: #F3F3F3;
	position: absolute;
	right: 0;
	top: 0;
}

/* 要闻 */
.frontPage{
	width: 1300px;
	height: 382px;
	margin: 0 auto;
	margin-top: 50px;
}
.swiper{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.swiper1{
	width: 600px;
	height: 382px;
	float: left;
}
.dynImg_lr01_imgBox{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.dynImg_lr01_imgBox a{
	height: 100%;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.dynImg_lr01_imgBox a img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.6s ease-in-out;
}

.swiper1 .dynImg_lr01_imgBox a img:hover,
.swiper3 .dynImg_lr01_imgBox a img:hover{
	transform: scale(1.03);
}
.dynImg_lr01_imgBox a p{
	display: none;
}
.swiper1 .dynImg_lr01_textBox,
.swiper3 .dynImg_lr01_textBox,
.swiper4 .dynImg_lr01_textBox{
	width: 100%;
	height: 110px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.dynImg_lr01_textBox p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	line-height: 27px;
	padding: 0 10px;
	box-sizing: border-box;
}
.swiper3 .dynImg_lr01_textBox p{
	text-align: center;
}
.dynImg_lr01_iconBox{
	height: 10px;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 17px;
	font-size: 0;
}
.swiper3 .dynImg_lr01_iconBox{
	width: 100%;
	right: 0;
	bottom: 50px;
}
.dynImg_lr01_iconBox span{
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 2px solid #fff;
	margin:0 5px;
	border-radius: 50%;
	box-sizing: border-box;
	transition: all 0.6s ease-in-out;
}
.dynImg_lr01_iconCur{
	background: #fff;
}
.swiper1 .dynImg_lr01_iconBox .dynImg_lr01_iconCur,
.swiper2 .dynImg_lr01_iconBox .dynImg_lr01_iconCur,
.swiper3 .dynImg_lr01_iconBox .dynImg_lr01_iconCur,
.swiper4 .dynImg_lr01_iconBox .dynImg_lr01_iconCur{
	background: #fff;
	transform: scale(1.5);
}
.nextPrev{
	display: block;
	cursor: pointer;
	transition: all 1s;
	position: absolute;
}
.swiper1 .nextPrev,
.swiper3 .nextPrev,
.swiper5 .nextPrev{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	top: 50%;
	margin-top: -24px;
}
.swiper1 .dynImg_lr01_pre,
.swiper3 .dynImg_lr01_pre,
.swiper5 .dynImg_lr01_pre{
	left: 10px;
	background: url(../../images/image/c_prev01.png) no-repeat;
	background-size: 100%;
}
.swiper1 .dynImg_lr01_next,
.swiper3 .dynImg_lr01_next,
.swiper5 .dynImg_lr01_next{
	background: url(../../images/image/c_next01.png) no-repeat;
	background-size: 100%;
	right: 10px;
}

/* 要闻区新闻列表 */
.frontPage_lists{
	width: 470px;
	height: 382px;
	float: left;
	background: #f5f5f7;
	padding: 0px 20px;
	box-sizing: border-box;
}
.frontPage_lists ul li{
	width: 100%;
	height: 36px;
}
.frontPage_lists ul li a{
	font-size: 18px;
	line-height: 36px;
	color: #333;
}
.frontPage_lists ul li:first-of-type a{
	font-weight: bold;
}
.frontPage_lists ul{
	margin-top: 8px;
}
.frontPage_lists ul li a:hover{
	color: #E33F1C;
}


/* 环球人物杂志 */
.zazhi{
	width: 210px;
	height: 382px;
	float: right;
	position: relative;
}
.swiper2{
	width: 100%;
	height: 342px;
}
.swiper2 .dynImg_lr01_imgBox a span{
	width: 100%;
	height: 275px;
	display: block;
	overflow: hidden;
}
.swiper2 .nextPrev{
	width: 28px;
	height: 16px;
	bottom: 70px;
}
.swiper2 .dynImg_lr01_next{
	background: url(../../images/image/c_next02.png) no-repeat;
	background-size: 100%;
	right: 0;
}
.swiper2 .dynImg_lr01_pre{
	background: url(../../images/image/c_prev02.png) no-repeat;
	background-size: 100%;
	left: 0;
}

.swiper2 .dynImg_lr01_imgBox{
	height: 276px;
}
.swiper2 .dynImg_lr01_textBox{
	width: 100%;
	height: 66px;
	background: #E33F1C;
	position: absolute;
	left: 0;
	bottom: 0;
}
.swiper2 .dynImg_lr01_textBox p{
	color: #fff;
	padding: 0 5px;
	text-align: center;
	box-sizing: border-box;
	line-height: 24px;
	bottom: 6px;
	font-size: 16px;
}
.swiper2 .dynImg_lr01_iconBox{
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 74px;
	font-size: 0;
}
.swiper2 .dynImg_lr01_iconBox span{
	background: #E33F1C;
	border: none;
}
.zazhi_btn{
	padding: 6px 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 17px;
	font-size: 16px;
	color: #333333;
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	transition: all 0.5s ease-in-out;
}
.zazhi_btn:hover{
	padding: 6px 40px;
}

/* 内容区 */
.content{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.content_left{
	width: 958px;
	height: auto;
	overflow: hidden;
	float: left;
}
.content_left_01{
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* 环球视野 */
.content_left_01_hqsy{
	width: 444px;
	height: auto;
	overflow: hidden;
	float: left;
}
.swiper3{
	width: 100%;
	height: 282px;
	margin-top: 40px;
}
.hqsy_news_lists{
	width: 100%;
	height: 296px;
	overflow-y: auto;
	box-sizing: border-box;
	background: #f5f5f7;
	padding: 8px 20px;
}
.hqsy_news_lists a{
	font-size: 18px;
	line-height: 40px;
	display: block;
}
.hqsy_news_lists a:hover{
	color: #E33F1C;
}

/* 中国资讯 */
.content_left_01_zgzx{
	width: 464px;
	height: auto;
	overflow: hidden;
	float: right;
}
.zgzx_main{
	height: 561px;
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}
.zgzx_main_item{
	width: 100%;
	position: absolute;
	transition: left 0.3s ease-in-out;
}
.zgzx_main_item1{
	left: 0;
	top: 0;
}
.zgzx_main_item2{
	left: 464px;
	top: 0;
}
.zgzx_news_lists{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.zgzx_news_lists a{
	font-size: 18px;
	line-height: 39px;
	display: block;
}
.zgzx_news_lists a:hover{
	color: #E33F1C;
}
.zgzx_imgNews{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.zgzx_imgNews a{
	width: 217px;
	height: auto;
	display: block;
	float: left;
	overflow: hidden;
}
.zgzx_imgNews a:last-child{
	float: right;
}
.zgzx_imgNews a span{
	display: block;
	width: 100%;
	height: 138px;
	overflow: hidden;
}
.zgzx_imgNews a span img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease-in-out;
}
.zgzx_imgNews a span img:hover{
	transform: scale(1.03);
}
.zgzx_imgNews a p{
	width: 100%;
	font-size: 18px;
	white-space: pre-line;
	line-height: 27px;
	color: #333;
	margin-top: 6px;
}
.zgzx_icons{
	width: 100%;
	height: 21px;
	text-align: center;
	margin-top: 6px;
}
.zgzx_icon{
	width: 40px;
	height: 100%;
	display: inline-block;
	margin: 0 2px;
	cursor: pointer;
}
.zgzx_icon_normal_1{
	background: url(../../images/image/c_prev03_1.png) no-repeat;
}
.zgzx_icon_normal_2{
	background: url(../../images/image/c_next03_1.png) no-repeat;
}
.zgzx_icon_normal_1:hover{
	background: url(../../images/image/c_prev03.png) no-repeat;
}
.zgzx_icon_normal_2:hover{
	background: url(../../images/image/c_next03.png) no-repeat;
}
.zgzx_icon_active1{
	background: url(../../images/image/c_prev03.png) no-repeat;
}
.zgzx_icon_active2{
	background: url(../../images/image/c_next03.png) no-repeat;
}

/* 中国资讯下广告 */
.content_left_01,
.content_left_02{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

/* 人物聚焦 */
.content_left_01_rwjj{
	width: 292px;
	height: 532px;
	float: left;
	overflow: hidden;
}
.swiper4{
	width: 100%;
	height: 390px;
	margin-top: 20px;
}
.swiper4 .dynImg_lr01_imgBox a img{
	height: auto;
	bottom: initial;
}
.swiper4 .dynImg_lr01_textBox{
	height: 180px;
}
.swiper4 p::after{
	content: "";
	width: 60px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 10px;
	top: 30px;
	display: block;
	margin-bottom: 10px;
	border-radius: 1px;
}
.swiper4 .dynImg_lr01_textBox p{
	bottom: 30px;
}
.swiper4 .nextPrev{
	width: 28px;
	height: 16px;
	bottom: 10px;
}
.swiper4 .dynImg_lr01_next{
	background: url(../../images/image/c_next02_1.png) no-repeat;
	background-size: 100%;
	right: 10px;
	opacity: 1 !important;
	transition: all 0.1s;
}
.swiper4 .dynImg_lr01_next:hover{
	background: url(../../images/image/c_next02.png) no-repeat;
	background-size: 100%;
}
.swiper4 .dynImg_lr01_pre{
	background: url(../../images/image/c_prev02_1.png) no-repeat;
	background-size: 100%;
	right: 43px;
	opacity: 1 !important;
	transition: all 0.1s;
}
.swiper4 .dynImg_lr01_pre:hover{
	background: url(../../images/image/c_prev02.png) no-repeat;
	background-size: 100%;
}
.swiper4 .dynImg_lr01_iconBox{
	text-align: left;
	left: 10px;
	bottom: 10px;
}
.swiper4 .dynImg_lr01_iconBox span{
	border: 2px solid #E33F1C;
}
.swiper4 .dynImg_lr01_iconBox .dynImg_lr01_iconCur{
	background: #E33F1C;
}
.rwjj_lists{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 13px;
}
.rwjj_lists span{
	width: 36px;
	display: block;
	float: left;
	padding: 5px;
	background: #E33F1C;
	color: #fff;
	font-size: 18px;
	white-space: pre-wrap;
}
.wqrw_list{
	width: 245px;
	height: auto;
	overflow: hidden;
	float: right;
	background-color: #F5F5F7;
	padding: 4px 10px;
	box-sizing: border-box;
	background-image: linear-gradient(90deg, #e33f1c, #e35d1c);
}
.wqrw_list a{
	font-size: 16px;
	line-height: 24px;
	margin: 0 2px;
	color: #fff;
}
.wqrw_list a:hover{
	font-weight: bold;
}

/* 环球原创 */
.content_left_01_hqyc{
	width: 616px;
	height: auto;
	overflow: hidden;
	float: right;
}
.hqyc_news_lists{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 38px 40px 16px 40px;
	box-sizing: border-box;
	background: #f5f5f7;
}
.hqyc_news_top p{
	font-size: 18px;
	color: #333;
	position: relative;
}
.hqyc_news_top p::before{
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	background: #E33F1C;
	position: absolute;
	left: -20px;
	top: 11px;
	border-radius: 3px;
	transition: all 0.1s ease-in-out;
}
.hqyc_news_top p:hover{
	color: #E33F1C;
}
.hqyc_news_top p:hover::before{
	content: "";
	width: 26px;
	height: 6px;
	display: block;
	background: #E33F1C;
	position: absolute;
	left: -40px;
	top: 11px;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}
.hqyc_news_top p span{
	line-height: 24px;
}
.hqyc_news_top > span{
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin-top: 6px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hqyc_news_bot{
	margin-top: 8px;
}
.hqyc_news_bot a{
	height: 38px;
	font-size: 18px;
	line-height: 38px;
	color: #333;
	display: block;
	position: relative;
}
.hqyc_news_bot a:hover{
	color: #E33F1C;
}
.hqyc_news_bot a::before{
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	background: #E33F1C;
	position: absolute;
	left: -20px;
	top: 16px;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}
.hqyc_news_bot a:hover::before{
	content: "";
	width: 26px;
	height: 6px;
	display: block;
	background: #E33F1C;
	position: absolute;
	left: -40px;
	top: 16px;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}

/* 环球时评 */
.content_left_01_hqsp{
	width: 100%;
	height: 156px;
	overflow: hidden;
	margin-top: 50px;
	position: relative;
	padding-bottom: 10px;
}
.hqsp_main{
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	overflow: hidden;
	background: #F5F5F7;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
}
.hqspo_news_lists{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 60px;
	box-sizing: border-box;
}
.hqsp_news_list{
	width: 48%;
	height: 40px;
	float: left;
}
.hqsp_news_list:nth-child(2n){
	float: right;
}
.hqsp_news_list a{
	font-size: 18px;
	line-height: 40px;
}
.hqsp_news_list a:hover {
	color: #E33F1C;
}
.hqsp_news_list::before{
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #cfcfcf;
	border-radius: 50%;
}
.hqsp_news_list:hover::before{
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #E33F1C;
	border-radius: 50%;
}
.hqsp_title{
	width: 40px;
	height: 146px;
	font-size: 24px;
	color: #fff;
	background: #E33F1C;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}
.hqsp_more{
	width: 18px;
	color: #fff;
	font-size: 16px;
	background: #d3d3d3;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 50;
	text-align: center;
	padding: 20px 10px 16px 10px;
	white-space: pre-wrap;
}
.hqsp_more:hover{
	color: #fff;
	background: #E33F1C;
}
.hqsp_border{
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	right: 0;
	top: 10px;
	border: 1px solid #f5f5f7;
	z-index: 0;
	box-sizing: border-box;
}

/* 文史 */
.content_left_03{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.content_left_03_item{
	/* width: 454px; */
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
.content_left_03_item:last-child{
	/* float: right; */
}
.content_left_03_item_imgNews{
	display: block;
	width: 454px;
	height: 291px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	float: left;
}
.content_left_03_item_imgNews img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease-in-out;
}
.content_left_03_item_imgNews img:hover{
	transform: scale(1.03);
}
.content_left_03_item_imgNews_title{
	width: 100%;
	height: 110px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	left: 0;
	bottom: 0;
}
.content_left_03_item_imgNews_title p{
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 27px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	box-sizing: border-box;
}
.content_left_03_item_news{
	width: 474px;
	height: auto;
	overflow: hidden;
	/* background: #F5F5F7; */
	/* padding: 9px 20px; */
	/* box-sizing: border-box; */
	float: right;
	margin-top: 40px;
}
.content_left_03_item_news li{
	width: 100%;
	height: 42px;
	overflow: hidden;
}
.content_left_03_item_news li a{
	font-size: 18px;
	line-height: 40px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.content_left_03_item_news li a:hover{
	color: #E33F1C;
}
.content_03_r_img{
	width: 100%;
	height: 144px;
	margin-top: 20px;
}
.content_03_r_img a{
	display: block;
	width: 227px;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 20px;
}
.content_03_r_img a:last-of-type{
	margin-right: 0;
}
.content_03_r_img a img{
	transition: all 1s;
}
.content_03_r_img a:hover{
	transform: scale(1.03);
}


/* 右侧内容 */
.content_right{
	width: 302px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 50px;
}
.rsrm_news_lists{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.rsrm_news_lists a{
	font-size: 18px;
	line-height: 40px;
	display: block;
}
.rsrm_news_lists a:hover{
	color: #E33F1C;
}

/* 环球富媒体 */
.content_right_fmt{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 31px;
}
.title_fmt{
	background-image: linear-gradient(180deg, #e33f1c, #e37a1c);
	padding: 0 10px;
	box-sizing: border-box;
}
.title_fmt a{
	color: #fff !important;
}
.fmt_ch{
	padding: 10px 5px;
	box-sizing: border-box;
	background-image: linear-gradient(180deg,  #e37a1c, #e33f1c);
}
.swiper5{
	width: 100%;
	height: 225px;
}
.swiper5 .dynImg_lr01_imgBox{
	height: 185px;
}
.swiper5 .dynImg_lr01_imgBox a{
	border: 1px solid #e8947e;
	box-sizing: border-box;
}
.swiper5 .dynImg_lr01_textBox{
	width: 100%;
	background: none;
	position: absolute;
	bottom: 0;
}
.swiper5 .dynImg_lr01_textBox p{
	text-align: center;
}
.swiper5 .dynImg_lr01_iconBox{
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 40px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
	padding-top: 10px;
	box-sizing: border-box;
	line-height: 1em;
}
.swiper5 .dynImg_lr01_iconBox span{
	width: 10px;
	height: 4px;
	border: none;
	border-radius: 2px;
	background: #FFFFFF;
	transition: all 0.3s ease-in-out;
	margin: 0 2px;
}
.swiper5 .nextPrev{
	top: 30%;
	margin-top: 0;
}
.swiper5 .dynImg_lr01_iconBox .dynImg_lr01_iconCur{
	background: #E33F1C;
	width: 20px;
}
.swiper5 .dynImg_lr01_imgBox img:hover{
	transform: scale(1.03);
}
.fmt_ch a{
	position: relative;
}
.mft_tag{
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(227,63,28,0.9);
	color: #fff;
	padding: 2px 10px;
}

.fmt_ch2{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.fmt_ch2_top{
	width: 100%;
	height: 185px;
	overflow: hidden;
	margin-top: 10px;
}
.fmt_ch2_top_item{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.fmt_ch2_top_item span:first-of-type{
	width: 141px;
	height: 185px;
	display: block;
	float: left;
}
.fmt_ch2_top_item img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease-in-out; 
}
.fmt_ch2_top_item img:hover{
	transform: scale(1.06);
}
.fmt_ch2_top_text{
	width: 151px;
	height: 100%;
	float: right;
	background: #b3540e;
	padding: 10px;
	box-sizing: border-box;
}
.fmt_ch2_top_text p{
	font-size: 18px;
	color: #fff;
	line-height: 27px;
}
.fmt_ch2_top_text p:last-child{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-top: 10px;
	color: #dadada;
	height: 100px;
	overflow: hidden;
}

.fmt_ch2_bot{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	clear: both;
}
.fmt_ch2_bot a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.fmt_ch2_bot a span:first-of-type{
	width: 100%;
	height: 185px;
	display: block;
	overflow: hidden;
}
.fmt_ch2_bot a span img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease-in-out;
}
.fmt_ch2_bot a img:hover{
	transform: scale(1.06);
}
.fmt_ch2_bot p{
	width: 100%;
	font-size: 18px;
	line-height: 27px;
	color: #333;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	color: #fff;
	margin-top: 6px;
}

.mft_videos{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.mft_video{
	width: 100%;
	height: 164px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.mft_video:first-of-type{
	margin-top: 0;
}
.mft_video video{
	width: 100%;
	height: 100%;
	background: #000;
}
.mft_video a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.fmt_video_title{
	width: 100%;
	height: 110px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	left: 0;
	bottom: 0;
}
.fmt_video_title p{
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding-left: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mft_video i{
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -24px;
	background: url(../../images/image/c_icon_play.png) no-repeat;
	background-size: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.mft_video:hover i{
	opacity: 1;
}

/* 热力榜 */
.hot_news{
	width: 100%;
	height: auto;
	overflow: hidden;
	/* margin-top: 38px; */
	margin-top: 20px;
}
.hot_news_title{
	width: 100%;
	height: 50px;
	background: url(../../images/image/c_hot_bg.png) no-repeat;
	position: relative;
}
.hot_news_title span{
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
	left: 70px;
	top: 6px;
	background: url(../../images/image/c_hot_fire.png) no-repeat;
}
.hot_news_title p{
	font-size: 30px;
	color: #fff;
	line-height: 50px;
	position: absolute;
	left: 120px;
	top: 0;
}
.hot_news_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f7;
	/* padding: 16px 10px; */
	padding: 0 10px;
	box-sizing: border-box;
}
.hot_news_main li{
	height: 40px;
	overflow: hidden;
	font-size: 0;
	vertical-align: bottom;
}
.hot_news_main li a{
	width: 91%;
	font-size: 18px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	float: right;
}
.hot_news_main li a:hover{
	color: #E33F1C;
}
.hot_news_main li span{
	display: block;
	font-size: 18px;
	line-height: 40px;
	float: left;
}

/* 环球矩阵 */
.c_hqjz{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f2f2f2;
	padding: 40px 0;
	box-sizing: border-box;
	margin-top: 40px;
}
.hqjz_main{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

/* 人民矩阵 */
.hqjz_item{
	width: 415px;
	height: auto;
	overflow: hidden;
	float: left;
	background: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	margin-top: 40px;
	margin-right: 27px;
}
.hqjz_item:last-of-type{
	margin-right: 0;
}
.hqjz_item_title{
	width: 100%;
	line-height: 50px;
	font-size: 24px;
}
.hqjz_top{
	width: 385px;
	height: 245px;
	position: relative;
}
.hqjz_top a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.hqjz_top a img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease-in-out;
}
.hqjz_top a img:hover{
	transform: scale(1.03);
}
.hqjz_top_title{
	width: 100%;
	height: 110px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	left: 0;
	bottom: 0;
}
.hqjz_top_title p{
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.hqjz_mid{
	width: 385px;
	height: 112px;
	background: #f5f5f7;
	padding: 30px 20px;
	box-sizing: border-box;
	margin-top: 10px;
}
.hqjz_mid a{
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
}
.hqjz_mid a:hover{
	color: #E33F1C;
}
.hqjz_bot{
	width: 385px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.hqjz_bot a{
	font-size: 18px;
	line-height: 40px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.hqjz_bot a:hover{
	color: #E33F1C;
}

/* 底部 */
.c_foot{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	box-sizing: border-box;
	background: #2f2f2f;
}
.c_foot_top{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.c_foot_left{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}
.c_foot_left_top{
	width: 495px;
}
.c_foot_left_top span{
	width: 100%;
	line-height: 32px;
	display: block;
	font-size: 16px;
	color: #fff;
}
.c_foot_left_top a{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin: 0 5px;
}
.c_foot_left_top a:hover{
	color: #E33F1C;
}
.c_foot_left_bot{
	width: 100%;
	margin-top: 50px;
}
.c_foot_left_bot a{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin: 0 5px;
}
.c_foot_left_bot a:hover{
	color: #E33F1C;
}

.c_foot_right{
	width: 436px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}
.c_foot_right_item{
	width: 125px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 20px;
} 
.c_foot_right_item span{
	display: block;
	width: 125px;
	height: 125px;
}
.c_foot_right_item span img{
	width: 100%;
	height: 100%;
}
.c_foot_right_item p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-top: 6px;
}

.c_foot_bot{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px #999 solid;
	margin-top: 40px;
}
.c_foot_bot_main{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	color: #999;
	text-align: center;
}
.c_foot_bot_main li{
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
}
.c_foot_bot_main li a{
	color: #999;
	font-size: 14px;
}
.c_foot_bot_main li img{
	display: inline-block;
}

/* 人民日报社概况 */
.baoshe_main{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f0f0f0;
	padding-bottom: 80px;
}
.baoshe_cont{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
.baoshe_title{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 60px;
	border-bottom: 6px #E33F1C solid;
	text-align: center;
	box-sizing: border-box;
}
.baoshe_title span{
	color: #666;
	font-weight: normal;
	font-size: 22px;
}
.baoshe_content{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.baoshe_content span{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.baoshe_content p{
	font-size: 18px;
	line-height: 36px;
	color: #333;
	text-indent: 2em;
	margin-top: 20px;
	text-align: justify;
}

/* 环球富媒体 */
.c_fmt_p1{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
}
.c_fmt_p1_left{
	width: 800px;
	height: auto;
	overflow: hidden;
	float: left;
}
.c_fmt_p1_BImg{
	width: 100%;
	height: 510px;
	position: relative;
}
.c_fmt_p1_BImg a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.c_fmt_p1_BImg img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease-in-out;
}
.c_fmt_p1_BImg img:hover{
	transform: scale(1.03);
}
.c_fmt_p1_Bimg_title{
	width: 100%;
	height: 110px;
	position: absolute;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	left: 0;
	bottom: 0;
}
.c_fmt_p1_Bimg_title p{
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 1.5em;
	position: absolute;
	left: 0;
	bottom: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	white-space: pre-wrap;
}
.m_dynImgNew03_main{
	width: 100%;
	height: 90px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.m_dynImgNew03SmallImgBox{
	width: 740px;
	height: 100%;
	position: absolute;
	left: 30px;
	bottom: 0;
	overflow: hidden;
}
.m_dynImgNew03SmallImg{
	height: 100%;
	position: absolute;
	white-space: nowrap;
	font-size: 0;
}
.m_dynImgNew03SmallImg li{
	width: 140px;
	height: 100%;
	margin-left: 10px;
	overflow: hidden;
	display: inline-block;
}
.m_dynImgNew03SmallImg li a,.m_dynImgNew03SmallImg li a img{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.m_dynImgNew03SmallImg  .m_dynImgNew03_cur{
	border: 1px solid #E33F1C;
	box-sizing: border-box;
}
.m_dynImgNew03SmallImg li p{
	display: none;
}
.m_dynImgNew03_next,.m_dynImgNew03_prev{
	width: 20px;
	height: 100%;
	position:absolute;
	cursor: pointer;
}
.m_dynImgNew03_next img,.m_dynImgNew03_prev img{
	width: 100%;
	height: 100%;
}
.m_dynImgNew03_next{
	right: 0;
	background: url(../../images/image/fmt_next.png) no-repeat;
}
.m_dynImgNew03_prev{
	left: 0;
	background: url(../../images/image/fmt_prev.png) no-repeat;
}
.c_fmt_p1_right{
	width: 470px;
	height: auto;
	overflow: hidden;
	float: right;
}
.c_fmt_p1_left_top{
	width: 100%;
	height: auto;
	padding: 20px;
	background: #efefef;
	box-sizing: border-box;
}
.c_fmt_p1_left_top a{
	font-size: 18px;
	line-height: 40px;
	color: #333;
	display: block;
}
.c_fmt_p1_left_top a:hover{
	color: #E33F1C;
}
.c_fmt_p1_left_bot{
	width: 100%;
	height: 300px;
	margin-top: 30px;
	overflow: hidden;
}
.c_fmt_p1_left_bot a{
	position: relative;
}
.c_fmt_p1_left_bot a,
.c_fmt_p1_left_bot a img{
	width: 100%;
	height: 100%;
	display: block;
}
.c_fmt_p1_left_bot a img{
	transition: all 0.6s ease-in-out;
}
.c_fmt_p1_left_bot a img:hover{
	transform:scale(1.03);
}
.c_fmt_p1_left_bot_title{
	width: 100%;
	height: 110px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	left: 0;
	bottom: 0;
}
.c_fmt_p1_left_bot_title p{
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
}
.fmt_main{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}
.fmt_main_left{
	width: 920px;
	height: auto;
	overflow: hidden;
	float: left;
}
.fmt_tab{
	width: 100%;
	height: 60px;
}
.fmt_tab_item{
	display: block;
	padding:0 40px;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	line-height: 60px;
	font-size: 20px;
	background: #d8d8d8;
	border-radius: 6px;
	cursor: pointer;
	user-select: none;
}
.fmt_tab_item:hover{
	background: url(../../images/image/fmt_tableBg.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
}
.fmt_tab .fmt_tab_cur{
	background: url(../../images/image/fmt_tableBg.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
}
.fmt_main_cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.fmt_main_cont2{
	display: none;
}
.fmt_main_cont1_main,
.fmt_main_cont2_main{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.fmt_main_cont1_item{
	width: 294px;
	height: 220px;
	display: block;
	float: left;
	margin-right: 19px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.fmt_main_cont1_item:nth-child(3n){
	margin-right: 0;
}
.fmt_main_cont1_item img{
	width: 100%;
	height: 100%;
	transition: all 0.6s ease-in-out;
}
.fmt_main_cont1_item img:hover{
	transform: scale(1.03);
}
.fmt_main_cont1_item_title{
	width: 100%;
	height: 80px;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	position: absolute;
	left: 0;
	bottom: 0;
}
.fmt_main_cont1_item_title p{
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.fmt_main_cont_pages{
	width: 100%;
	height: 32px;
	text-align: center;
	margin-top: 30px;
	clear: both;
}
.fmt_main_cont2_item{
	width: 294px;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	float: left;
	margin-right: 19px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}
.fmt_main_cont2_item:nth-child(3n){
	margin-right: 0;
}
.fmt_main_cont2_item span{
	width: 100%;
	height: 165px;
	display: block;
	overflow: auto;
	position: relative;
}
.fmt_main_cont2_item span img{
	width: 100%;
	height: 100%;
}
.fmt_main_cont2_item_title{
	width: 100%;
	height: 80px;
	padding: 10px;
	box-sizing: border-box;
}
.fmt_main_cont2_item_title p{
	width: 100%;
	white-space: pre-line;
	font-size: 18px;
	line-height: 27px;
	color: #333;
}
.fmt_main_cont2_item span i{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background: url(../../images/image/c_icon_play.png) no-repeat;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}
.fmt_main_cont2_item:hover i{
	opacity: 1;
}
/* 热点排行占位样式 */
.fmt_main_right{
	float: right;
	width: 340px;
	height: 882px;
	background: #eaeaea;
}

.s_gotoip{  background: #E03718; border-radius: 5px; position: fixed; bottom: 100px; right: 20px; width: 50px;}
.s_gotoip a{ display: block; padding: 20px 10px 30px 10px; background: url(../../images/images/imain_15.png) no-repeat center center;}

@media only screen and (orientation:portrait) {
	.head{
		width: 1300px;
	}
	.nav{
		width: 1300px;
	}
	.top_news{
		width: 1300px;
	}
	.c_hqjz{
		width: 1300px;
	}
	.c_foot{
		width: 1300px;
	}
}