.news-list{
	margin-top: 3.0rem;
}

.news .news-content{
	background-color: rgba(244, 243, 243,1.0);
	position: relative;
	padding: 1.0rem;
	margin: 0.8rem 0;
	height: 227px;
}
.news .news-new{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
    height: 0;
    border-top: 76px solid rgba(234, 96, 96,1.0);
    border-left: 76px solid transparent;
    z-index: 2;
}
.news .news-new ~ .news-new-txt{
	position: absolute;
	top: 0;
	right: 0;
	width: 76px;
    height: 76px;
    text-align: center;
    line-height: 38px;
	display: inline-block;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	color: rgba(255,255,255,1.0);
	z-index: 3;
}
.news .news-new.hide{
	display: none;
}
.news .news-new.hide ~ .news-new-txt{
	display: none;
}
.news .news-content .news-text{
	padding: 0 1.0rem;
	margin-left: 0;
}
.news .news-content .news-text .news-title{
	font-size: 1.741rem;
	white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;
    color: rgba(134,38,51,1.0);
}
.news .news-content .news-text .news-time{
	color: rgba(0,0,0,0.6);
	text-align: center;
	line-height: 2.56rem;
}
.news .news-content .news-text .news-synopsis{
	font-size: 1.071rem;
    line-height:1.6rem;
    height: auto;
    overflow: auto;
}
.news .news-content .readmore{
	color: rgba(234, 96, 96,1.0);
	text-decoration: none;
}
.news .news-content .readmore:hover{
	color: rgba(134, 38, 51,1.0);
	text-decoration: none;
}
.news .news-content .news-text .news-btns{
	text-align: right;
	text-decoration: none;
}
.news .news-content .news-text .news-btns .item:not(:last-child){
	margin-right: 1.8rem;
}
.news .news-content .news-text .news-btns .item:hover{
	text-decoration: none;
}
.news .news-content .news-text .news-btns .item:hover .btn-text{
	color: rgba(75,199,199,1.0);
}
.news .news-content .news-text .news-btns .item .iconfont{
	color: rgba(75,199,199,1.0);
	margin-right: 0.3rem;
}
.news .news-content .news-text .news-btns .item .btn-text{
	display: inline-block;
	color: rgba(0,0,0,1.0);
}
@media only screen and (max-width: 991px) {
	.news .news-content {
		height: auto;
	}
	.news .news-content .left{
		height: 180px !important;
	}
	.news .news-content .left .space-middle{
		position: relative;
		top: 0%;
		left: 0%;
		transform: translate(0%,0%);
		-webkit-transform: translate(0%,0%);
		-o-transform: translate(0%,0%);
		-moz-transform: translate(0%,0%);
	}
}


.news .paging{
	position: relative;
}
.news .paging .pagination .item{
	display: inline-block;
}
.news .paging .pagination .item > .paging-btn{
	border-radius: 2px;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	line-height: 1.2;
	color: rgba(134,38,51,1.0);
	font-size: 1.1rem;
	height: 40px;
}
.news .paging .pagination .item.active > .paging-btn,
.news .paging .pagination.paging-right .item > .paging-btn{
	background-color: rgba(134,38,51,1.0);
	border: solid 1px rgba(134,38,51,1.0);
	color: rgba(255,255,255,1.0);
}
.news .paging .pagination.paging-right .item:hover > .paging-btn{
	background-color: rgba(166,38,51,1.0);
	border: solid 1px rgba(166,38,51,1.0);
	color: rgba(255,255,255,1.0);
}
.news .paging .pagination.paging-right{
	float: right;
}
.news .paging .pagination.paging-right .input-group{
	vertical-align: middle;
}
.news .paging .pagination.paging-right .item.no-focus .paging-btn{
	background-color: rgba(200,200,200,1.0);
	border: solid 1px rgba(200,200,200,1.0);
	cursor: default;
}
.news .paging .formfeed{
	position: absolute;
	width: 120px;
	right: 106px;
	top: 20px;
}
.news .paging .formfeed .form-control{
	height: 40px;
}
.news .paging .formfeed .input-group-btn .btn{
	height: 40px;
	width: 50px;
	border: none;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	color: rgba(255,255,255,1.0);
	background-color: rgba(134,38,51,1.0);
}
@media only screen and (max-width: 992px) {
	.all-height{
		height: auto !important;
	}
	.news .news-content .news-text .news-title{
		margin-top: 1.0rem;
	}
	.news .news-content .news-text .news-time{
		text-align: left;
		line-height: 0rem;
	}
	.news .news-content .news-text .news-synopsis{
	    height: auto;
	    overflow: auto;
	    margin-bottom: 0.6rem;
	}
	.news .news-content .news-text .news-btns{
		text-align: center;
		text-decoration: none;
	}
	.news .news-content .news-text .news-btns .item:not(:last-child){
		margin-right: 0.4rem;
	}
}
@media only screen and (max-width: 768px) {
	.news .paging .pagination{
		margin: 0;
	}
	.news .paging .pagination.paging-left{
		float: none;
		margin: 4px 0;
	}
	.news .paging .pagination.paging-right{
		float: none;
	}
	.news .paging .formfeed{
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin: 10px 0;
	}
	.news .paging .formfeed .form-control{
		height: 40px;
	}
	.news .paging .formfeed .input-group-btn .btn{
		height: 40px;
		border: none;
		background-image: none;
		box-shadow: none;
		text-shadow: none;
		color: rgba(255,255,255,1.0);
		background-color: rgba(134,38,51,1.0);
	}
}