.banner {
    height: 3.5rem;
    position: relative;
    background: url(../img/news/news.png) no-repeat center / cover;
}
.banner span {
    font-size: 0.4rem;
    position: absolute;
    left: 2.4rem;
    top:1.09rem;
    font-weight: bold;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.news-list {
    padding-top: 1rem;
}

.news-list li {
    height: 2.6rem;
    margin-bottom: 0.4rem;
}

.left_info {
    display: flex;
}
.news-box {
    padding-left: 0.48rem;
    padding-top: 0.57rem;
}
.news-list a {
    height: 2.6rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s;
    background: #f2f2f2!important;
}
.news-list a:hover {
    background: #fff!important;
    box-shadow: 0.02rem 0.03rem 0.18rem 0.01rem rgba(0,0,0,0.13);

}
.news-list a:hover .img-box>img {
    transform: scale(1.1);
}
.news-box h4 {
    width: 6.55rem;
    /*height: 0.29rem;*/
    font-size: 0.22rem;
    font-family: MiSans-Bold, MiSans;
    font-weight: bold;
    color: #656565;
    line-height: 0.24rem;
}
.news-list a:hover .news-box  h4{
    color: #193158!important;
}
.news-box p {
    width: 6.8rem;
    height: 0.48rem;
    font-size: 0.16rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 0.24rem;
}
.news-box .continue {
    margin-top: 0.15rem;
height: 0.22rem;
font-size: 0.16rem;
font-family: MiSans-Regular, MiSans;
font-weight: 400;
line-height: 0.24rem;
display: flex;
color: #707070;
    align-items: center;
}


.con_icobox{
    width: 0.14rem;
    height: 0.14rem;
    position: relative;
    display: block;
    margin-left: 0.1rem;
    margin-top: 0.02rem;
}
.con_icobox img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.con_i2{
    display: none;
}

.news-list a:hover .con_i2{
    display: block;
}
.news-list a:hover .con_i1{
    display: none;
}
.news-list a:hover .continue{
    color: #E11932;
}
.news-list a:hover {
    background: #fff;
}

.data {
    margin-right: 0.4rem;
    text-align: center;
}
.data span {
    width: 0.64rem;
font-size: 0.5rem;
font-family: MiSans-Bold, MiSans;
font-weight: bold;
color: #193158;
}
.data p {
    /*width: 0.73rem;*/
    font-size: 0.23rem !important;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #193158;
}

.pagination ul {
    padding-bottom: 0.84rem;
    display: flex;
    
}
.pagination li {
    width: 0.31rem;
    height: 0.31rem;
    margin-right: 0.06rem;
    background: #fff;
    font-size: 0.14rem;
    font-family: Arial-Regular, Arial;
    font-weight: 400;
    color: #6D6D6D;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.pagination-active {
    background: #193158!important;
    color:#fff!important;
}
.pagination span {
    width: 0.51rem;
height: 0.31rem;
line-height: 0.31rem;
font-size: 0.14rem;;
font-family: Arial-Regular, Arial;
font-weight: 400;
color: #6D6D6D;
margin: 0 0.1rem;
}
.pagination li.prev {
    background: #F4F4F5;
}
.pagination li.next {
    background: #E2E1E1;
}
.pagination ul input {
    width: 0.6rem;
    border:0;width: 0.6rem;
    height: 0.31rem;
    background: #FFFFFF;
    opacity: 1;
    border: 0.01rem solid #E2E1E1;
}





@media only screen and (max-width:1024px){
    .banner{
        margin-top: 50px;
    }
    .banner span{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        white-space: nowrap;
    }
    .news-list{
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
    }
    .left_info{
        width: 75%;
    }
    .img-box{
        width: 30%;
        margin-right: 15px;
    }
    .news-box{
        padding: 0;
        width: 60%;
    }
    .news-box h4,
    .news-box p,
    .news-box .continue{
        width: 100%;
        height: auto;
    }
    .news-box h4{
        font-size: 14px;
        overflow:hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
    }
    .news-box p{
        font-size: 12px;
        overflow:hidden;
        display: -webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        text-overflow:ellipsis;
    }
    .data p,
    .news-box .continue{
        font-size: 12px;
    }
    .news-list li,
    .news-list a{
        height: auto;
    }
    .news-list a{
        padding: 10px;
        box-sizing: border-box;
    }
}