@charset "UTF-8";
.ny_banner img{
    display: block;
    width: 100%;
    min-height:220px;
    object-fit: cover;
 }
/* 公共服务 */
main{
    margin: 60px 0;
}
.main_top h2{
    float: left;
    width: auto;
    font-size: 18px;
    padding: 20px 40px;
    line-height: 20px;
    background: #811d98;
    color: #fff;
    position: relative;
}
.main_top h2::before{
    display: block;
    content: "";
    width: 24px;
    height: 14px;
    background: url(/img/lmmc_jt.png) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -25px;
}
.main_top .dqwz{
    float: right;
    margin-top: 20px;
    color: #b2b2b2;
    padding-left: 25px;
    background: url(/img/dqwz.png) no-repeat left center;
}
.main_top .dqwz a{
    font-size: 16px;
    line-height: 20px;
    color: #b2b2b2;
}
.main_top .dqwz a:hover{
    color: #7a4486;
}
.main_con{
    margin-top: 80px;
}
.main_con h2.lmTit{
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.main_con h2.lmTit::before{
    display: block;
    content: "";
    width: 40px;
    height: 5px;
    background: #811d98;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.main_con ul.ggfw{
    text-align: center;
    font-size: 0;
}
.main_con ul.ggfw li{
    display: inline-block;
    width: 18.4%;
    margin-right: 2%;
}
.main_con ul.ggfw li:nth-of-type(5n),.main_con ul.ggfw li:last-of-type{
    margin-right: 0;
}
.main_con ul.ggfw li a{
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #f2f3f9;
    margin-top: 50px;
    text-align: center;
    position: relative;
}
.main_con ul.ggfw li a::before{
    display: none;
    content: "";
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #9e3cb5;
    position: absolute;
    left: 20px;
    top: 20px;
}
.main_con ul.ggfw li a p{
    width: auto;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    padding-left: 70px;
    margin: 38px 0;
}
.main_con ul.ggfw li a:hover{
    background: #811d98;
}
.main_con ul.ggfw li a:hover::before{
    display: block;
}
.main_con ul.ggfw li a:hover p{
    color: #fff;
}
.main_con ul.ggfw li:nth-of-type(1) a p{
    background: url(/img/ggfw.png) no-repeat left top;
}
.main_con ul.ggfw li:nth-of-type(1) a:hover p{
    background: url(/img/ggfw2.png) no-repeat left top;
}
.main_con ul.ggfw li:nth-of-type(2) a p{
    background: url(/img/ggfw.png) no-repeat left -40px;
}
.main_con ul.ggfw li:nth-of-type(2) a:hover p{
    background: url(/img/ggfw2.png) no-repeat left -40px;
}
.main_con ul.ggfw li:nth-of-type(3) a p{
    background: url(/img/ggfw.png) no-repeat left -80px;
}
.main_con ul.ggfw li:nth-of-type(3) a:hover p{
    background: url(/img/ggfw2.png) no-repeat left -80px;
}
.main_con ul.ggfw li:nth-of-type(4) a p{
    background: url(/img/ggfw.png) no-repeat left -120px;
}
.main_con ul.ggfw li:nth-of-type(4) a:hover p{
    background: url(/img/ggfw2.png) no-repeat left -120px;
}
.main_con ul.ggfw li:nth-of-type(5) a p{
    background: url(/img/ggfw.png) no-repeat left -160px;
}
.main_con ul.ggfw li:nth-of-type(5) a:hover p{
    background: url(/img/ggfw2.png) no-repeat left -160px;
}
.main_con ul.ggfw li:nth-of-type(6) a p{
    background: url(/img/ggfw.png) no-repeat left -200px;
}
.main_con ul.ggfw li:nth-of-type(6) a:hover p{
    background: url(/img/ggfw2.png) no-repeat left -200px;
}
.main_con ul.ggfw li:nth-of-type(7) a p{
    background: url(/img/ggfw.png) no-repeat left -240px;
}
.main_con ul.ggfw li:nth-of-type(7) a:hover p{
    background: url(/img/ggfw2.png) no-repeat left -240px;
}
.main_con ul.ggfw li:nth-of-type(8) a p{
    background: url(/img/ggfw.png) no-repeat left -280px;
}
.main_con ul.ggfw li:nth-of-type(8) a:hover p{
    background: url(/img/ggfw2.png) no-repeat left -280px;
}
.main_con ul.ggfw li:nth-of-type(9) a p{
    background: url(/img/ggfw.png) no-repeat left -320px;
}
.main_con ul.ggfw li:nth-of-type(9) a:hover p{
    background: url(/img/ggfw2.png) no-repeat left -320px;
}

/* 科学研究 */
ul.kxyj li{
    width: 47%;
    float: left;
}
ul.kxyj li:first-of-type{
    margin-right: 6%;
}
ul.kxyj li a{
    display: block;
    width: 100%;
    height: auto;
}
ul.kxyj li a p.img,ul.kxyj li a img{
    display: block;
    width: 100%;
    height: auto;
    transition: all .8s;
}
ul.kxyj li a p.img{
    overflow: hidden;
}
ul.kxyj li a:hover img{
    transform: scale(1.2);
}
ul.kxyj li a h2{
    font-size: 32px;
    line-height: 40px;
    padding: 30px 40px;
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
    color: #fff;
    background: rgb(122 29 144);
    margin-top: -50px;
    position: relative;
}
ul.kxyj li a h2 p{
    font-size: 16px;
    font-weight: normal;
    padding-right: 50px;
    line-height: 40px;
    border-bottom: 1px solid #9e47b3;
    background: url(/img/jt_r.png) no-repeat right center;
}

/* 招生就业 */
ul.zsjy li,ul.zsjy li img{
    position: relative;
    height: auto;
    overflow: hidden;
}
ul.zsjy li h2{
    position: absolute;
    left: 8%;
    bottom: 12%;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}
ul.zsjy li a{
    width: auto;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 41px;
    padding: 0 40px;
    color: #666666;
    position: absolute;
    right: 8%;
    bottom: 12%;
}
ul.zsjy li a:hover{
    color: #fff;
    background: rgb(93 21 109);
}

/* 合作交流 */
.xqrh a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.xqrh img{
    display: block;
    width: 100%;
    height: auto;
    transition: all .8s;
}
.xqrh h2{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top:50%;
    transform: translateY(-50%);
    font-size: 38px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding-bottom: 20px;
}
.xqrh h2::before{
    display: block;
    content: "";
    width: 40px;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.xqrh a:hover img{
    transform: scale(1.2);
}
.gjjl p.img{
    float: left;
}
.hzbx p.img{
    float: right;
}
.hzjl_sub {
    margin-bottom: 100px;
    position: relative;
}
.hzjl_sub p.img{
    width: 70%;
    height: auto;
    position: relative;
    z-index: 9;
}
.hzjl_sub p.img img{
    display: block;
    width: 100%;
    height: auto;
}
.hzjl_sub p.con{
    width: 40%;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 10;
    transform: translateY(-52%);
    box-shadow: 0 0 29px 0 rgba(0,0,0,0.05);
}
.hzjl_sub.hzbx p.con{
    left: 30px;
}
.hzjl_sub p.con span{
    display: block;
}
.hzjl_sub p.con span.tit{
    font-size: 32px;
    line-height: 1;
    color: #000000;
}
.hzjl_sub p.con span.txt{
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    text-indent: 2em;
    text-align: justify;
    margin: 25px 0;
}
.hzjl_sub p.con a{
    width: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    color: #811d98;
    border-bottom: 1px solid #d5d5d5;
    padding-right: 50px;
    background: url(/img/jt_r2.png) no-repeat right center;
}
.hzjl_sub p.con a:hover{
    transform: scale(1.1);
}
.hzjl_sub::before{
    display: block;
    content: "";
    width: 40%;
    height: 54%;
    background: #811d98;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-30%);
    z-index: -1;
}
.hzjl_sub.hzbx::before{
    right: auto;
    left: 0;
}

/* 教育教学 */
.szdw ul {
    margin: 80px 0;
}
.szdw ul li{
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.szdw ul li a,.szdw ul li a img{
    display: block;
    width: 100%;
    height: auto;
}
.szdw ul li a img{
    height:320px;
    object-fit: cover;
}
.szdw ul li a p.img{
    position: relative;
}
.szdw ul li a p.img::before{
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.szdw ul li a p.img span{
    display: none;
    width: 110px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #ffffff;
    background: url(/img/jt_r.png) no-repeat right center;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.szdw ul li a p.tit{
    width: 100%;
    line-height: 58px;
    border: 1px solid #ededed;
    text-align: center;
    font-size: 18px;
    color: #4c4c4c;
    margin-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.szdw ul li a:hover p.tit{
    background: #7a4486;
    color: #fff;
    border: 1px solid #7a4486;
}
.szdw ul li a:hover p.img::before{
    display: block;
}
.szdw ul li a:hover p.img span{
    display: inline-block;
}

/* 本科生教育  研究生教育 */
.jyjx{
    padding: 80px 0;
    background: #f7f7f7;
}
.bk_yjs{
    width: 47.5%;
    padding: 50px;
    box-sizing: border-box;
    float: left;
    background: #fff;
}
.bk_yjs:first-of-type{
    margin-right: 5%;
}
.bk_yjs h2.lmTit{
    text-align: left;
}
.bk_yjs h2.lmTit::before{
    left: 0;
    right: auto;
}
h2.lmTit a{
    display: block;
    font-weight: normal;
    color: #7a4486;
    font-size: 16px;
    line-height: 30px;
    padding-right: 30px;
    background: url(/img/jt_r2.png) no-repeat right center;
    border-bottom: 1px solid #7a4486;
}
h2.lmTit a:hover{
    font-size: 18px;
}

.bk_yjs ul li a{
    display: block;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}
.bk_yjs ul li a span{
    font-size: 16px;
    color: #999999;
}
.bk_yjs ul li a:hover{
    color: #7a4486;
}
.bk_yjs ul li:first-of-type a{
    border-bottom: 1px dashed #e6e6e6;
}
.bk_yjs ul li:first-of-type p.tit{
    font-size: 22px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.bk_yjs ul li:first-of-type p.txt{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 2em;
}
.bk_yjs ul li:first-of-type a:hover p.tit{
    color: #7a4486;
}

/* 留学生教育 */
.lxsjy{
    margin-top: 80px;
}
.lxsjy h2.lmTit{
    margin-bottom: 60px;
}
.lxsjy ul.lxs_left{
    width: 66%;
    float: left;
}
ul.lxs_left li{
    float: left;
    width: 47%;
    margin-right: 6%;
}
ul.lxs_left li:last-of-type{
    margin-right: 0;
}
ul.lxs_left li a{
    display: block;
    width: 100%;
    height: auto;
}
ul.lxs_left li a p.img,ul.lxs_left li a p.img img{
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}
ul.lxs_left li a p.img{
    overflow: hidden;
}
ul.lxs_left li a p.img img{
    transition: all .8s;
}
ul.lxs_left li a:hover p.img img{
    transform: scale(1.2);
}
ul.lxs_left li a p.con span{
    display: block;
    float: left;
}
ul.lxs_left li a p.con span.time{
    width: 100px;
    height: 90px;
    background: #7a4486;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
ul.lxs_left li a p.con span.time font{
    display: block;
    font-size: 34px;
    margin: 12px 0;
}
ul.lxs_left li a p.con span.tit{
    width: calc(100% - 100px);
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    padding: 24px 0;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
ul.lxs_left li a:hover p.con span.tit{
    color: #7a4486;
}
.lxsjy ul.lxs_right{
    float: right;
    width: 30%;
}
.lxsjy ul.lxs_right a{
    padding: 25px 0;
    border-bottom: 1px solid #e4e4e4;
}
.lxsjy ul.lxs_right a p{
    float: left;
}
.lxsjy ul.lxs_right a p.time{
    width: 80px;
    box-sizing: border-box;
    border-right: 1px solid #e4e4e4;
    padding-right: 15px;
}
.lxsjy ul.lxs_right a p.time span{
    display: block;
    color: #737373;
    text-align: center;
}
.lxsjy ul.lxs_right a p.time span:first-of-type{
    font-size: 34px;
    margin-bottom: 10px;
}
.lxsjy ul.lxs_right a p.time span:last-of-type{
    font-size: 16px;
}
.lxsjy ul.lxs_right a p.tit{
    padding-left: 15px;
    box-sizing: border-box;
    width: calc(100% - 80px);
    height: 60px;
    font-size: 17px;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lxsjy ul.lxs_right a:hover p.time {
    border-right: 1px solid #7a4486;
}
.lxsjy ul.lxs_right a:hover p.time span{
    color: #7a4486;
}
.lxsjy ul.lxs_right a:hover p.tit{
    color: #7a4486;
}
/* 必兆棋牌概况 */
.about_us div.con{
    width: 50%;
    float: left;
}
.about_us div.video{
    width: 46%;
    float: right;
}
.about_us div.video video{
    display: block;
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.about_us .con h1{
    font-size: 80px;
    font-weight: normal;
    color: #811d98;
    opacity: 0.13;
    line-height: 100px;
    margin-bottom: 50px;
}
.about_us .con h2{
    font-size: 40px;
    color: #811d98;
}
.about_us .con p.txt{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    text-indent: 2em;
    text-align: justify;
    margin: 50px 0;
}
.about_us .con a{
    display: inline-block;
    width: auto;
    padding-right: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #811d98;
    border-bottom: 1px solid #dedede;
    background: url(/img/jt_r2.png) no-repeat right center;
}
.about_us .con a:hover{
    font-size: 18px;
}

/* 现任领导 */
.xrld{
    margin: 100px 0;
    padding-bottom: 65px;
    position: relative;
    z-index: 10;
}
.xrld::before{
    display: block;
    content: "";
    width: 88%;
    height: 70%;
    background: #811d98;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(to right,#811d98 5%,#6e30db);
}
.xrld div.img{
    float: left;
    width: 20%;
}
.xrld div.img img{
    display: block;
    width: 100%;
    height: auto;
}
.xrld div.xrld_sub{
    width: 65%;
    float: left;
    margin-left: 5%;
}
.xrld_sub h2.lmTit{
    text-align: right;
    margin-top: 40px;
}
.xrld_sub h2.lmTit::before{
    right: 0;
    left: auto;
}
.xrld_sub ul{
    margin-top: 117px;
}
.xrld_sub ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
}
.xrld_sub ul li:nth-of-type(3n){
    margin-right: 0;
}
.xrld_sub ul li a{
    display: block;
    width: 100%;
    background: #f1edf2;
    font-size: 17px;
    text-align: center;
    color: #181818;
    line-height: 70px;
    padding: 0 10px;
    box-sizing: border-box;
}

/* 校园地图 */
.bdmap{
    margin-top: 60px;
    width: 100%;
    height: 460px;
}
.bdmap img{
    display: inline!important;
}

/* 信息公开 */
.xxgk{
    margin-top: 100px;
}
.xxgk ul li{
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-top: 30px;
}
.xxgk ul li:nth-of-type(2n){
    margin-right: 0;
}
.xxgk ul li a{
    display: block;
    width: 100%;
}
.xxgk ul li a span.time{
    font-size: 16px;
    line-height: 48px;
    color: #808080;
    text-align: center;
    width: 140px;
    background: #f7f7f7;
    position: relative;
}
.xxgk ul li a span.time::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    top: 0;
    border-left-width: 20px;
    border-right-width: 0;
    border-top-width: 48px;
    border-bottom-width: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #fff;
    border-bottom-color: transparent;
    border-style: solid;
}
.xxgk ul li a span.tit{
    display: block;
    width: calc(100% - 170px);
    float: right;
    font-size: 17px;
    color: #4c4c4c;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0efef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xxgk ul li a:hover span.time{
    background: #7a4486;
    color: #fff;
}
.xxgk ul li a:hover span.tit{
    color: #7a4486;
    border-bottom: 1px solid #7a4486;
}
/* 机构设置 */
main .yxbm{
    width:47.5%;
    background:#fff;
    box-shadow:0 0 29px 0 rgba(0,0,0,0.1);
}
main .yxbm h2{
    width:100%;
    text-align:center;
    line-height: 80px;
    font-size:30px;
    color:#fff;
    background: #5d156d  no-repeat 98% center;
    background-size: auto 80%;
}
main .yxbm ul{
    padding: 30px;
    box-sizing:border-box;
}
main .yxbm ul li{
    display: block;
    min-width: 50%;
    float: left;
}
main .yxbm ul li a{
    display:block;
    width:100%;
    box-sizing:border-box;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 45px;
    background: url(/img/jt_r2.png) left center no-repeat;
    padding-left: 50px;
}
main .yxbm ul li a:hover{
    color:#7a4486;
    transform:translateX(15px);
}

/* 媒体查询 */
@media only screen and (max-width: 1860px){
    .xrld::before{
        width:92%;
    }
}
@media only screen and (max-width: 1640px){
    .hzjl_sub{
        margin-bottom:100px;
    }
    .hzjl_sub p.con{
        padding:40px;
    }
    .hzjl_sub p.con span.tit{
        font-size: 34px;
    }
    .hzjl_sub p.con span.txt{
        margin: 50px 0px;
    }
    .xrld::before{
        width:100%;
    }
}
@media only screen and (max-width: 1440px){
    main{
        margin:45px 0;
    }
    .main_con h2.lmTit{
        margin-bottom:15px;
    }
    .main_con ul.ggfw li a{
        margin-top:30px;
    }
    .main_con ul.ggfw li a p{
        margin: 25px 0;
        font-size: 16px;
        padding-left: 60px;
    }
    .main_con{
        margin-top: 50px;
    }
    .yqlj{
        margin-top:60px;
    }
    main .yxbm h2{
        line-height: 60px;
        font-size: 24px;
    }
    .hzjl_sub{
        margin-bottom:60px;
    }
    .hzjl_sub:first-of-type{
        margin-top: 60px;
    }
    .hzjl_sub p.con{
        width: 45%;
        padding:30px;
    }
    .hzjl_sub p.con span.txt{
        margin: 40px 0;
    }
    .szdw ul li{
        padding: 0 20px;
    }
    .szdw ul{
        margin: 60px 0;
    }
    .jyjx{
        padding:60px 0;
    }
    .lxsjy{
        margin-top:60px;
    }
    .bk_yjs{
        width: 48.5%;
        padding: 40px;
    }
    .bk_yjs:first-of-type{
        margin-right: 3%;
    }
    .lxsjy ul.lxs_left,.lxsjy ul.lxs_right{
        margin-top:20px;
    }
    .about_us div.video video{
        height: 500px;
    }
    .about_us .con h1{
        font-size: 60px;
        opacity: 0.23;
        line-height: 80px;
        margin-bottom: 30px;
    }
    .about_us .con h2{
        font-size: 34px;
    }
    .about_us .con p.txt{
        font-size: 15px;
        line-height: 30px;
        margin: 40px 0;
    }
    .xrld_sub ul{
        margin-top: 50px;
    }
    .xrld_sub ul li a{
        font-size:16px;
    }
    .xrld_sub h2.lmTit{
        margin-top:0;
    }
    .xrld{
        margin:60px 0;
        padding-bottom:30px;
    }
    .xrld::before{
        height:75%;
    }
    .xxgk{
        margin-top:60px;
    }
}
@media only screen and (max-width: 1240px){
    .yqlj{
        margin-top:40px;
    }
    main{
        margin:30px 0;
    }
    .main_top h2{
        font-size: 16px;
        padding: 12px 30px;
        line-height: 20px;
    }
    .main_top .dqwz{
        margin-top: 9px;
    }
    .main_top .dqwz a{
        font-size:15px;
    }
    .main_con{
        margin-top: 40px;
    }
    .main_con ul.ggfw li{
        width:23.5%;
    }
    .main_con ul.ggfw li:nth-of-type(5n){
        margin-right:2%;
    }
    .main_con ul.ggfw li a{
        margin-top:20px;
        padding: 20px 10px;
    }
    .main_con h2.lmTit{
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 24px;
    }
    ul.zsjy li h2{
        font-size: 26px;
    }
    ul.zsjy li a{
        padding: 0 20px;
        font-size: 15px;
    }
    ul.kxyj li a h2{
        font-size: 24px;
        line-height: 30px;
        padding: 20px 30px;
        margin-top: -36px;
    }
    ul.kxyj li a h2 p{
        font-size: 15px;
        line-height: 30px;
    }
    main .yxbm{
        width:49%;
        margin-top: 20px;
    }
    main .yxbm ul{
        padding:20px;
    }
    .hzjl_sub p.con span.tit{
        font-size: 28px;
    }
    .hzjl_sub p.con span.txt{
        margin: 25px 0;
        font-size: 15px;
        line-height: 24px;
    }
    .szdw ul li a img{
        height: 280px;
    }
    .szdw ul li{
        padding: 0 15px;
    }
    .szdw ul li a p.tit{
        font-size: 16px;
        line-height: 42px;
    }
    .szdw ul{
        margin: 40px 0;
    }
    .jyjx{
        padding:40px 0;
    }
    .lxsjy{
        margin-top:40px;
    }
    h2.lmTit a{
        font-size:15px;
    }
    .bk_yjs ul li a{
        font-size: 16px;
        padding: 12px 0;
    }
    .bk_yjs ul li a span{
        font-size: 14px;
    }
    .bk_yjs ul li:first-of-type p.tit{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .bk_yjs ul li:first-of-type p.txt{
        font-size: 15px;
        line-height: 24px;
    }
    .lxsjy ul.lxs_left{
        width:66%;
    }
    
    .lxsjy ul.lxs_right{
        width:32%;
    }
    ul.lxs_left li{
        margin-right: 3%;
        width: 48.5%;
    }
    .lxsjy ul.lxs_right a{
        padding: 18px 0;
    }
    .lxsjy ul.lxs_right a p.time{
        width: 74px;
        padding-right: 15px;
    }
    .lxsjy ul.lxs_right a p.time span:first-of-type{
        font-size: 28px;
        margin-bottom: 5px;
    }
    .lxsjy ul.lxs_right a p.time span:last-of-type{
        font-size: 14px;
    }
    .lxsjy ul.lxs_right a p.tit{
        padding-left: 15px;
        width: calc(100% - 74px);
        height: 56px;
        font-size: 16px;
        line-height: 28px;
    }
    ul.lxs_left li a p.img,ul.lxs_left li a p.img img{
        height: 300px;
    }
    ul.lxs_left li a p.con span.time{
        width: 88px;
        height: 72px;
        font-size: 16px;
    }
    ul.lxs_left li a p.con span.time font{
        font-size: 28px;
        margin: 8px 0;
    }
    ul.lxs_left li a p.con span.tit{
        width: calc(100% - 88px);
        font-size: 18px;
        padding: 15px 0;
        text-indent: 10px;
    }
    .about_us div.con{
        width: 100%;
        float: none;
        margin-top: 60px;
    }
    .about_us div.video{
        width: 100%;
        float: none;
        margin-top:30px;
    }
    .about_us .con h1{
        display:none;
    }
    .about_us .con h2{
        font-size: 30px;
    }
    .about_us .con p.txt{
        margin:30px 0 20px;
    }
    .about_us .con a{
        font-size: 15px;
        line-height: 30px;
    }
    .about_us div.video video{
        height: auto;
    }
    .xrld div.img{
        display:none;
    }
    .xrld div.xrld_sub{
        width:100%;
        float:none;
        margin: 0;
    }
    .xrld_sub h2.lmTit{
        text-align:center;
    }
    .main_con h2.lmTit::before{
        left:0;
    }
    .xrld::before{
        display:none;
    }
    .xrld_sub ul{
        padding: 0 30px 30px;
        background: #7a4486;
        margin-top: 30px;
    }
    .xrld{
        margin:40px 0;
        padding-bottom: 0;
    }
    .bdmap{
        margin-top:40px;
    }
    .xxgk{
        margin-top:40px;
    }
    .xxgk ul li{
        width: 49%;
        margin-right: 2%;
    }
    .xxgk ul li a span.time{
        font-size: 14px;
        line-height: 42px;
        width: 120px;
    }
    .xxgk ul li a span.tit{
        width: calc(100% - 135px);
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 17px;
    }
}
@media only screen and (max-width: 960px){
    .ny_banner img{
        min-height: 130px;
    }
    ul.zsjy li h2{
        font-size: 20px;
    }
    ul.zsjy li a{
        padding: 0 10px;
        font-size: 14px;
        line-height: 34px;
        margin-bottom: 3px;
    }
    main .yxbm h2{
        font-size: 20px;
        line-height: 50px;
    }
    main .yxbm ul li a{
        font-size: 16px;
        line-height: 40px;
        padding-left: 36px;
    }
    ul.kxyj li a h2{
        width:100%;
        font-size: 20px;
        padding: 15px;
        margin-top: -58px;
    }
    .hzjl_sub p.img{
        width:100%;
    }
    .hzjl_sub p.img img{
        height:auto;
        max-height:420px;
    }
    .hzjl_sub::before{
        display:none;
    }
    .hzjl_sub p.con,.hzjl_sub.hzbx p.con{
        width:80%;
        left: 0;
        right: 0;
        top: 50%;
        margin: auto;
        transform: translateY(-50%);
    }
    .szdw ul li a img{
        height: 260px;
    }
    .bk_yjs{
        width: 49%;
        padding: 20px;
    }
    .bk_yjs:first-of-type{
        margin-right: 2%;
    }
    .bk_yjs ul li:first-of-type p.tit{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .bk_yjs ul li:first-of-type p.txt{
        font-size: 14px;
        line-height: 24px;
    }
    .lxsjy ul.lxs_left{
        width:100%;
    }
    
    .lxsjy ul.lxs_right{
        margin-top:20px;
        width:100%;
    }
    .lxsjy ul.lxs_right li{
        float:left;
        width:48.5%;
        margin-right:3%;
    }
    .lxsjy ul.lxs_right li:nth-of-type(2n){
         margin-right:0%;
    }
    .xrld{
        margin:30px 0;
    }
    .xrld_sub ul{
        padding: 0 20px 30px;
    }
    .xrld_sub ul li a{
        font-size:15px;    
    }
    .bdmap{
        margin-top:30px;
        height: 300px;
    }
    .xxgk{
        margin-top:30px;
    }
}
@media only screen and (max-width: 768px){
    .main_top h2::before{
        bottom: -20px;
    }
    .main_con{
        margin-top: 30px;
    }
    .main_con ul.ggfw li{
        width:32%;
    }    
    .main_con ul.ggfw li:nth-of-type(4n){
        margin-right:2%;
    }
    .main_con ul.ggfw li:nth-of-type(3n){
        margin-right:0;
    }
    .main_con h2.lmTit{
        font-size: 22px;
        margin-bottom: 5px;
        padding-bottom: 10px;
    }
    .main_con h2.lmTit::before{
        height: 3px;
    }
    .main_con ul.ggfw li a{
        padding:20px 10px;
    }
    .main_con ul.ggfw li a p{
        margin:5px 0;
    }
    ul.zsjy li{
        width:49%;
    }
    ul.kxyj li{
        width:49%;
    }
    ul.kxyj li:first-of-type{
        margin-right:2%;
    }
    ul.zsjy li h2{
        font-size: 18px;
        bottom:5%;
    }
    ul.zsjy li a{
        bottom:5%;
        margin-bottom: 3px;
    }
     main .yxbm{
         width:100%;
         margin-top:30px;
     }
    main .yxbm ul{
        padding: 15px;
    }
    ul.kxyj li a h2{
        font-size: 18px;
        padding: 10px;
        line-height: 24px;
        margin-top: 0;
    }
    ul.kxyj li a h2 p{
        font-size: 14px;
        padding-right: 28px;
        line-height: 24px;
        background-size: auto 9px;
    }
    .hzjl_sub p.img img{
        height:auto;
        max-height:420px;
    }
    .hzjl_sub p.con,.hzjl_sub.hzbx p.con{
        width:90%;
    }
    .hzjl_sub:first-of-type{
        margin-top:40px;
    }
    .hzjl_sub{
        margin-bottom:30px;
    }
    .szdw ul li{
        padding: 0 10px;
    }
    .szdw ul{
        margin: 30px 0;
    }
    .jyjx{
        padding:30px 0;
    }
    .lxsjy{
        margin-top:30px;
    }
    .bk_yjs{
        width: 100%;
        padding: 20px;
    }
    .bk_yjs:first-of-type{
        margin-right: 0%;
        margin-bottom:30px;
    }
    h2.lmTit a{
        font-size:14px;
    }
    ul.lxs_left li a p.img,ul.lxs_left li a p.img img{
        height: 240px;
    }
    ul.lxs_left li a p.con span.time{
        width: 80px;
        height: 62px;
        font-size: 14px;
    }
    ul.lxs_left li a p.con span.time font{
        font-size: 22px;
        margin: 5px 0;
    }
    ul.lxs_left li a p.con span.tit{
        width: calc(100% - 80px);
        font-size: 16px;
        padding: 10px 0;
    }
    .lxsjy ul.lxs_right a{
        padding: 10px 0;
    }
     .lxsjy ul.lxs_right a p.time{
        width: 74px;
        padding-right: 15px;
    }
    .lxsjy ul.lxs_right a p.time span:first-of-type{
        font-size: 22px;
        margin-bottom: 5px;
    }
    .lxsjy ul.lxs_right a p.time span:last-of-type{
        font-size: 14px;
    }
    .xrld_sub ul li{
        width:49%;
        margin-top:15px;
    }
    .xrld_sub ul li:nth-of-type(3n){
        margin-right:2%;
    }
    .xrld_sub ul li:nth-of-type(2n){
        margin-right:0%;
    }
    .xrld_sub ul{
        padding:5px 20px 20px;
        margin-top: 20px;
    }
    .xxgk ul li{
        width: 100%;
        margin-right: 0%;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 640px){
     .hzjl_sub p.img{
        position:absolute;
        width:100%;
        height:100%;
        z-index:-1;
        top: 0;
        left: 0;
     }
    .hzjl_sub p.img img{
        width:100%;
        height:100%;
        object-fit: cover;
    }
    .hzjl_sub p.con, .hzjl_sub.hzbx p.con{
        position:static;
        width:100%;
        height:auto;
        transform: none;
        background: rgba(255,255,255,0.9);
    }
    .xqrh h2{
        font-size: 22px;
        padding-bottom: 10px;
        line-height: 30px;
    }
    .xqrh img{
        min-height: 100px;
        object-fit: cover;
    }
    .hzjl_sub p.con{
        padding:20px 15px;
    }
    .hzjl_sub p.con span.tit{
        font-size: 22px;
    }
    .hzjl_sub p.con span.txt{
        margin: 20px 0px;
        font-size: 14px;
        color: #000;
    }
    .hzjl_sub p.con a{
        font-size: 14px;
        padding-right: 35px;
        line-height: 25px;
    }
    .hzjl_sub:first-of-type{
        margin-top:30px;
    }
    .about_us div.con{
        margin-top:20px;
    }
    .about_us .con h2{
        font-size: 24px;
        text-align: center;
    }
    .about_us .con p.txt{
        margin: 10px 0;
        font-size: 14px;
        line-height: 26px;
    }
    .about_us .con a{
        font-size: 15px;
        line-height: 30px;
    }
    .about_us div.video video{
        height: auto;
    }
    .xrld_sub ul li a{
        line-height: 42px;
    }
    .xxgk ul li a span.time{
        font-size: 13px;
        line-height: 36px;
        width: 100px;
        text-align:left;
        text-indent:10px;
    }
    .xxgk ul li a span.tit{
        width: calc(100% - 110px);
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 10px;
    }
     .xxgk ul li{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 560px){
    .main_con{
        margin-top: 15px;
    }
    .main_top{
        height:40px;
        box-#bfbfbfborder-box;
        border-bottom:1px solid #e0e0e0;   
    }
    .main_top h2::before{
        display:none;
    }
    .main_top h2{
        font-size: 15px;
        padding: 10px 15px;
    }
     .main_top .dqwz{
         margin-top:7px;
         padding-left: 20px;
         background-position: 0px 6px;
         background-size: 13px auto;
     }
    .main_top .dqwz a{
        font-size:14px;
    }
    .main_con h2.lmTit{
        padding-bottom: 10px;
        font-size: 20px;
    }
    .main_con h2.lmTit::before{
        height: 2px;
    }
    .main_con ul.ggfw{
        text-align:left;
    }
    .main_con ul.ggfw li{
        width:49%;
    }  
    .main_con ul.ggfw li:nth-of-type(3n){
        margin-right:2%;
    }
    .main_con ul.ggfw li:nth-of-type(2n){
        margin-right:0;
    }
    .main_con ul.ggfw li a{
        padding:10px 0px;
        margin-top: 10px;
    }
    .main_con ul.ggfw li a:hover::before{
        display:none;
    }
    .yqlj{
        margin-top:30px;
    }
    ul.zsjy li{
        width:100%;
        margin-top: 30px;
    }
    ul.zsjy li:first-of-type{
        margin-top:15px;
    }
     main .yxbm h2{
        font-size: 20px;
        line-height: 46px;
    }
    main .yxbm ul li a{
        font-size: 14px;
        line-height: 36px;
        padding-left: 25px;
        background-size: 20px auto;
    }
    main .yxbm:first-of-type{
        margin-top:15px;
    }
    ul.kxyj li{
        width:100%;
        margin-top:30px;
    }
    ul.kxyj li:first-of-type{
        margin-top:15px;
    }
    ul.kxyj li a h2{
        font-size:17px;
        padding:12px 10px;
    }
    .szdw ul li{
        padding-right:10px;
    }
    .szdw ul li{
        padding: 0 5px;
    }
    .szdw ul li a img{
        height: 200px;
    }
    .szdw ul li a p.tit{
        margin-top: 5px;
        font-size: 14px;
        line-height: 36px;
    }
    .szdw ul{
        margin: 20px 0;
    }
    .lxsjy{
        margin-top:20px;
    }
    
    .bk_yjs ul li a{
        font-size: 15px;
        padding: 5px 0;
    }
    .bk_yjs ul li a span{
        font-size: 12px;
    }
    .bk_yjs ul li:first-of-type p.tit{
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .bk_yjs ul li:first-of-type p.txt{
        font-size: 13px;
        line-height: 22px;
    }
    ul.lxs_left li{
        width:100%;
        margin-right:0;
        margin-bottom: 20px;
    }
    .lxsjy ul.lxs_right{
        margin-top:0;
    }
    .lxsjy ul.lxs_right li{
        float:none;
        width:100%;
        margin-right:0%;
    }
    .xrld_sub ul li a{
        font-size: 14px;
    }
    .xrld_sub ul li{
        width:100%;
    }

}
@media only screen and (max-width: 460px){

}