@CHARSET "UTF-8";
.head-free-use:hover {
    color: #fff;
}
.xzxy-top-img {
    height: 400px;
    width: 100%;
    background: url(../images/zxdt/img_news_banner.png) no-repeat center center;
    background-size: cover;
}

.headlines {
    margin: 70px auto 0;
    width: 1200px;
    background: white;
    display: flex;
}
.leftImg {
    position: relative;
    width: 600px;
    height: 400px;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    transform:rotate(0deg);
}

.leftImgBox {
    width: 100%;
    height: 100%;
}
.leftImg img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    transition: .5s;
}
.leftImg img:hover {
    transform: scale(1.1);
}

.headlines-left-title {
    position: absolute;
    bottom: 0;
    width: 520px;
    height: 77px;
    padding: 27px 40px 0;
    border-radius: 0px 0px 20px 20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    line-height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 8, 8, 0.5) 52%, rgba(0, 0, 0, 0.8) 100%);
}

.headlines-right li {
    margin-left: 30px;
    margin-bottom: 14px;
    display: flex;
    cursor: pointer;
}
.headlines-right-title:hover {
    color: #3097FF;
}
.headlines-img {
    margin-right: 20px;
    width: 194px;
    height: 124px;
    border-radius: 10px;
    overflow: hidden;
    transform:rotate(0deg);
}
.headlines-right li img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    transition: .5s;
}
.headlines-right li img:hover {
    transform: scale(1.1);
}
.headlines-right-box {
    position: relative;
    width: 356px;
    border-bottom: 1px solid #E6E6E6;
}

.headlines-right-title {
    font-weight: 500;
    color: #333;
    font-size: 20px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.label-box {
    position: absolute;
    bottom: 8px;
    left: 0;
}
.headlines-right-label {
    border: 1px solid #999;
    color: #666;
    padding: 4px 8px;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
}

.container .title-content {
    font-size: 28px;
}

.title-zzzx-width {
    width: 88px;
}

/* 分类 */
.xzxy-classify {
    margin-top: 13px;
    border-bottom: 1px solid #eee;
    
}
.classify-box {
    margin: auto;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}
.classify-box li {
    position: relative;
    width: 200px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.classify-box li:hover {
    color:  #3097FF;
}
.classify-box li span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 86px;
    height: 6px;
    background: #fff;
    border-radius: 3px;
}
.activeClassifyTitle {
    color:  #3097FF !important;
}
.activeClassifySpan {
    background: #3097FF !important;
}

.list{
    margin: auto;
    width: 1200px;
    background: white;
}

.two-classify {
    margin: 0 22px 8px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.two-classify li {
    margin: 40px 21px 0;
    padding: 0 5px;
    width: 110px;
    height: 50px;
    line-height: 50px;
    border-radius: 14px;
    border: 1px solid #666;
    color: #666;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.two-classify li:hover { 
    border: 1px solid #409FFE;
    color: #409FFE;
}
.active-two-classify {
    background: #3097FF !important;
    color: #fff !important;
    border: 1px solid #3097FF !important;
}

.list-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 32px 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.item-title:hover{
    color: #3097FF;
}
.item-left{
    float: left;
    margin-left: 43px;
    width: 300px;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    transform:rotate(0deg);
}
.item-right{
    float: right;
    width: 731px;
    margin: 0 60px;
}

.item-img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    transition: .5s;
}
.item-img:hover {
    transform: scale(1.1);
}

.item-title{
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-desc{
    width: 722px;
    margin: 25px 0 45px 0;
    height: 22px;
    line-height: 22px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-time{
    height: 20px;
    line-height: 20px;
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
}

.pages{
    position: relative;
    overflow: hidden;
    height: 170px;
}
.noListContent {
    display: none;
    margin: 120px 0 70px 0;
    text-align: center;
}
.noListContent img {
    width: 400px;
    height: 316px;
}
.noListContent div {
    font-size: 16px;
    color: #777;
    margin-top: 22px;
}

.pageLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pageLoading img {
    width: 60px;
    height: 60px;
}


/* 分页 */
.pagination{
    bottom: 70px;
    margin-top: 30px;
}
.layui-laypage {
    margin: 0 !important;
}
.layui-laypage a, .layui-laypage span {
    padding: 0 !important;
    border: none !important;
    color: #777 !important;
    text-align: center !important;
    width: 60px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 20px !important;
    margin: 0 !important;
}
.layui-laypage .layui-laypage-curr em {
    color: #3097FF !important;
}
.layui-laypage a:hover {
    color: #3097FF !important;
}
.layui-disabled, .layui-disabled:hover {
    color: #777 !important;
}


@media screen and (max-width:1440px){
    .xzxy-top-img {
        height: 300px;
    }
    .list {
        width: 900px;
    }
    .list-item {
        padding: 24px 0;
    }
    .item-left {
        margin-left: 37px;
        width: 225px;
        height: 105px;
    }

    .item-right {
        float: right;
        width: 548px;
        margin: 0 45px;
    }
    .item-title {
        font-size: 15px;
        height: 21px;
        line-height: 21px;
    }
    .item-desc {
        width: 541px;
        margin: 19px 0 32px 0;
        height: 18px;
        line-height: 18px;
        font-weight: 400;
        font-size: 13px;
    }
    .item-time {
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .pages {
        height: 100px;
    }
    .pagination {
        bottom: 35px;
    }

    .layui-laypage a, .layui-laypage span {
        width: 48px !important;
        height: 38px !important;
        line-height: 38px !important;
        font-size: 15px !important;
    }

    .headlines {
        margin: 52px auto 0;
        width: 900px;
    }
    .leftImg {
        width: 450px;
        height: 300px;
    }
    
    .headlines-left-title {
        width: 390px;
        height: 62px;
        padding: 16px 30px 0;
        font-size: 20px;
        line-height: 28px;
    }
    
    .headlines-right li {
        margin-left: 23px;
        margin-bottom: 11px;
    }

    .headlines-img {
        width: 145px;
        height: 93px;
        margin-right: 14px;
    }
    .headlines-right-box {
        width: 272px;
    }
    
    .headlines-right-title {
        font-size: 15px;
        line-height: 21px;
    }
    .label-box {
        bottom: 7px;
    }
    /* .headlines-right-label {
        padding: 1px 8px;
    } */

    .container .title-content {
        font-size: 21px;
    }
    
    .title-zzzx-width {
        width: 80px;
    }


    .xzxy-classify {
        margin-top: 24px; 
    }
    .classify-box {
        width: 900px;  
    }
    .classify-box li {
        width: 150px;
        height: 68px;
        line-height: 68px;
        font-size: 15px;
    }
    .classify-box li span {
        width: 63px;
        height: 4.5px;
    }

    .two-classify {
        margin: 0 0px 8px 27px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .two-classify li {
        margin: 20px 10px 0;
        width: 90px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
}