@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, select, textarea, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	vertical-align: top;
}

input, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	outline: 0;
	box-shadow: none;
}

html {
	word-wrap: break-word;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html {
	font: 14px/1.5 "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Tahoma, arial, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #eb001b;
}

img {
	display: inline-block;
	vertical-align: top;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	zoom: 1;
	display: block;
}

.hidden {
	display: none;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

/*  CMS Common title colors  */
.title_default {}

.title_black {
	color: black !important;
}

.title_red {
	color: red !important;
}

.title_blue {
	color: blue !important;
}

.title_green {
	color: green !important;
}

.title_brown {
	color: brown !important;
}

.title_gray {
	color: gray !important;
}

/**/
.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.bb0 {
	border-bottom: 0 !important;
}

.nobg {
	background-image: none !important;
}

.wrap, .top_header_info {
	width: 1200px;
	margin: 0 auto;
}

.header {
	border-bottom: 1px solid #f3f2f0;
}

.top_header_info {
	position: relative;
	display: flex;
	height: 90px;
	align-items: stretch;
}

.top_header_logo {
	display: flex;
	width: 280px;
	background: url(../image/logo.png) no-repeat 0 50%;
	background-size: 100% auto;
	align-items: stretch;
}

.top_header_logo a {
	overflow: hidden;
	text-indent: -666px;
}

.top_header_logo_channel {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	margin-left: 8px;
	color: #000;
	align-items: center;
}

.top_header_cul_nav {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	width: 750px;
	margin-left: auto;
	justify-content: space-between;
	align-items: center;
}

.top_header_cul_nav li {
	position: relative;
}

.top_header_cul_nav li.current:after {
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 100%;
	height: 4px;
	content: '';
	border-radius: 2px;
	background-color: #eb001b;
}

/* article */
.cul_nav {
	font-size: 18px;
	line-height: 55px;
	display: flex;
	border-bottom: 1px solid #f5f5f5;
}

.cul_nav li {
	position: relative;
	margin: 0 25px;
}

.cul_nav li:before {
	position: absolute;
	top: 18px;
	left: -23px;
	width: 1px;
	height: 18px;
	content: '';
	background-color: #ececec;
}

.cul_nav li:first-child:before {
	display: none;
}

.cul_nav li a {
	padding: 0 10px;
}

.cul_nav li a:hover {
	color: #ec1b18;
}

.crumbs {
	font-size: 14px;
	line-height: 20px;
	color: #666;
}

.crumbs a {
	color: #666;
}

.crumbs a:hover {
	color: #ec1b18;
}

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

.article_wrap_left {
	float: left;
	width: 790px;
	margin-top: 30px;
}

.article_side {
	float: right;
	width: 366px;
}

.article_title {
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
	margin-top: 30px;
	color: #000;
}

.article_info {
	margin-top: 15px;
	color: #666;
	line-height: 25px;
	border-bottom: 1px solid #efefef;
	height: 30px;
}

.article_info .source {
	margin-left: 15px;
}

.article_info .source a {
	color: #666;
}

.article_info .author {
	margin-left: 15px;
}

.article_info .author a {
	color: #666;
}

.article_info .dozoom {
	float: right;
	color: #000;
	position: relative;
}

.article_info .dozoom a {
	display: inline-block;
	margin-right: 32px;
	vertical-align: top;
}

.article_info .dozoom:after {
	position: absolute;
	top: 5px;
	left: 35px;
	width: 1px;
	height: 15px;
	content: '';
	background-color: #8d8d8d;
}

.article_info .share {
	float: right;
	text-align: center;
	position: relative;
}

.article_info .share em {
	display: inline-block;
	vertical-align: top;
}

.article_info .share i {
	display: inline-block;
	overflow: hidden;
	width: 25px;
	height: 25px;
	margin-left: 10px;
	cursor: pointer;
	vertical-align: top;
	text-indent: -200px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}

.article_info .share i.wb {
	background-image: url(../image/wb.png);
}

.article_info .share i.wx {
	background-image: url(../image/wx.png);
}

.article_info .share i.qq {
	background-image: url(../image/qq.png);
}

.article_info .share i.pyq {
	background-image: url(../image/pyq.png);
}

.article_content {
	font-size: 18px;
	line-height: 40px;
	margin-top: 20px;
	color: #666;
}

.article_content p {
	padding: .8em 0;
}

.article_content p strong {
	font-weight: bold;
}

.article_content p img {
	max-width: 650px;
	height: auto;
}

.article_content .pcenter, .article_content .pic, .article_content .img_wrapper, .article_content .detailPic, .article_content .picIntro, .article_content .img_descr, .article_content .news_img_title {
	text-align: center;
	text-indent: 0;
}

.article_content .img_descr, .article_content .picIntro, .article_content .news_img_title {
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-top: 8px;
	color: #666;
}

.article_content .chan_newsPic {
	text-align: center;
	text-indent: 0;
}

.article_content .pright {
	text-align: right;
	text-indent: 0;
}

.article_content .chan_video_intro {
	font-size: 14px;
	display: block;
	margin-top: 8px;
	text-align: center;
}

.chan_newsVideo {
	display: block;
	width: 640px;
	margin: auto;
}

.chan_newsVideo .video-js {
	margin: auto;
}

.editor {
	font-size: 14px;
	line-height: 22px;
	margin-top: 50px;
	color: #868686;
}

.IndiKeyword {
	display: none;
}

.epbWrap {
	display: none;
}

/* article key words */
strong.kw strong.kw, strong.kw {
	font-weight: normal;
}

strong strong.kw, strong strong.kw strong.kw {
	font-weight: bold;
}

.article_content .kw a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #004276;
}

.article_content .kw a:hover {
	color: #b31515;
}

.shade-bg {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
}

.shade-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 400px;
	margin-top: -220px;
	margin-left: -300px;
	padding: 30px 10px 10px;
	border-radius: 5px;
	background-color: #fff;
}

.shade-content {
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #000;
	justify-content: center;
	align-items: center;
}

.shade-content-img {
	max-width: 100%;
	max-height: 100%;
}

.shade-close {
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
	text-align: center;
	color: #666;
}

.relational_article {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 45px;
}

/**/
.defList {}

.defList .item {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #f0f0f0;
}

.defList .item:last-child {
	border-bottom: 0;
}

.defList .item .item-img {
	overflow: hidden;
	width: 210px;
	height: 136px;
	margin-right: 30px;
	flex-shrink: 0;
}

.defList .item .item-img img {
	width: 100%;
	min-height: 100%;
}

.defList .item .item-con {
	overflow: hidden;
	flex: 1;
}

.defList .item .tit {
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.defList .item .desc {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	margin-top: 16px;
	text-overflow: ellipsis;
	color: #666;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.defList .item .item-foot {
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	margin-top: 14px;
	color: #999;
}

.defList .item .item-foot span {
	margin-right: 2em;
}

.defList .item .item-foot span:empty {
	display: none;
}

.side_mod {
	background-color: #f7f7f7;
	padding: 10px;
}

.side_title {
	position: relative;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}

.side_title:before {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	width: 6px;
	height: 17px;
	background-color: #eb001b;
}

/*B*/
.side_icon {
	padding-left: 48px;
	margin-top: 10px;
}

.side_icon:before {
	top: 0;
	width: 26px;
	height: 26px;
	background: url(../image/24H.png) no-repeat 50% 50%;
	background-size: contain;
}

.slide_img_txt {}

.slide_img_txt li {
	height: 72px;
	margin-top: 18px;
	overflow: hidden;
}

.slide_img_txt li .item_img {
	float: left;
	position: relative;
	display: block;
	width: 107px;
	height: 72px;
	overflow: hidden;
}

.slide_img_txt li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.slide_img_txt li .item_txt {
	margin-left: 117px;
	font-size: 16px;
	line-height: 22px;
}

.slide_img_txt li .item_txt a {
	display: block;
	max-height: 44px;
	overflow: hidden;
}

.slide_img_txt li .item_tag {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	overflow: hidden;
	font-size: 14px;
	color: #F1593E;
	line-height: 20px;
	font-weight: normal;
}

.slide_img_txt.onlytxt li .item_txt a {
	max-height: 66px;
}

.slide_doubleimg {
	margin-right: -10px;
}

.slide_doubleimg li {
	position: relative;
	width: 165px;
	float: left;
	margin-right: 10px;
	margin-top: 18px;
}

.slide_doubleimg li img {
	width: 165px;
	height: 115px;
	display: block;
	object-fit: cover;
	overflow: hidden;
}

.slide_doubleimg li h3 {
	margin-top: 8px;
	height: 44px;
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
}

.slide_img_txt li a, .slide_doubleimg li a, .rank li a {
	color: #404040;
}

.slide_img_txt li a:hover, .slide_doubleimg li a:hover, .rank li a:hover {
	color: #eb001b;
}

/*E*/


/**/
.photo320 {
	margin: auto;
	width: 346px;
}

.photo320 li {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 245px;
}

.photo320 li img {
	width: 100%;
	min-height: 100%;
}

.photo320 li h3 {
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	padding: 5px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgb(199 199 199 / 70%);
}

.photo320 li a {
	color: #fff;
}

.photo320 li a:hover {
	color: #eb001b;
}

/**/
.titleList {
	font-size: 16px;
	line-height: 36px;
}

.titleList li {
	position: relative;
	overflow: hidden;
	padding-left: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.titleList li:before {
	position: absolute;
	top: 14px;
	left: 5px;
	width: 5px;
	height: 5px;
	content: '';
	border-radius: 50%;
	background-color: #ccc;
}

/**/
.list-more {
	margin-top: 20px;
}

.list-more a {
	line-height: 35px;
	display: block;
	text-align: center;
	color: #eb001b;
	background-color: #e4e4e4;
}

.list-more a:hover {
	background-color: #eee;
}

/**/
.top_header ul, .top_header span, .top_header em, .top_header a {
	margin: 0;
	padding: 0;
	border: 0;
}

.top_header_channel, .top_header_nav {
	list-style: none;
}

.top_header a {
	text-decoration: none;
}

.top_header_bg {
	height: 45px;
	width: 100%;
	min-width: 1200px;
	background-color: #eb001b;
}

.top_header {
	width: 1200px;
	margin: 0 auto;
	height: 45px;
	color: #fff;
	line-height: 45px;
	font-size: 14px;
}

.top_header_channel {
	float: left;
	font-size: 14px;
}

.top_header_channel li {
	float: left;
	margin-right: 15px;
	color: #fff;
}

.top_header_channel li a {
	color: #fff;
}

.top_header_sub {
	position: relative;
	cursor: pointer;
	padding-right: 15px;
}

.top_header_sub:after {
	position: absolute;
	content: "";
	right: 0;
	top: 20px;
	width: 9px;
	height: 6px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../image/top_nav_down.png);
}

.top_header_sub .sub {
	display: none;
	position: absolute;
	background-color: rgba(212, 3, 0, .8);
	right: 0;
	top: 45px;
	width: 60px;
	z-index: 2;
}

.top_header_sub .sub a {
	display: block;
	float: none;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, .7);
}

.top_header_sub .sub a:hover {
	background-color: #820504;
	background-color: rgba(212, 3, 0, 1);
}

.top_header_sub.over {}

.top_header_sub.over:after {
	background-image: url(../image/top_nav_up.png);
}

.top_header_sub.over .sub {
	display: block;
}

.top_header_nav {
	float: right;
	font-size: 12px;
}

.top_header_nav li {
	float: left;
}

.top_header_nav li .headNavLogin {
	position: relative;
	display: block;
	border-left: none;
}

.top_header_nav li a {
	display: block;
	padding: 0 15px;
	color: #fff;
}

.top_header_nav li em.headNavLogout {
	padding: 0;
}

.top_header_nav li em.headNavLogout span, .top_header_nav li em.headNavLogout a {
	float: left;
}

.top_header_nav li em.headNavLogout span {
	width: 95px;
	margin: 0 15px;
	display: block;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top_header_nav li em.headNavLogout a {
	border-left: solid 1px #575757;
}

.top_header_nav li a.login, .top_header_nav li a.reg {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: auto 13px;
}

.top_header_nav li a.login, .top_header_nav li a.reg {
	float: left;
	background-image: url(../image/top_header_4.png);
}

.top_header_nav li a.reg {
	background-image: url(../image/top_header_5.png);
}

.top_header_nav li a:hover {
	background-color: #333;
}

.CNComment {
	display: none;
}


/*页脚*/
.footer {
	font-size: 12px;
	line-height: 200%;
	margin-top: 50px;
	padding: 30px 0;
	min-width: 1200px;
	border-top: 1px solid #cdcdcd;
	color: #fff;
	background-color: #eb001b;
}

.footer_item {
	font-size: 16px;
	padding: 15px 0 25px 0;
	line-height: 34px;
	color: rgb(255 255 255);
}

.footer_item span {
	margin: 0 9px;
}

.footer_item a {
	color: #fff;
}

.footer_item a:hover {
	color: #fff;
}

.footer_item span a {
	margin: 0;
}

.footer_stamp {
	text-align: center;
}

.footer_stamp img {
	margin: 0 10px;
}

.footer_info {
	width: 1200px;
	min-height: 200px;
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
}

.footer_info ul {
	float: left;
	height: auto;
	margin-right: 120px;
	display: inline-block;
}

.footer_info ul.footer_qrcode {
	float: right;
	height: auto;
	margin: 0 0 0 70px;
	display: inline-block;
}

.footer_info ul li {
	height: 36px;
	line-height: 36px;
	list-style: none;
	font-size: 14px;
	color: #fff;
}

.footer_info ul li a {
	font-size: 14px;
	color: #fff;
}

.footer_info ul li a:hover {
	color: #fff;
}

.footer_info ul li:nth-child(1) a {
	font-size: 18px;
	font-weight: bold;
}

.footer_qrcode p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.footer_qrcode img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	transition: all 0.6s ease-in-out;
}

.footer_qrcode:hover img {
	transform: rotate(360deg) scale(1);
}