/*资讯动态列表*/
.trends {
	padding-top: 100px;
	margin-bottom: 100px;
}

.trends .top_bar {
	min-width: 1200px;
}

.trends .top_bar img {
	width: 100%;
}

.trends .content {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.trends .topic {
	padding-top: 50px;
	padding-bottom: 35px;
	border-bottom: 1px solid #EBEBEB;
}

.trends .topic .title {
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 10px;
}

.trends .topic .subTitle {
	font-size: 14px;
	line-height: 14px;
	color: #888888;
}

.trends .newsList {
	padding-top: 35px;
}

.trends .news_item {
	padding: 24px;
	height: 220px;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: 1px solid #EBEBEB;
	padding-left: 0;
	position: relative;
}

.trends .news_item>div {
	/*height: 220px;*/
}

.trends .news_img {
	width: 295px;
	height: 172px;
	overflow: hidden;
	float: right;
	margin-right: 25px;
}

.trends .news_img img {
	width: 100%;
}

.trends .trends_content .title {
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 30px;
}

.trends .trends_content .detail {
	font-size: 16px;
	line-height: 28px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 52px;
}

.trends .news_time {
	float: right;
	width: 110px;
	padding-top: 22px;
}

.trends .news_time .news_date {
	font-size: 18px;
	line-height: 20px;
	color: #888888;
	margin-bottom: 73px;
}

.trends .trends_content {
	float: right;
}

.trends .trends_content {
	width: 650px;
	margin-right: 90px;
	padding-top: 22px;
}

.trends .news_more {
	font-size: 14px;
	line-height: 14px;
	color: #888888;
}

.trends .news_time .look {
	width: 108px;
	height: 32px;
	background: #005abc;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	display: none;
}

.trends .news_time .look span {
	margin-left: 5px;
}

.trends .news_item:hover {
	box-shadow: 0px 0px 20px #e6e6e6;
}

.trends .news_item:hover .news_more {
	display: none;
}

.trends .news_item:hover .news_time .look {
	display: block;
}

.trends .news_item:hover .trends_content .title {
	color: #005abc;
}

@keyframes trendsContent {
	0% {
		margin-right: 90px
	}

	100% {
		margin-right: 70px
	}
}

@-webkit-keyframes trendsContent {
	0% {
		margin-right: 90px
	}

	100% {
		margin-right: 70px
	}
}

@keyframes trendsContentH {
	0% {
		margin-right: 70px
	}

	100% {
		margin-right: 90px
	}
}

@-webkit-keyframes trendsContentH {
	0% {
		margin-right: 70px
	}

	100% {
		margin-right: 90px
	}
}

/*单条资讯*/
.trendsItem {
	min-width: 1200px;
	width: 1200px;
	margin: 0 auto;
	padding-top: 184px;
	margin-bottom: 100px;

}

.trendsItem .MainTitle .title {
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 12px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.trendsItem .MainTitle .date {
	font-size: 18px;
	line-height: 18px;
	color: #888888;
	text-align: center;
	margin-bottom: 30px;
}

.trendsItem .content {
	padding-top: 50px;
	border-top: 1px solid #EBEBEB;
}

.trendsItem .content .title {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	margin-bottom: 30px;
}

.trendsItem .content .titleBlue {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #1962c5;
	text-align: center;
	margin-bottom: 30px;
}

.trendsItem .content .text {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #666666;
	text-align: justify;
}

.trendsItem .content .text1 {
	font-size: 20px;
	text-align: center;
	color: #000;
}

.trendsItem .content .text .colorBlue {
	font-weight: bold;
	color: #2643d1;
}

.trendsItem .content .text .colorBlue1 {
	font-weight: bold;
	color: #512cb4;
}

.trendsItem .content .text .colorBlue2 {
	font-weight: bold;
	color: #3859fe;
}

.trendsItem .content .textBlue1 {
	color: #0074b7;
}

.trendsItem .content .h18 {
	font-size: 18px;
	font-weight: bold;
	color: #010101;
}

.trendsItem .content .gray20 {
	color: #000;
}

.trendsItem .content_img {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}

.trendsItem .content_img .shige {
	position: absolute;
	width: 530px;
	left: 50%;
	bottom: 20px;
	margin-left: -265px;
	font-size: 16px;
	line-height: 28px;
	color: #e8025e;
}

.trendsItem .content_img .shige .juzi {
	margin: 24px 0;
}

.trendsItem .content_img .title {
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 12px;
	color: #888888;
}

.trendsItem .content_two_img {
	padding-left: 100px;
	padding-right: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.trendsItem .content_two_img .content_left {
	float: left;
	margin-right: 20px;
	width: 490px;
	height: 351px;
	text-align: center;
	overflow: hidden;
}

.trendsItem .content_two_img .content_right {
	float: right;
	width: 490px;
	height: 351px;
	text-align: center;
	overflow: hidden;
}

.trendsItem .content_two_img .subTitle {
	font-size: 12px;
	line-height: 12px;
	color: #888888;
	margin-top: 5px;
}

.trendsItem b,
.trendsItem h3 {
	color: #000000;
	font-weight: normal;
}

.trendsItem h3 {
	font-size: 20px;
}

.noPeople .img {
	width: 590px;
	height: 394px;
}

.noPeople_left {
	float: left;
	width: 590px;
	margin-right: 20px;
}

.noPeople_right {
	float: right;
	width: 590px;
}

.content_noPeople {
	text-align: center;
}

.content_noPeople .subTitle {
	font-size: 12px;
	line-height: 12px;
	color: #888888;
	margin-top: 5px;
}

.content_noPeople h3 {
	margin-top: 0px;
}

.colorBlue3 {
	color: #0e78ba;
	font-weight: bold;
}

.colorRed {
	color: #ce0f0f;
	font-weight: bold;
}

.bold16 {
	color: #010101;
	font-weight: bold;
	font-size: 16px;
}

.textRight {
	text-align: right;
	display: block;
}

.textMargin {
	margin-top: 30px;
}

.mrZ {
	margin-bottom: 60px !important;
}

.moRemark {
	margin-bottom: 52px !important;
}

.titleTrend {
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 12px;
}

.trendsItem .topicText {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	text-align: center;
}

.trendsItem .topicText .section {
	margin-top: 30px;
}

.trendsItem .sectionTopic {
	color: #000000;
}

.trendsItem .link a,
.trendsItem .link {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.topTitle {
	padding-bottom: 35px;
	border-bottom: 1px solid #ebebeb;
	color: #000000;
}

.trendsItem .remark {
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 12px;
}

.trendsItem .remark_en {
	font-size: 14px;
	line-height: 14px;
	color: #888888;
}


/* 进博会新闻 */
.bold {
	font-weight: bold;
}

.darkgray {
	color: #333;
}

.textBlue {
	color: #0061bd;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.textBox ul {
	margin-top: 30px;
}

.videoBox {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

/* .videoBox .btnPlay {
	position: absolute; width: 94px; height: 94px; left: 50%;z-index: 1;
	top: 50%; margin-top: -47px; margin-left: -47px;cursor: pointer;
} */
.videoBox video {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.videoBox .btnPlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 80px;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1;
	cursor: pointer;
}

.videoBox .btnPlay .img {
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	width: 94px;
	height: 94px;
	margin-top: -47px;
	margin-left: -47px;
	background: url("../img/trends/chimport/iconPlayer.png");
	z-index: 2;
}

/* 黄石新闻 */
.content_title {
	text-align: center;
	line-height: 66px;
	height: 66px;
	font-size: 20px;
	color: #333;
	background: url("../img/trends/chimport/bgTitle.png") no-repeat center center;
	margin-top: 36px;
}

.content_img p {
	margin: 0;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}

/* 红星奖 */
h4,
p {
	margin: 0;
	padding: 0;
}

.textBoxs {
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.textBoxs h4 {
	line-height: 38px;
	color: #c40000;
	font-size: 20px;
	height: 42px;
}

.textBoxs p {
	height: 28px;
}

.textBoxs .red {
	color: #be0000;
	font-weight: bold;
}

/* 政务直播专题一 */
.contentImg {
	width: 100%;
	height: 1083px;
	box-sizing: border-box;
	background: url(../img/trends/chimport/zhengwulive12.png) no-repeat center center;
	padding: 56px 50px 64px;
	margin-bottom: 40px;
}

.trendsItem .content .contentImg .h4 {
	font-weight: bold;
	color: #000;
}

.infoCenter {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.infoCenter .xinxi p {
	font-size: 16px;
	color: #0074b7;
	margin-top: 0;
	margin-bottom: 21px;
}

.infoCenter .xinxi p:last-child {
	margin-bottom: 0;
}

.imgBoxs {
	display: flex;
	width: 1100px;
	margin: 0 auto;
	justify-content: space-between;
}

.imgBoxs .content_img {
	width: 540px;
}

.imgBoxs .content_img>div {
	width: 100%;
}

.imgBoxs .content_img>div img {
	width: 100%;
}

.content_img .pColorBlue {
	color: #70a4eb;
}

.imgBoxThree .content_img {
	width: 32%;
	margin-top: 0;
}

.trendsItem .content_imgnew {
	margin-top: 0;
}

.trendsItem .content_imgnew p {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #4ca1d6;
	box-sizing: border-box;
	padding: 0 30px;
}

.content_tit {
	position: relative;
}

.content_tit .tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.content_tit .titBlue {
	color: #1870be;
	font-size: 18px;
}

.content_img .pBlue {
	color: #1870be;
	font-weight: bold;
}