.news-list {
    margin: 0 -10px;
}
.news-list .item {
    padding: 0 10px;
    width: 100%;
}
.news-list .box {
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 10px;
    border: solid 1px #DDDDDD;
    background: #F8F8F8;
    padding: 25px 20px;
    color: #373737;
    line-height: 1;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list .box:before{
    content: '';
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 120%;
    height: 100%;
    -webkit-transform: translate3d(-120%, 0, 0) skew(-20deg);
    transform: translate3d(-120%, 0, 0) skew(-20deg);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.9s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.news-list .box:hover:before{
    -webkit-transform: translate3d(-10%, 0, 0) skew(-20deg);
    transform: translate3d(-10%, 0, 0) skew(-20deg);
}
.news-list .date,.news-header .date {
    float: left;
    color: #309AE3;
    font-size: 16px;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
        margin-top: 5px;
}
/*
.news-header .date:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    margin-right: 20px;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    vertical-align: middle;
    background: url(../../images/common/index/news_ic.png);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/
.news-list .box:hover{
}

.news-list .name {
    color: #525252;
    margin-left: 105px;

    position: relative;
    z-index: 2;
    padding:0 10px 0px ;
    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    max-height: 44px;
    font-weight: normal;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
.news-list .description{
    margin-top: 20px;
    border-top: solid #DDDDDD 1px ;
  margin-left: 132px;  
  padding:10px 30px 0 10px;
  position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 79px;

}

.news-list .box:hover .name {
}


.news-header{
    max-width: 1280px;
    margin: 0 auto 40px;
}
.news-detail{
    max-width: 1280px;
     margin: 0 auto ;
}
.news-header .title {
    color: #555E79;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.75;
    margin: 15px 0 0;
    display: block;
    clear: both;
    padding-bottom: 15px;
    border-bottom: solid 1px #DEE1E9;
}
.news-header{
    padding: 0 20px;
}

.news-detail {
}

@media screen and (max-width: 1440px) {
    .news-detail {
        padding: 0 15px 30px;
        margin: 0 -15px;
    }
    .news-list {
        margin: 0 -6px;
    }
    .news-list .item {
        padding: 0 6px;
    }
}
@media screen and (max-width: 1000px) {
    .news-list {
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-list .box{
        padding: 15px 10px;
    }
    .news-header .title {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .news-header{
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .news-editor .row_5 .col1{
        padding: 0;
        margin-bottom: 10px;
    }

}
@media screen and (max-width: 767px) {
    
}
@media screen and (max-width: 600px) {
    .news-list {
        margin: 0 -6px;
    }
    .news-list .item {
        width: 100%;
        padding: 0 6px;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }

}
@media screen and (max-width: 400px) {
    .news-list .date {
        float: none;
         display: block;
        margin-bottom: 10px;
    }
   
    .news-list .name {
        margin-left: 0;
        padding: 0
    }
    .news-list .description{
        margin-left: 0;
        padding:10px 0 0
    }
}