.main{
    width: 100%;
    background-color: #F6F7FB;

}
.main .content-box{
    width: 12rem;
    margin: 0 auto;
    /*height: 10.4rem;*/
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    display: flex;
}
.content-box .content-left{
    width: 2.2rem;
    height: 5.26rem;
    margin-right: 0.2rem;
}
.content-box .content-left .left-top{
    width: 100%;
    height: 2.1rem;
    background-color: #ffffff;
}
.content-box .content-left .left-top a{
    color:#202437;
}
.content-box .content-left .left-btm{
    width: 100%;
    height: 2.96rem;
    background-color: #ffffff;
    margin-top: 0.2rem;
}
.content-left .left-top .left-top-li{
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    cursor: pointer;
    font-size: 0.18rem;
    border-bottom: 1px solid #EBECF1;
}
.left-top-li:nth-child(3){
    border-bottom: none!important;
}
.content-left .left-top .left-top-li:hover{
    background-color: #FF5B29;
    color: #ffffff;
}
.li-active{
    background-color: #FF5B29;
    color: #ffffff;
}
.li-active-hover{
    background-color: #FF5B29;
    color: #ffffff;
}
.left-btm .left-btm-con{
    position: absolute;
    width: 2.04rem;
    height: 2.8rem;
    margin-left: 0.08rem;
    margin-top: 0.08rem;
    background-color: #FFF0E9;
}
.left-btm .left-btm-con .title{
    font-size: 0.22rem;
    font-family: YouSheBiaoTiHei;
    color: #FF5B29;
    text-align: center;
    margin-top: 0.08rem;
}
/*.left-btm .left-btm-con .code{*/
    /*width: 1.26rem;*/
    /*height: 1.26rem;*/
    /*margin-top: 0.18rem;*/
    /*margin-left: 38rem;*/

/*}*/
.left-btm .left-btm-con .code{
    width: 1.38rem;
    height: 1.38rem;
    background-image: url("/static/news/images/icon-four.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    /*z-index: 999;*/
    left: 0.3rem;
    bottom: 0.3rem;
}
.left-btm .left-btm-con .code img{
    width: 1.26rem;
    height: 1.26rem;
    position: absolute;
    left: 0.06rem;
    top: 0.06rem;


}
.left-btm .code-name{
    font-size: 0.14rem;
    text-align: center;
    position: absolute;
    bottom: 0.08rem;
    left: 0.52rem;
    color: #797E8B;
}
.content-right{
    width: 9.6rem;
    /*height: 10.41rem;*/
    /*float: right;*/
    background-color: #ffffff;
}
.content-right .content-right-li{
    width:9rem;
    margin-left: 0.3rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #EBECF1;
    display: flex;
    cursor: pointer;
}
.content-right .content-right-li:hover .li-title{
    color: #FF5B29;
}
.content-right-li .li-left{
    width: 2.4rem;
    height: 1.7rem;
    margin-right: 0.3rem;
    overflow: hidden;
}
.content-right-li .li-left:hover img{
    transform: scale(1.1);
}
.content-right-li .li-left img{
    width: 2.4rem;
    height: 1.7rem;
    transition: all 0.5s;
}
.content-right-li .li-right{
    width: 6.3rem;
    height: 1.7rem;
}
.content-right-li .li-right .li-title{
    font-size: 0.18rem;
    font-weight: 500;
    margin-bottom: 0.55rem;
    color: #202437;
}
.content-right-li .li-right .li-con{
    font-size: 0.14rem;
    color: #515666;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    text-indent: 0.3rem;
    margin-bottom: 0.25rem;
}
.content-right-li .li-right .li-time{
    font-size: 0.14rem;
    color: #A0A3AF;
}
#r-page{
    text-align: center;
}