/* left */
.content-left{
    width: 70%;
    float: left;
}
.newscontent-wrapper{
    overflow: hidden;
}

.clearfix{
    clear: both;
}

.newscontent-wrapper p {
    margin-bottom: 10px;
}

.three-tit,.three-font{
    margin: 0 0 10px !important;
    line-height: 20px !important;
}

/* right */
.content-right{
    width: 320px;
    height: auto;
    float: right;
}
.r-list-tit{
    width: 30px;
    height: 3px;
    margin-top: 20px;
    background-color: #bc3733 ;
}
.item-title{
    font-size: 20px;
    font-weight: 600;
    color: #343434;
}
.content-right ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.content-right ul li{
    width: 152px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 16px;
    text-align: center;
    background-color: #efecec;

}
.content-right ul li:hover{
    border: 1px solid #bc3733;
    color: #bc3733;
}
.content-right ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
a:hover, a:visited, a:link, a:active {
    color: #343434;
    outline: none;
    text-decoration: none;
 }
 

.item-list{
    margin-bottom: 10px;
    height: 80px;
    display: block;
}

 .three-img{
     width: 110px;
     height: 100%;
     overflow: hidden;
     float: left;
 }
 .three-img img{
    width: 100%;
}
.three-info{
    width: 200px;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    padding: 10px;
}
.three-tit{
    font-size: 16px;
    font-weight: 600;
}


/* 移动端兼容 */
@media screen and (max-width:1200px){
    html{
        font-size: 14px;
    }

    .content-left{
        width: 100%;
    }
    .news-title{
        font-size: 4rem;
    }
    .content-left,.content-left time,.content-left a,.content-left p,.content-left span{
        font-size: 3rem !important;
        line-height: 4rem !important;
    }
    .content-right{
        width: 100%;
    }
    .cent-listed li{
        font-size: 3rem !important;
        height: 5rem !important;
        line-height: 5rem !important;
        width: 100% !important;
    }
    .content-right ul li{
        width: 100%;
        height: 10rem;
        line-height: 10rem;
        font-size: 4rem;
    }
    .item-list{
        width: 100%;
        height: 20rem;
    }
    .three-img{
        width: 30%;
    }
    .three-info{
        width: 60%;
    }
    .three-tit{
        height: 4rem;
        line-height: 4rem;
        font-size: 3rem;
    }
    .three-font span{
        height: 3rem;
        line-height: 3rem;
        font-size: 2rem;
    }
    .r-list-tit{
        width: 10rem;
        height: 1rem;
    }
    .item-title{
        height: 10rem;
        line-height: 10rem;
        font-size: 5rem;
    }
    .bdsharebuttonbox{
        display: none;
    }
    .tag_pre{
        display: block;
    }
    .cent-listed li span{
        width: 72% !important;
    }
    .cent-listed li time{
        width: 25% !important;
    }
    .r-one,.r-two,.r-three,.r-four{
        display: none;
    }
}