* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.dis {
    pointer-events: none;
}

.box img {
    width: 800px;
}

.box {
    margin-bottom: 60px;
}

.pages {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pages ul li.thisclass {
    display: inline-block;
    border: 1px solid #d82019;
    padding: 6px 15px;
    margin: 0 1px;
    background: #d82019;
    color: #fff
}

/* .pages ul li{
    display: inline-block;
    width: 40px;
    height: 40px;
    
} */
.pages ul li.thisclass a {
    color: #fff
}

.pages ul li a {
    /* width: 30px; */
    display: block;
    color: #999
}

.pages ul li a:hover {
    color: #fff
}

.pagination a {
    border: none !important;
}

.zxun {
    display: flex;
    height: 180px;
    padding: 10px;
    border: 1px solid #999;
    margin-bottom: 20px;
    cursor: pointer;
}

.zx-left {
    position: relative;
    width: 10%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.zx-le-top {
    width: 100%;
    height: 63%;
    position: absolute;
    font-size: 50px;
    /* top: 25%; */
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-position: center;
    background-size: cover;
}

.zx-le-bot {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    overflow: hidden;
}

.zx-right {
    width: 85%;
    height: 100%;
    margin-left: 20px;
    padding: 10px;
    overflow: overlay;

}

.zx-th {
    font-size: 20PX;
    font-weight: bold;
    text-align: justify;
}

.zx-main {
    margin-top: 10px;
    text-align: justify;
}

.xin-main {
    width: 100%;
    height: 300px;
    /*border: 1px solid #999;*/
}

.xin-top {
    font-size: 24px;
    font-weight: bold;
}

.xin-zai {
    margin-top: 10px;
    color: #999;
}

.xin-time {
    color: #999;
    margin-top: 20px;
    font-size: 20px;
}

.xin-zhu {
    font-size: 20px;
    margin-top: 30px;
    /*word-break: break-all;*/
}

.fon-box {
    width: 1280px;
}

.subnav a {
    color: #000 !important;
}

.full-inside-subnav .subnav a:after {
    background-color: transparent !important;
}

.active {
    border-bottom: 2px solid #8FC320 !important;
}

.active>a {
    color: #8FC320 !important;
}

@media screen and (max-width:1280px) {
    .fon-box {
        width: 100%;
    }

    .zx-left {
        width: 15%;
    }
}

@media screen and (max-width:1024px) {
    .zx-left {
        width: 20%;
    }

    .newscenter-list {
        padding-top: 40px;
    }
}

@media screen and (max-width:900px) {
    .box img {
        width: 100%;
        height: auto;
    }

    .newscenter-list {
        padding-top: 20px;
    }
}

@media screen and (max-width:768px) {
    .zx-left {
        width: 35%;
    }

    .zx-right {
        width: 65%;
        margin-left: 10px;
        padding: 0;
    }

    .zx-th {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 18px;
    }

    .zx-main {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .xin-top {
        font-size: 20px;
    }

    .xin-time {
        font-size: 16px;
    }
}