

/*@media (max-width:414px){
    .rightarea{
        width: 100%;
    }
.thumb{
    max-height: 56px;
}
}*/
.news_list{
    width: 100%;
}
.news_list ul li{
    width: 100%;
    margin-top: 20px;
    float: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.thumb{
    width:20%;
    max-height: 110px;
    overflow: hidden;
    margin-right: 2%;
}
.thumb img{
width:100%;
}
.news_list_title p{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #003883;
    min-height: 60px;
}
.news_list_title i{
    float: left;
    font-style: normal;
    color: #999;
    padding-left: 25px;
    background: url("../image/date1.png") no-repeat left;
    margin-right: 20px;

}
.news_list_title i:last-child{
    background: url("../image/see.png") no-repeat left;
}
