
.presscentermainn {position:relative;display:block;width:100%;box-sizing:border-box}

.presscentermainn .title {display:block;height:80px;margin-left:0px;text-align:center;font-size:36px;line-height:80px;color:#228b87/* #b68452 */;font-weight:bold}

.presscentermainn .in{width:100%}

.presscentermainn .item{position:relative;display:block;float:left;width:calc(25% - 3px);height:450px;margin:0 4px 4px 0;padding:0;border:1px solid rgba(0,0,0,0.05);box-sizing:border-box}

.presscentermainn .item:last-child{margin:0 0 4px 0}

.presscentermainn .item .img {width:100%;height:250px;text-align:center;overflow:hidden}
	.presscentermainn .item .img a {display:block;width:100%;height:100%;line-height:250px !important}

.presscentermainn .item .img img {width:100%}

.presscentermainn .item.last{padding-bottom:20px}

.presscentermainn .item .data{margin:5px}

.presscentermainn .item a.name{position:relative;display:block;height:40px !important;color:rgba(0,0,0,.8);font-size:18px;overflow:hidden}
	.presscentermainn .item a.name:after{content:"";position:absolute;right:0;left:0;bottom:0;height:10px;background:-webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);background:-moz-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);background:-o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%)	}

	.presscentermainn .item .data a.blockname{display:block;width:100%;margin-bottom:4px;padding-bottom:4px;color:#228b87/* #b68452 */;font-size:22px;font-weight:bold;border-bottom:3px solid rgba(21,19,17,.9)}

	.presscentermainn .item .data .info{display:block;width:100%;margin-top:4px;padding:6px 0 4px;border-top:1px solid rgba(0,0,0,.05)}

	.presscentermainn .item .text{position:relative;display:block;height:70px !important;padding-top:4px;line-height:15px;font-size:14px;color:rgba(0,0,0,.8);overflow:hidden;border-top:1px solid rgba(0,0,0,0.1)}
		.presscentermainn .item .text:after{content:"";position:absolute;right:0;left:0;bottom:0;height:26px;background:-webkit-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);background:-moz-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);background:-o-linear-gradient(bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%);background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%)}

.presscentermainn .item .data .right{float:right}

.presscentermainn .item .data .left{float:left}

.presscentermainn .all-buttons {display:block;width:100%;text-align:center}
.presscentermainn a.all-button {display:inline-block;width:calc(25% - 3px);height:50px;margin:0 1px;line-height:50px;text-align:center;font-size:24px;color:rgba(255,255,255,.8);background:rgba(21,19,17,.9);box-sizing:border-box}
	.presscentermainn a.all-button:hover {color:rgba(255,255,255,1);background:rgba(21,19,17,1)}


@media screen and (max-width:1010px){
	.presscentermainn{width:100%}
	.presscentermainn .item{width:50%;height:auto;margin:0 4px 60px 0}
}
@media screen and (max-width:850px){
	.presscentermainn{padding:0 4px}
	.presscentermainn .title{font-size:26px}
	.presscentermainn .item{width:100%;height:auto;margin:0 4px 60px 0}
	.presscentermainn .item .img{width:100%;vertical-align:middle}
	.presscentermainn .item .img img{display:block}
	.presscentermainn .item .data{vertical-align:middle}
}