﻿.container:after,
.container:before {
	display: table;
	content: "";
}

.container:after {
	clear: both;
}

.container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container.width-1200 {
	width: 1200px;
}

@media (max-width:1480px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container,
	.container[class*="width-"] {
		width: 1170px;
	}
}

@media (max-width:1200px) {

	.container,
	.container[class*="width-"] {
		width: 970px;
	}
}

@media (max-width:992px) {

	/* .container{padding-left: 15px; padding-right: 15px;} */
	.container,
	.container[class*="width-"] {
		width: 750px;
	}
}

@media (max-width:768px) {

	.container,
	.container[class*="width-"] {
		width: auto;
	}
}


.zdxmzt-header {
	width: 100%;
	height: 1070px;
	background: url(../images/header_bg.png) center top no-repeat;
	background-size: 100% 100%;
	padding-top: 39px;
}

.zdxmzt-logo {}

.zdxmzt-lmmc {
	text-align: center;
	margin-top: 59px;
}

/* 顶部导航 css */
.nav-box {
	width: 100%;
	height: 113px;
	background-color: #fff;
	margin-top: 106px;
	opacity: 1;
	background: rgba(34, 153, 99, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
}

.nav-box .nav-item {
	flex-grow: 1;
	text-align: center;
	/* position: relative; */
	height: 78px;
	cursor: pointer;
}

.nav-box .nav-item img {
	display: block;
	margin-bottom: 10px;
	margin: 0 auto;
}

.nav-box .nav-item span {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 31.86px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	vertical-align: top;
}

.nav-box .nav-item:hover span {
	color: rgb(39, 164, 237);
}

/* 轮播 css */
/* .swiper-container .swiper-slide {
	max-height: 427px;
} */
.swiper-container .swiper-slide {
	/* width: 760px !important; */
	overflow: hidden;
	/* height: 427px !important; */
}

.swiper-container .swiper-slide.swiper-slide-active {
	
}

.swiper-container .swiper-slide>a {
	height: 100%;
}
.swiper-container .swiper-slide img {
	object-fit: cover;
	width: 600px !important;
	height: 427px !important;
}
.swiper-container .bottom-text {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 59px;
	opacity: 0.7;
	background: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	font-weight: 400;
	line-height: 59px;
}


.main-box {
	width: 100%;
	/* height: 1554px; */
	background-color: rgba(231, 249, 254, 1);
}

.main-box .media-focus-box {
	width: 100%;
	margin-top: 80px;
}
.title-box {
	text-align: center;
	overflow: hidden;
}

.title-box .title {
	display: inline-block;
	position: relative;
}
.title-box .title .center {
	position: relative;
	z-index: 2;
}
.title-box .title .line {
	position: absolute;
	top: 50%;
	width: 480.5px;
	height: 37px;
	z-index: 1;
}
.title-box .title .line.left {
	right: 79%;
	top: 54%;
}
.title-box .title .line.right {
	left: 79%;
	top: 33%;
}

.main-box .media-focus-box .content {
	/* height: 339; */
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 14px;
}

.main-box .media-focus-box .content .item {
	width: 591.28px;
	height: 113.05px;
	background-color: #ffffff;
	padding-bottom: 20.62px;
	background-clip: content-box;
	box-sizing: border-box;
	display: flex;
}

.main-box .media-focus-box .content .item-left {
	width: 96.68px;
	height: 100%;
	background-color: rgba(68, 146, 82, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16.01px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);

}

.main-box .media-focus-box .content .item-left .date {
	margin-bottom: 10px;
	font-size: 22.01px;
}

.main-box .media-focus-box .content .item-right {
	flex-grow: 1;
	padding-left: 29.75px;
	padding-right: 20px;
	display: flex;
	align-items: center;
	width: 70%;
}

/* 热点问答 css */
.hot-qa-box {
	width: 100%;
}

.hot-qa-box .content {
	width: 100%;
	margin-top: 17px;
}

.hot-qa-box .content .item {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	padding: 16px 16px;
	box-sizing: border-box;
	margin-bottom: 18px;
}

.hot-qa-box .content .item-q {
	display: flex;

}

.hot-qa-box .content .item-q-icon {
	width: 35px;
	height: 30px;
	background: url(../images/hot-q-icon.png) center center no-repeat;
	background-size: 100% 100%;
	margin-right: 10px;
	height: 27px;
	opacity: 1;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 26.06px;
	color: rgba(255, 255, 255, 1);
	padding-left: 6px;
	box-sizing: border-box;
}


.hot-qa-box .content .item p {
	height: 29px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 28.96px;
	color: rgba(0, 0, 0, 1);
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.hot-qa-box .content .item-a {
	width: 100%;
	opacity: 0.8;
	border-radius: 10px;
	background: rgba(237, 245, 241, 1);
	padding: 18px 16px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 36px;
	color: rgba(0, 0, 0, 1);
	text-indent: 2em;
	margin-top: 17px;
}

.hot-qa-box .content .item-a a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 36px;
	color: rgba(34, 153, 99, 1);
	text-align: left;
	vertical-align: top;
}

/* 相关视频 css */
.relevant-video-box {
	width: 100%;
}
.relevant-video-box .content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 38px;
}
.relevant-video-box .content .item {
	width: 282.63px;
	height: 165px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
}
.relevant-video-box .content .item img{
	width: 100%;
	height: 100%;
	background-color: #fff;
	object-fit: fill;
}
.relevant-video-box .content .item .play{
		position: absolute;
		width: 46px;
		height: 46px;
		display: block;
		top: 50%;
		margin-top: -23px;
		left: 50%;
		margin-left: -23px;
		background: url(../images/spbb_play_icon.png) center center no-repeat;
		background-size: 100% 100%;
}

.lwzt_footer .footer {
	background-color: #229963 !important;
}

@media (max-width:981px) {
	.zdxmzt-header {
		height: auto;
	}
	.zdxmzt-lmmc {
		text-align: center;
		margin-top: 49px;
	}
	.nav-box {
		height: auto;
		margin-top: 40px;
	}
	.nav-box .nav-item span {
		font-size: 14px;
		line-height: normal;
	}
	.swiper-container {
		margin-top: -25px !important;
		margin-bottom: -25px !important;
	}

	.title-box .title .line {
		display: none;
	}

	.main-box .media-focus-box .content .item {
		width: 100%;
	}
	.relevant-video-box .content {
		padding: 0 48px;
		box-sizing: border-box;
	}
	.relevant-video-box .content .item {
		margin-bottom: 50px;
	}
	.swiper-container .swiper-slide img {
		width: 100% !important;
		height: 230px !important;
	}
	.main-box .media-focus-box {
		margin-top: -10px;
	}
}
@media (max-width:431px) {
	.zdxmzt-lmmc {
		text-align: center;
		margin-top: 30px;
	}
	.swiper-container {
		margin-top: -25px !important;
		margin-bottom: -25px !important;
	}
	.relevant-video-box .content {
		padding: 0 0;
		justify-content: center;
	}
	.relevant-video-box .content .item {
		margin-bottom: 20px;
	}
}