.gateway-news-banner{
    width: 1280px;
    height: 400px;
    background: url("../../images/banner/banner_news.jpg");
    background-size: 100% auto;
    margin:0 auto;
    padding:0 auto;
}

.gateway-news{
    width:1086px;
    height:auto;
    margin:0 auto;
    padding:0 auto;
    margin-bottom:78px;
}


.gateway-news-main-title{
    margin-top:37px;
    font-size: 16px;
    font-weight: bold;
    color: #444242;
}

.gateway-news-main-hr{
    margin-top:5px;
    width: 1086px;
    height: 1px;
    background-color: #9b1e22;
}
.gateway-news-all-box{
    margin-top: 20px;
    padding:0px;
    height:30px;
}
.gateway-news-one-box{
    margin-right: 10px;
    float:left;
    text-align: center;
}
.gateway-news-one-box-title{
    /* float:left; */
    line-height:28px;
    border: solid 1px #e4e4e4;
    font-size: 11px;
    color: #777777;
    padding-left:7px;
    padding-right:7px;
    cursor:pointer;
}
.gateway-news-one-box-title.active{
    background-color:#9b1e22;
    color:white;
}
.news-select-one.active{
    color:#9b1e22;
}
.gateway-news-one-select{
    position:absolute;
    text-align: left;
    display: none;
    font-size: 11px;
    line-height:28px;
    z-index: 5;
    font-size: 11px;
    color: #777777;
    background-color: white;
    padding-left:7px;
    padding-right:7px;
    cursor:pointer;
}
/* .gateway-news-one-select.activee{
    display: block!important;
} */
/* .gateway-news-main-ul{
    list-style: none;
    padding:0px;
    height:28px;
}
.gateway-news-main-li{
    float:left;
    line-height:28px;
    border: solid 1px #e4e4e4;
    font-size: 11px;
    color: #777777;
    padding-left:7px;
    padding-right:7px;
    cursor:pointer;
}

.gateway-news-main-li.active{
    color:#ffffff;
    background-color:#9b1e23;
} */

.gateway-news-content{
    width:1086px;
    height:auto;
    display: flex;
}

.gateway-news-content-left-box{
    width:710px;
    height:auto;
    /* display:none; */
    vertical-align: top;
}
.gateway-news-content-left{
    /* width:710px; */
    height:auto;
    display:none;
    /* vertical-align: top; */
}
.gateway-news-content-left.active{
    display:inline-block !important;
}

.gateway-news-content-secondary-left{
    display:none;
}
.gateway-news-content-secondary-left.active{
    display:inline-block !important;
}

.gateway-news-content-left-detail{
    width:710px;
    margin-top:25px;
}

.gateway-news-content-left-detail-hr{
    width: 710px;
    height: 1px;
    margin-top:25px;
    background-color:#e4e4e4;
}

.gateway-news-content-left-detail-img{
    display:inline-block;
}
.gateway-news-content-left-detail-img > img{
    width:232px;
    height:155px;
}
.gateway-news-content-left-detail-desc{
    margin-left:29px;
    width:419px;
    display:inline-block;
    vertical-align: top;
}
.gateway-news-content-left-detail-desc-title {
    font-family: FandolHei-Bold;
    font-size: 20px;
    font-weight:bold;
    color: #9b1e22;
}
.gateway-news-content-left-detail-desc-title > a{
    text-decoration: none;
    color: #9b1e22;
}
.gateway-news-content-left-detail-desc-content {
    margin-top:14px;
    font-family: SimHei;
    font-size: 15px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height: 20px;
    max-height: 54px;
}
.gateway-news-content-left-detail-desc-date {
    margin-top:17px;
    font-size: 11px;
    color: #999999;
}

.gateway-news-content-right{
    margin-left:30px;
    margin-top:25px;
    width:340px;
    height:auto;
    display:inline-block;
    vertical-align: top;
}

.gateway-news-content-right-title-text{
    font-family: HiraginoSansGB-W6;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #1d1e20;
    display:inline-block;
}

.gateway-news-content-right-hr{
    width:295px;
    height:10px;
    background-color: rgba(155, 30, 34, 0.5);
    display:inline-block;
}

.gateway-news-content-right-detail-one{
    margin-top:23px;
    margin-bottom:15px;
    background:url('./../../images/news/news_big.png') no-repeat center;
    width:340px;
    height:213px;
}

.gateway-news-content-right-detail-one-title{
    padding-top:130px;
    margin:0 20px;
    font-family: AdobeHeitiStd-Regular;
    font-size: 14px;
    max-height: 40px;
    overflow: hidden;
    color: #fffefe;
}
.gateway-news-content-right-detail-one-title > a{
    text-decoration: none;
    color: #fffefe;
}
.gateway-news-content-right-detail-one-date {
    margin-left:20px;
    margin-top:12px;
    font-family: Roboto-Regular;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
}
.gateway-news-content-right-detail{
    margin-top:15px;
}
.gateway-news-content-right-detail-img{
    display:inline-block;
}
.gateway-news-content-right-detail-img > img{
    width:105px;
    height:70px;
}
.gateway-news-content-right-detail-desc{
    margin-left:19px;
    width:209px;
    display:inline-block;
    vertical-align: top;
}
.gateway-news-content-right-detail-desc-title {
    font-family: FandolHei-Bold;
    font-size: 15px;
    font-weight:bold;
    color: #1d1e20;
}
.gateway-news-content-right-detail-desc-title > a{
    text-decoration: none;
    color: #1d1e20;
}
.gateway-news-content-right-detail-desc-date {
    margin-top:5px;
    font-size: 11px;
    color: #999999;
}

.gateway-news-content-right-detail-hr{
    width: 340px;
    height: 1px;
    margin-top:15px;
    background-color:#e4e4e4;
}