* {
	padding           : 0;
	margin            : 0;
	box-sizing        : border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	-o-box-sizing     : border-box;
}

li {
	list-style: none;
	cursor    : default;
}

body {
	padding  : 0px 0;
	font-size: 14px;
}

a,
a:hover {
	color          : #000;
	text-decoration: none;
}

.content {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	content    : "";
	height     : 0;
	line-height: 0;
	display    : block;
	clear      : both;
	visibility : hidden;
}

.clearfix {
	zoom: 1;
}

.pointer {
	cursor: pointer;
}

.textline:hover {
	text-decoration: underline;
}

img {
	vertical-align: top;
	border        : none;
	max-width     : 100%;
	height        : auto;
}

body {
	background-color: rgb(248, 248, 248);
}

.content-topicTemplate .new-content1 {
	display      : block;
	margin-bottom: 0.12rem;
}

.content-topicTemplate .new-content1>div {
	font-size         : 20px;
	color             : #383838;
	line-height       : 1.6;
	width             : 100%;
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp        : 2;
	-webkit-box-orient: vertical;
}

.content-topicTemplate .new-item {
	display        : flex;
	justify-content: space-between;
	line-height    : 2;
}

.content-topicTemplate .new-item>div:first-of-type {
	font-size    : 16px;
	color        : #383838;
	width        : 4.8rem;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.content-topicTemplate .new-item>div:nth-of-type(2) {
	font-size: 14px;
	color    : #888888;
	position : relative;
	top      : 2px;
}

.content-topicTemplate .new-title {
	font-size     : 18px;
	color         : #383838;
	font-weight   : 900;
	text-align    : center;
	width         : 100%;
	border-bottom : 1px solid #e4e4e4;
	position      : relative;
	padding-bottom: 3px;
	margin-bottom : 0.3rem;
}

.content-topicTemplate .new-title>div {
	width           : 150px;
	height          : 3px;
	position        : absolute;
	top             : 3px;
	left            : 50%;
	margin-left     : -75px;
	background-color: rgb(214, 45, 39);
	position        : relative;
}

.content-topicTemplate .new-title>div .white3 {
	width       : 0;
	height      : 0;
	border-width: 5px;
	border-style: solid;
	border-color: rgb(214, 45, 39) transparent transparent transparent;
	position    : absolute;
	top         : 2px;
	left        : 50%;
	margin-left : -5px;
}

.content-topicTemplate .grey4 {
	width       : 100%;
	border-width: 2px;
	border-style: solid;
	border-color: #757575 transparent transparent transparent;
	margin-top  : 40px;
}

.content-topicTemplate .imgTitle {
	display         : block;
	background-color: #ffffff;
	overflow        : hidden;
	text-align      : center;
	position        : relative;
	display         : flex;
	justify-content : center;
}

.content-topicTemplate .imgTitle>img {
	width    : 100%;
	height   : 1.76rem;
	max-width: none;
}

.content-topicTemplate .imgTitle>div {
	width        : 100%;
	color        : #ffffff;
	background   : linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	position     : absolute;
	bottom       : 0;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
	text-align   : left;
}

.content-topicTemplate .imgTitle1 {
	width        : 100%;
	margin-bottom: 0.25rem;
}

.content-topicTemplate .imgTitle1>div {
	height   : 0.45rem;
	font-size: 14px;
	padding  : 0 0.2rem;
}

.content-topicTemplate .imgTitle2 {
	width: 2.75rem;
}

.content-topicTemplate .imgTitle2>div {
	height   : 27px;
	font-size: 14px;
	padding  : 0 10px;
}

.content-topicTemplate .title-toggle {
	justify-content: space-between;
	font-size      : 18px;
	color          : #383838;
	border-bottom  : 1px solid #e4e4e4;
	padding-bottom : 0.12rem;
	margin-bottom  : 0.12rem;
}

.content-topicTemplate .title-toggle .toggle-item {
	margin-right  : 0.4rem;
	padding-bottom: 0.08rem;
}

.content-topicTemplate .title-toggle .toggle-item:last-of-type {
	margin-right: 0;
}

.content-topicTemplate .title-toggle .active {
	font-weight  : bold;
	border-bottom: 0.04rem solid rgb(214, 45, 39);
}

.content-topicTemplate .title-toggle .more {
	font-size: 14px;
	position : relative;
	top      : 0.05rem;
}

.content-topicTemplate .img-info {
	display      : block;
	margin-bottom: 11px;
}

.content-topicTemplate .img-info .fl {
	width           : 2.75rem;
	height          : 1.75rem;
	background-color: #ffffff;
	overflow        : hidden;
	text-align      : center;
}

.content-topicTemplate .img-info .fl>img {
	width : 100%;
	height: 1.75rem;
}

.content-topicTemplate .img-info .fr {
	width: 2.75rem;
}

.content-topicTemplate .img-info .fr>div {
	display      : flex;
	/*align-items: center;*/
}

.content-topicTemplate .img-info .fr>div:first-of-type {
	height       : 48px;
	margin-bottom: 8px;
}

.content-topicTemplate .img-info .fr>div:last-of-type {
	height: 42px;
}

.content-topicTemplate .img-info .fr>div>span {
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp        : 2;
	-webkit-box-orient: vertical;
	line-height       : 1.5;
}

.content-topicTemplate .img-info .fr>div:first-of-type>span {
	font-size: 16px;
	color    : #383838;
}

.content-topicTemplate .img-info .fr>div:last-of-type>span {
	font-size: 14px;
	color    : #888888;
}

.content-topicTemplate .sHeader-content-box {
	width           : 100%;
	background-color: rgb(255, 255, 255);
	padding         : 0 0.3rem;
}

.content-topicTemplate .sHeader-content {
	display        : flex;
	justify-content: space-between;
	height         : 0.7rem;
	line-height    : 0.7rem;
}

.content-topicTemplate .sHeader-content .header-left a img {
	height: 0.7rem;
}

.content-topicTemplate .banner,
.content-topicTemplate .banner>img {
	width: 100%;
}

.content-topicTemplate .content {
	background-color: #FFFFFF;
	box-shadow      : 0px 6px 8px rgba(205, 205, 205, 0.35);
	padding         : 0.3rem 0.3rem;
}

.content-topicTemplate .content:first-of-type {
	border-top-left-radius     : 6px;
	border-top-right-radius    : 6px;
	-moz-border-radius-topleft : 6px;
	-moz-border-radius-topright: 6px;
}

.content-topicTemplate .content:last-of-type {
	border-bottom-left-radius     : 6px;
	border-bottom-right-radius    : 6px;
	-moz-border-radius-bottomleft : 6px;
	-moz-border-radius-bottomright: 6px;
	margin-bottom                 : 50px;
}

.content-topicTemplate .content-title {
	margin-top   : 0.45rem;
	text-align   : center;
	margin-bottom: 0.05rem;
}

.content-topicTemplate .content-title>a {
	display      : block;
	font-size    : 24px;
	color        : #383838;
	font-weight  : 900;
	margin-bottom: 0.1rem;
}

.content-topicTemplate .content-title>div {
	display: flex;

	margin-top: 0.05rem;
}

.content-topicTemplate .content-title>div>a,
.content-topicTemplate .content-title>div>span {
	font-size: 12px;
	color    : #383838;
}

.content-topicTemplate .content-title>div>a:last-of-type {
	color: rgb(214, 45, 39);
}

.content-topicTemplate .content-banner,
.content-topicTemplate .content-banner>img {
	width    : 100%;
	/* height: 0.96rem; */
}

.content-topicTemplate .new-swiper {
	width: 100%;
}

.content-topicTemplate .new-swiper .swiper-slide>a {
	display         : block;
	width           : 100%;
	background-color: #ffffff;
	overflow        : hidden;
	text-align      : center;
}

.content-topicTemplate .new-swiper .swiper-slide>a>img {
	width: 100%;
}

.content-topicTemplate .new-swiper .swiper-slide>a>div {
	width     : 100%;
	height    : 0.46rem;
	position  : absolute;
	bottom    : 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	padding   : 0 0.2rem;
	font-size : 0;
	text-align: left;
}

.content-topicTemplate .new-swiper .swiper-slide>a>div>span {
	display      : inline-block;
	font-size    : 14px;
	color        : #FFFFFF;
	width        : 3.8rem;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.content-topicTemplate .swiper-container-horizontal>.swiper-pagination {
	text-align: right;
	bottom    : 0;
	padding   : 0.15rem 0;
	font-size : 0;
}

.content-topicTemplate .new-swiper .swiper-pagination-bullet {
	width             : 0.1rem;
	height            : 0.1rem;
	border-radius     : 0.05rem;
	-moz-border-radius: 0.05rem;
	background-color  : #FFFFFF;
	opacity           : 0.5;
	margin            : 0 0.06rem;
}

.content-topicTemplate .new-swiper .swiper-pagination-bullet-active {
	width  : 0.5rem;
	opacity: 1;
}

.content-topicTemplate .content-report {
	display         : block;
	width           : 100%;
	height          : 0.63rem;
	line-height     : 0.63rem;
	background-image: url("../img/s1.png");
	background-size : 180% 100%;
	display         : flex;
	padding         : 0 0.15rem;
	font-size       : 14px;
	color           : #383838;
}

.content-topicTemplate .content-report>div:first-of-type {
	width    : 1.4rem;
	font-size: 14px;
	color    : #ffffff;
}

.content-topicTemplate #demo {
	width   : 4rem;
	overflow: hidden;
}

.content-topicTemplate #demo li>a {
	display        : flex;
	justify-content: space-between;
	font-size      : 14px;
	color          : #383838;
	text-align     : center;
}

.content-topicTemplate #demo li>a>div:first-of-type {
	width        : 2.7rem;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.content-topicTemplate .content-new1>.fr,
.content-topicTemplate .content-new2>.fl,
.content-topicTemplate .content-new2>.fr,
.content-topicTemplate .content-new3>.fl,
.content-topicTemplate .content-new3>.fr,
.content-topicTemplate .content-new4>.fl,
.content-topicTemplate .content-new4>.fr,
.content-topicTemplate .content-new5>.fl,
.content-topicTemplate .content-new5>.fr,
.content-topicTemplate .content-new6>.fl,
.content-topicTemplate .content-new6>.fr {
	width: 100%;
}

.content-topicTemplate .content-new2>.fl,
.content-topicTemplate .content-new3>.fl,
.content-topicTemplate .content-new4>.fl,
.content-topicTemplate .content-new5>.fl,
.content-topicTemplate .content-new6>.fl {
	margin-bottom: 0.25rem;
}

.content-topicTemplate .content-new2 .imgTitle2 {
	height: 1.61rem;
}

.content-topicTemplate .content-new2 .imgTitle2>img {
	height: 1.61rem;
}

.content-topicTemplate .content-new2 .new-item {
	width      : 2.75rem;
	line-height: 1.9;
}

.content-topicTemplate .content-new2 .new-item:last-of-type {
	display: none;
}

.content-topicTemplate .content-new3>.fl>div:first-of-type {
	font-size    : 18px;
	color        : #383838;
	font-weight  : 900;
	margin-bottom: 10px;
}

.content-topicTemplate .content-new3 .new-title1 {
	height: 286px;
}

.content-topicTemplate .content-new3 .new-title1>img {
	height: 286px;
}

.content-topicTemplate .content-new3 .title-toggle {
	margin-bottom: 17px;
}

.content-topicTemplate .content-new4 .imgTitle2 {
	width : 2.8rem;
	height: 1.84rem;
}

.content-topicTemplate .content-new4 .imgTitle2>img {
	height: 1.84rem;
}

.content-topicTemplate .content-new4>.fr {
	padding: 3px 0;
}

.content-topicTemplate .content-new4 .new-item {
	line-height: 2.4;
}

.content-topicTemplate .content-pic1>div {
	width: 100%;
}

.content-topicTemplate .content-pic1 .img-item {
	width           : 5.8rem;
	background-color: rgb(244, 244, 244);
	position        : relative;
}

.content-topicTemplate .content-pic1 .img-item>div {
	width : 2.9rem;
	height: 2.9rem;
}

.content-topicTemplate .content-pic1 .img-item>div>img {
	width : 100%;
	height: 2.9rem;
}

.content-topicTemplate .content-pic1 .img-item .img-detail {
	padding        : 0.3rem;
	display        : flex;
	flex-direction : column;
	justify-content: center;
}

.content-topicTemplate .content-pic1 .img-item .img-detail>div {
	display    : flex;
	align-items: center;
}

.content-topicTemplate .content-pic1 .img-item .img-detail>div:first-of-type {
	margin-bottom: 10px;
	/* height    : 50px; */
}

.content-topicTemplate .content-pic1 .img-item .img-detail>div:last-of-type {
	/* height: 66px; */
}

.content-topicTemplate .content-pic1 .img-item .img-detail>div>span {
	display           : block;
	width             : 100%;
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-box-orient: vertical;
	line-height       : 1.6;
}

.content-topicTemplate .content-pic1 .img-item .img-detail>div:first-of-type>span {
	font-size         : 16px;
	color             : #383838;
	-webkit-line-clamp: 2;
	line-clamp        : 2;
}

.content-topicTemplate .content-pic1 .img-item .img-detail>div:last-of-type>span {
	font-size         : 14px;
	color             : #888888;
	-webkit-line-clamp: 3;
	line-clamp        : 3;
}

.content-topicTemplate .content-pic1 .img-item .white1 {
	width       : 0;
	height      : 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent rgb(244, 244, 244) transparent transparent;
	position    : absolute;
	top         : 50%;
	left        : 50%;
	margin-top  : -10px;
	margin-left : -20px;
}

.content-topicTemplate .content-pic1 .img-item .white2 {
	width       : 0;
	height      : 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent rgb(244, 244, 244);
	position    : absolute;
	top         : 50%;
	left        : 50%;
	margin-top  : -10px;
	margin-right: -20px;
}

.content-topicTemplate .content-pic2>.fl {
	display         : block;
	width           : 5.8rem;
	height          : 3.95rem;
	background-color: #ffffff;
	overflow        : hidden;
	text-align      : center;
	margin-bottom   : 5px;
}

.content-topicTemplate .content-pic2>.fl>img {
	width : 100%;
	height: 3.95rem;
}

.content-topicTemplate .content-pic2>.fr {
	width: 5.8rem;
}

.content-topicTemplate .content-pic2>.fr>a {
	display         : block;
	float           : left;
	width           : 2.85rem;
	height          : 1.91rem;
	margin-right    : 5px;
	margin-bottom   : 5px;
	background-color: #ffffff;
	overflow        : hidden;
	text-align      : center;
}

.content-topicTemplate .content-pic2>.fr>a>img {
	width : 100%;
	height: 1.91rem;
}

.content-topicTemplate .content-pic2>.fr>a:nth-of-type(2n) {
	margin-right: 0;
}

.content-topicTemplate .content-pic2>.fr>a:nth-of-type(3),
.content-topicTemplate .content-pic2>.fr>a:nth-of-type(4) {
	margin-bottom: 0;
}

.content-topicTemplate .img-swiper {
	width : 5.8rem;
	margin: 0 auto;
}

.content-topicTemplate .img-swiper .swiper-slide {
	display         : block;
	width           : 3.5rem;
	height          : 2.37rem;
	background-color: #ffffff;
	overflow        : hidden;
	text-align      : center;
	position        : relative;
	left            : -15px;
}

.content-topicTemplate .img-swiper .swiper-slide-active {
	left: 0;
}

.content-topicTemplate .img-swiper .swiper-slide>img {
	width : 100%;
	height: 2.37rem;
}

.content-topicTemplate .img-swiper .swiper-slide>div {
	width        : 100%;
	height       : 25px;
	padding      : 0 10px;
	font-size    : 14px;
	color        : #ffffff;
	background   : linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	position     : absolute;
	bottom       : 0;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
	text-align   : left;
}

.content-topicTemplate .img_swiper_box .swiper-button-prev,
.content-topicTemplate .img_swiper_box .swiper-button-next {
	outline    : none;
	display    : block;
	width      : 100px;
	height     : 101px;
	line-height: 101px;
	position   : absolute;
	top        : 70px;
	display    : none;
}

.content-topicTemplate .img_swiper_box .swiper-button-prev {
	left: -45px;
}

.content-topicTemplate .img_swiper_box .swiper-button-next {
	right: -45px;
}

.content-topicTemplate .img_swiper_box .swiper-button-prev::after {
	content    : "\ec9b";
	font-size  : 100px;
	font-weight: lighter;
}

.content-topicTemplate .img_swiper_box .swiper-button-next::after {
	content    : "\ec93";
	font-size  : 100px;
	font-weight: lighter;
}

.content-topicTemplate .img-swiper2 {
	padding: 0 0 0.72rem;
}

.content-topicTemplate .img-swiper2 .swiper-slide {
	text-align             : center;
	display                : -webkit-box;
	display                : -ms-flexbox;
	display                : -webkit-flex;
	display                : flex;
	-webkit-box-pack       : center;
	-ms-flex-pack          : center;
	-webkit-justify-content: center;
	justify-content        : center;
	-webkit-box-align      : center;
	-ms-flex-align         : center;
	-webkit-align-items    : center;
	align-items            : center;
	transition             : 300ms;
	transform              : scale(0.62);
}

.content-topicTemplate .img-swiper2 .swiper-slide img {
	width    : 4rem;
	height   : 2.3rem;
	max-width: none;
}

.content-topicTemplate .img-swiper2 .swiper-slide-active,
.content-topicTemplate .img-swiper2 .swiper-slide-duplicate-active {
	transform: scale(1);
	z-index  : 10;
}

.content-topicTemplate .img-swiper2 .swiper-slide-active>img,
.content-topicTemplate .img-swiper2 .swiper-slide-duplicate-active>img {
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
}

.content-topicTemplate .img-swiper2 .swiper-slide-prev {
	position: relative;
	left    : 32px;
}

.content-topicTemplate .img-swiper2 .swiper-slide-next {
	position: relative;
	right   : 32px;
}

.content-topicTemplate .img_swiper_box2 .swiper-button-prev,
.content-topicTemplate .img_swiper_box2 .swiper-button-next {
	width           : 0.56rem;
	height          : 0.56rem;
	border-radius   : 0.28rem;
	background-color: rgb(220, 79, 75);
}

.content-topicTemplate .img_swiper_box2 .swiper-button-prev:after,
.content-topicTemplate .img_swiper_box2 .swiper-button-next:after {
	font-size: 0.7rem;
	color    : #FFFFFF;
	position : relative;
	left     : -5px;
	top      : -10px;
}

.content-topicTemplate .img_swiper_box2 .swiper-button-prev {
	position   : absolute;
	top        : 2.85rem;
	left       : 50%;
	margin-left: -0.65rem;
}

.content-topicTemplate .img_swiper_box2 .swiper-button-prev:after {
	content: "\ec9b";
}

.content-topicTemplate .img_swiper_box2 .swiper-button-next {
	position    : absolute;
	top         : 2.85rem;
	right       : 50%;
	margin-right: -0.65rem;
}

.content-topicTemplate .img_swiper_box2 .swiper-button-next:after {
	content: "\ec93";
}

.content-topicTemplate .img_swiper_box2 .swiper-button-prev:focus,
.content-topicTemplate .img_swiper_box2 .swiper-button-next:focus {
	outline: none;
}

.content-topicTemplate .content-pic5 .imgDetail {
	float        : left;
	display      : block;
	width        : 2.8rem;
	margin-right : 0.2rem;
	margin-bottom: 0.2rem;
}

.content-topicTemplate .content-pic5 .imgDetail:nth-of-type(2n) {
	margin-right: 0;
}

.content-topicTemplate .content-pic5 .imgDetail:nth-of-type(3),
.content-topicTemplate .content-pic5 .imgDetail:nth-of-type(4) {
	margin-bottom: 0;
}

.content-topicTemplate .content-pic5 .imgDetail>div:first-of-type {
	width           : 100%;
	height          : 1.67rem;
	background-color: #ffffff;
	overflow        : hidden;
	text-align      : center;
	margin-bottom   : 0.1rem;
}

.content-topicTemplate .content-pic5 .imgDetail>div:first-of-type>img {
	width : 100%;
	height: 1.67rem;
}

.content-topicTemplate .content-pic5 .imgDetail>div>span {
	width             : 100%;
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp        : 2;
	-webkit-box-orient: vertical;
	line-height       : 1.6;
}

.content-topicTemplate .content-pic5 .imgDetail>div:nth-of-type(2) {
	margin-bottom: 5px;
	display      : flex;
	align-items  : center;
	height       : 48px;
}

.content-topicTemplate .content-pic5 .imgDetail>div:nth-of-type(2)>span {
	font-size: 15px;
	color    : #383838;
}

.content-topicTemplate .content-pic5 .imgDetail>div:last-of-type {
	display    : flex;
	align-items: center;
	height     : 44px;
}

.content-topicTemplate .content-pic5 .imgDetail>div:last-of-type>span {
	font-size: 14px;
	color    : #888888;
}

.content-topicTemplate .content-new6 .imgTitle2 {
	width : 2.8rem;
	height: 1.84rem;
}

.content-topicTemplate .content-new6 .imgTitle2>img {
	height: 1.84rem;
}

.content-topicTemplate .content-new6 .new-item {
	line-height: 2;
}

.content-topicTemplate .content-pic6 .org-item {
	float       : left;
	display     : block;
	width       : 2.8rem;
	margin-right: 0.2rem;
}

.content-topicTemplate .content-pic6 .org-item:first-of-type,
.content-topicTemplate .content-pic6 .org-item:nth-of-type(2) {
	margin-bottom: 0.2rem;
}

.content-topicTemplate .content-pic6 .org-item:nth-of-type(2n) {
	margin-right: 0;
}

.content-topicTemplate .content-pic6 .org-item>div:first-of-type {
	width           : 2.78rem;
	height          : 1.04rem;
	background-color: #ffffff;
	overflow        : hidden;
	text-align      : center;
	border          : 1px solid #e4e4e4;
	margin-bottom   : 0.1rem;
}

.content-topicTemplate .content-pic6 .org-item>div:first-of-type>img {
	width : 100%;
	height: 1.04rem;
}

.content-topicTemplate .content-pic6 .org-item>div:last-of-type {
	font-size : 14px;
	color     : #383838;
	text-align: center;

	width        : 100%;
	text-overflow: ellipsis;
	overflow     : hidden;
	white-space  : nowrap;
}

.content-topicTemplate .content-video1>div:last-of-type {
	display        : flex;
	/*  white-space: nowrap;
     overflow-x : auto; */
}

.content-topicTemplate .content-video1 .imgTitle2 {
	display      : inline-block;
	width        : 2.79rem;
	height       : 1.9rem;
	margin-right : 0.15rem;
	margin-bottom: 0.12rem;
}

.content-topicTemplate .content-video1 .imgTitle2:nth-of-type(2n) {
	/* margin-right: 0; */
}

.content-topicTemplate .content-video1 .imgTitle2>img:first-of-type {
	height: 1.9rem;
}

.content-topicTemplate .content-video1 .imgTitle2>img:last-of-type {
	width   : 40px;
	height  : 43px;
	position: absolute;
	left    : 10px;
	bottom  : 20px;
}

.content-topicTemplate .content-pic8 .imgTitle2 {
	width        : 2.8rem;
	height       : 1.76rem;
	float        : left;
	margin-right : 0.2rem;
	margin-bottom: 0.2rem;
}

.content-topicTemplate .content-pic8 .imgTitle2:nth-of-type(2n) {
	margin-right: 0;
}

.content-topicTemplate .content-pic8 .imgTitle2:last-of-type,
.content-topicTemplate .content-pic8 .imgTitle2:nth-last-of-type(2) {
	margin-bottom: 0;
}

.content-topicTemplate .pic-swiper {
	width: 5.8rem;
}

.content-topicTemplate .pic-swiper .swiper-slide>a {
	display         : block;
	width           : 5.8rem;
	height          : 3.18rem;
	background-color: #ffffff;
	overflow        : hidden;
	text-align      : center;
}

.content-topicTemplate .pic-swiper .swiper-slide>a>img {
	width : 100%;
	height: 3.18rem;
}

.content-topicTemplate .pic-swiper .swiper-slide>a>div {
	width     : 100%;
	height    : 0.45rem;
	position  : absolute;
	bottom    : 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	padding   : 0 0.2rem;
	font-size : 0;
	text-align: left;
}

.content-topicTemplate .pic-swiper .swiper-slide>a>div>span {
	display      : inline-block;
	font-size    : 14px;
	color        : #FFFFFF;
	width        : 5.4rem;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.content-topicTemplate .pic_swiper_box .swiper-pagination {
	position  : relative;
	margin    : 0 auto;
	margin-top: 0.15rem;
}

.content-topicTemplate .pic_swiper_box .swiper-pagination .swiper-pagination-bullet {
	width             : 0.8rem;
	height            : 0.62rem;
	border-radius     : 0;
	-moz-border-radius: 0;
	margin            : 0 0.1rem;
	background        : transparent;
	background-size   : 100% 100%;
	opacity           : 1;
}

.content-topicTemplate .pic_swiper_box .swiper-pagination .swiper-pagination-bullet-active {
	border: 2px solid rgb(214, 45, 39);
}

.content-topicTemplate .pic_swiper_box .swiper-button-prev,
.content-topicTemplate .pic_swiper_box .swiper-button-next {
	width          : 58px;
	height         : 114px;
	background-size: 100% 100%;
	position       : absolute;
	display        : none;
}

.content-topicTemplate .pic_swiper_box .swiper-button-prev {
	background-image: url("../img/arrow_L.svg");
	top             : 40%;
	left            : 40px;
}

.content-topicTemplate .pic_swiper_box .swiper-button-next {
	background-image: url("../img/arrow_R.svg");
	top             : 40%;
	right           : 50px;
}

.content-topicTemplate .pic_swiper_box .swiper-button-prev:focus,
.content-topicTemplate .pic_swiper_box .swiper-button-next:focus {
	outline: none;
}

.content-topicTemplate .list-content {
	background-color: #FFFFFF;
	box-shadow      : 0px 6px 8px rgba(205, 205, 205, 0.35);
	-moz-box-shadow : 0px 6px 8px rgba(205, 205, 205, 0.35);
	padding         : 0.15rem 0.3rem;
}

.content-topicTemplate .list-content .imginfo1 {
	display        : flex;
	justify-content: start;
	margin-bottom  : 0.3rem;
}

.content-topicTemplate .list-content .imginfo1>div:first-of-type {
	width           : 2.05rem;
	height          : 1.4rem;
	background-color: #FFFFFF;
	overflow        : hidden;
	margin-right    : 0.2rem;
	display         : flex;
	justify-content : center;
	align-items     : center;
}

.content-topicTemplate .list-content .imginfo1 img {
	height   : 1.4rem;
	max-width: none;
}

.content-topicTemplate .list-content .imginfo1 .imginfoDetail>div:first-of-type {
	font-size         : 16px;
	color             : #383838;
	width             : 3.45rem;
	text-overflow     : -o-ellipsis-lastline;
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp        : 2;
	-webkit-box-orient: vertical;
	margin-top        : 0.1rem;
	margin-bottom     : 0.2rem;
}

.content-topicTemplate .list-content .imginfo1 .imginfoDetail>div:nth-of-type(2) {
	font-size         : 14px;
	color             : #888888;
	text-overflow     : -o-ellipsis-lastline;
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp        : 2;
	-webkit-box-orient: vertical;
	display           : none;
}

.content-topicTemplate .list-content .imginfo1 .imginfoDetail>div:last-of-type {
	font-size    : 12px;
	color        : #888888;
	width        : 3.45rem;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.content-topicTemplate .list-content .imginfo1 .imginfoDetail>div:last-of-type>span:first-of-type {
	margin-right: 0.3rem;
}

.content-topicTemplate .list-content .imginfo2 {
	display      : block;
	margin-bottom: 0.3rem;
}

.content-topicTemplate .list-content .imginfo2 .imginfoDetail>div:first-of-type {
	font-size         : 16px;
	color             : #383838;
	width             : 100%;
	text-overflow     : -o-ellipsis-lastline;
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp        : 2;
	-webkit-box-orient: vertical;
	margin-bottom     : 0.2rem;
}

.content-topicTemplate .list-content .imginfo2 .imginfoDetail>div:nth-of-type(2) {
	font-size         : 14px;
	color             : #888888;
	width             : 100%;
	text-overflow     : -o-ellipsis-lastline;
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp        : 2;
	-webkit-box-orient: vertical;
	display           : none;
}

.content-topicTemplate .list-content .imginfo2 .imginfoDetail>div:last-of-type {
	font-size    : 12px;
	color        : #888888;
	width        : 100%;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.content-topicTemplate .list-content .imginfo2 .imginfoDetail>div:last-of-type>span:first-of-type {
	margin-right: 0.3rem;
}

.content-topicTemplate .list-content .imginfo-toggle {
	display        : flex;
	justify-content: space-between;
	margin-top     : .1707rem;
}

.content-topicTemplate .list-content .imginfo-toggle>span {
	display    : inline-block;
	width      : .3584rem;
	height     : .3584rem;
	border     : .0171rem solid #e4e4e4;
	text-align : center;
	line-height: .3584rem;
	font-size  : .1024rem;
	color      : #888888;
}

.content-topicTemplate .list-content .imginfo-toggle .active {
	background-color: rgb(214, 45, 39);
	color           : #FFFFFF;
}

#tcdPageCode .page-special {
	height     : .3584rem;
	line-height: .3584rem;
	font-size  : .1195rem;
	color      : #888888;
}

#tcdPageCode .page-special>span {
	margin: 0 .0512rem;
}

#tcdPageCode .page-special>input {
	width           : .3755rem;
	height          : .2731rem;
	border          : .0171rem solid #E4E4E4;
	background-color: transparent;
	margin          : 0 .0427rem;
	outline         : none;
	font-size       : .1195rem;
	color           : #888888;
}

.content-topicTemplate .imginfo-content {
	padding         : 0.3rem;
	margin-bottom   : 0.2rem;
	background-color: #FFFFFF;
}

.content-topicTemplate .imginfo-content .imginfo-title {
	font-size    : 24px;
	color        : #383838;
	font-weight  : 900;
	margin-bottom: 0.2rem;
}

.content-topicTemplate .imginfo-content .time-div {
	font-size     : 14px;
	color         : #888888;
	border-bottom : 1px solid #E4E4E4;
	padding-bottom: 0.2rem;
	margin-bottom : 0.2rem;
}

.content-topicTemplate .imginfo-content .time-div span:first-of-type {
	margin-right: 0.3rem;
}

.content-topicTemplate .info-div,
.content-topicTemplate .info-div * {
	font-family: Microsoft YaHei !important;
	font-size  : 16px !important;
	color      : #383838 !important;
	line-height: 2 !important;
	text-align : justify;
	height     : auto !important;
}

.content-topicTemplate .content-title>div>a {
	/*flex: 1;*/
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.content-topicTemplate .content-title>div>span {
	margin: 0 10px;
}

@media (min-width:750px) {}

@media (min-width:992px) {}

@media (min-width:1200px) {
	.content-topicTemplate .center {
		width : 1200px;
		margin: 0 auto;
	}

	.content-topicTemplate .content-new1>.fr,
	.content-topicTemplate .content-new2>.fl,
	.content-topicTemplate .content-new2>.fr,
	.content-topicTemplate .content-new3>.fl,
	.content-topicTemplate .content-new3>.fr,
	.content-topicTemplate .content-new4>.fl,
	.content-topicTemplate .content-new4>.fr,
	.content-topicTemplate .content-new5>.fl,
	.content-topicTemplate .content-new5>.fr,
	.content-topicTemplate .content-new6>.fl,
	.content-topicTemplate .content-new6>.fr {
		width: 555px;
	}

	.content-topicTemplate .imgTitle1,
	.content-topicTemplate .content-new2>.fl,
	.content-topicTemplate .content-new3>.fl,
	.content-topicTemplate .content-new4>.fl,
	.content-topicTemplate .content-new5>.fl,
	.content-topicTemplate .content-new6>.fl,
	.content-topicTemplate .content-pic2>.fl {
		margin-bottom: 0;
	}

	.content-topicTemplate .imgTitle1 {
		width: 555px;
	}

	.content-topicTemplate .imgTitle1>div {
		height   : 37px;
		font-size: 20px;
	}

	.content-topicTemplate .imgTitle2 {
		width: 252px;
	}

	.content-topicTemplate .imgTitle2>div {
		height   : 27px;
		font-size: 14px;
		padding  : 0 10px;
	}

	.content-topicTemplate .new-content1 {}

	.content-topicTemplate .new-content1>div {
		font-size: 26px;
	}

	.content-topicTemplate .new-item {
		line-height: 2.2;
	}

	.content-topicTemplate .new-item>div:first-of-type {
		font-size: 18px;
		width    : 480px;
	}

	.content-topicTemplate .new-item>div:nth-of-type(2) {
		top: 4px;
	}

	.content-topicTemplate .title-toggle .toggle-item {
		margin-right: 70px;
	}

	.content-topicTemplate .title-toggle .more {
		font-size: 14px;
	}

	.content-topicTemplate .new-title {
		font-size    : 26px;
		margin-bottom: 30px;
	}

	.content-topicTemplate .new-title>img {
		top: 39px;
	}

	.content-topicTemplate .new-title>div {
		width      : 197px;
		margin-left: -98.5px;
	}

	.content-topicTemplate .img-info .fl {
		width : 170px;
		height: 108px;
	}

	.content-topicTemplate .img-info .fl>img {
		height: 108px;
	}

	.content-topicTemplate .img-info .fr {
		width: 370px;
	}

	.content-topicTemplate .img-info .fr>div:first-of-type {
		height: 54px;
	}

	.content-topicTemplate .img-info .fr>div:last-of-type {
		height: 42px;
	}

	.content-topicTemplate .img-info .fr>div:first-of-type>span {
		font-size: 18px;
	}

	.content-topicTemplate .sHeader-content-box {
		padding: 0;
	}

	.content-topicTemplate .content-title {
		margin-top: 58px;
	}

	.content-topicTemplate .content-title>a {
		font-size    : 36px;
		margin-bottom: 5px;
	}

	.content-topicTemplate .content-title>div>a,
	.content-topicTemplate .content-title>div>span {
		font-size: 14px;
	}

	.content-topicTemplate .new-swiper .swiper-slide>a {
		height: 514px;
	}

	.content-topicTemplate .new-swiper .swiper-slide>a>img {
		height: 514px;
	}

	.content-topicTemplate .new-swiper .swiper-slide>a>div {
		padding: 0 25px;
	}

	.content-topicTemplate .new-swiper .swiper-slide>a>div>span {
		width    : 960px;
		font-size: 22px;
	}

	.content-topicTemplate .content-report {
		background-size: 100% 100%;
		padding        : 0 30px;
		font-size      : 18px;
	}

	.content-topicTemplate .content-report>div:first-of-type {
		width    : 125px;
		font-size: 20px;
	}

	.content-topicTemplate #demo {
		width: 1000px;
	}

	.content-topicTemplate #demo li>a {
		font-size: 18px;
	}

	.content-topicTemplate #demo li>a>div:first-of-type {
		width: 860px;
	}

	.content-topicTemplate .content-new1 .imgTitle1 {
		height       : 330px;
		margin-bottom: 0;
	}

	.content-topicTemplate .content-new1 .imgTitle1>img {
		height: 330px;
	}

	.content-topicTemplate .content-new2 .imgTitle2 {
		height: 152px;
	}

	.content-topicTemplate .content-new2 .imgTitle2>img {
		height: 152px;
	}

	.content-topicTemplate .content-new2 .new-item {
		width      : 288px;
		line-height: 2.2;
	}

	.content-topicTemplate .content-new2 .new-item:last-of-type {
		display: flex;
	}

	.content-topicTemplate .content-new4 .imgTitle2 {
		width : 266px;
		height: 176px;
	}

	.content-topicTemplate .content-new4 .imgTitle2>img {
		height: 176px;
	}

	.content-topicTemplate .content-pic1 .img-item {
		width: 570px;
	}

	.content-topicTemplate .content-pic1 .img-item>div {
		width : 285px;
		height: 285px;
	}

	.content-topicTemplate .content-pic1 .img-item>div>img {
		height: 285px;
	}

	.content-topicTemplate .content-pic1 .img-item .img-detail {
		padding: 55px 30px;
	}

	.content-topicTemplate .content-pic1 .img-item .img-detail>div:first-of-type {
		margin-bottom: 15px;
		/* height    : 84px; */
	}

	.content-topicTemplate .content-pic1 .img-item .img-detail>div:last-of-type {
		/* height: 88px; */
	}

	.content-topicTemplate .content-pic1 .img-item .img-detail>div:first-of-type>span {
		font-size         : 18px;
		-webkit-line-clamp: 3;
		line-clamp        : 3;
	}

	.content-topicTemplate .content-pic1 .img-item .img-detail>div:last-of-type>span {
		-webkit-line-clamp: 4;
		line-clamp        : 4;
	}

	.content-topicTemplate .content-pic1 .img-item .white1 {
		border-width: 20px;
		margin-top  : -20px;
		margin-left : -40px;
	}

	.content-topicTemplate .content-pic1 .img-item .white2 {
		border-width: 20px;
		margin-top  : -20px;
		margin-right: -40px;
	}

	.content-topicTemplate .content-pic2>.fl {
		width        : 570px;
		height       : 385px;
		margin-bottom: 0;
	}

	.content-topicTemplate .content-pic2>.fl>img {
		height: 385px;
	}

	.content-topicTemplate .content-pic2>.fr {
		width: 565px;
	}

	.content-topicTemplate .content-pic2>.fr>a {
		width : 280px;
		height: 190px;
	}

	.content-topicTemplate .content-pic2>.fr>a>img {
		height: 190px;
	}

	.content-topicTemplate .img_swiper_box {
		padding: 15px 30px 30px;
	}

	.content-topicTemplate .img-swiper {
		width: 1080px;
	}

	.content-topicTemplate .img-swiper .swiper-slide {
		width : 255px;
		height: 170px;
		left  : 0;
	}

	.content-topicTemplate .img-swiper .swiper-slide>img {
		height: 170px;
	}

	.content-topicTemplate .img_swiper_box .swiper-button-prev,
	.content-topicTemplate .img_swiper_box .swiper-button-next {
		display: block;
	}

	.content-topicTemplate .img-swiper2 {
		padding: 20px 0 72px;
	}

	.content-topicTemplate .img-swiper2 .swiper-slide img {
		width : 716px;
		height: 412px;
	}

	.content-topicTemplate .img-swiper2 .swiper-slide-prev {
		left: 50px;
	}

	.content-topicTemplate .img-swiper2 .swiper-slide-next {
		right: 50px;
	}

	.content-topicTemplate .img_swiper_box2 .swiper-button-prev:after,
	.content-topicTemplate .img_swiper_box2 .swiper-button-next:after {
		left: -7px;
		top : -20px;
	}

	.content-topicTemplate .img_swiper_box2 .swiper-button-prev {
		top        : 470px;
		left       : 500px;
		margin-left: 0;
	}

	.content-topicTemplate .img_swiper_box2 .swiper-button-next {
		top         : 470px;
		right       : 500px;
		margin-right: 0;
	}

	.content-topicTemplate .content-pic5 .imgDetail {
		width        : 267px;
		margin-right : 24px;
		margin-bottom: 0;
	}

	.content-topicTemplate .content-pic5 .imgDetail:nth-of-type(2) {
		margin-right: 24px;
	}

	.content-topicTemplate .content-pic5 .imgDetail>div:first-of-type {
		margin-bottom: 15px;
	}

	.content-topicTemplate .content-new6 .imgTitle2 {
		width : 266px;
		height: 174px;
	}

	.content-topicTemplate .content-new6 .imgTitle2>img {
		height: 174px;
	}

	.content-topicTemplate .content-pic6 .org-item {
		float        : left;
		display      : block;
		width        : 267px;
		margin-right : 24px;
		margin-bottom: 0;
	}

	.content-topicTemplate .content-pic6 .org-item:nth-of-type(2) {
		margin-right: 24px;
	}

	.content-topicTemplate .content-pic6 .org-item>div:first-of-type {
		width: 265px;
	}

	.content-topicTemplate .content-video1 .imgTitle2 {
		width       : 364px;
		height      : 198px;
		float       : left;
		margin-right: 24px;
	}

	.content-topicTemplate .content-video1 .imgTitle2>img:first-of-type {
		height: 198px;
	}

	.content-topicTemplate .content-pic8 .imgTitle2 {
		width        : 267px;
		height       : 167px;
		float        : left;
		margin-right : 24px;
		margin-bottom: 24px;
	}

	.content-topicTemplate .content-pic8 .imgTitle2:nth-of-type(2),
	.content-topicTemplate .content-pic8 .imgTitle2:nth-of-type(6) {
		margin-right: 24px;
	}

	.content-topicTemplate .content-pic8 .imgTitle2:nth-of-type(5),
	.content-topicTemplate .content-pic8 .imgTitle2:nth-of-type(6),
	.content-topicTemplate .content-pic8 .imgTitle2:nth-of-type(7),
	.content-topicTemplate .content-pic8 .imgTitle2:nth-of-type(8) {
		margin-bottom: 0;
	}

	.content-topicTemplate .pic-swiper {
		width: 800px;
	}

	.content-topicTemplate .pic-swiper .swiper-slide>a {
		width : 800px;
		height: 438px;
	}

	.content-topicTemplate .pic-swiper .swiper-slide>a>img {
		height: 438px;
	}

	.content-topicTemplate .pic-swiper .swiper-slide>a>div>span {
		font-size: 20px;
		width    : 750px;
	}

	.content-topicTemplate .pic_swiper_box .swiper-button-prev,
	.content-topicTemplate .pic_swiper_box .swiper-button-next {
		display: block;
	}

	.content-topicTemplate .list-content {
		padding: 30px 40px;
		margin : 15px auto;
	}

	.content-topicTemplate .list-content .imginfo1 {
		margin-bottom: 38px;
	}

	.content-topicTemplate .list-content .imginfo1>div:first-of-type {
		width : 216px;
		height: 140px;
	}

	.content-topicTemplate .list-content .imginfo1 img {
		height: 140px;
	}

	.content-topicTemplate .list-content .imginfo1 .imginfoDetail>div:first-of-type {
		font-size    : 20px;
		font-weight  : 900;
		width        : 885px;
		margin       : 10px 0 18px;
		white-space  : nowrap;
		overflow     : hidden;
		text-overflow: ellipsis;
	}

	.content-topicTemplate .list-content .imginfo1 .imginfoDetail>div:nth-of-type(2) {
		width        : 885px;
		margin-bottom: 25px;
	}

	.content-topicTemplate .list-content .imginfo1 .imginfoDetail>div:last-of-type {
		width: 885px;
	}

	.content-topicTemplate .list-content .imginfo2 {
		margin-bottom: 38px;
	}

	.content-topicTemplate .list-content .imginfo2 .imginfoDetail>div:first-of-type {
		font-size    : 20px;
		font-weight  : 900;
		white-space  : nowrap;
		overflow     : hidden;
		text-overflow: ellipsis;
	}

	.content-topicTemplate .list-content .imginfo2 .imginfoDetail>div:nth-of-type(2) {
		margin-bottom: 15px;
	}

	.content-topicTemplate .list-content .imginfo-toggle {
		display        : flex;
		justify-content: space-between;
		margin-top     : 20px;
	}

	.content-topicTemplate .list-content .imginfo-toggle>span {
		display    : inline-block;
		width      : 42px;
		height     : 42px;
		border     : 1px solid #e4e4e4;
		text-align : center;
		line-height: 42px;
		font-size  : 12px;
		color      : #888888;
	}

	.content-topicTemplate .list-content .imginfo-toggle .active {
		background-color: rgb(214, 45, 39);
		color           : #FFFFFF;
	}

	#tcdPageCode .page-special {
		height     : 42px;
		line-height: 42px;
		font-size  : 14px;
		color      : #888888;
	}

	#tcdPageCode .page-special>span {
		margin: 0 3px;
	}

	#tcdPageCode .page-special>input {
		width           : 44px;
		height          : 32px;
		border          : 1px solid #E4E4E4;
		background-color: transparent;
		margin          : 0 5px;
		outline         : none;
		font-size       : 14px;
		color           : #888888;
	}

	.imginfo1 .imginfoDetail>div:nth-of-type(2),
	.imginfo2 .imginfoDetail>div:nth-of-type(2) {
		position   : relative !important;
		display    : block !important;
		line-height: 20px !important;
	}

	.specialAfter::after {
		content     : "...";
		position    : absolute;
		bottom      : 0;
		right       : 0;
		padding-left: 30px;
		background  : -webkit-linear-gradient(left, transparent, #fff 55%);
		background  : -o-linear-gradient(right, transparent, #fff 55%);
		background  : -moz-linear-gradient(right, transparent, #fff 55%);
		background  : linear-gradient(to right, transparent, #fff 55%);
	}

	#tcdPageCode {
		display: flex;
	}

	.content-topicTemplate .imginfo-content {
		padding: 55px 150px;
		margin : 15px auto;
	}

	.content-topicTemplate .imginfo-content .imginfo-title {
		font-size: 28px;
	}

	.content-topicTemplate .imginfo-content .time-div span:first-of-type {
		margin-right: 20px;
	}
}


.content-topicTemplate .mask {
	width           : 100%;
	height          : 100%;
	background-color: rgba(0, 0, 0, 0.35);
	position        : fixed;
	top             : 0;
	left            : 0;
	display         : none;
}

.content-topicTemplate .mask-content {
	background-color: #FFFFFF;
	position        : absolute;
	top             : 50%;
	left            : 50%;
	width           : 5.8rem;
	margin-left     : -2.9rem;
	margin-top      : -2.5rem;
	padding         : 15px;
}

.content-topicTemplate .mask-content>.img-box {
	width           : 100%;
	height          : 3.5rem;
	background-color: #FFFFFF;
	overflow        : hidden;
	text-align      : center;
	margin-bottom   : 18px;
}

.content-topicTemplate .mask-content img {
	height: 3.5rem;
}

.content-topicTemplate .mask-content>.info-content {
	font-size         : 16px;
	color             : #383838;
	line-height       : 1.5;
	width             : 100%;
	text-overflow     : -o-ellipsis-lastline;
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp        : 2;
	-webkit-box-orient: vertical;
}

.content-topicTemplate .mask-content>.close {
	width             : 30px;
	height            : 30px;
	text-align        : center;
	background-color  : rgb(145, 133, 131);
	border-radius     : 15px;
	-moz-border-radius: 15px;
	position          : absolute;
	top               : 15px;
	right             : 25px;
}

.content-topicTemplate .mask-content>.close>div {
	width        : 20px;
	height       : 0;
	border-bottom: 1px solid #383838;
	position     : relative;
	top          : 14.5px;
	left         : 5px;
}

.content-topicTemplate .mask-content>.close>div:first-of-type {
	transform        : rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
}

.content-topicTemplate .mask-content>.close>div:last-of-type {
	transform        : rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	top              : 13.5px;
}

@media (min-width:1200px) {
	.content-topicTemplate .mask-content {
		width      : 618px;
		margin-left: -309px;
	}

	.content-topicTemplate .mask-content>.img-box {
		height: 400px;
	}

	.content-topicTemplate .mask-content img {
		height: 400px;
	}
}

@media (min-width:1400px) {
	.content-topicTemplate .mask-content {
		width      : 898px;
		margin-top : -365px;
		margin-left: -449px;
	}

	.content-topicTemplate .mask-content>.img-box {
		height       : 590px;
		margin-bottom: 20px;
	}

	.content-topicTemplate .mask-content img {
		height: 590px;
	}

	.content-topicTemplate .mask-content>.info-content {
		line-height       : 1.8;
		-webkit-line-clamp: 3;
		line-clamp        : 3;
	}

	.content-topicTemplate .mask-content>.close {
		width             : 40px;
		height            : 40px;
		border-radius     : 22px;
		-moz-border-radius: 22px;
	}

	.content-topicTemplate .mask-content>.close>div {
		width: 25px;
		top  : 20.5px;
		left : 8px;
	}

	.content-topicTemplate .mask-content>.close>div:last-of-type {
		top: 19.5px;
	}
}

.content-topicTemplate .imgTitle {
	height         : 3rem;
	display        : flex;
	justify-content: center;
}

.content-topicTemplate .imgTitle>img {
	width     : auto;
	height    : auto;
	max-height: none;
}

.content-pic8>div .imgTitle>img {
	height: 1.76rem !important;
}

@media (min-width:1200px) {
	.content-topicTemplate .imgTitle1 {
		height: 286px;
	}

	.content-topicTemplate .imgTitle1>img {
		height: 286px;
	}
}

.content-topicTemplate .content-pic1>div:nth-of-type(2) .img-item:nth-of-type(2)>.fl {
	float: right;
}

.content-topicTemplate .content-pic1>div:nth-of-type(2) .img-item:nth-of-type(2)>.fr {
	float: left;
}

.content-topicTemplate .content-pic1>div:nth-of-type(2) .img-item:nth-of-type(2) .white1 {
	border-color: transparent transparent transparent rgb(244, 244, 244);
	left        : 56%;
}

.content-topicTemplate .content-pic1>div:nth-of-type(3) .img-item:nth-of-type(1)>.fl {
	float: right;
}

.content-topicTemplate .content-pic1>div:nth-of-type(3) .img-item:nth-of-type(1)>.fr {
	float: left;
}

.content-topicTemplate .content-pic1>div:nth-of-type(3) .img-item:nth-of-type(1) .white2 {
	border-color: transparent rgb(244, 244, 244) transparent transparent;
	left        : 44%;
}

@media (min-width:1200px) {
	.content-topicTemplate .content-pic1>div:nth-of-type(2) .img-item:nth-of-type(2)>.fl {
		float: left;
	}

	.content-topicTemplate .content-pic1>div:nth-of-type(2) .img-item:nth-of-type(2)>.fr {
		float: right;
	}

	.content-topicTemplate .content-pic1>div:nth-of-type(2) .img-item:nth-of-type(2) .white1 {
		border-color: transparent rgb(244, 244, 244) transparent transparent;
		left        : 50%;
	}

	.content-topicTemplate .content-pic1>div:nth-of-type(3) .img-item:nth-of-type(1)>.fl {
		float: left;
	}

	.content-topicTemplate .content-pic1>div:nth-of-type(3) .img-item:nth-of-type(1)>.fr {
		float: right;
	}

	.content-topicTemplate .content-pic1>div:nth-of-type(3) .img-item:nth-of-type(1) .white2 {
		border-color: transparent transparent transparent rgb(244, 244, 244);
		left        : 50%;
	}
}

.content-topicTemplate .new-item {
	display: block;
}

.content-topicTemplate .new-item>div:first-of-type {
	width: 100%;
}

@media (min-width:1200px) {
	.content-topicTemplate .new-item {
		display: flex;
	}

	.content-topicTemplate .new-item>div:first-of-type {
		width: 480px;
	}
}

.content-topicTemplate .banner {
	margin-bottom: 0.3rem;
}

@media (min-width:1200px) {
	.tSpecial {
		height  : 328px;
		overflow: hidden;
	}
}

.content-topicTemplate .content-extra1>.fr,
.content-topicTemplate .content-extra2>.fl,
.content-topicTemplate .content-extra2>.fr,
.content-topicTemplate .content-extra4>.fl,
.content-topicTemplate .content-extra4>.fr {
	width: 100%;
}

.content-topicTemplate .content-extra2>.fl,
.content-topicTemplate .content-extra4>.fl {
	margin-bottom: 0.25rem;
}

.eImg-box {
	display: block;
	width  : 100%;
	height : 3.12rem;
}

.eImg-box>img {
	width : 100%;
	height: 100%;
}

.eChannel-box>div:first-of-type {
	font-size  : 20px;
	color      : #383838;
	font-weight: 900;
	margin     : 0.4rem 0 0.3rem 0;
}

.eChannel-box>div:nth-of-type(2) {
	font-size    : 14px;
	color        : #888888;
	text-align   : justify;
	line-height  : 1.7;
	margin-bottom: 0.3rem;
}

.eChannel-box>a {
	display           : block;
	width             : 110px;
	height            : 36px;
	line-height       : 36px;
	border-radius     : 18px;
	-moz-border-radius: 18px;
	border            : 1px solid rgb(221, 68, 72);
	font-size         : 15px;
	color             : rgb(221, 68, 72);
	text-align        : center;
	margin-bottom     : 0.4rem;
}

.eChannel-box>div:nth-of-type(3) {
	width: 100%;
}

.eChannel-box>div:nth-of-type(3)>div {
	display        : flex;
	justify-content: space-between;
}

.eChannel-box>div:nth-of-type(3)>div:first-of-type {
	margin-bottom: 15px;
}

.eChannel-box>div:nth-of-type(3)>div>a {
	display           : block;
	width             : 170px;
	height            : 37px;
	line-height       : 37px;
	border-radius     : 22px;
	-moz-border-radius: 22px;
	background-image  : linear-gradient(to right, #E2007C, #F92C22);
	font-size         : 16px;
	color             : #ffffff;
	text-align        : center;
	margin-right      : 15px;
}

.eChannel-box>div:nth-of-type(3)>div>a:nth-of-type(2n) {
	margin-right: 0;
}

.eTitle-box {
	position     : relative;
	margin-bottom: 0.25rem;
}

.eTitle-box>div:first-of-type {
	max-width  : calc(100vw - 80px);
	white-space: nowrap;
	overflow-x : scroll;
}

.eTitle-box>div:first-of-type::-webkit-scrollbar {
	display: none;
}

.eTitle-box .eTitle {
	display           : inline-block;
	/** width         : 120px; **/
	height            : 36px;
	line-height       : 36px;
	border-radius     : 18px;
	-moz-border-radius: 18px;
	font-size         : 16px;
	text-align        : center;
	border            : 1px solid #e4e4e4;
	color             : #383838;
	margin-right      : 15px;

	width        : 100%;
	white-space  : nowrap;
	text-overflow: ellipsis;
	overflow     : hidden;
}

.eTitle-box .eTitle:last-of-type {
	margin-right: 0;
}

.eTitle-box .eActive {
	border          : none;
	background-image: linear-gradient(to right, #E2007C, #F92C22);
	color           : #ffffff;
}

.eTitle-box .eLine {
	display: none;
}

.eTitle-box>a {
	font-size: 14px;
	color    : #888888;
	position : absolute;
	top      : 8px;
	right    : 0;
}

.extra-swiper1 {
	width : 100%;
	height: 3.4rem;
}

.extra-swiper1 a {
	display        : flex;
	width          : 100%;
	height         : 100%;
	overflow       : hidden;
	justify-content: center;
	position       : relative;
}

.extra-swiper1 a>img {
	/*height: 3.4rem;*/
	max-width: none;
	width    : 100%;
}

.extra-swiper1 a>div {
	width      : 100%;
	height     : 36px;
	line-height: 36px;
	background : rgba(0, 0, 0, 0.65);
	position   : absolute;
	bottom     : 0;
	padding    : 0 15px;
}

.extra-swiper1 a>div>span {
	display      : block;
	font-size    : 16px;
	color        : #ffffff;
	width        : 180px;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.extra-swiper1>.swiper-pagination {
	padding-right: 15px !important;
}

.extra-swiper1 .swiper-pagination-bullet {
	width             : 8px;
	height            : 8px;
	border-radius     : 4px;
	-moz-border-radius: 4px;
	background        : #ffffff;
	opacity           : 1;
}

.extra-swiper1 .swiper-pagination-bullet-active {
	width: 20px;
}

.extra-swiper2-box {
	width   : 100%;
	padding : 8px 0 0;
	position: relative;
}

.extra-swiper2 .swiper-slide {
	width       : 205px;
	margin-right: 20px;
}

.extra-swiper2 .swiper-slide a {
	display : inline-block;
	position: relative;
}

.extra-swiper2 .swiper-slide a>img {
	width : 205px;
	height: 276px;
}

.extra-swiper2 .swiper-slide a>div:first-of-type {
	width     : 205px;
	height    : 60px;
	background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
	position  : absolute;
	bottom    : 0;
	padding   : 0 20px;
}

.extra-swiper2 .swiper-slide a>div:first-of-type>div:first-of-type {
	font-size    : 18px;
	color        : #FFFFFF;
	font-weight  : 900;
	margin-bottom: 3px;
}

.extra-swiper2 .swiper-slide a>div:first-of-type>div:last-of-type {
	font-size    : 12px;
	color        : #FFFFFF;
	width        : 165px;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.extra-swiper2 .swiper-slide:last-of-type {
	margin-right: 0;
}

.extra-swiper2-box .swiper-button-prev,
.extra-swiper2-box .swiper-button-next {
	display: none;
}

.content-extra4 .imgTitle2 {
	width : 2.8rem;
	height: 1.84rem;
}

.content-extra4 .imgTitle2>img:first-of-type {
	width : 100%;
	height: 1.84rem;
}

.content-extra4 .imgTitle2>img:nth-of-type(2) {
	width   : 40px;
	height  : 43px;
	position: absolute;
	left    : 5px;
	bottom  : 20px;
}

.content-extra5>div:last-of-type {
	display    : flex;
	white-space: nowrap;
	overflow-x : auto;
}

.content-extra5 .imgTitle2 {
	display     : inline-block;
	width       : 3.5rem;
	height      : 2.06rem;
	margin-right: 0.1rem;
}

.content-extra5 .imgTitle2:last-of-type {
	margin-right: 0;
}

.content-extra5 .imgTitle2>img {
	width   : 100%;
	height  : auto;
	/*height: 2.06rem;*/
}

@media (min-width:1200px) {

	.content-topicTemplate .content-extra2>.fl,
	.content-topicTemplate .content-extra2>.fr,
	.content-topicTemplate .content-extra4>.fl,
	.content-topicTemplate .content-extra4>.fr {
		width: 555px;
	}

	.content-topicTemplate .content-extra1>.fr {
		width: 365px;
	}

	.content-topicTemplate .content-extra2>.fl,
	.content-topicTemplate .content-extra4>.fl {
		margin-bottom: 0;
	}

	.eImg-box {
		width : 735px;
		height: 400px;
	}

	.eChannel-box>div:first-of-type {
		font-size: 24px;
		margin   : 40px 0 25px 0;

		display           : -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp        : 2;
		-webkit-box-orient: vertical;

		overflow     : hidden;
		text-overflow: ellipsis;
	}

	.eChannel-box>div:nth-of-type(2) {
		/*height       : 92px;*/
		margin-bottom: 20px;
	}

	.eChannel-box>a {
		margin-bottom: 50px;
	}

	.eChannel-box>div:nth-of-type(3) {
		width: 355px;
	}

	.eChannel-box>div:nth-of-type(3)>div>a {
		height     : 44px;
		line-height: 44px;
	}

	.eTitle-box {
		display      : flex;
		align-items  : center;
		margin-bottom: 20px;
	}

	.eTitle-box>div:first-of-type {
		flex     : 1;
		max-width: none;
	}

	.eTitle-box .eTitle:last-of-type {
		margin-right: 15px;
	}

	.eTitle-box .eLine {
		display      : block;
		flex         : 1;
		height       : 0;
		border-bottom: 1px solid #e4e4e4;
		position     : relative;
		left         : -15px;
	}

	.eTitle-box>a {
		float   : none;
		position: relative;
		top     : 0;
		right   : 0;
	}

	.extra-swiper1 {
		width : 555px;
		height: 280px;
	}

	.extra-swiper1 a>img {
		height: 280px;
	}

	.extra-swiper1 a>div>span {
		width: 380px;
	}

	.extra-swiper1>.swiper-pagination {
		padding-right: 20px !important;
	}

	.content-extra2 .img-info {
		margin-bottom: 20px;
	}

	.extra-swiper2-box {
		width  : 1160px;
		padding: 8px 28px 0;
	}

	.extra-swiper2-box .swiper-button-prev {
		display           : block;
		position          : absolute;
		width             : 56px;
		height            : 56px;
		background-image  : linear-gradient(to right, #E2007C, #F92C22);
		background-size   : 100% 100%;
		border-radius     : 28px;
		-moz-border-radius: 28px;
		left              : 2px;
		outline           : none;
	}

	.extra-swiper2-box .swiper-button-prev:after {
		content  : "\ec9b";
		font-size: 70px;
		color    : #FFFFFF;
		position : relative;
		top      : -18px;
		left     : -9px;
	}

	.extra-swiper2-box .swiper-button-next {
		display           : block;
		position          : absolute;
		width             : 56px;
		height            : 56px;
		background-image  : linear-gradient(to right, #E2007C, #F92C22);
		background-size   : 100% 100%;
		border-radius     : 28px;
		-moz-border-radius: 28px;
		right             : 2px;
		outline           : none;
	}

	.extra-swiper2-box .swiper-button-next:after {
		content  : "\ec93";
		font-size: 70px;
		color    : #FFFFFF;
		position : relative;
		top      : -18px;
		left     : -6px;
	}

	.content-extra4 .imgTitle2 {
		width : 266px;
		height: 150px;
	}

	.content-extra4 .imgTitle2>img {
		width : 100%;
		height: 150px;
	}

	.content-extra4 .imgTitle2>img:nth-of-type(2) {
		left  : 10px;
		bottom: 30px;
	}

	.content-extra5 .imgTitle2 {
		width       : 364px;
		height      : 216px;
		float       : left;
		margin-right: 24px;
	}

	.content-extra5 .imgTitle2>img:first-of-type {
		width : 100%;
		height: 216px;
	}
}

.content-topicTemplate .new-item:hover {
	text-decoration: none;
}

.content-topicTemplate .img-info .fr {
	position  : relative;
	min-height: 90px;
}

.content-topicTemplate .img-info .fr>div:last-of-type {
	display: none;
}

.dateSpecial {
	font-size : 14px;
	color     : #888888;
	position  : absolute;
	bottom    : 0;
	right     : 0;
	background: #ffffff;
}

@media (min-width:1200px) {
	.content-topicTemplate .img-info .fr {
		min-height: 104px;
	}

	.content-topicTemplate .img-info .fr>div:last-of-type {
		display: flex;
	}
}

.eChannel-box>div:nth-of-type(2) {
	width             : 100%;
	overflow          : hidden;
	text-overflow     : ellipsis;
	display           : -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp        : 2;
	-webkit-box-orient: vertical;
}

.eTitle-box {
	border-bottom: 1px solid #e4e4e4;
}

.eTitle-box .eTitle {
	background-image: none;
	font-size       : 16px;
	color           : #878787;
	border          : none;
	width           : auto;
	border-radius   : 0;
	padding-left    : 0.1rem;
	padding-right   : 0.1rem;
}

.eTitle-box .eActive {
	color        : #383838;
	font-weight  : bold;
	border-bottom: 0.07rem solid #E60012;
}

@media (min-width:1200px) {
	.eTitle-box {
		border-bottom: none;
	}

	.eTitle-box .eTitle {
		color        : #383838;
		border       : 1px solid #e4e4e4;
		/** width    : 120px; **/
		border-radius: 18px;
		padding-left : 20px;
		padding-right: 20px;
	}

	.eTitle-box .eActive {
		background-image: linear-gradient(to right, #E2007C, #F92C22);
		color           : #ffffff;
		font-weight     : normal;
		border-bottom   : none;

		width    : auto;
		max-width: 100%;

		text-overflow: ellipsis;
		overflow     : hidden;
	}
}

.content-topicTemplate .list-content .imginfo2:hover {
	text-decoration: none;
}

.content-topicTemplate .list-content .imginfo1:hover,
.content-topicTemplate .list-content .imginfo2:hover {
	text-decoration: none;
}

.extra-swiper2 .swiper-slide {
	width       : 1.8rem;
	margin-right: 0.25rem;
}

.extra-swiper2 .swiper-slide a>img {
	width : 1.8rem;
	height: 2.35rem;
}

.extra-swiper2 .swiper-slide a>div:first-of-type {
	width  : 100%;
	height : 45px;
	padding: 0 10px;
}

.extra-swiper2 .swiper-slide a>div:first-of-type>div:first-of-type {
	font-size: 14px;

	white-space  : nowrap;
	width        : 100%;
	overflow     : hidden;
	text-overflow: ellipsis;
}

.extra-swiper2 .swiper-slide a>div:first-of-type>div:nth-of-type(2) {
	font-size: 12px;
	width    : 1.6rem;

	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
}

@media (min-width:1200px) {
	.extra-swiper2 .swiper-slide {
		width       : 205px;
		margin-right: 20px;
	}

	.extra-swiper2 .swiper-slide a>img {
		width : 205px;
		height: 276px;
	}

	.extra-swiper2 .swiper-slide a>div:first-of-type {
		width  : 100%;
		height : 60px;
		padding: 0 20px;
	}

	.extra-swiper2 .swiper-slide a>div:first-of-type>div:first-of-type {
		font-size: 18px;
	}

	.extra-swiper2 .swiper-slide a>div:first-of-type>div:nth-of-type(2) {
		font-size: 14px;
		width    : 165px;
	}
}

@media (min-width:1200px) {
	.content-topicTemplate .content-videoSpecial .imgTitle2 {
		width          : 267px;
		height         : 145px;
		/*margin-top   : 24px;*/
		display        : flex;
		justify-content: center;
		align-items    : center;
	}

	.content-topicTemplate .content-video1 .imgTitle2:nth-of-type(2n) {
		margin-right: 24px;
	}

	.content-topicTemplate .content-videoSpecial .imgTitle2:nth-of-type(4n) {
		margin-right: 0;
	}

	.content-topicTemplate .content-videoSpecial .imgTitle2:first-of-type,
	.content-topicTemplate .content-videoSpecial .imgTitle2:nth-of-type(2),
	.content-topicTemplate .content-videoSpecial .imgTitle2:nth-of-type(3),
	.content-topicTemplate .content-videoSpecial .imgTitle2:nth-of-type(4) {
		margin-top: 0;
	}
}

.content-topicTemplate .special {
	padding-bottom: 0;
}

.content-topicTemplate .special .new-title {
	margin-bottom: 0;
}

.video_special .imgTitle:nth-of-type(3) {
	margin-right: 0;
}

.content-topicTemplate .info-div video {
	width : 100%;
	height: 3.4rem;
}

@media (min-width:1200px) {
	.content-topicTemplate .info-div video {
		width : 420px;
		height: 280px;
	}
}

@media (min-width:1200px) {
	.content-topicTemplate .host-desc br {
		display: none;
	}

	.content-topicTemplate .host-desc {
		font-size  : 14px;
		color      : #676767;
		text-align : center;
		height     : 60px;
		line-height: 60px;
	}
}



@media (max-width:1199px) {
	.content-topicTemplate .host-desc .pc-show {
		display: none;
	}

	.content-topicTemplate .host-desc {
		font-size  : 14px;
		color      : #676767;
		text-align : center;
		height     : 60px;
		line-height: 25px;
		margin-top : 5px;
	}
}

.content-topicTemplate .content-title>div .textline {
	flex: 1;
}

/* 小于1200px时的样式 */
@media screen and (max-width: 1199px) {

	/* extrat5模块 */


	.eTitle-box {
		display    : flex;
		align-items: center;

		border-bottom: none;
	}

	.eTitle-box>a {
		position: static;
	}

	.eTitle-box>div:first-of-type {
		flex: 1;

		margin-right: 10px;

		overflow: hidden;
	}

	.eTitle-box .eTitle {
		padding-left : 20px;
		padding-right: 20px;

		border: 1px solid #e4e4e4;

		color: #383838;

		border-radius: 18px;
	}

	.eTitle-box .eActive {
		width    : auto;
		max-width: 100%;

		background-image: linear-gradient(to right, #E2007C, #F92C22);
		border-bottom   : none;

		color      : #ffffff;
		font-weight: normal;

		text-overflow: ellipsis;
		overflow     : hidden;
	}

	.eChannel-box>div:nth-of-type(3)>div>a {
		/* width: auto; */
	}

	.eChannel-box>div:first-of-type,
	.eChannel-box>div:nth-of-type(2) {
		-webkit-line-clamp: 4;
		line-clamp        : 4;
	}
}