body,html {
	background-color: #F8F9FA;
	cursor:default;
}
.contain{
    background-color: #F8F9FA;
}
.banner-img {
	background:url("../../uploads/news/banner.png") no-repeat center;
	background-size:120rem 27.5rem;
	-webkit-background-size:120rem 27.5rem;
	-o-background-size:120rem 27.5rem;
}
.banner-img > img {
	position:absolute;
	z-index:1;
	width:100%;
	height:15rem;
}
.banner-product-title{
    /* color: rgba(9,15,33,1); */
}
.banner-product-txt{
/* color: rgba(9,15,33,1); */
letter-spacing: .375rem;
}
.inform-content{
    display: flex;
    width: 75rem;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 0 3.75rem 0;
}
/*左侧新闻*/
.contain-left{
    width: 52rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 1.5625rem;
}

/*右侧新闻*/
.contain-right{
    width: 21.875rem;
    background-color: #fff;
    padding: 0 1.25rem;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 1.5625rem;
        height: 100%;
}
.inform-hot .inform-hot-box:nth-child(2) .inform-hot-img{
width: 19.375rem;
height: 12rem;
}
.inform-hot .inform-hot-box:nth-child(2) {
    display: block;
    margin-top: 1.25rem;
    height: 18rem;
}
.inform-hot .inform-hot-box:nth-child(2) .inform-box-right{
    margin-left: 0;
}
.inform-hot .inform-hot-box:nth-child(2) h2{
    margin-top: .625rem;
    width: 19.375rem;
}
.inform-right-title{
    height: 2.625rem;
    width: 19.875rem;
    border-bottom: 1px solid #DFE2E4;
    font-size:1rem;
    font-weight:500;
    color:rgba(9,15,33,1);
    line-height:1.375rem;
}
.inform-hot-box{
display: flex;
justify-content: space-between;
align-items: center;
    height: 7.1875rem;
      padding-bottom: .625rem;
    border-bottom: 1px solid #DFE2E4;
}
.inform-hot-img{
    width: 8rem;
    height: 5rem;
}
.inform-hot-img img{
    width: 100%;
    height: 100%;
}
.inform-hot{
    margin-top: 3.75rem;
}
.inform-box-right{
    position: relative;
    margin-left: 1.25rem;
    height:5rem;
}
.inform-hot h2{
    width:10.2rem;
        height: 3.125rem;
        overflow: hidden;
    font-size:.875rem;
    font-weight:500;
    color:rgba(9,15,33,1);
    line-height:1.625rem;
    word-break: break-all;
     text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.inform-hot h2:hover{
    font-weight: 600;
}

.inform-hot p{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:.875rem;
    font-weight:400;
    color:rgba(9,15,33,.5);
    line-height:1.625rem;
}

.inform-label{
    margin-top: 3.75rem;
}

.inform-labels{
    width: 18rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.inform-labels span{
    padding: .3125rem .625rem;
    margin-top: 1.25rem;
    border-radius:.25rem;
    border:1px solid rgba(9,15,33,.3);
    line-height: 1.125rem;
    text-align: center;
    font-size:.875rem;
    font-weight:400;
    margin-right: .625rem;
}

.inform-labels span:hover{
    border:1px solid #4DB7DD;
    color: #4DB7DD;
}

.inform-labels span:hover a{
    color: #4DB7DD;
}

.inform-labels span a{
    color:rgba(9,15,33,.5);
}

.inform-recommend{
    margin-top: 3.75rem;
}

.inform-recommend-tip{
    width: 50rem;
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
        padding-bottom: 1.25rem;
    border-bottom: 1px solid #DFE2E4;
}

.inform-recommend-tip-img{
    width:15.625rem;
    height:10rem;
    border-radius:.25rem;
    background: #f3f3f3;
    overflow: hidden;
}

.inform-recommend-tip-img img{
    width: 100%;
    height: 100%;
    border-radius:.25rem;
}

.inform-recommend-tip-txt{
    position: relative;
    width: 33.125rem;
    text-align: left;
}

.inform-recommend-tip-txt h3{
    width:33.125rem;
    font-size:1.125rem;
    font-weight:400;
    color:rgba(9,15,33,1);
    line-height:1.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inform-recommend-tip-txt h3:hover{
    font-weight: 600;
}
.inform-summary{
    margin-top: .625rem;
 font-size:.875rem;
    font-weight:400;
    color:rgba(9,15,33,.3);
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.inform-recommend-tip-txt p{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:.75rem;
    font-weight:400;
    color:rgba(9,15,33,.3);
    line-height:1.0625rem;
}

/* 分页 */

.pagination {
	text-align:center;
	margin-top:3.75rem;
	margin-bottom:1.25rem;
	width:100%;
	line-height:1.5625rem;
}
.pagination ul {
	display:flex;
	justify-content:center;
	align-items:center;
}
.pagination li {
	margin:0 0.625rem;
	border:0px solid #e6e6e6;
	border-radius:50%;
	display:inline-block;
	font-size:0.75rem;
	width:1.5rem;
	height:1.5rem;
}
.pagination li a {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	/* padding:0.25rem 8.3rem; */
	color:#000;
}
.pagination li span {
	/*padding:0.25rem 8.3rem;
	*/
    width:1.5rem;
	height:1.5rem;
	text-align:center;
}
/* .pagination li:nth-child(-n+2),.pagination li:nth-last-child(-n+2) {
	transform:scale(1);
}
*/
.pagination li:nth-child(1) {
	color:#fff;
	background:url(../img/turnpage-left-first.svg) no-repeat;
	background-position:center center;
	background-size:0.75rem 0.6875rem;
}
.pagination li:nth-child(2) {
	color:#fff;
	background:url(../img/turnpage-left-prev.svg) no-repeat;
	background-position:center center;
	background-size:0.4375rem 0.6875rem;
}
.pagination li:nth-last-child(1) {
	color:#fff;
	background:url(../img/turnpage-right-last.svg) no-repeat;
	background-position:center center;
	background-size:0.75rem 0.6875rem;
}
.pagination li:nth-last-child(2) {
	color:#fff;
	background:url(../img/turnpage-right-next.svg) no-repeat;
	background-position:center center;
	background-size:0.4375rem 0.6875rem;
}
.pagination .active {
	background:rgba(77,183,221,0.2);
	color:rgba(77,183,221,1);
}
.pagination .disabled {
	color: #aaa;
	opacity: 0.5;
}
.pagination ul li a:hover {
	border-radius:50%;
}