﻿@charset "utf-8";

.head-page .item:nth-child(5) span {
    color: #0081FF;
}
.head-page .item:nth-child(5) a:after {
    transform: scale(1);
    opacity: 1;
}
.news_lists .list{
    border-bottom: 1px solid #EEEEEE;
    padding: 50px 0;
    box-sizing: border-box;
}
.news_lists .texts{
    width: calc(100% - 402px);
    padding-right: 5.5%;
    box-sizing: border-box;
}
.news_lists .img{
    width: 402px;
    height: 226px;
}
.news_lists .list:first-child{
    padding-top: 0;
}
.news_lists .list:last-child{
    border-bottom: none;
}
.news_lists .list .tit{
    display: block;
    margin: 16px 0 14px;
}
.news_lists .list  .desc{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 79px;
}
.news-detail .title {
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 18px;
}
.news-detail .desc {
    margin-top: 11px;
}
.news-detail .con{
     margin-top: 65px;
}
.news-detail .con img{
    margin: 20px auto;
    display: block;
}
.news-detail .con p:last-child {
    margin-bottom: 0;
}
.newsDe-page {
    border-top: 1px solid #EEEEEE;
    padding-top: 33px;
}
.newsDe-list {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DCDCDC;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
     transition: all .4s;
}
.newsDe-list::before {
    content: "";
    display: block;
    width: 21px;
    height: 14px;
    background: url(../img/newsDe-list.png) no-repeat center/cover;
    transition: all .4s;
    margin-right: 8px;
}
.newsDe-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #0080FD;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe-iteml {
    width: calc(100% - 140px);
    padding-right: 5%;
    box-sizing: border-box;
}
.newsDe-iteml span {
    width: 70px;
    transition: all .4s;
}
.newsDe-iteml .item {
    margin-bottom: 20px;

}
.newsDe-iteml .item:last-child {
    margin-bottom: 0;
}
.descc {
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
}
@media only screen and (min-width: 960px) {
    .news .list:hover::after {
        width: 100%;
    }
    .news .list:hover .img img {
        height: 105%;
    }
    .news .list:hover .tit {
        color: #0080FD;
    }

    .newsDe-iteml .item:hover span {
        color: #0080FD;
    }
    .newsDe-iteml .item:hover .descc {
        color: #0080FD;
    }
    .newsDe-list:hover {
        color: #ffffff;
    }
    .newsDe-list:hover::after {
        width: 100%;
    }
    .newsDe-list:hover::before {
        background: url(../img/newsDe-hlist.png) no-repeat center/cover;
    }
}

@media only screen and (max-width: 1043px) {
    .news_lists .img {
        width: 348px;
    }
    .news_lists .texts {
        width: calc(100% - 348px);
    }
    .news-detail .con {
        margin-top: 45px;
    }
}
@media only screen and (max-width: 750px) {
    .news_lists .texts {
        width: 100%;
        padding-right: 0;
    }
    .news_lists .img {
        width: 100%;
        height: auto;
        margin: 20px 0 5px;
    }
    .news_lists .img .bg_img{
        position: initial;
        max-width: 100%;
        width: 100%;
        transform: translate(0);
    }
    .news_lists .list{
        padding: 25px 0;
    }

    .newsDe-iteml {
        width: 100%;
        padding-right: 0;
    }
    .newsDe-list {
        width: 115px;
        margin: 25px auto 0;
    }
}