.nav .s1 {
    background-position: 0 0;
    background: url(../images/lsj-icon01.png) no-repeat center center;
}

.pages span.current {
    background-color: #00a0e9;
    color: #fff;
    position: relative;
}

.pages span {
    display: inline-block;
    line-height: 18px;
    margin: 0 2px;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: middle;
    background-color: #eee;
    border-radius: 2px;
}

.ztzl {
    font-size: 18px;
    font-weight: 700;
    color: #3091ff;
    text-align: center;
    margin-bottom: 20px;
}

.list-t li:before {
    content: none
}

.list-t li {
    width: 30%;
    /* position: relative; */
    float: left;
    padding: 0;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 200px;
    box-shadow: 0 8px 8px rgba(10, 16, 20, .24), 0 0 8px rgba(10, 16, 20, .12);
    border-radius: 5px;
}

.list-t li span {
    display: block;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-t li img {
    width: 100%;
    height: 160px;
}

.tab {
    display: none;
    width: 90%;
    margin: 20px auto;
}

.tab::before {
    /* content: ''; */
    border: solid #3091ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.tab::after {
    /* content: ''; */
    border: solid #3091ff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.tab a {
    float: left;
    width: 18%;
    margin: 0px 36px;
}

.pages {
    padding: 40px 0;
    float: left;
    width: 100%;
    /*   margin-top: 500px; */
}

.zl_time li {
    float: left;
    width: 185px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #efefef;
    border-radius: 5px;
    margin-left: 60px;
}

.zl_time li.on {
    background-color: #3080c5;
}

.zl_time li.on a {
    color: #fff;
}

.zl_sjz {
    position: relative;
    padding: 20px 50px;
}

.yearlr .prevdh {
    position: absolute;
    left: 25px;
    top: 15px;
    z-index: 999
}

.yearlr .nextdh {
    position: absolute;
    right: 40px;
    top: 15px;
    z-index: 999
}

@media (max-width: 1200px) {
    .zl_sjz {
        display: none;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 1200px) {
    .tab {
        display: block;
    }
}

@media (max-width: 1024px) {
    .list-t li {
        width: 30%;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {
    .tab a {
        margin: 0;
    }
    .list-t li {
        width: 44%;
    }
}

@media (max-width: 480px) {
    .list-t li {
        width: 44%;
    }
}

@media (max-width: 414px) {
    .list-t li {
        width: 90%;
    }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}