.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.88rem;
}
.content .con-img{
    width: 100%;
    height: 4.5rem;
}
.con-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.news{
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}
.news .news-title{
    width: 100%;
    height: 0.64rem;
    border-bottom: 0.01rem solid #ff9e02;
}
.news-title .tit{
    width: 1.95rem;
    height: 100%;
    background: #ff9e02;
    border-top-right-radius: 0.8rem;
    font-size: 0.3rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.64rem;
}
.news .news-ul{
    width: 7.12rem;
    height: auto;
    padding: 0 0.19rem;
    margin-bottom: 0.3rem;
}
.news-ul .news-li{
    width: 100%;
    height: 0.93rem;
    border-bottom: 0.01rem solid #dddddd;
}
.news-li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.news-li .li-left{
    height: 0.3rem;
    font-size: 0.3rem;
    margin-top: 0.31rem;
    color: #333333;
    line-height: 0.3rem;
    border-left: 0.04rem solid #ff9e02;
}
.li-left span{
    display: block;
    width: 6.38rem;
    margin-left: 0.1rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-li .li-right{
    width: 0.4rem;
    height: 0.3rem;
    margin-top: 0.31rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.3rem;
    color: #333333;
}
.pagination{
    width: 6.5rem;
    height: 0.53rem;
    margin-top: 0.3rem;
    padding: 0 0.5rem;
    display: flex;
    justify-content: space-between;
}
.pagination .upon{
    width: 1.24rem;
    height: 0.53rem;
    border: 0.01rem solid #ff9e02;
    text-align: center;
    line-height: 0.53rem;
    font-size: 0.26rem;
    color: #ff9e02;
}
.pagination .number{
    width: auto;
    height: 0.53rem;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.53rem;
}
.pagination .under{
    width: 1.24rem;
    height: 0.53rem;
    border: 0.01rem solid #ff9e02;
    text-align: center;
    line-height: 0.53rem;
    font-size: 0.26rem;
    color: #ff9e02;
}
