.right_NewsList {
    width: 865px;
    background-color: #fff;
    padding:0 15px 20px ;
}
.news_list li {
    border-bottom: 1px dashed #cbcbcb;
    float: left;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.news_img {
    float: left;
    height: 173px;
    width: 240px;
}
.news_img a ,.news_img img{
    display: block;
}
.news_contaienr {
    float: left;
    padding: 0 2%;
    width: 68%;
}
.news_list .news_title {
    background: url(../images/anli-icon.png) no-repeat scroll left center;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 20px;
    width: 97%;
}
.news_list .news_title a {
    font-size: 15px;
    font-weight: bold;
}
.news_list .news_title a {
    font-size: 15px;
    font-weight: bold;
}
.news_bnt {
    padding-top: 10px;
}
.news_bnt input {
    background: #037bda;
    border-radius: 5px;
    border: medium none;
    color: #fff;
    height: 26px;
    width: 86px;
}
.news_list .content ,.news_list .content a {
    display: block;
    width:100%;
    height:95px;
    overflow: hidden;
}
.news_list .content a{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break:break-all;
    -webkit-line-clamp:5;
}