@charset "utf-8";


.head-page .news_item span{
    color: #bba600;
}
.head-page .news_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.news_lists .list{
    padding: 20px 26px;
    box-sizing: border-box;
    margin-bottom: 40px;
    box-shadow: 0px 0px 13px 1px rgba(25,27,35,0.12);
    position: relative;
    z-index: 1;
}
.news_lists .list::before{
    content: "";
    display: block;
    width: 0;
    height: 6px;
    background: #bba600;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
}
.news_lists .img{
    width: 33.6%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news_lists .img img{
    max-height: 100%;
    transition: all .4s;
}
.news_lists .text{
    width: 66.4%;
    padding: 0 70px 0 70px;
    box-sizing: border-box;
}
.news_lists .time {
    margin: 20px 0 18px;
}
.news_lists .tit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_lists .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}
.news_lists .watch_detail{
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.news_lists .watch_detail::after{
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../images/watch_detail.png) no-repeat center/cover;
    margin-left: 10px;
}
.news_detail_pg{
    background: #f5f7f8;
}
.news_detail_pg .page_lists{
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(3,12,26,0.04);
    width: 75.45%;
    padding: 55px 60px;
    box-sizing: border-box;
}
.news_detail .page_lists .title  {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 27px;
    box-sizing: border-box;
    margin-bottom: 35px;
}
.news_detail .page_lists .title  .desc {
    margin-top: 20px;
}
.page_lists .con img{
    display: inline-block;
    margin: 10px 0;
}
.page_lists .con p{
    margin-bottom: 16px;
}
.page_lists .con p:last-child{
    margin-bottom: 0;
}
.newsDe-page {
    border-top: 1px solid #EEEEEE;
    padding-top: 40px;
    box-sizing: border-box;
    margin-top: 60px;
}
.newsDe_list {
    width: 175px;
    height: 55px;
    border: 1px solid #EEEEEE;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 1;
}
.newsDe_list::before {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    background: url(../images/newsde_list.png) no-repeat center/cover;
    margin-right: 15px;
    transition: all .4s;
}
.newsDe_list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #bba600;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe_iteml {
    width: calc(100% - 175px);
    padding-right: 5%;
    box-sizing: border-box;
}
.newsDe_iteml span {
    width: 70px;
    transition: all .4s;
}
.newsDe_iteml .item {
    margin-bottom: 12px;
    transition: all .4s;
}
.newsDe_iteml .item:last-child {
    margin-bottom: 0;
}
.newsDe_iteml .descc {
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
}
.newsDe_iteml .item:hover .descc {
    color: #bba600;
}
.nav_lists {
    max-width: 313px;
    width: 20%;
}
.nav_lists .nav_texts {
    margin-top: 8px;
}
.nav_lists .item {
    display: block;
    position: relative;
    transition: all .4s;
    border-bottom: 1px solid #CCCCCC;
    padding: 25px 0;
    box-sizing: border-box;
}
.nav_lists .time{
    display: flex;
    align-items: center;
}
.nav_lists .time::before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../images/nav_lists_next.png) no-repeat center/cover;
    margin-right: 15px;
}
.nav_lists .tit{
    margin-top: 18px;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 13px;
}
.nav_lists .con{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}
@media only screen and (min-width: 960px) {
    .nav_lists .item:hover {
        transform: translateX(5px);
    }
    .nav_lists .item:hover .tit{
        color: #bba600;
    }
    .news_lists .list:hover::before{
        width: 100%;
    }
    .news_lists .list:hover img{
        transform: scale(1.08);
    }
    .news_lists .list:hover .watch_detail {
        color: #bba600;
    }
    .news_lists .list:hover .tit{
        color: #bba600;
    }
    .newsDe_list:hover::before {
        background: url(../images/newsde_list_hover.png) no-repeat center/cover;
    }
    .newsDe_list:hover::after {
        width: 100%;
    }
    .newsDe_list:hover {
        color: #fff;
    }
}
@media only screen and (max-width: 13660px) {
    .news_lists .img{
        height: 250px;
    }
}
@media only screen and (max-width: 1280px) {
    .news_lists .list .texts {
        padding: 25px 20px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1200px) {
    .news_lists .text {
        padding: 0 30px 0 50px;
    }
    .newsDe-page{
        margin-top: 60px;
    }
    .newsDe_list{
        width: 152px;
        height: 50px;
    }
    .news_detail_pg .page_lists {
        width: 100%;
        padding: 40px 35px;
    }
    .page_lists .con {
        text-indent: 0;
    }
    .nav_lists {
        max-width: 100%;
        width: 100%;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1043px) {
    .news_lists .desc{
        height: 56px;
    }
}
@media only screen and (max-width: 1024px) {
    .news_lists .time {
        margin: 12px 0 10px;
    }
    .news_lists .watch_detail{
        margin-top: 20px;
    }
    .nav_lists{
        display: none;
    }
    .news .page_lists {
        width: 100%;
    }
    .news_lists .img {
        height: 210px;
    }
}
@media only screen and (max-width: 960px) {
    .newsDe_list {
        width: 128px;
        height: 45px;
    }
    .newsDe_list::before{
        margin-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .news_lists .img{
        width: 35%;
        height: auto;
    }
    .news_lists .text {
        padding: 0 0 0 15px;
        width: 65%;
    }
    .news_lists .list {
        margin-bottom: 15px;
        padding: 20px 15px;
    }
    .news_lists .list:last-child{
        margin-bottom: 0;
    }
    .news_lists .tit{
        font-size: 16px;
    }
    .news_lists .list .time {
        display: none;
    }
    .news_lists .desc{
        -webkit-line-clamp: 2;
        height: 52px;
        margin-top: 8px;
    }
    .news_lists .watch_detail{
        display: none;
    }
    .newsDe-page {
        margin-top: 30px;
        padding-top: 20px;
    }
    .newsDe_iteml{
        width: 100%;
        padding-right: 0;
    }
    .newsDe_list{
        margin: 25px auto 0;
    }
    .news_detail .page_lists .title {
        margin-bottom: 20px;
        padding-bottom: 15px;
        text-align: center;
    }
    .news_detail .page_lists .title .desc {
        margin-top: 6px;
    }
    .page_lists .con p {
        margin-bottom: 10px;
    }
    .news_detail_pg .page_lists {
        width: 100%;
        padding: 25px 15px 30px;
    }
}