.news {
    position: relative;
}

.news .logo {
    margin: 32px 0;
    overflow: hidden;
}

.news .logo img {
    float: left;
}

.current-nav {
    float: left;
    background: #E60012;
    padding: 4px;
    margin-left: 10px;
}

.current-nav span {
    color: #ffffff;
    font-size: 16px;
}

.news .title-wrapper {
    overflow: hidden;
    border-bottom: 2px solid #E60012;
}

.news .title-wrapper .zhanwei {
    width: 200px;
    border: 1px solid #ffffff;
}

.news .title-wrapper .title-box {
    width:860px;
    text-align: center;
}

.news .title-wrapper .title-box .title h3 {
    font-size: 32px;
    font-family: MiSans, MiSans;
    font-weight: 600;
    color: #333333;
   /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.leadTitle {
    margin-bottom: 14px;
    font-size: 22px;
    font-family: MiSans, MiSans;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.subTitle {
    margin-top: 10px;
    font-size: 26px;
    font-family: MiSans, MiSans;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .title-wrapper .title-box .source {
    margin-top: 23px;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}

.news .title-wrapper .title-box .source p {
    float: left;
    margin-right: 40px;
}

.news .title-wrapper .title-box .source p span {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: none;
    border-radius: 50%;
    margin-left: 15px;
    cursor: pointer;
}

.news .title-wrapper .title-box .source p span:nth-child(2) {
    background: #E60012;
    color: #ffffff;
}

.news .title-wrapper .title-box .source p span:hover {
    background: #E60012;
    color: #ffffff;
}

.news .title-wrapper .title-box .source .share img {
    margin-left: 10px;
    cursor: pointer;
}



.news .title-wrapper .date {
    width: 200px;
    border: 1px solid #ffffff;
}

.date-time {
    width: 105px;
    text-align: center;
    margin-left: 100px;
}

.date-time span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
}

.date-time .year {
    height: 20px;
    display: block;
    background: url(http://www.xinhuanet.com/detail2020/images/bgYear.png) 50% 50% no-repeat;
}

.date-time .year em {
    font-size: 14px;
    background: #fff;
    font-style: normal;
    padding: 0 2px;
}

.date-time .day {
    height: 40px;
    font-size: 32px;
    margin: 10px 0;
}

.date-time .day em {
    font-style: normal;
}

.date-time .time {
    font-size: 14px;
    height: 20px;
}

.news-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 32px;
}

.news-container .news-con-left {
    width: 930px;
}

.news-container .news-con-right {
    width: 300px;
}

.news-container .news-con-right .adv-com .links {
    width: 300px;
}

.content-box {
    font-size: 18px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.content-box p {
    margin-bottom: 1em;
}

.content-box p img{
    max-width: 60%;
    display: block;
    margin: 1em auto !important;
}

.content-box p video, video {
    max-width: 62%;
    display: block;
    margin: 1em auto;
}

.app-image-container img {
    width: 100%;
}

.app-video-description {
    margin-top: 10px;
    line-height: 30px;
    font-size: 15px;
}

.zrbj {
    width: 100%;
    margin-top: 32px;
}

.zrbj .text {
    font-size: 16px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
}

.disclaimers {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #dddddd;
}

.disclaimers p {
    font-size: 14px;
    font-family: MiSans, MiSans;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.share-wx {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    transform: translate(-50%,-50%);
    text-align: center;
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
    padding: 28px;

}

.share-wx i {
    position: absolute;
    right: 6px;
    top: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/wx-totas-colse.png) no-repeat;
    background-size: 100% 100%;
    font-size: 22px;
    font-style: normal;
    cursor: pointer;
}


.share-wx-title {
    position: absolute;
    left: 30%;
    top: 2%;
}

.share-wx p img {
    width: 100%;
}