/*米雅新闻 start*/
.news-page {
    padding-top: 100px;
    background: #18191B;
}
.news-page .news-box {
    width: 1240px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-size:14px;
    font-weight:400;
    position: relative;
    height: 100%;
}
.news-page .l-line {
    position: absolute;
    background: #363636;
    top: 0;
    width: 1px;
    height: 100%;
}
.news-page .l-line-l {
    left: 50px;
}
.news-page .l-line-c {
    right: 450px;
}
.news-page .l-line-r {
    right: 100px;
}
.news-page .news-left {
    width: 890px;
    z-index: 1;
}

.news-page .info-content {
    padding: 20px 0;
}

.news-page .info-content p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 20px;
}

.news-page .info-content .share-box {
    position: relative;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

.news-page .info-content .share-box img{
    margin: 0 9px;
    width: 40px;
}

.news-page .news-right {
    width: 320px;
    margin-top: 90px;
    z-index: 1;
}
.news-page .news-left .title {
    font-size:30px;
    font-weight:500;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 128, 0, 1);
    color: #fff;
    margin-top: 40px;
}
.news-page .news-left .time {
    font-size:16px;
    color: #6E6E6F;
    margin-top: 20px;
    margin-bottom: 28px;
}

.news-page .crumbs {
    color: #fff;
    width: 1240px;
    margin: auto;
}

.news-page .crumbs ul {
    overflow: hidden;
}

.news-page .crumbs ul li {
    float: left;
    margin-right: 5px;
}

.news-page .crumbs ul li::after {
    content: '>';
    margin-left: 5px;
    color: #FF8000;
}

.news-page .crumbs ul li a {
    color: #fff;
}

.news-page .news-right .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

} 
.news-page .news-right .top .l {
    font-size:24px;
    font-weight: 500;
    color: #fff;
}
.news-page .news-right .top .r {
    color: #ccc;
}
.news-page .news-right .banner {
    width: 320px;
    height: 180px;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}
.news-page .news-right .item .content {
    overflow:hidden; 
    text-overflow:ellipsis;
    /* white-space: nowrap; */
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size:20px;
}
.news-page .news-right .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid RGBA(47, 48, 50, 1);
    color: #fff;
}
.news-page .news-right .t {
    color: RGBA(103, 104, 105, 1);
}
.news-page .news-right .item .view {
    cursor: pointer;
    color: RGBA(244, 244, 244, 1);
    display: flex;
    align-items: center;
}
.news-page .news-right .item .view img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.news-page .qr-modal {
    display: none;
    overflow: hidden;
    position: absolute;
    top: -85px;
    left: 398px;
    width: 210px;
    height: 98px;
    background-image: url(../images/qr_bg.png);
    background-size: cover;
}

.news-page .qr-modal img.qr-code {
    margin-top: 5px;
    float: left;
    width: 79px;
    height: 79px;
}

.news-page .qr-modal p {
    margin-top: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
}

.news-page .hover-wechart:hover .qr-modal{
    display: block;
}

/*米雅新闻 end*/
