.ml-newsdetail {}
.ml-newsdetail-block {
	margin-bottom: 40px;
}
.ml-newsdetail-date {margin-bottom:10px;opacity:0.7;}

.ml-article img {max-width:100%;overflow:hidden;border-radius:20px;}
.entry-content p br {display:none;}
.entry-content i br {display:none;}


.ml-article .addImagesMain img {width:100%;height:auto;}
.ml-article .addImages {display:block;width:100%;text-align:center;margin-top:15px;
	overflow: hidden;
}
.ml-article .addImages .minImage {display:inline-block;margin-bottom:10px;width:100%;max-width:240px;
	height:auto;
}

.ml-article .addImages .minImage a {border: 1px solid #E7E7E7;
	box-sizing: border-box;
	border-radius: 0px;display:block;border-radius:20px;overflow:hidden;
	opacity:0.5;
	opacity:1;
}
.ml-article .addImages .minImage a:hover, .ml-article .addImages .minImage a.active {border: 1px solid #FCBF23;opacity:1;}
.ml-article .addImages .minImage img {width:100%;height:auto;}

.ml-article .addImages .image-carousel__list {position:relative;}
.ml-article .addImages .image-carousel__list_f {position:relative;}
.ml-article .addImages .image-carousel__btn-next {
	position:absolute;top:35px;;right:5px;width:40px;height:40px;display:block;
	z-index:4;cursor:pointer;color:#333333;
	text-align:center;line-height:40px;font-size:24px;
	top: 50%;
	margin-top: -20px;
}
.ml-article .addImages .image-carousel__btn-prew {
	position:absolute;top:35px;left:5px;width:40px;height:40px;display:block;
	z-index:4;cursor:pointer;color:#333333;
	text-align:center;line-height:40px;font-size:24px;
	top: 50%;
	margin-top: -20px;
}
.ml-article .addImages .image-carousel__btn-prew i, .ml-article .addImages .image-carousel__btn-next i {line-height:40px;}
.ml-article .addImages .swiper-button-disabled {display:none;}
.ml-article .addImagesMain a {display:block;}

.portfolio-head {position:relative;}
.portfolio-head .desc {top:0;right:0;z-index:3;width:70%;position:absolute;height:100%;
background: url('images/bg.png') 0 0 repeat;color:#ffffff;align-content: center;
	max-width:420px;
}
.portfolio-head > div {position:relative;}
.portfolio-head .pwd {font-size:18px;line-height:19px;font-weight:400;padding:5px 0;display:inline-block;
	background: #ffffff;
	padding:10px;
	position: absolute;
	bottom:0;left:0;
	z-index: 2;
	display:inline-block;
}
.portfolio-head .pwd svg {height:19px;width:19px;margin-right:5px;margin-top:-2px;}
@media (max-width: 767.98px) {
	.portfolio-head .desc {max-width:220px;}
}