@charset "UTF-8";
@media screen and (max-width: 480px) {
    body {
        min-width: auto;
        position: relative;
    }
    .container,
    .box {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .books {
        position: absolute;
        display: block;
        z-index: 1111111;
        top: 0;
        right: 0;
    }
    .books::before {
        content: "";
        position: absolute;
        top: 6px;
        right: 10px;
        width: 36px;
        height: 31px;
        background: url("../images/books.png") no-repeat;
        transform: scale(0.8);
        display: inline-block;
    }
    #logoimg,
    .logo img {
        max-height: 94px;
        animation: zoomIn 1s;
    }
    #logotxt {
        font-size: 22px;
        color: #fff;
        animation: zoomIn 1s;
    }
    .header-top {
        height: 40px;
        z-index: unset;
    }
    .header-top span {
        line-height: 40px;
        height: 40px;
    }
    .search-event,
    .slideBox .hd {
        display: none;
    }
    /* 导航 */
    .nav-bar {
        width: 100%;
        margin: 0 auto;
    }
    .nav {
        display: none;
        padding: 0 !important;
        width: 100%;
        height: initial;
        position: absolute;
        top: 45px !important;
        left: 0 !important;
        background: #0062ac;
        z-index: 111 !important;
    }
    .nav .nLi>a {
        text-align: center;
        font-weight: bold;
        font-size: 17px;
        display: inline-block;
        width: 70%;
        line-height: 45px;
        height: 45px;
        color: #fff;
    }
    .nav .sub a {
        color: #fff;
        text-align: center;
        font-weight: normal;
        font-size: 15px;
        width: 100%;
        padding: 0;
        height: 45px;
        line-height: 45px;
    }
    .nav .nLi {
        margin: 0;
        position: relative;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #e7e7e7;
        height: 45px;
    }
    .nav>.nLi span {
        display: block;
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 24px;
        font-weight: bold;
        line-height: normal;
        color: #fff;
    }
    .nav .sub {
        float: left;
        width: 100%;
        left: 0;
        top: 45px;
        line-height: 50px;
        z-index: 999;
        padding: 0;
        border-radius: 0;
    }
    .nav .sub li {
        border-top: none;
        border-bottom: 1px solid #e7e7e7;
        opacity: 1;
        border-radius: 0;
        background-color: #fcb21b;
    }
    /* 轮播图 */
    .slideBox {
        margin: 0 0 20px 0;
    }
    .slideBox .bd {
        height: 100% !important;
    }
    .slideBox .bd img {
        height: 100%;
        width: 100%;
    }
    .tempWrap {
        height: 100% !important;
        width: 100% !important;
    }
    /* 主体 */
    .main-1,
    .main-1-l,
    .main-1-r,
    .main-3-l,
    .main-3-r,
    .main-4-l,
    .main-4-r {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .main-1-l .time .span1 {
        font-size: 26px;
    }
    .main-1-l .time {
        width: 70px;
    }
    .main-1-l-text {
        width: 70%;
    }
    .mytitle {
        height: 45px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .main-1-r-con div {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        text-align: left;
    }
    /* .main-1-r-con {
        text-align: center;
    } */
    .main-1-r-con>a {
        float: none;
        max-width: 180px;
        height: unset;
    }
    .main-1-r-con>a img {
        width: unset;
        height: unset;
    }
    .main-2 ul li {
        width: 50%;
    }
    .main-3 .main-1-r-con div {
        width: 100%;
    }
    .main-3 .mytitle {
        padding-top: 10px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .main-3 .mytitle span {
        font-size: 13px;
    }
    .main-3-r>img {
        width: 100%;
        height: 100%;
        float: left;
    }
    .main-3-r-con {
        /* position: unset;
        float: left;
        height: unset;
        width: 100%; */
        top: 58px;
        left: 16%;
    }
    .main-3-r-con>p {
        margin: 0 25px 15px;
    }
    .main-3-r-con>a {
        line-height: 50px;
        height: 50px;
    }
    .main-3-r-con>div {
        margin-bottom: 10px;
    }
    .main-4>ul>li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .link p {
        width: 100%;
        float: none;
    }
    .link a {
        display: block;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }
    /* footer */
    .footer {
        padding: 20px 0;
    }
    .footer p {
        font-size: 13px;
    }
    /* 二三级 */
    .section {
        width: 100%;
        padding: 15px 0;
        min-height: 500px;
    }
    .bread span:before {
        display: none;
    }
    .bread {
        padding-left: 15px;
    }
    .left_aside {
        display: none;
    }
    .right_aside {
        margin: 20px 0 30px;
        padding: 0;
    }
    .right_aside .comment {
        min-height: 200px;
        padding: 20px 0;
    }
    .bread p {
        display: none;
    }
    .bread .rt {
        float: left;
    }
    .right_aside .comment .list li {
        font-size: 14px;
    }
    .article {
        padding: 0;
        min-height: 300px;
    }
    .article .caption {
        padding: 15px 0;
    }
    .article .caption h2 {
        font-size: 18px;
        line-height: 1.5em;
    }
    .caption p {
        font-size: 12px;
    }
    .caption p span {
        margin: 0 5px;
    }
    .list-img {
        margin: 0 -5px;
    }
    .list-img li {
        width: 50%;
        padding: 0 5px;
        margin: 10px 0;
    }
    .list-img li>a {
        width: 100%;
        height: auto;
        max-height: 200px;
    }
    .content img{
        height: auto !important;
    }
}