/*------------ news ------------*/
.news-list {
    margin: 0 -30px;
}

.news-list .item {
    width: 50%;
    padding: 0 30px;
}

.news-list li:nth-child(2n+1) {
    clear: left;
}

.news-list .item .box {
    border-bottom: 5px solid #D1D1D1;
    max-width: 690px;
    margin: 0 auto 15px;
    position: relative;
    padding: 15px;
    transition: all .3s ease;
    background: #ffffff;
}

.news-list .item .box:hover {
    border-color: #d8d8d8;
}

.box .pic img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pic:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    transition: all .3s ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.box:hover .pic:before {
    opacity: 0;
}

.news-list .item .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
}

.news-list .pic {
    float: left;
    max-width: 315px;
    overflow: hidden;
    position: relative;
}

.news-list .txt {
    margin-left: 335px;
}

.news-list .title {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.news-list .date {
    display: block;
    color: #999999;
    font-size: 15px;
    font-family: 'Roboto';
    letter-spacing: 1px;
    padding: 20px 0 10px;
    margin-bottom: 0;
    position: relative;
}

.news-list .date:after {
    content: 'NEWS';
    width: 62px;
    height: 26px;
    border: 1px solid #F99900;
    position: relative;
    text-align: center;
    color: #F99900;
    margin: 0 10px;
    padding: 5px;
    line-height: 26px;
    transition: all .3s ease;
}

.news-list .description {
    line-height: 1.76;
    overflow: hidden;
    height: 70px;
    margin-bottom: 25px;
    color: #999999;
}

.news-list .description {
    line-height: 1.76;
    overflow: hidden;
    height: 70px;
    margin-bottom: 25px;
    color: #999999;
}

.news-list .box:hover .btn.style02 {
    color: #F99F0F;
}
.btn.style02:hover{
    background: none;
}
/*------------ detail-main ------------*/
.news-header {
    margin-bottom: 35px;
}

.news-header .date,
.news-header .title,
.news-detail .editor {
    max-width: 1200px;
    margin: 0 auto;
}

.news-header .date {
    display: block;
    font-size: 15px;
    font-family: 'Roboto';
    color: #f08d1d;
    letter-spacing: 1px;
    position: relative;
}

.news-header .date:after {
    content: '';
    width: 90px;
    height: 3px;
    background: #f08d1d;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.news-header .title {
    color: #000000;
    line-height: 1.6;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0;
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
    margin: 0 auto;
}

.news-detail .editor {}

/*------------ rwd ------------*/


@media screen and (max-width: 1470px) {
    .news-list {
        margin: 0 -10px;
    }

    .news-list .item {
        /* padding: 0 10px; */
    }

    .news-list .item a {
        margin-bottom: 40px;
    }

    .news-list .pic {
        max-width: 280px;
        text-align: center;
        /* max-width: inherit; */
    }

    .news-list .txt {
        margin-left: 300px;
    }

    .news-list .description {
        margin-bottom: 15px;
    }

    .btn.normal {
        width: 100px;
    }
}

@media screen and (max-width: 1100px) {
    .news-list .item {
        width: auto;
        float: none;
    }

    .news-list .pic {
        max-width: inherit;
    }

    .news-list .txt {
        margin-left: 335px;
    }

    .news-list .description {
        margin-bottom: 25px;
    }

    .news-list .pic {
        max-width: 280px;
    }

    .news-list .txt {
        margin-left: 350px;
    }

    .news-list .description {
        margin-bottom: 15px;
    }

    .news-list .title {
        font-size: 16px;
    }

    .btn.normal {
        width: 175px;
    }

    .news-list li {
        padding: 0 15px 0px;
        position: relative;
        width: 100%;
    }

    .news-header .title {
        font-size: 16px;
        padding: 15px 0;
        line-height: 1.85;
    }

    .news-header .date {
        font-size: 14px;
    }

    .news-header {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1000px) {
    .news-list .title {
        font-size: 16px;
    }

    .news-list .description {
        font-size: 14px;
    }
}

@media screen and (max-width: 580px) {
    .news-list .item a {
        max-width: 315px;
    }

    .news-list .pic {
        max-width: inherit;
        float: none;
        margin-bottom: 0;
    }

    .news-list .pic img {
        width: 100%;
    }

    .news-list .txt {
        margin-left: 0;
    }

    .news-list .description {
        margin-bottom: 10px;
        height: 50px;
    }
}