.news_banner img{
    width: 100%;
    margin-top: 60px;
    margin-bottom: 50px;
}

.news_list_wrap {
    background: #fff;
}

.news_list{
    min-height: 380px;
}

.news_list li{
    font-size: 16px;
    border-bottom: 1px dotted #ccc;
    padding: 15px 0;
    list-style-type: circle;
    list-style-position: inside;

}

.news_list li a span{
    float: right;
}

/*新闻详情页面*/
.news_details_wrap{
    padding-bottom: 100px;
    min-height: 380px;
}
.news_back{
    display: block;
    color:#ccc;
    margin-bottom: 50px;
}

.news_details_title{
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
}

.news_info{
    color: #ccc;
    margin-bottom: 20px;
}
.news_list_wrap .asset_container p{
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.story_image_caption{
    text-align: center;
    font-size: 13px;
    color: #000;
}

.news_list_wrap h4{
    color: #2d94fc;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.news_list_wrap .container img{
    max-width: 100%;
    margin: 20px auto;
}

