.news-list{
    padding-top:35px;
    padding-bottom:50px;
    border-bottom:1px solid #EBE9E7;
}
.news-list>a,.news-list>div{
    margin-bottom:40px;
    display: flex;
    align-items: center;
}
.news-list>a:last-child,.news-list>div:last-child{
    margin-bottom:0;
}
.news-list>a>img,.news-list>div>img{
    display: block;
    margin-right: 16px;
    height: 184px;

    /*width: 268px;*/
    /*min-width: 268px;*/
    width: 185px;
    min-width: 185px;
}
.news-learn-more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 189px;
    height: 37px;
    border: 1px solid #5492DE;
    border-radius: 19px;
    font-size: 16px;
    font-weight: 300;
    color: #5492DE;
    cursor: pointer;
}
.news-learn-more:hover{
    opacity: 0.8;
}
.news-right{
    width: 100%;
}
.news-title{
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-tags{
    font-size: 12px;
    font-weight: 300;
    color: #999999;
    display: flex;
    align-items: center;
    padding-bottom:12px;
    padding-top:6px;
    border-bottom:1px solid #DBDBDB;
}
.news-tags>div:first-child{
    background: url("img/time.png") no-repeat center;
    background-position-x: left;
    background-size: 16px 16px;
    padding-left: 20px;
}
.news-tags>div{
    margin-right: 22px;
}
.news-tags>div:last-child{
    margin-right: 0;
}
.news-desc{
    text-indent: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    height: 48px;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    margin-top:10px;
    margin-bottom:20px;
}

.news-title-box{
    padding-top:40px;
    padding-bottom:10px;
    border-bottom:1px solid #EBE9E7;
}
.news-title-box .title{
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
    width: 80%;
    margin:0 auto;
}
.news-info{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    margin-top:22px;
}
.news-info>div{
    display: flex;
    align-items: center;
    background-position-x: left;
    background-position-y: 0;
}
.time{
    background: url("img/time.png") no-repeat;
    background-size: 18px 18px;
    padding-left: 22px;
}
.author{
    background: url("img/user.png") no-repeat;
    background-size: 17px 18px;
    padding-left: 22px;
    margin:0 45px;
}
.read-num{
    background: url("img/eyes.png") no-repeat center;
    background-position-y: center!important;
    background-size: 19px 13px;
    padding-left: 22px;
}
.news-content{
    padding-top:22px;
    padding-bottom:50px;
}
.news-content,.news-content span,.news-content div,.news-content p{
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 30px;
}
.news-content img{
    max-width: 80%!important;
    display: block;
    margin:0 auto;
}
.keywords{
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    padding-bottom:12px;
}
.between-article{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:12px;
    padding-bottom:60px;
    border-top:1px solid #EBE9E7;

}
.between-article,.between-article a{
    font-size: 14px;
    font-weight: 300;
    color: #999999;
}


/*下载*/
.down-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top:40px;
}
.down-tab>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 231px;
    height: 61px;
    border: 1px solid #DBDBDB;
    border-radius: 31px;
    font-size: 24px;
    font-weight: 300;
    color: #4D4D4D;
    cursor: pointer;
    box-sizing: border-box;
}
.down-tab>a:nth-child(2){
    margin-left:56px;
}
.down-tab>a.on{
    color:white;
    background: #5492DE;
    border-color:#5492DE;
}
.down-table{
    display: table;
    width: 100%;
    margin-top:40px;
}
.down-table>div{
    display: table-row;
}
.down-table>div>div{
    display: table-cell;
    padding-left: 22px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 300;
    color: #666666;
    height: 52px;
    background: white;
}
.down-table>.down-tHead>div{
    font-size: 20px;
    font-weight: 300;
    color: #FFFFFF;
    background: #5492DE!important;
    height: 52px;
    padding-left: 60px;
}
.down-tHead>div:first-child{
    width: 252px;
    border-right: 1px solid white;
}
.file-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 80px;
}
.file-name>span{
    display: block;
    background: url('img/pdf.png') no-repeat center;
    background-position-x: left;
    background-size: 23px 25px;
    padding-left:37px;
    background-position-y: 0;
}
.down-btn{
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 30px;
    background: url("img/download.png") no-repeat;
    background-size: contain;
}
.down-table>div:nth-child(odd)>div{
    background: #DBDBDB;
}
/*下载结束*/


@media screen and (max-width: 768px){
    .news-list>a>img, .news-list>div>img{
        /*width: 100%;*/
        height: 200px;
        max-width: 100%;
        /*min-width: 100%;*/
        margin-right: 0;
        margin-bottom:20px;
    }

    .news-list>a, .news-list>div{
        flex-direction: column;
    }
    .news-desc{
        text-indent: 0;
        text-align: left;
    }
    .news-right{
        text-align: center;
    }
    .news-tags>div:last-child{
        display: none;
    }
    /*.news-learn-more{*/
    /*    display: none;*/
    /*}*/
    .news-title-box .title{
        width: 100%;
        font-size: 26px;
    }
    .news-info{
        justify-content: space-between;
    }
    .news-info .author{
        display: none;
    }
    .between-article{
        flex-direction: column;
        align-items: flex-start;
    }
    .between-article>div:nth-child(2){
        margin-top:12px;
    }
    .down-tab{
        justify-content: space-evenly;
    }
    .down-tab>a:nth-child(2){
        margin-left: 0;
    }
    .down-tab>a{
        font-size: 18px;
        width: 160px;
        height: 40px;
    }
    .down-table>.down-tHead>div{
        font-size: 14px;
        padding-left: 12px;
        height: 42px;
    }
    .down-table>div>div{
        font-size: 12px;
        padding-left: 12px;
        height: 32px;
    }
    .file-name>span{
        background-size: 16px;
    }
    .file-name{
        padding-right: 12px;
    }
    .down-btn{
        width: 24px;
        height: 22px;
        margin-left: 12px;
    }
    .file-name>span{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 25px;
        max-width: 27vw;
    }
    .down-table>.down-tHead>div:first-child{
        width: 115px;
    }
    .down-table>div>div:nth-child(1){
        white-space: pre-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}