.container{
    overflow: hidden;
}
.latest-news{
    width: 23%;
    float: left;
    padding-top: 3vh;
    margin-right: 5%;
}
.latest-news .latest-news-title{
    font-size: 1.5vw;
    margin-bottom: 25px;
    font-weight: bold;
}
.latest-news .latest-news-title span{
    display: block;
}
.latest-news .latest-news-list{
    height: calc((0.8vw * 2 + 20px) * 12);
    overflow-y: scroll;
}
.latest-news .latest-news-list::-webkit-scrollbar{
    display: none;
}
.latest-news .latest-news-list .latest-news-item{
    margin-bottom: 20px;
    font-size: 0.8vw;
}
.latest-news .latest-news-list .latest-news-item-active{}
.latest-news .latest-news-list .latest-news-item a{
    color: #666;
}
.latest-news .latest-news-list .latest-news-item-active a,.latest-news .latest-news-list a:hover{
    color: #000;
}
.news-content{
    width: 72%;
    float: left;
    padding-top: 3vh;
}
.news-content .title{
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: 7px;
}
.news-content .time{
    font-size: 0.9vw;
    margin-bottom: 20px;
}
.news-content .content{}
.news-content .content p{
    font-size: 16px;
}
.news-content .content img{
    width: 100%;
    /*max-width: 80% !important;*/
}
.text-content{
    padding: 5vh 0;
}
.text-content .title{
    font-size: 1.6vw;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
}
.text-content .content{}