main {
    min-height: 400px;
    line-height: 2;
    margin-bottom: 30px;
}

main #banner {
    height: 300px;
    overflow: hidden;
    background: url(../images/banner.jpg) center center no-repeat #f5f5f5;
    background-size: cover;
}

main .pages .position {
    margin-bottom: 20px;
    font-size: 14px;
}

main .pages .position i {
    margin-right: 10px;
}

main .pages .pages_left {
    margin-top: 30px;
}

main .pages .pages_right {
    margin-top: 30px;
}


.paginate {
    margin-top: 40px;
}


main .np {
    font-size: 14px;
    line-height: 2;
    margin-top: 50px;
}


main .pages .pages_left .side_bar {
    font-size: 1rem;
    width: 90%;
}

main .pages .pages_left .side_bar .menu{
    margin-top:7px;
}

main .pages .pages_left .side_bar .menu li {
    line-height: 40px;
    padding-left: 5px;
    font-size:0.875rem;
}

main .pages .pages_left .side_bar .menu li img{
    width:90%;
    height:auto;
    margin-top:20px;
}

main .pages .pages_left .side_bar .menu li:first-child {
    background: rgba(92, 48, 125, 0.9);
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    font-size:1rem;
    padding-left:15px;
}

main .pages .pages_left .side_bar .menu li:first-child a {
    color: #fff;
}

main .pages .pages_left .side_bar .menu li:first-child a:hover {
    color: #eee;
}

main .pages .pages_left .nlist b {
    border-bottom: 2px solid rgba(92, 48, 125, 0.9);
    padding-bottom: 6px;
    position: relative;
    bottom: -1px;
}

main .pages .pages_left .nlist li:first-child {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

main .pages .pages_left .nlist li:not(:first-child) {
    font-size: 0.875rem;
}

main .pages .pages_left .nlist li:not(:first-child)::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #ccc;
    margin-right: 8px;
    margin-bottom: 3px;
}


main .pages .pages_right .news_list li {
    display: flex;
    justify-content: space-between;
    line-height: 2.4;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    font-size: 1rem;
}

main .pages .pages_right .news_list li a {
    font-size: 1rem;
}

main .pages .pages_right .news_list li span,
main .pages .pages_right .news_list li b {
    color: #999;
    font-size: 0.75rem;
    font-weight: normal;
}

main .pages .pages_right .news_list li b {
    display: none;
}

main .pages .pages_right .news_list li i {
    margin-right: 5px;
}


main .pages .pages_right .info_list li {
    display: flex;
    justify-content: space-between;
    line-height: 2.4;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    font-size: 0.875rem;
}

main .pages .pages_right .info_list li .pics {
    flex: 2;
    margin-right: 20px;
}

main .pages .pages_right .info_list li .pics img {
    width: 100%;
    height: auto;
}

main .pages .pages_right .info_list li .txts {
    flex: 8;
    line-height: 1.8;
}

main .pages .pages_right .info_list li .txts>a {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem
}

main .pages .pages_right .info_list li .txts>span {
    display: block;
    color: #999;
    font-size: 0.875rem;
}

main .pages .pages_right .info_list li .txts>b {
    display: block;
    color: #999;
    font-size: 0.75rem;
    font-weight: normal;
}

main .pages .pages_right .info_list li .txts i {
    margin-right: 6px;
}


main .pages .content h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 550;
}

main .pages .content .ftit {
    text-align: center;
    font-size: 1rem;
}

main .pages .content .fdate {
    text-align: center;
    font-size: 14px;
}

main .pages .content .fdate span:not(:last-child) {
    margin-right: 20px;
}

main .pages .content .con_txt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
    text-indent: 2rem;
    font-size: 1.125rem;
}

main .pages .infoside{
    display:none;
}


.waterfull {
    margin-top: 30px;
    display:block;
}

.waterfull ul {
    position: relative;
}

.waterfull ul li {
    width: 20%;
    float: left;
}

/* .waterfull ul li:nth-child(even){
    background:#f00;
} */

.waterfull ul li div.shadow {
    padding: 10px;
    box-shadow: 2px 4px 8px #ccc !important;
    margin: 15px;
    position: relative;
}

.waterfull li img {
    width: 100%;
    height: auto;
}

.waterfull ul li div.shadow span {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6));
    font-size: 0.875rem;
    text-align:center;
}

@media(max-width: 991.98px) {
    main #banner {
        height: 240px;
    }

    main .pages .content .con_txt {
        line-height: 1.8;
    }

    main .pages .pages_left {
        order: 3
    }

    main .pages .pages_right {
        order: 1
    }

   
    main .pages .pages_left .side_bar {
        font-size: 0.875rem;
        width: 100%;
    }

    main .pages .pages_right .content .con_txt {
        font-size: 1rem;
    }

   
    .waterfull ul li {
        padding: 5px;
        width: 25%;
        box-sizing: border-box;
        float: left;
    }

    .waterfull ul li div.shadow {
        padding: 5px;
        box-shadow: 2px 4px 8px #ccc !important;
        margin: 5px;
        position: relative;
    }

    .waterfull ul li div.shadow span {
        bottom: 5px;
        left: 5px;
        right: 5px;
        font-size: 0.75rem;
    }
}

@media(max-width: 767.98px) {
    main #banner {
        height: 220px;
    }

    .waterfull ul li {
        padding: 5px;
        width: 33.3333%;
        box-sizing: border-box;
        float: left;
    }
}

@media(max-width: 575.98px) {
    main #banner {
        height: 180px;
    }

    main .pages .pages_right .news_list li {
        display: flex;
        flex-wrap: wrap;
    }

    main .pages .pages_right .news_list li span {
        display: none;
    }

    main .pages .pages_right .news_list li b {
        display: block;
        flex: 1 95%;
    }

    main .pages .pages_right .info_list li .pics {
        order: 20;
        background: #f1f1f1;
        margin-right: 0;
    }

    main .pages .pages_right .info_list li .txts {
        order: 10;
        margin-right: 20px;
    }

    main .pages .pages_right .info_list li .txts>span {
        display: none;
    }

    main .pages .content .con_txt img {
        width: 100%;
        padding-left: 0 !important;
        margin-left: -2em !important;
        margin-right: 0 !important;
    }

    main .pages .infoside{
        display:block;
    }

    .waterfull ul li {
        padding: 5px;
        width: 50%;
        box-sizing: border-box;
        float: left;
    }

    .waterfull ul li div.shadow {
        padding: 5px;
        box-shadow: 2px 4px 8px #ccc !important;
        margin: 10px;
        position: relative;
    }
}
.zy-banner{main #banner {
    height: 300px;
    overflow: hidden;
    background: url(../images/banner.jpg) center center no-repeat #f5f5f5;
    background-size: cover;
}}