.news-list {
    margin: 0 -40px;
    padding: 0 35px;
}

.news-list .item {
    width: 25%;
    padding: 0 30px;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;}

.news-list li.item:after{
    content: '';
    background: url(../images/news/news_list_line.png) no-repeat top center;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
.news-list .item:nth-child(4):after,
.news-list .item:nth-child(8):after{
    background: none;
}
/*.news-list .item:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #CDEBCE;
    position: absolute;
    top: 0;
    right: 0;
}
.news-list .item:after:nth-child(4){
    border-left: 0;
}
/*.news-list .item + .item:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #CDEBCE;
    position: absolute;
    top: 0;
    left: 0;
}*/


.news-list .box {
    max-width: 300px;
    margin: 0 auto 10px;
}

.news-list .box .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #3B3B3C;
}

.news-list .box:hover .pic:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/news/_hover.png) 50% 50% no-repeat;
}

.news-list .txt {
    position: relative;
    padding-top: 10px;
}
.news-list .txt .date{
    float: left;
    font-size: 14px;
    text-align: center;
    color: #00A6E4;
    line-height: 1.2;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #ccc;
}
.news-header .date small, .news-list .txt .date small{
    font-size: 34px;
    display: block;
    font-weight: bold;
}
.news-list .name {
    overflow: hidden;
    height: 55px;
    margin-bottom: 2px;
    font-size: 18px;
    color: #D9D9D9;
    font-weight: bold;
    line-height: 1.5;
}
/*ews-list .description {
    color: #777777;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 80px;
    margin: 20px 0;
}
.news-list .box:hover .description {
    text-decoration: underline;
}*/
.news-list .more {
    background: url(../images/_icon/btn.png);
    width: 89px;
    height: 24px;
    text-indent: -5000px;
    margin-top: 10px;
}
.news-list .box:hover .more {
    background-position: 0 100%;
}

.news-detail .btn-box {
    text-align: left;
}

.news-list .txt .description{
    min-height:100px;
}


/*******************************/

.news-header {
    background: none;
    padding: 5px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}
.news-header:before{
    content: '';
    background: url(../images/news/news_line.jpg) bottom left;
    max-width: 1280px;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;

}
.news-header i {
    font-size: 15px;
    color: #00A6E4;
    padding: 15px 15px 0;
    letter-spacing: 1px;
    font-weight: normal;
    float: right;
}

.news-header .date2 {    
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 20px;
    color: #00A6E4;
}
.news-header strong {
    float: left;
    padding-top: 15px;
    width: 80%;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}


.news-header .date, .news-list .txt .date {
    float: left;
    font-size: 14px;
    text-align: center;
    color: #00A6E4;
    line-height: 1.2;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666666;
}

.news-pic {
    margin-bottom: 35px;
}

.news_btn{
    text-align: left;
}
.news-date {}

.news-date b {}

.news-detail {}

@media screen and (max-width: 1300px) {
    .news-list {
        max-width: 1100px;
        margin: 0 auto;
    }
    .news-list .item {
        width: 25%;
    }
}

@media screen and (max-width: 980px) {
    .news-list {
        max-width: 760px;
    }
    .news-list .item {
        width: 50%;
    }
    .news-list .item + .item:after {
        display: none;
    }
    .dis-list li.item:after{
        background: none;
    }
}

@media screen and (max-width: 600px) {
    .news-list {
        margin: 0 -6px;
    }
    .news-list .md_news_list {
        width: auto;
        float: none;
        border: none;
        padding: 0;
        max-width: 300px;
        margin: 0 auto 80px;
    }
    .news-list .name {
        white-space: normal;
    }
    .news-list .description {
        height: auto;
    }
}
