.news_list{
    width: 90%;
    padding:20px 5%;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
}
.news_1{
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666;
    border-bottom: 1px #dcdddd solid;
}
.news_1 a{
    color: #666;
}
.news_1 span:last-child{
    color: #286bee;
}
.gslist {
    padding:15px 3%;
    line-height: 30px;
    color: #585858;
    margin-top: 15px;
    border-radius: 15px;
    border: #eaeaea 1px dashed;
}
.gslist a{
    width: 100%;
    color: #333;
}
.ntitle{
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: bold;
}
.gsdate {
    text-align: right;
    margin-top: 10px;
}

.news_content{
    padding:15px 0;
    line-height: 30px;
    color: #333;
    margin-top: 15px;
}
.news_content h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.news_content p{
    text-align: center;
    color: #999;
    margin-bottom: 15px;
    font-size: 13px;
}
.news_content table{
    width: 100%;
    border-collapse:collapse;
}