@charset "utf-8";






.news_list li {
    background: #f7f7f7;
    zoom: 1;
    margin-bottom: 15px;
    position: relative;
    line-height:26px!important;
}
.news_list li .line{position: absolute; background: #249ce8;}

.news_time {
    background: #249ce8;
    /*width: 100px;*/
    height: 100%;
    padding: 10px 30px 10px 30px;
    float: left;
}
.news_time .day {
    display: block;
    font-size: 40px;
    color: #fff;
    font-family: Impact;
    text-align: right;
}
.news_time .year {
    display: block;
    color: #fff;
    text-align: right;
    line-height: 22px;
 padding-top: 6px;
    margin-top: 4px;
}
.news_time .type {
    display: block;
    text-align: right;
    padding-top: 6px;
    margin-top: 4px;
    color: #fff;
}
.news_time .type a {
    color: #fff;
    font-family: '宋体', Arial;
}
.goLeft {
    float: left;
}
/*.news_cont{margin-left: 10px;}*/
.news_cont h2 {
    font-size: 22px;
    font-weight: 400;
    padding-top: 20px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_cont h2 a {
    color: #333;
    font-size: 22px!important;
    font-weight: 400;
}
.news_cont .demo {
    line-height: 24px;
    margin-top: 20px;
    float: left;
    text-align: left;
}
.news_cont .demo span {
    color: #666;
    font-size: 12px;
    margin-right: 25px;
}
.news_cont .demo span {
    color: #666;
    font-size: 12px;
    margin-right: 25px;
}
.news_cont .demo span {
    color: #666;
    font-size: 12px;
    margin-right: 25px;
}
.news_cont .vis {
    color: #999;
    line-height: 28px;
    margin-top: 12px;
    position: absolute;
    top: 50px;
    right: 30px;
}
.news_cont .vis a {
    color: #249ce8;
}
.news_cont .more {
    float: right;
    display: inline-block;
    border: 1px solid #249ce8;
    line-height: 28px;
    padding: 0 24px;
}
@media all and (max-width: 1024px) {
    .news_cont{margin-left: 0;}
    .news_cont .demo span {
        color: #666;
        font-size: 12px;
        margin-right: 15px;
        float: left;
    }
}
@media all and (max-width: 768px) {
    .news_time{    padding: 10px 10px 5px 0;}
    .news_cont{margin-left: 0;}
    .news_cont .demo span {
        color: #666;
        font-size: 12px;
        margin-right: 15px;
        float: left;
    }
    .m-lst-nav .tnm{    line-height: 80px;    font-size: 26px;}
    .shadow-0{box-shadow: none;}


}
@media all and (max-width: 750px) {

    .news_cont h2{
        white-space: normal;
 font-size: 14px!important;
    }
}