#newslist .list{
	overflow:hidden;
	margin: 50px;
	box-shadow: 0 0 10px #dbdbdb;
    background-color: #fff;
    background-image: url(/images/02/pro/book-txt-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 110%;
}
#newslist .list .photo{
	position:relative;
	float:left;
	width:55%;
}
#newslist .list .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#newslist .list .photo a img{
	width:100%;
}
#newslist .list .photo p{
	position:absolute;
	left:0;
	top:0;
}
#newslist .list .text{
    float: right;
    width: calc(45% - 15px);
    padding: 35px 15px 15px 0;
	position:relative;
}
#newslist .list .text .newstitle{
	overflow:hidden;
    padding: 10px 50px;
}
#newslist .list .text .newstitle h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#newslist .list .text .newstitle p{
    color: #767676;
    line-height: 150%;
    margin: 20px 0;
	height: 63px;
    overflow: hidden;
}
#newslist .list .text .newstitle h3 a{
    color: #65c6e1;
    display: block;
    font-size: 20px;
}
#newslist .list .text .newstitle{
	text-align:right;
}
#newslist .list .text .newstitle span{
	display: inline-block;
	text-align:right;
	position:relative;
}
#newslist .list .text .newstitle span a{
    color: #f29b76;
    display: inline-block;
    padding: 7px 40px;
    font-size: 12px;
    border: 1px solid #f29b76;
    background: #fff;
	position:relative;
}
#newslist .list .text .newstitle span:after,
#newslist .list .text .newstitle span a:after{
	content:'';
	background:#fff;
	display:block;
	width:1px;
	height:5px;
	position:absolute;
	left:0;
	top:0;
	z-index: 5;
}
#newslist .list .text .newstitle span a:after{
	left:100%;
}
#newslist .list .text .newstitle span:before,
#newslist .list .text .newstitle span a:before{
	content:'';
	background:#fff;
	display:block;
	width:1px;
	height:5px;
	position:absolute;
	right:0;
	bottom:0;
	z-index: 5;
}
#newslist .list .text .newstitle span a:before{
	right:100%;
}
#newslist .list .text .newstitle span:hover a{
	background:#f29b76;
	color:#fff;
}
#album-info{
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
#album-info::after {
	content: '';
	flex-grow: 999999999;
	-moz-flex-grow: 999999999;
	-ms-flex-grow: 999999999;
	-o-flex-grow: 999999999;
	-webkit-flex-grow: 999999999;
	min-width: 200px;
	height: 0;
}

.album_box {
	margin: 10px;
	position: relative;
	height: 350px;
	flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	-o-flex-grow: 1;
	-webkit-flex-grow: 1;
	background-color: #fff;
}
.album_box img{
	max-width: 100%;
	min-width: 100%;
	height: 350px;
	object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	-webkit-object-fit: cover;
	vertical-align: bottom;
}
.album_box, .album_box img{
	height:270px;
}
.divOver #album-info .album_box{
	opacity:0.5 !important;
	transition:all ease-in-out 0.1s;
	-moz-transition:all ease-in-out 0.1s;
	-ms-transition:all ease-in-out 0.1s;
	-o-transition:all ease-in-out 0.1s;
	-webkit-transition:all ease-in-out 0.1s;
}
@media screen and (max-width: 1440px) {
	.album_box ,
	.album_box img{
		height:230px;
	}
}
@media screen and (max-width:1280px) {
	#newslist .list{
	    margin: 50px 0;	
	}
}
@media screen and (max-width:980px) {
	#newslist .list .photo{
		width: 100%;
	}
	#newslist .list .text{
		width: calc(100% - 15px);
		padding: 15px 15px 15px 0;
	}
	#newslist .list{
	    margin: 35px 0;	
	}
	#newslist .list .photo p{
	    width: 80px;	
	}
	#newslist .list .text .newstitle p{
		margin: 10px 0;	
	}
}
@media screen and (max-width:768px) {
	#newslist .list .photo{
		width:100%;
	}
	#newslist .list .text{
		width:100%;
		margin: 15px 0;
	}
	.album_box ,
	.album_box img{
		height: 200px;
	}
}
@media screen and (max-width:480px) {
	#newslist .list .text .newstitle{
		padding: 10px 40px;	
	}
}