/* 修改 */
.btn-box {
    display: none;
    position: absolute;
    right: 5%;
    top: 27%;
    overflow: hidden;
}

.search-btn {
    float: left;
    width: 28px;
    height: 28px;
    background: url(/jxjyxy/images/search_ico.png) no-repeat;
    background-size: cover;
    border: none;
}

.search-box {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    z-index: 2;
overflow: hidden;

}

.search-box div {
    margin-top: 10px;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
border: 1px solid #333;
}

.search-box input[type="text"]{
    float: left;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
    border:0;
    outline: none;
    padding-left: 15px;
    font-size: 18px;
}

.search-box input[type="submit"]{
    padding:0;
    width: 40px;
    height: 40px;
    float: left;
    border: none;
    box-sizing: border-box;
    background: url('/jxjyxy/images/search_ico.png') no-repeat;
    background-size: 25px 25px;
    background-position: 7px 7px;
    background-color: rgb(133,21,21);
    
}


.phone-btn {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 3;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.phone-btn i {
    display: block;
    width: 100%;
    height: 3px;
    background: rgb(233, 220, 220);
    margin: 4px 0 7px 0;
    border-radius: 2px;
}


/* 手机菜单 */
.phone-nav {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 60%;
    z-index: 5 !important;
max-height: 82vh;
    overflow: auto;
}

.phone-nav .accordion {
    width: 100%;
    background: #660000;
    color: #fff;
    z-index: 5;
}

.phone-nav .accordion .link>a {
    color: #fff;
    font-weight: 700 !important;
}

.phone-nav .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #7e0e0e;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}

.phone-nav .accordion .link .toggle {
    float: right;
}

.phone-nav .accordion li:last-child .link {
    border-bottom: 0;
}

.phone-nav .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.phone-nav .accordion li.open .link {
    color: #ff9900;
}



.phone-nav .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);

}


.phone-nav .submenu {
    display: none;
    background: #7c7c7c;
    font-size: 14px;
}

.phone-nav .submenu li {
    border-bottom: 1px solid #9e9d9d;
}

.phone-nav .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.phone-nav .submenu a:hover {
    background-color: #eff6ff67;
    color: rgb(0, 0, 0);
}


.phone-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3333334b;
    z-index: 2;
}

@media (max-width: 500px) {
    body  {
        min-width: 100%;
    }

    a {
        -webkit-tap-highlight-color:transparent;
    }
    
    .link {
        -webkit-tap-highlight-color:transparent;
    }

    .btn-box {
        display: block;
    }
    

    .header {
        width: 100%;
        min-width: 100%;
        height: 67px;
    }


    .w1200 {
        width: 100%;
    }

    .header_bg {
        position: relative;
        background: none;
        height: 100%;
        overflow: visible;
    }

    .header .logo {
        margin-top: 0;
    }

    .header .logo a {
        float: left;

    }
    .header .logo a img{
        width: 100%;
    }

    .header .logo>a:nth-child(2) {
        width: 50%;
    }

    .header .logo>a:nth-child(3) {
        width: 23%;
    }

    .top-right {
        display: none;
    }

    .i-others {
        min-width: 100%;
    }

    .i-menu {
        display: none;
    }
    .p_news {
        width: 100%;
    }

    .i-link {
        width: 100%;
    }

    .footer  {
        min-width: 100%;
    }

    .t_title h1 {
        font-size: 22px;
    }

    /* 新闻 */

    .new-slider {
        width: 100% !important;
        padding-left: 2.5vw !important;
        padding-bottom: 0 !important;
    }
    #u_u7_centerCutImg,
    #u_u7_div {
        width: 95vw !important;
        height: 72vw !important;
    }

#u_u7_div + div {
width: 100% !important;
}

#u_u7_imgdiv,
#u_u7_imgdiv img,
#u_u7_url {
display: block;
width: 100%;
height:100%
}





    .date_list {
        float:none;
        width: 96%;
margin-left: 2%;
        height: auto;
    }

    .date_list li:before {
        float: left;
        margin-top: 8px;
    }


    .date_list li a {
        display: block;
        height: 22px;
        overflow: hidden;
        margin-left: 14px;
    }


    /* 学历教育 */

    .oth-lis-box {
        min-height: 100px;
width: 96%;
    margin-left: 2%;
    }

.oth-nav {
width: 96%;
    margin-left: 2%;
}

    .n_list2 {
        height: auto;
    }

    .n_list2 li:first-child a{
        display: block;
        float: none;
        margin-left: 54px;
    }


    .i-others  .w1200>div {
        float: none;
        width: 100%;
    }

    .i-others_left {
        width: 100%;
    }



    /* 链接 */
    .i-link_left {
        width: 100%;
        margin-top: 10px;
    }

    .i-link_left ul {
        width: 100%;
    }

    .i-link_left a {
        width: 48vw;
        height: 16vw;
        margin: 2vw 1vw;
    }

    .i-link_left a img {
        width: 100%;
        height: 100%;
    }

    .i-link_right {
        float: none;
        width: 100%;
    }

    .i-link_right .kstd_link {
        width: 100%;

    }

    .i-link_right .kstd_link li {
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .footer-left {
        width: 100%;
        text-align: center;
    }

    .footer-left span {
        display: inline-block;
    }



    /* 列表页 */
    .list-main {
        width: 100%;
    }

    .list-main-left  {
        display: none;
    }

    .list-main-right {
        float: none;
        width: 98%;
        margin-left: 1%;
    }

    .fy-list {
        padding-top: 10px;
    }


    .fy-list li a {
        display: block;
        float: none;
        margin-right: 90px;
        width: auto;
    }

    /* 内容页 */

    .c-content .other-s {
        font-size: 12px;
    }
    .c-content .c-title {
        font-size: 26px;
        line-height: 35px;
    }

    .c-content .nr-info p span {
        font-size: 18px !important;
    }

    .Section0 p  img {
        width: 100% !important;
        height: auto !important;
    }


    /* 单篇页 */
    .v_news_content p img {
        display: block;
        width: 100%;
        height: auto;    }

    /* 通知公告 */

    .zylist ul li a {
        line-height: 30px;
    }

}   


@media (max-width: 400px) {
    .header {
        height: 52px;
    }
    .search-btn {
        margin-top: 1px;
        width: 24px;
        height: 24px;
    }

    .phone-btn {
        margin-left: 15px;
        width: 25px;
    }

    .phone-btn i {
        margin-bottom: 6px;
    }
        .ssys {
        width: 40px;
        height: 40px;
        margin-right: 8px;
        line-height: 15px;
    }

    .t_title h1 {
        font-size: 20px;
        font-weight: 600;
        height: 44px;
        line-height: 44px;
    }

    .date_list li {
        padding: 10px 0;
    }

    .p_news {
        margin-top: 10px;
    }

    .t_title {
        height: 45px;
    }

    .iiys {
        line-height: 20px;
    }

    .list-main-right .lm_name h2 {
        font-size: 20px;
    }

    .n_list2 li:first-child a{
        display: block;
        float: none;
        margin-left: 49px;
        line-height: 20px;
        height: 40px;
        margin-right: 0;
    }

    .n_list2 li a {
        float: none;
        display: block;
        margin-right: 40px ;
        height: 30px;
        overflow: hidden;
    }

    .i-link_left {
        margin-top: 0;
    }

    .i-link_right .kstd_link li img {
        width: 20px;
    }

    .i-link_right .kstd_link a {
        font-size: 12px;
    }


    .c-content .c-title {
        font-size: 24px;
        line-height: 35px;
    }

    .c-content .nr-info p span {
        font-size: 16px !important;
    }


    .zylist ul li a {
        font-size: 16px;
        line-height: 25px;
    }


}

@media (max-width: 360px) {
    html {
        min-width: 360px;
    }



    #u_u6_centerCutImg,
    #u_u6_div {
        width: 320px !important;
        height: 240px !important;
    }

    .new-slider {
        padding-left: 20px !important;
    }

    .i-link_left a {
        width: 170px;
        margin: 10px 5px;
    }

    
    .c-content .c-title {
        font-size: 22px;
        line-height: 30px;
    }
}