.media-detail{
	margin-bottom: 40px;
}



/*右侧图片*/
.hot-title{
	color: #214a95;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 16px;
}

.hot-title span{
	padding-bottom: 5px;
	border-bottom: 2px solid #214a95;
}
.hot-list{
	/*padding-top: 47px;*/
	/*margin-left: 20px;*/
	margin-bottom: 70px;
}
.hot-list li{
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.hot-list li .text{
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	font-size: 14px;
	padding: 0 15px;
}
.hot-list li img {
    transition-duration:0.5s;
    z-index:1;
}
.hot-list li img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}






/*左侧*/
.media-mt-left{
	/*margin-right: 40px;*/
}
.media-mt-left .media-title{
	color: #214a95;
	font-weight: bold;
	margin-bottom: 16px;
	padding-left: 40px;
	line-height: 30px;
	background: url('../images/title-zs.png') no-repeat left center;
	background-size: 25px;
}
.media-video video{
	width: 100%;
}



/*二维码*/
.code-qr{
	position: fixed;
	left: 10px;
	bottom: 16%;
	width: 104px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 13px rgba(212,212,212,0.3);
}
.code-qr li{
	padding-top: 20px;
	overflow: hidden;
}
.code-qr li:nth-child(1){
	background: url('../images/line.png') no-repeat bottom center;
	background-size: auto;
}
.code-qr li p{
	color: #333333;
	font-size: 12px;
	margin: 10px 0 15px;
}
.code-qr img{
	width: 62px;
}










/*图片详情*/
.img-detail .time{
	color: #999999;
	font-size: 12px;
	margin: 0 0 40px;
}
.article-text{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.article-text img{
	max-width: 100%;
	width:auto;
}
.share{
	margin: 36px 0 20px;
}
.share span{
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}
.share img{
	width: 24px;
	margin: 0 6px;
}







/*水务要闻详情*/
.article{
	margin-left: 80px;
}
.article .title{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 30px;
}
.article .title h3{
	color: #343434;
}
.article .title p{
	color: #555555;
	font-size: 14px;
	margin: 15px 0 20px;
}

.article .article-text{
	color: #555555;
	font-size: 14px;
	line-height: 36px;
}
.article .article-text img{
	width: auto;
	max-width: 100%;
}




















.ml-48{
	margin-left: 48px;
}

@media (min-width: 992px){
.w-68{
	width: 60%;
	float: left;
}
.w-32{
	width: 32%;
	float: left;
}
}


@media (max-width: 992px){
.ml-48{
	margin-left: 0;
}

}

@media (max-width: 768px){
.img-list li{
	margin-bottom: 20px;
}
.media-mt-left{
	margin-right: 0;
	margin-left: 0 !important;
}
.article{
	margin-left: 0 !important;
}

.media-detail {
    /*margin-bottom: 30px;*/
}
.hot-list {
    margin-bottom: 0;
}
.share {
    margin: 20px 0 20px;
}
/*二维码*/
.code-qr{
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	padding: 0 15px;
	margin-bottom: 30px;
}
.code-qr ul{
	display: flex;
	justify-content: space-between;
}
.code-qr li{
	width: 50%;
	padding-top: 14px;
}
.code-qr img {
    width: 105px;
}
.code-qr li:nth-child(1) {
    background:none;
}

}