
body{
    background-color: rgb(250,250,250);
    overflow-x: hidden;
}

#content {
    margin-top: 3.7em;
}
.top-img{
    height: 34.1em;
    width: 100%;
    background-size: 100% auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.top-img-mask{
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 9%;
    position: absolute;
    left: 0;
    top: 0;
}
.content-body .time > span{
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    color: #666666;
    line-height: 22px;
}
.content-body{
    position: relative;
    background-color: white;
    margin: 0 auto;
    width: 75em;
    margin-top: -3.5em;
    padding-top:  3.1em;
}
.content-body .time{
    margin-left: 4.5em;
}
.top-text{
    color: white;
    margin: 0 auto;
    width: 75%;
    transform: translateY(-1em);
    -webkit-transform: translateY(-1em);
    -moz-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    -o-transform: translateY(-1em);
}
.news-type:before{
    content: "";
    display: block;
    width: 4em;
    height: 1px;
    background-color: white;
    margin-left: 6em;
}
.news-type{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.news-type-text{
    margin-left: 1.4em;
    letter-spacing: 2px;
}
.news-type-text >span{
    font-size: 1.2em;
}
.news-title > span{
    font-size:2.7em;
    letter-spacing: 0.05em;
}
.news-title{
    margin-top: 1.8em;
    margin-left: 6em;
}
.news-body{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 1em;
    margin-left: 4.5em;
    margin-right: 3em;
    padding-bottom: 3em;
}
.other-news{
    margin: 0 auto;
    width: 75em;
    margin-bottom: 5em;
}
.other-label{
    margin-top: 3.5em;
}
.other-label >span{
    font-size: 1.88em;
}

.other-news-list .news-item{
    width: 48.55%;
    background-color: white;
    padding-left: 2.8em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 1.4em;
    cursor: pointer;
}


.other-news-list .item-title{
    margin-top: 3.2em;

}
.other-news-list .item-title > span{
    font-size: 20px;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
}
.other-news-list .item-text{
    margin-top: 1.2em;
}
.other-news-list .item-text > div {
    width: 93%;
    line-height: 29px;
    height: 58px;
    overflow: hidden;
}
.other-news-list .item-text > div >span{
    font-size: 14px;
    font-weight: 300;
    color: #666666;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.other-news-list .item-across{
    height: 2.34em;
    width: 2.34em;
    cursor: pointer;
    position: relative;
    margin-left: 3em;
}

.other-news-list .item-time>span{
    font-weight: 300;
    font-size: 16px;
    color: #666666;
}
.other-news-list .item-time{
}
.other-news-list{
    margin-top: 2.1em;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.item-bottom{
    margin-top: 1.2em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.item-across >svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.platform-link{
    margin-top: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.platform-link  .icon-link{
    margin-left: 30px;
}
.link-weibo{
    width: 30px;
    height: 29px;
}
.link-facebook{
    width: 28px;
    height: 28px;
}
.link-twitter{
    width: 35px;
    height: 29px;
}

.platform-phone #bottom{
    height: 100vh;
    width: 100%;
}

@media screen  and (max-width: 1600px) {
    .content-body {
        font-size: 16px;
    }
    .other-news{
        font-size: 16px;
    }
}
@media screen  and (max-width: 1200px){
    body{
        width: 1200px;
        font-size: 12px;
    }
    html{
        overflow-x: scroll;
    }
}