.news-list{
    margin-top: 40px;
}

.news-list .name a span{
    color:#D2002E;
}
.content.news{
    margin-top: 100px;
}
.news-list .box {
    margin: 0 auto 20px;
    line-height: 1.65;
    overflow: hidden;
    position: relative;
}
.news-list .pic {
    float: right;
    width: 308px;
    position: relative;
    overflow: hidden;
    padding-bottom: 45px;
}
.news-list .pic a:before {
    content: '';
    display: block;
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .box:hover .pic a:before {
    opacity: 1;
}
.news-list .txt {
    left:50px;
    margin-right: 300px;
    padding:0px 86px 48px 140px;
    position: relative;
}
.news-list .box:hover .txt {
   
}
.news-list .title{
    float: left;
    position: relative;
    z-index: 50;
    width: 280px;

}
.news-list .name a {
    color: #333;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 221px;
    letter-spacing: 0;
}
.news-list .date a {
    display: block;
    font-family: 'Roboto';
    color: #d3002f;
    font-size: 14px;
}
.news-list .description a{
    color: #929292;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2em;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 218px;
}
.news-list .more{
    position: relative;
    display: inline-block;
    position: absolute;
    right: 0;
    padding-right: 75px;
    padding-left: 30px;
    bottom: 0;
    line-height: 45px;
    font-weight: 500;
    color: #272727;
    background: #ECECEC;
    font-family: 'Roboto';
}
.news-list .more .ic {
    display: block;
    position: absolute;
    right: 0;
    width: 45px;
    bottom: 0;
    height: 45px;
    text-indent: -9999px;
    overflow: hidden;
    background: #D3002F url(../../images/common/news/arrow.svg) center no-repeat;
}
.news-list .more .ic:before{
    content: '';
    position: absolute;
     display: block;
     height: 45px;
     width: 45px;
     left: 0;
     top: 0;
     background: #282828;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-list .box:hover .more .ic:before{
  -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.news-list .more .ic:after{
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -45px;
    top: 0;
    background:  url(../../images/common/news/arrow.svg) center no-repeat;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.news-list .box:hover .more .ic:after{
        transition-delay: 0.1s;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.news-header {
    max-width:1280px;
    margin: -70px auto 50px;
    width: 100%;
    table-layout: fixed;
}
.news-header .date {
    color: #d3002f;
    font-size: 16px;
    line-height: 1;
    font-family: 'Roboto';
}

.news-header .title {
    color: #333333;
    font-size: 25px;
    font-weight: bold;
    line-height:1.5em;
}
.news-header .title span{
    color:#D2002E;
}

.news-detail {
    border:solid 1px #D8D8D8;
    padding:50px 50px 90px;
    position: relative;
}
.news-detail .back{
    position: absolute;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 1200px) {
    .news-list .pic {
    float: none;
   margin:auto; 
  padding-bottom:20px;
   }
    .news-list .box{
        margin-bottom: 40px;
    }
    .news-list .title {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
    .news-list .name a{
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        height: auto;
    }
    .news-list .description a{
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 106px;

    }
    .news-list .description {
        padding-bottom: 60px;
    }
    .news-list .txt  {
       left:0px;
    margin:0px;
    width:100%;
    padding:0px 2px;;
    position: relative;
    }
    .news-header .title{
        margin: 10px 0;
        font-size: 20px;
        letter-spacing: 0;
    }
    .news-header{
        margin: 0 0 15px;
    }
    .content.news{
        margin-top: 0;
    }
    .news-detail {
        padding: 20px 20px 60px;
    }
}
@media screen and (max-width: 1000px) {
    .news-list .item:last-child .box{
        margin-bottom: 20px;
    }
}