@media only screen and (max-width : 768px) {
    * {
        margin: 0;
        padding: 0;
    }
    a {
        text-decoration: none;
    }
    html,body{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background: #fff;
    }
    ul,
    ol,
    li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
#promptBox {
     display:none;
     position: fixed;
     height: 200px;
     width: 320px;
     z-index: 999;
      /* background-color: cornflowerblue; */
}
    .clearfix:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .clearfix {
        *zoom: 1;
    }
    .contain{
        width: 100%;
        height: auto;
        margin: auto;
        overflow: inherit;
    }
    img{
        display: block;
    }
    /* 首页 */
    .box{
        width:100%;
        height: auto;
    }
    /* 轮播图 */
    .banner {
        width: 100%;
        max-height: 690px;
        height: auto;
    }
    .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide{
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide img {
        width: 100%;
    }
    .swiper-button-next {
        right: 30px !important;
        outline: none;
    }
    .swiper-button-prev {
        left: 30px !important;
        outline: none;
    }
    .swiper-button-black {
        background: #fff;
        opacity: .5;
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 17px !important;
        color: #fff;
        width: 16px;
        height: 20px;
        background: rgba(0,0,0,.4);
        padding: 10px 15px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
    }
    .swiper-pagination-bullet {
        width: 20px!important;
        height: 5px!important;
        display: inline-block!important;
        border-radius: 0%!important;
        background: #e78784!important;
        opacity: .5!important;
    }
    .swiper-pagination-bullet-active{
        background-color: #a80904!important;
        width: 30px!important;
        height: 5px!important;
        opacity: 1!important;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 5px!important;
    }
    /* 导航 */
    .header{
        width: 100%;
        height: auto;
        margin: auto;
        background: url(../img/top_bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .logo{
        width: auto;
        height: 65px;
        float: left;
        margin-top: 5px;
        margin-left: 5px;
    }
    .logo img{
        height: 100%;
        width:auto;
    }
    .search{
       display: none;
    }
    .top{
        display: none;
    }
    .nav{
        display: none;
    }
    /* 移动端导航 */
    .nav-phone {
        display: block;
        position: relative;
        z-index: 999;
        width: 100%;
        height: 70px;
        padding: 10px 0px;
        box-sizing: border-box;
    }

    .nav-phone .bg-banner {
        width: auto;
        height: 40px;
        display: block;
        margin-left: 20px;
    }

    .nav-phone .navTip {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0px;
    }

    .nav-phone .navTip p {
        line-height: 40px;
        font-size: 12px;
        color: #fff;
        margin: 0;
        font-weight: bold;
        text-align: center;
    }

    .nav-phone .navTip span {
        display: block;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        margin: 0;
        text-align: center;
    }

    .nav-phone .toggleBtn {
        position: absolute;
        top: calc((100% - 32px) / 2);
        right: 0px;
        width: 32px;
        height: 32px;
        margin: auto;
        /* background-color: #fff; */
        border-radius: 4px;
        margin-right: 10px;
    }

    .toggleBtn img {
        position: absolute;
        z-index: 999;
        right: 0px;
        width: 24px;
        height: auto;
        margin: 4px;
    }

    .toggleBtn .bg-banner {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }

    .nav-phone .menu-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 999;
        width: 50%;
        margin-left: 50%;
        height: auto;
        overflow: hidden;
        background-color: #a90904;
        /* border: 1px #ccc solid; */
        box-sizing: border-box;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        /* border-bottom: 10px #b99570 solid; */
    }

    .menu-list>ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: transparent;
        padding: 0;
        margin: 0;
    }

    .menu-list>ul>li {
        position: relative;
        width: 100%;
        height: auto;
        padding: 0px;
        text-align: center;
        background-color: transparent;
        border-bottom: 1px solid #bc0600;
    }

    .menu-list>ul>li>a {
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .menu-list>ul>li>span {
        position: absolute;
        top: 0;
        right: 20px;
        height: 40px;
        line-height: 40px;
        padding: 0px;
        color: #999;
    }

    .menu-list>ul>li>span>img {
        width: 20px;
        height: 20px;
        margin: 10px 0px;
    }
    /* 移动端二级导航展开 */
    .menu-list ul li .child-list {
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }

    .menu-list ul li .child-list li {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #b80600;
        position: relative;
    }

    .menu-list ul li .child-list li a {
        display: block;
        font-size: 14px;
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #c10600;
    }
    /* 移动端三级级导航展开 */
    .menu-list .child-list .third-nav{
        display: none;
        background-color: #fff;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0;
    }

    .menu-list .child-list .third-nav li {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #d50700;
    }

    .menu-list .child-list .third-nav li a {
        display: block;
        font-size: 14px;
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #c10600;
    }
    .menu-list ul li .child-list li span    {
        position: absolute;
        top: 0;
        right: 20px;
        height: 40px;
        line-height: 40px;
        padding: 0px;
        color: #999;
    }
    .menu-list ul li .child-list li span>img {
        width: 20px;
        height: 20px;
        margin: 10px 0px;
    }
    /* news */

    .news{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 20px 0 0 0;
        overflow: hidden;
    }
    .news_left{
        float: none;
        width: 100%;
        height: auto;
        background: #f6f6f6;
        border: 1px solid #e7e9ec;
        border-radius: 0px;
    }
    .news_left ul{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .news_left ul li{
        width: 25%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        background: #fff;
        margin-bottom: 0px;
        padding: 0px 0px;
        cursor: pointer;
        float: left;
        text-align: center;
    }
    .news_left ul li img{
        float: left;
        height: 0;
        margin: 0;
    }
    .news_left ul li .cur_img_active{
        display: none;
    }
    .news_left ul li span{
        float: left;
        display: inline-block;
        height: 100%;
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        color: #a90904;
        text-align: center;
    }
    .news_left ul .cur{
        background: #a90904;
    }
    .news_left ul .cur span{
        color: #fff;
    }
    .cur .cur_img_active{
        display: block!important;
    }
    .cur .cur_img{
        display: none;
    }
    .cur span{
        color: #fff;
    }
    .news .on{
        display: block;
    }
    .new_content_item{
        width: calc(100% - 20px);
        float: none;
        display: none;
        padding: 10px;
    }
    .new_content_item .more{
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
        line-height: 30px;
        border-bottom: 1px dashed #a90904;
    }
    .new_content_item .more a{
        width: auto;
        height: 100%;
        overflow: hidden;
        float: right;
    }
    .new_content_item .more a span{
        float: left;
        color: #999;
        font-size: 14px;
    }
    .new_content_item .more a img{
        float: left;
        margin: 9px 5px;
    }
    .new_content{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .news_img{
        width: 100%;
        float: none;
    }
    .news_img img{
        width: 100%;
        height: 100%;
    }
    .news_list{
        float: none;
        width: 100%;
        margin-left: 0px;
        height: auto;
        margin-top: 15px;
    }
    .news_list ul{
        width: 100%;
        height: auto;
    }
    .news_list ul li{
        width: 100%;
        height: 80px;
        margin-bottom: 25px;
    }
    .news_list ul li a{
        width: 100%;
        height: auto;
    }
    .news_list .news_time{
        width: 80px;
        padding-right: 20px;
        height: 100%;
        float: left;
        position: relative;
    }
    .news_list .news_time::after{
        position: absolute;
        right: 10px;
        top: 7%;
        content: "";
        width: 2px;
        height: 90%;
        background: #999;
    }
    .news_list .news_time .day{
        font-size: 36px;
        color: #333333;
        font-weight: 600;
        text-align: center;
        width: 100%;
        line-height: 60px;
        height: 50px;
    }
    .news_list .news_time .year{
        text-align: center;
        color: #666666;
        height: 30px;
        line-height: 30px;
        width: 100%;
    }
    .news_list .list_item{
        width: calc(100% - 100px);
        float: left;
    }
    .news_list .list_item:hover .list_detail{
        color: #a90904;
    }
    .news_list .list_item .list_tit{
        height: 35px;
        line-height: 35px;
        color: #a90904;
        font-size: 16px;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .news_list .list_item .list_detail {
        height: 45px;
        line-height: 22px;
        width: 100%;
        color: #999;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .doc_link{
display:none;
        width: calc(100% - 20px);
        height: auto;
        margin: 0 auto;
        padding: 20px 10px 0px 10px;
    }
    .doc_link a{
        display: inline-block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .doc_link a:last-child{
        margin-right: 0;
    }
    .doc_link a img{
        width: 100%;
        height: auto;
    }
    .kyjg{
        width: 100%;
        height: auto;
        padding: 20px 0;
        background: #f7f7f7;
    }
    .kyjg_tit{
        width: 120px;
        height: 40px;
        line-height: 50px;
        text-align: center;
        margin: auto;
    }
    .kyjg_tit img{
        float: left;
        margin: 7px;
    }
    .kyjg_tit span{
        display: inline-block;
        height: 40px;
        line-height: 37px;
        color: #a90904;
        font-weight: 600;
        font-size: 20px;
        float: left;
    }
    .kyjg_list{
        border-top: 1px dashed #e07370;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 30px 0 0 0;
    }
    .kyjg_list .kyjg_item{
        width: 50%;
        height: auto;
        float: left;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .kyjg_list .kyjg_item a{
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    .kyjg_list .kyjg_item:last-child{
        margin-right: 0;
    }
    .kyjg_list .kyjg_item .kyjg_img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0px 0px 7px #a5a5a5;
        position: relative;
        margin: auto;
        overflow: hidden;
    }
    .kyjg_list .kyjg_item .kyjg_img img{
        height: 40px;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .kyjg_list .kyjg_item .kyjg_name{
        width: 100%;
        text-align: center;
        line-height: 28px;
        color: #333;
        margin-top: 10px;
        font-size: 14px;
    }
    .kyjg_img .img2{
        display: none;
    }
    .kyjg_item:hover .kyjg_img{
        background: url(../img/kyjg_active.png) no-repeat;
        background-size: 100% 100%;
        box-shadow: 0px 0px 0px #fff;
    }
    .kyjg_item:hover .img2{
        display: block;
    }
    .kyjg_item:hover .img1{
        display: none;
    }
    .picture{
        width: 100%;
        height: auto;
        padding: 20px 0 0 0;
    }
    .picture_tit{
        width: 120px;
        height: 40px;
        line-height: 50px;
        text-align: center;
        margin: auto;
    }
    .picture_tit img{
        float: left;
        margin: 7px;
    }
    .picture_tit span{
        display: inline-block;
        height: 40px;
        line-height: 37px;
        color: #a90904;
        font-weight: 600;
        font-size: 20px;
        float: left;
    }
    .picture_list{
        position: relative;
        border-top: 1px dashed #e07370;
        width: calc(100% - 20px);
        height: auto;
        padding: 30px 10px 30px 10px;
    }
    .picture_list .more{
        width: 100px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 0;
        top: -37px;
    }
    .picture_list .more a{
        width: auto;
        height: 100%;
        overflow: hidden;
        float: right;
    }
    .picture_list .more a span{
        float: left;
        color: #999;
        font-size: 14px;
    }   
    .picture_list .more a img{
        float: left;
        margin: 9px 5px;
    }
    .picture_list ul{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .picture_list ul li{
        width: calc(50% - 7px);
        height: 160px;
        float: left;
        margin-right: 10px;
        border: 1px solid #910600;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .picture_list ul li:nth-child(even){
        margin-right: 0;
    }
    .picture_list ul li:last-child{
        margin-right: 0;
        display: none;
    }
    .picture_list ul li a{
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .picture_list ul li img{
        width: 100%;
        height: 120px;
       
    }
    .picture_list ul li p{
        width: calc(100% - 30px);
        height: 40px;
        line-height: 40px;
        padding: 0 10px 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: #910600;
        color: #fff;
        position: relative;
        font-size: 14px;
    }
    .picture_list ul li p::after{
        width: 8px;
        height: 8px;
        background: #fff;
        content: "";
        position: absolute;
        top: 17px;
        left: 8px;
        border-radius: 50%;
    }
    .picture_list ul li:hover img{
        transform: scale(1.1,1.1);
        transition: .2s;
    }
    .links{
        display: none;
    }
    .footer{
        width: 100%;
        min-width: 100%;
        height: 90px;
        overflow: hidden;
        background: url(../img/footer_bg.png) no-repeat;
        background-size: 100% 100%;
    }
    .copy{
        width: 100%;
        height: 40px;
        padding: 25px 0;
        overflow: hidden;
        margin: auto;
    }
    .copy a{
        display: none;
    }
    .copy .copy_info{
        float: left;
        width: 100%;
    }
    .copy .copy_info p{
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #e4c2c2;
        text-align: center;
    }
    /* 列表 */
    .details_banner{
        width: 100%;
        height: auto;
    }
    .details_banner img{
        width: 100%;
        height: auto;
    }
    .content {
        width: calc(100% - 20px);
        height: auto;
        overflow: hidden;
        margin: 10px auto 40px;
        padding: 0 10px;
    }
    .content .colum {
        display: none;
    }
    .content .details-wrap {
        float: right;
        width: 100%;
        height: auto;
        background-color: #fff;
    }
    .details-tit{
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-bottom: 10px;
        position: relative;
    }
    .details-tit::after{
        position: absolute;
        bottom: 0px;
        left: 0;
        content: "";
        height:3px;
        width: 100%;
        background: url(../img/fgx.png) no-repeat;
        background-size: 100% 100%;
    }
    .details-tit .colum_tit{
        display: none;
    }
    .details-tit .targetBar {
        width: auto;
        height: 40px;
        float: none;
        padding: 0 0px;
        overflow: hidden;
    }
    .details-tit .targetBar strong {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #707070;
        font-size: 14px;
        font-weight: 100;
    }
    .details-tit .targetBar span {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #707070;
        font-size: 14px;
        margin: 0 0;
    }
    .details-tit .targetBar label {
        float: right;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #707070;
        font-size: 14px;
        margin: 0 0;
    }
    .details-tit .targetBar a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        color: #707070;
        font-size: 14px;
    }
    .details-tit .targetBar a:hover {
        color: #a90904;
    }
    .list-wrap {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .list-wrap ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .list-wrap ul li {
        list-style: none;
        width: 100%;
        height: 80px;
        overflow: hidden;
        margin-top: 15px;
    }
    .list-wrap ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #333;
    }
    .list-wrap .list-time {
        width: 90px;
        height: 80px;
        background: #ececec;
        float: left;
        margin-right: 10px;
    }
    .list-wrap .list-time .list-day{
        font-size: 32px;
        color: #a90904;
        text-align: center;
        width: 100%;
        line-height: 45px;
        height: 45px;
        position: relative;
    }
    .list-wrap .list-time .list-day::after{
        width: 30px;
        height: 1px;
        content: "";
       background: #5d92c3;
       position: absolute;
       bottom: 0;
       left: calc(50% - 16px);
    }
    .list-wrap .list-time .list-year{
        text-align: center;
        color: #999;
        height: 35px;
        line-height: 35px;
        width: 100%;
    }
    .list-wrap .list-cont{
        width: calc(100% - 110px);
        height: 80px;
        float: left;
    }
    .list-wrap .list-cont .list-tit{
        height: 35px;
        line-height: 35px;
        color: #333;
        font-size: 16px;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .list-wrap .list-cont .list-detail{
        height: 45px;
        line-height: 22px;
        width: 100%;
        color: #999;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list-wrap ul li:hover .list-tit{
        color: #a90904;
    }
    .list-wrap ul li:hover .list-detail{
        color: #a90904;
    }
    .teacher-list {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .teacher-list ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .teacher-list ul li {
        list-style: none;
        width: calc(100% - 10px);
        height: auto;
        overflow: hidden;
        margin-top: 20px;
        padding: 0px 5px 20px 5px;
        border-bottom: 2px solid #fdf0ef;
    }
    .teacher-list ul li a {
        display: inline-block;
        width: calc(100% - 10px);
        height: 182px;
        color: #333;
        padding: 5px;
    }
    .teacher-list .teacher-left {
        float: left;
        height: 180px;
        border-radius: 10px 10px;
        box-shadow: 0px 0px 14px #f3f3f3;
        border: 1px solid #f3f3f3;
    }
    .teacher-list .teacher-left .teacher-img{
        border-radius: 10px 10px 0 0;
        background: #fff;
        padding: 15px;
        height: 110px;
    }
    .teacher-list .teacher-left img{
        height: 110px;
        width: 92px;
    }
    .teacher-list .teacher-left .teacher-name{
        height: 38px;
        line-height: 40px;
        color: #666;
        border-top: 2px solid #ebe8e8;
        border-radius: 0px 0px 10px 10px;
        text-align: center;
    }
    .teacher-list .teacher-detail {
        float: left;
        width: calc(100% - 135px);
        margin-left: 10px;
        padding: 5px 0;
        height: calc(100% - 10px);
    }
    .teacher-list .teacher-detail p{
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .teacher-list .teacher-detail .gzfg{
        height: auto;
        min-height: 35px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    
    .dialog {
        width: 320px;
        padding: 20px;
        z-index: 999;
        font-size: 12px;
        border: 1px #999 solid;
        background-color: #fff;
        box-shadow: 0 1px 5px #aaa;
        border-radius: 5px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }
    .dialog .bar {
        width: 100%;
        float: left;
        height: 20px;
    }
    .dialog .content {
        height: auto;
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        padding: 20px 0;
        margin: 0;
    }
    .dialog .bar .title {
        float: left;
        margin-right: 10px;
        font: bold 14px / 20px "Microsoft Yahei";
    }
    .dialog .bar .close {
        float: right;
        cursor: pointer;
        text-decoration: none;
        height: 20px;
        line-height: 20px;
    }
    .dialog .times {
        font-weight: bold;
        color: rgb(153, 153, 153);
        font-family: Arial !important;
        font-size: 24px !important;
    }
    
    .details {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .details h3 {
        width: 100%;
        font-size: 18px;
        color: #333;
        margin: 0px;
        line-height: 40px;
        font-weight: 100;
        text-align: center;
        padding: 0;
        margin: 10px 0px 10px 0px;
    }
    /*.details span {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #999;
        margin-bottom: 30px;
    }*/
    .details .artice {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 0;
        border-bottom: 1px #ECECEC solid;
        font-size: 14px;
        color: #4c4c4c;
        line-height: 30px;
        text-indent: 2em;
    }
.details .artice img {
    margin: auto;
    width: 60%;
}
    .details .pageNow {
        width: 100%;
        height: 50px;
        padding: 0 0px;
    }
    .details .pageNow a:hover {
        color: #3f9f7b;
    }
    .details .pageNow .pageL {
        display: inline-block;
        float: left;
        height: 50px;
        line-height: 50px;
        color: #666;
        font-size: 16px;
        width: 48%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .details .pageNow .pageR {
        display: inline-block;
        float: right;
        height: 50px;
        line-height: 50px;
        color: #666;
        font-size: 16px;
        width: 48%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: right;
    }
    .search_list{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .search_list .details-wrap{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
.pic_list{
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
}
.pic_list li{
    width: calc(50% - 22px)!important;
    height: auto;
    float: left;
    margin: 0 5px 15px 5px!important;
    padding: 5px 5px 0 5px;
    border: 1px solid #dedede;
}
.pic_list li a{
    width: 100%;
    height: auto;
}
.pic_list li a .pic_img{
    width: 100%;
    height: 105px;
}
.pic_list li a .pic_img img{
    width: 100%;
    height: 100%;
}
.pic_list li a .pic_tit{
    width: calc(100% - 10px);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 5px;
    color: #333;
}
.page span{
    margin-bottom:0!important;
}
/* 图片锦集 */
.img-banner{
    width: 100%;
    height: auto;
}
.img-banner1{
width: calc(100% - 40px)!important;
    padding: 20px;
    height: 200px!important;
    overflow: hidden;
    background: url(../img/p-bk.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.mySwiper2{
    overflow: hidden;
}

.img-banner .swiper {
    width: 100%;
    height: 100%;
}

.img-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.img-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-banner .swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.img-banner .swiper-slide {
    background-size: cover;
    background-position: center;
}

.img-banner2{
    max-width: calc(100% - 90px);
    padding: 0 45px;
    position: relative;
}

.img-banner .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
}

.img-banner .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.img-banner .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.img-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*新增*/
    .fir_cont{
        width: calc(100% - 20px);
        height: auto;
        background: url(../img/part1_bg.png);
        background-size: 100% 100%;
        padding: 10px 10px;
        overflow: hidden;
    }
    .sec_cont{
        width: 100%;
        height: auto;
        background: url(../img/bj.png);
        background-size: 100% 100%;
        padding: 0;
        overflow: hidden;
    }
    .fir_cont .tzgg_new{
        width: 100%;
        height: auto;
        float: none;
    }
    .fir_cont .news_new{
        float: none;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .title_new{
        width: 100%;
        height: 30px;
        border-bottom: 1px solid #cacdcb;
        padding: 5px 0;
        position: relative;
    }
    .title_new .tit_left{
        float: left;
        overflow: hidden;
    }
    .title_new::after{
        width: 107px;
        height: 2px;
        background: #a90904;
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
    }
    .title_new .tit_left img{
        float: left;
        width: auto;
        height: 20px;
        margin-top: 5px;
    }
    .title_new .tit_left span{
        float: left;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #a90904;
        font-weight: 600;
        margin-left: 7px;
    }
    .title_new .tit_right{
        float: right;
        overflow: hidden;
    }
    .title_new .tit_right a{
        color: #999;
    }
    .title_new .tit_right .more-en{
        float: left;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        border: 1px solid #999;
        border-radius: 25px;
        padding: 0 10px;
        margin-top: 5px;
    }
    .title_new .tit_right .more-ch{
        float: left;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #999;
        margin-left: 10px;
        margin-top: 5px;
    }
    .title_new .tit_right:hover .more-en{
        border: 1px solid #a90904;
        color: #a90904;
    }
    .title_new .tit_right:hover .more-ch{
        color: #a90904;
    }
    .tzgg_list_new{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .tzgg_list_new ul{
        width: 100%;
        height: auto;
    }
    .tzgg_list_new ul li{
        width: 100%;
        height: 35px;
        line-height: 35px;
        border-bottom: 1px dashed #c9cbca;
        margin-bottom: 6px;
    }
    .tzgg_list_new ul li a{
        width: 100%;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        display: block;
    }
    .tzgg_list_new ul li a span{
        width: 110px;
        height: 35px;
        line-height: 35px;
        color: #a0a0a0;
        display: inline-block;
        float: left;
        font-size: 14px;
    }
    .tzgg_list_new ul li a p{
        width: calc(100% - 110px);
        height: 35px;
        line-height: 35px;
        float: left;
        color: #333333;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .tzgg_list_new ul li a:hover span{
        color: #a90904;
    }
    .tzgg_list_new ul li a:hover p{
        color: #a90904;
    }
    .xyxw_list_new{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .xyxw_list_new .xyxw-img{
        width: 100%;
        height: 185px;
        position: relative;
        cursor: pointer;
    }
    .xyxw_list_new .xyxw-img img{
        width: 100%;
        height: 185px;
    }
    .xyxw_list_new .xyxw-img p{
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: rgba(0,0,0,.4);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .xyxw_list_new .xyxw-img p .time{
        color: #dcddde;
        width: 100px;
        display: inline-block;
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
    }
    .xyxw_list_new .xyxw-img p .tit{
        color: #fff;
        width: calc(100% - 120px);
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .xyxw_list{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .xyxw_list ul{
        width: 100%;
        height: auto;
    }
    .xyxw_list ul li{
        width: 100%;
        height: 35px;
        line-height: 35px;
    }
    .xyxw_list ul li a{
        width: 100%;
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        display: block;
    }
    .xyxw_list ul li a img{
        width: auto;
        height: 10px;
        margin-top: 13px;
        float: left;
        margin-right: 10px;
    }
    .xyxw_list ul li a .tit{
        width: calc(100% - 120px);
        height: 35px;
        line-height: 35px;
        float: left;
        font-size: 14px;
        color: #666;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .xyxw_list ul li a .time{
        width: 100px;
        height: 35px;
        line-height: 35px;
        float: left;
        text-align: right;
        color: #af1915;
        font-size: 14px;
    }
    .xyxw_list ul li a:hover .tit{
        color: #af1915;
    }
    .sec_cont .xsjz_new{
        width: calc(100% - 20px);
        float: none;
        background: #fff;
        height: auto;
        padding: 10px 10px;
    }
    .sec_cont .xsdt_new{
        width: calc(100% - 20px);
        float: none;
        background: #fff;
        height: auto;
        padding: 13px 10px;
    }
    .xsjz_cont{
        width: 100%;
        height: auto;
    }
    .xsjz-info{
        width: 100%;
        height: auto;
        padding: 10px 0;
        border-bottom: 1px dashed #e7e7e7;
    }
    .xsjz-info a{
        width: 100%;
        height: auto;
        display: block;
    }
    .xsjz-info a .xsjz-tit{
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .xsjz-info a .xsjz-name{
        height: 30px;
        line-height: 30px;
        width: 100%;
        color: #333;
        font-size: 12px;
    }
    .xsjz-info a .xsjz-detail{
        height: auto;
        line-height: 30px;
        width: 100%;
        color: #333;
        overflow: hidden;
    }
    .xsjz-info a .xsjz-detail .xsjz-person{
        height: 30px;
        line-height: 30px;
        width: auto;
        float: left;
        color: #333;
        margin-right: 15px;
        font-size: 12px;
    }
    .xsjz-list{
        width: 100%;
        height: auto;
    }
    .xsjz-list ul{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .xsjz-list ul li{
        width: 100%;
        height: 40px;
        margin-bottom: 20px;
    }
    .xsjz-list ul li a{
        width: 100%;
        height: 40px;
        display: block;
        line-height: 40px;
        overflow: hidden;
    }
    .xsjz-list ul li a .xsjz-item-time{
        float: left;
        width: 60px;
        height: 38px;
        border: 1px solid #bdbdbd;
        border-radius: 2px;
        margin-right: 10px;
    }
    .xsjz-list ul li a .xsjz-item-time .xsjz-data{
        display: block;
        width: 100%;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        text-align: center;
        background: #dddddd;
    }
    .xsjz-list ul li a .xsjz-item-time .xsjz-year{
        display: block;
        width: 100%;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        text-align: center;
    }
    .xsjz-list ul li a .xsjz-item-tit{
        float: left;
        width: calc(100% - 80px);
        height: 40px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333;
    }
    .xsjz-list ul li a:hover .xsjz-item-time{
        border:1px solid #a90904;
    }
    .xsjz-list ul li a:hover .xsjz-item-time .xsjz-data{
        background: #a90904;
        color: #fff;
    }
    .xsjz-list ul li a:hover .xsjz-item-tit{
        color: #a90904;
    }
    .xsdt-list ul{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    .xsdt-list ul li{
        width: 100%;
        height: 40px;
        padding: 18px 0;
        border-bottom: 1px solid #d6d6d6;
    }
    .xsdt-list ul li a{
        width: 100%;
        height: 40px;
        display: block;
        line-height: 40px;
        overflow: hidden;
    }
    .xsdt-list ul li a .xsdt-time{
        float: left;
        width: 100px;
        height: 28px;
        border: 1px solid #a90904;
        border-radius: 2px;
        margin-right: 10px;
        margin-top: 6px;
        overflow: hidden;
    }
    .xsdt-list ul li a .xsdt-time .xsdt-data{
        width: 30px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        float: left;
        display: inline-block;
        color: #a90904;
    }
    .xsdt-list ul li a .xsdt-time .xsdt-year{
        width: 70px;
        text-align: center;
        display: inline-block;
        float: left;
        height: 28px;
        line-height: 28px;
        background: #a90904;
        color: #fff;
    }
    .xsdt-list ul li a .xsdt-tit{
        float: left;
        width: calc(100% - 115px);
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #333;
    }
    .xsdt-list ul li a:hover .xsdt-tit{
        color: #a90904;
    }
    .link-list{
        width: calc(100% - 20px);
        margin: auto;
        height: auto;
        padding: 10px;
    }
    .link-list ul{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .link-list ul li{
        width: 49%;
        height: auto;
        float: left;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .link-list ul li:last-child{
        margin-right: 0;
    }
    .link-list ul li:nth-child(2n){
        margin-right: 0;
    }
    .link-list ul li a{
        width: 100%;
        height: auto;
        display: block;
    }
    .link-list ul li a img{
        display: block;
        width: 100%;
        height: auto;
    }


       /* 教学动态 */
    .jxdt-list{
        width: 100%;
        height: auto;   
    }
    .jxdt-list ul{
        width: 100%;
        height: auto;
    }
    .jxdt-list ul li{
        width: 100%;
        height: auto;
        border-bottom: 1px solid #e6e8eb;
        padding: 10px 0;
    }
    .jxdt-list ul li a{
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
    }
    .jxdt-list ul li a .jxdt-img{
        width: 140px;
        height: 90px;
        float: left;
        margin-right: 10px;
    }
    .jxdt-list ul li a .jxdt-img img{
        width: 100%;
        height: 100%;
    }
    .jxdt-list ul li a .jxdt-cont{
        width: calc(100% - 150px);
        height: auto;
        float: left;
    }
    .jxdt-list ul li a .jxdt-cont .jxdt-tit{
        width: 100%;
        height: 30px;
        line-height: 30px;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .jxdt-list ul li a .jxdt-cont .jxdt-detail{
        width: 100%;
        max-height: 40px;
        line-height: 20px;
        color: #828a92;
        font-size: 12px;
        word-break: break-all;     
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .jxdt-list ul li a .jxdt-cont .jxdt-time{
        width: 100%;
        height: 20px;
        line-height: 25px;
        font-size: 12px;
        color: #999;
    }

}