﻿.pagecontent {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
/*----------------------新消息区全屏--------START---------------*/
.news-fullpage {
    position: relative;
    margin-top: 15px;
    height: 350px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    overflow:hidden;
}
#newsslider {
    width: 100%;
    height: 350px;
    line-height: 350px;
}

    #newsslider li {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

        #newsslider li a {
            width: 100%;
            height: 100%;
        }

    #newsslider .banner {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
#newestwrap {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 348px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    pointer-events: none;
}
.newest-content {
    position: relative;
    margin: 0px auto;
    width: 1200px;
    height: 100%;
}
.news-right {
    position: absolute;
    top: 18px;
    right: -0px;
    width: 420px;
    background-color: rgba(250,251,252,0.9);
    padding: 15px 0px;
    pointer-events:all;
}
/*@media screen and (max-width: 1459px) {
    .news-right {
        right: -0px;
    }
}
@media screen and (min-width: 1460px) {
    .news-right {
        right: -115px;
    }
}
@media screen and (min-width: 1628px) {
    .news-right {
        right: -195px;
    }
}*/

.news-right-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 15px;
}
    .news-right-header .news-right-title {
        border-left: 5px #797979 solid;
        padding-left: 15px;
        height: 26px;
        line-height: 26px;
        font-size: 21px;
        font-weight: 600;
    }

.news-hot {
    background-position: left 2px;
    display: inline-block;
    background-image: url(../../../../images/icon/red-hot.svg);
    background-size: contain;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
}

.news-right-more {
    /* padding:3px 10px;
    border-radius:8px;*/
    color: #79c5a8;
    text-decoration: underline;
}
.news-right-bodys {
}

.news-right-body {
    margin-top: 10px;
    color: #444444;
    min-height: 245px;
}
.news-right-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 25px 0px 30px;
    height: 35px;
    line-height: 35px;
}
.news-right-title {
    flex: 0 0 253px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}
.news-right-date {
    flex: 0 0 90px;
    text-align: right;
}
/*----------------------新消息区全屏--------END---------------*/
/*----------------------优质品--------START---------------*/
.quality {
    margin-top: 20px;
}
.qualityheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}
.qualityheader-title {
    font-size: 16px;
    border-left: 5px solid #ab1c22;
    padding-left: 15px;
    height: 20px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight:600;
}
    .qualityheader-title .avd {
        border: 1px solid #d2d2d4;
        color: #d2d2d4;
        font-size: 12px;
        margin-left: 15px;
        padding: 0 5px;
        font-weight: 400;
    }
.qualityheader-more {
    color: #a91c22;
}
    .qualityheader-more::after {
        content: " >";
    }
#qualityslider {
    width: 100%;
    height: 100px;
}
    #qualityslider li {
        width:180px;
        height: 100px;
    }
        #qualityslider li div {
            margin-right: 10px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            background-color: rgba(0,0,0,0.05);
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
        #qualityslider li div span{
            background-color:rgba(0,0,0,0.6);
            height:30px;
            line-height:30px;
            color:white;
        }
/*----------------------优质品--------END---------------*/
/*----------------------预警报告行情分析--------START---------------*/
.market {
    margin-top: 20px;
}
.markettitlewrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.markettitle {
    padding: 0px 50px;
    background-color: #fafbfc;
}
    .markettitle.active {
        color: #a91c22;
        font-weight:600;
    }

.marketcontentchannel {
    margin-top: 15px;
    display: none;
}
    .marketcontentchannel.active {
        display: block;
    }

.marketcontentwrap {
}

.market-load {
    text-align:center;
    height:200px;
    line-height:200px;
    color:#999999;
}

.marketcontent-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom:15px;
}
.marketcontent {
    flex: 0 0 46.8%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background-color: #fafbfc;
    padding:15px;
}

.marketcontent-left {
    flex: 0 0 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px 0px 0px;
    font-size: 16px;
}
.marketcontent-left-name {
    border-bottom: 1px solid #eae6e7;
    padding: 0px 0 15px 0px;
}
    .marketcontent-left-name a {
        
        text-decoration:none;
    }
    .marketcontent-left-name div {
        width: 40px;
        text-align-last: justify;
        text-align: justify;
        text-justify: distribute-all-lines;
        color: #a91c22;
    }
.marketcontent-left-date {
    text-align: center;
    margin: 15px 0px 0px 0px;
    width: 80%;
}
    .marketcontent-left-date div:first-child {
        
    }
    .marketcontent-left-date div:last-child{
        margin-top:5px;
    }
.marketcontent-right {
    flex-grow: 1;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-left: 1px solid #eae6e7;
}
.marketcontent-right-title {
    font-size:16px;
    font-weight:600;
    white-space:nowrap;
}
.marketcontent-right-desc {
    margin: 15px 0px;
    color: #999999;
    height:68px;
    line-height:22px;
    overflow:hidden;
    font-size:14px;
}
.marketcontent-right-footer {
    text-align:right;
}
.marketcontent-right-more {
    color: #a91c22;
    font-size: 14px;
}
.marketcontentmore {
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin-top:35px;
    margin-bottom:20px;
}
    .marketcontentmore .canclick {
        width: 200px;
        padding: 10px;
        border: 1px solid #eae6e7;
        color: #666666;
        text-align: center;
    }

/*----------------------预警报告行情分析--------END---------------*/
/*----------------------媒体关注区--------START---------------*/
.media {
    margin-top: 20px;
}
.media-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fafbfc;
}
.mediacontent {
    width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
}
.mediacontent-title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0px 0px 0px;
    height: 25px;
    line-height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-origin: border-box;
}
    .mediacontent-title span {
        margin-left:10px;
    }
.mediacontent-list {
    line-height: 25px;
    margin: 5px 0px;
    font-size:16px;
    width:100%;
}
.mediacontent-list-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*padding: 0px 15px;*/
    color: #666666;
    height: 35px;
    line-height: 35px;
    margin:0px 10px;
}
.mediacontent-list-item-text {
    flex-grow: 1;
    min-width:0px;
}
    .mediacontent-list-item-text div {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.mediacontent-list-item-date {
    flex: 0 0 100px;
    text-align: right;
}
.mediacontent-footer {
    width:100%;
    margin: 15px 0px 0px 10px;
}
.mediacontent-more {
    text-align: right;
    margin-right: 20px;
    color: #a91c22;
}
.media-focus .mediacontent-title {
    background-image: url(../../../../images/home-mediaattention.png);
}
.media-dynamic .mediacontent-title {
    background-image: url(../../../../images/home-platformdynamics.png);
}
/*----------------------媒体关注区--------END---------------*/
