* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 16px;
    box-sizing: border-box;
}

html {
    background: #ffffff;
}

body {
    color: #383838;
    width: 100%;
    cursor: default;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 14px;
}
::-webkit-scrollbar{
    display: none;
}
ol, ul, li, dl, dd, dt {
    list-style: none;
}

.float {
    float: left;
}

.floatr {
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.active{
    background: #fafafa;
}
.top{
    width: 100%;
    height: 180px;
    background: url("../img/top_bg.jpg") center 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top .top_con{
    width: 1300px;
    height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top .img {
    width: auto;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top .img img {
    width: auto;
    height: 90px;
}
.top_right{
    width: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.top_right_top a{
    color: #000;
    margin:0 20px;
    text-decoration: none;
    font-size: 16px;
}
.top_right_top a:last-child{
    margin:0 0 0 20px;
}
/*.top_right_top a:nth-child(2){
*/
/*    margin:0 20px;
*/
/*}
*/

.top_right .top_right_search{
    width: 350px;
    height: 40px;
    border-radius: 25px;
    background: #fff;
    margin:10px 0px 0 0;
    display: flex;
    justify-content: center;
}
.top_right_search .search_txt{
    width: 278px;
    height: 38px;
    border: none;
    font-size: 16px;
    outline: none;
}
.top_right_search .search_btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
}
.top_right_search .search_btn img{
    width: 20px;
    height: 20px;
    background: none;
    border: none;
}

.nav {
    width: 100%;
    height: 70px;
    background: #0058B4;
    box-shadow: 0 0 10px 0 #7f9abe;
}
.nav .nav_content {
    width: 1300px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yd_nav {
    display: none;
}

.yd_nav_content {
    display: none;
}
.banner{
    width: 100%;
    height: 480px;
    position: relative;
}
.banner img{
    width: 100%;
    height: 480px;
    background-size: cover;
}
.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.banner .swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}

/* 通知公告 */
.tzggBox{
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
     box-shadow: 0 0 10px 0 #e1e1e1;/*//#DAE9FE */
    background: linear-gradient(to bottom, #e1e1e1, #fff);
}
.headline {
    width: 1300px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}

.tzgg {
    width: 190px;
    display: flex;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 30px;
    margin-right: 10px;
}

.tzgg::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    background: #DDDDDD;
    right: 0;
    top: 20px;
}
.tzgg span{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.tzgg img {
    width: auto;
    height: 30px;
    margin-right: 20px;
}

.headline_content {
    width: calc(1300px - 200px);
    height: 68px;
    border-radius: 8px;
    position: relative;
    display: flex;
}

.scrollText {
    width: 100%;
    height: 48px;
    float: left;
    overflow: hidden;
    margin: 10px 0;
}

.scrollText li {
    display: inline-block;
    float: left;
    width: 75%;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scrollText li a {
    display: inline-block;
    float: left;
    width: 75%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.scrollText li a span {
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    display: block;
    text-align: center;
}

.scrollText li a p {
    width: 700px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 30px;
}

.headline_content .tzgg_jt {
    position: absolute;
    width: 120px;
    height: 32px;
    zoom: 1;
    right: 0;
    bottom: 18px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: url(../img/tz.png) no-repeat;
    background-size: 100% 100%;
}

.headline_content .tzgg_jt .up {
    width: 15px;
    height: 7px;
    background: url(../img/xs.png) no-repeat;
    background-size: 100% 100%;
}
.headline_content .tzgg_jt .mid {
    width: 26px;
    height: 6px;
    background: url(../img/gdtz.png) no-repeat;
    background-size: 100% 100%;
}

.headline_content .tzgg_jt .down {
    width: 15px;
    height: 7px;
    background: url(../img/xx.png) no-repeat;
    background-size: 100% 100%;
}


.main{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.main .yd_boxs{
    display: none!important;
}
.main_small{
    width: 1300px;
    height: 100%;
    display: flex;
}
/* 学校新闻 */
.main_small .firstLeft{
    width: 27%;
    display: flex;
    flex-flow: column;
    margin-top: 10px;
}
.main_small .firstLeft .oneLeft{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #f0f1f2 ;
}
.main_small .firstLeft .oneLeft .xxmcbox .xxmc{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.main_small .firstLeft .oneLeft .xxmcbox .newBox{
    height: 30px;
    display: flex;
    align-items: center;
}
.main_small .firstLeft .oneLeft .xxmcbox .newBox span:first-child{
    display: block;
    width: 35px;
    height: 5px;
    background: #3386ed;
}
.main_small .firstLeft .oneLeft .xxmcbox .newBox span:last-child{
    font-size: 16px;
    color: #bdc1cb;
    padding-left: 5px;
}
.main_small .firstLeft .oneLeft .xxxwImg{
    height: 40px;
    display: flex;
    align-items: center;
}
.firstLeft .oneLeft .xxxwImg img{
    width: 32px;
    height: 6px;
}
.firstLeft .wbtp{
    width: 100%;
    display: flex;
    flex-flow: column;
}
.firstLeft .wbtp img{
    width: 128px;
    height: 83px;
    margin-right: 10px;

}
.firstLeft .wbtp li{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 16px 0;
    border-bottom:1px solid #f0f1f2 ;
}
.firstLeft .wbtp li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
.firstLeft  .wxjx_a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.firstLeft .wbtp .wxjx_a  p:nth-child(1){
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    color: #000;
}
.firstLeft .wbtp .wxjx_a p:nth-child(2){
    font-size: 16px;
    color: #999;
}
/* 中间部分 */
.middleBox{
    width: 44%;
    height: 650px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin:1%;
    box-shadow: 0 0 20px 1px #e1e1e1;

}
.middleBox a{
    width: 100%;
    display: flex;
    flex-flow: column;
}
.middleBox .swiper{
    padding-top: -10px;
    width: 572px;
    height: 650px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.middleBox .swiper .wszyxy{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-bottom: 20px;
}
.middleBox .swiper .wszyxy .wszyxyData{
    width: 100%;
    display: flex;
    flex-flow: column;
    font-size: 16px;
    color: #999;
    line-height: 40px;
}
.middleBox .swiper .wzcs{
    width: 99%;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 35px;
    border-top: 1px dashed #dadada;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.middleBox .swiper .wszyxyWz{
    width: 99%;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.middleBox .swiper .swiper-wrapper{
    width: 572px;
    height: 300px;
}
.middleBox  .yybf{
    width: 99%;
    margin: 0 0.5%;
    margin-top: -5px;
    height: 350px;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 25px;
    color: #000;

}
.middleBox .swiper .swiper-slide{
    width: 99%;
    height: 650px;
}
.middleBox .swiper .swiper-slide a{
    width: 99%;
    height: 300px;
    text-decoration: none;
}
.middleBox .swiper .swiper-pagination-bullet{
    width: 30px;
    height: 12px;
    border-radius: 10px;
    z-index: 1000;
}

.middleBox .swiper .swiper-slide a img{
    width: 99%;
    height: 300px;
    margin: 0 0.5%;
}
/* 更改分页点的颜色 */
.middleBox .swiper .swiper-pagination-bullet {
    background: #71b2d8;
}

/* 当前激活的分页点颜色 */
.middleBox .swiper .swiper-pagination-bullet-active {
    background: #3386ed;
}
.middleBox .swiper-pagination {
    position: absolute;
    bottom: 30px;
}
/* 媒体卫院 */
.rightBox{
    width: 27%;
    display: flex;
    flex-flow: column;
    margin-top: 10px;
}
.rightBox .oneLeft{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #f0f1f2 ;
}
.oneLeft .xxmcbox .xxmc{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.oneLeft .xxmcbox .newBox{
    height: 30px;
    display: flex;
    align-items: center;
}
.oneLeft .xxmcbox .newBox span:first-child{
    display: block;
    width: 35px;
    height: 5px;
    background: #3386ed;
}
.oneLeft .xxmcbox .newBox span:last-child{
    font-size: 16px;
    color: #bdc1cb;
    padding-left: 5px;
}
.oneLeft .xxxwImg{
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #686868;
    text-decoration: none;
}
.oneLeft .xxxwImg a{
    font-size: 14px;
    color: #686868;
    text-decoration: none;
}
.oneLeft .xxxwImg a:hover{
    color:#3386ed;
}
.oneLeft .xxxwImg img{
    width: 32px;
    height: 6px;
}
.rightBox .wbtp{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 0px 0px 25px 0;
    /* border-bottom:1px solid #f0f1f2 ; */
}
.rightBox .wbtp img{
    width: 128px;
    height: 83px;
    margin-right: 10px;
    object-fit: cover;
}
.rightBox .wbtp li{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 12px 12px 15px 12px;
    border:1px solid #f1f1f1 ;
    background: #fafafa;
    border-radius: 8px;
    margin-top: 10px;
}
.rightBox .wbtp li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
.rightBox .wbtp .wxjx_a{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.rightBox .wbtp .wxjx_a p:nth-child(1){
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    color: #000;
}
.rightBox .wbtp .wxjx_a p:nth-child(2){
    font-size: 16px;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:9px 0 0 0;
}
.rightBox .wbtp .wxjx_a p:nth-child(2) img{
    width: auto;
    height: 20px;
}

/*.main .main_second{
*/
/*    width: 1300px;
*/
/*    height: 110px;
*/
/*    display: flex;
*/
/*    justify-content: space-between;
*/
/*    margin-top: 10px;
*/
/*}
*/
/*.main .main_second .lchlxy{
*/
/*    width: 200px;
*/
/*    height: 100px;
*/
/*}
*/
/*.main .main_second .lchlxy img{
*/
/*    width: 200px;
*/
/*    height: 100px;
*/
/*}
*/
.main .main_second{
    width: 1300px;
    height: 130px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    overflow: hidden;
}
.main_second .swiper-containerimg {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    position: relative;
}

.main_second .swiper-slide {
    width: 255px;
    height: 120px;
    display: block;
    position: relative;
}
.main_second .swiper-slide a {
    width: 255px;
    height: 120px;
    display: block;
}

.main_second .swiper-slide a img {
    width: 255px;
    height: 120px;
    display: block;
}
/* 教育教学 */
.jykyst{
    width: 1300px;
    height: 490px;
    display: flex;
    margin: 20px 0 10px 0;
}
.jykyst .jyjxBox{
    width: 31%;
    height: 100%;
    margin: 0 1.5% 0 0;
}
.jyjxBox .oneLeft{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jyjxBox .oneLeft .xxmcbox .xxmc{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.jyjxBox .oneLeft .xxmcbox .newBox{
    height: 30px;
    display: flex;
    align-items: center;
}
.jyjxBox .oneLeft .xxmcbox .newBox span:first-child{
    display: block;
    width: 35px;
    height: 5px;
    background: #3386ed;
}
.jyjxBox .oneLeft .xxmcbox .newBox span:last-child{
    font-size: 16px;
    color: #bdc1cb;
    padding-left: 5px;
}
.jyjxBox .oneLeft .xxxwImg{
    height: 40px;
    display: flex;
    align-items: center;
}
.jyjxBox .oneLeft .xxxwImg img{
    width: 32px;
    height: 6px;
}
.jyjxBox .jyjxBottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-top: 10px;
}
.jyjxBox .jyjxBottom li {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -5px;
}
.jyjxBox .jyjxBottom li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 25px;
}
.jyjxBox .jyjxBottom .jyjx{
    font-size: 16px;
    color: #999;
}
.jyjxBox .jyjxBottom  li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #3386ed;
    border-radius: 6px;
    margin-right: 10px;
    z-index: 3;

}
.jyjxBox .jyjxBottom  li .jyjxBottomBox{
    width: 100%;
    height: 85px;
}
.jyjxBox .jyjxBottom  li .jyjxBottomBox::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 80px;
    background: #e1e1e1;
    margin: -3px 0 0 5px;
}
.jyjxBox .jyjxBottom  li .jyjxBottomBox a{
    position: absolute;
    top: 0;
    left: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.jyjxBox .jyjxBottom  li .jyjxBottomBox .jyjx{
    position: absolute;
    bottom: 30px;
    left: 20px;
    line-height: 0px;
}
/* 科研工作 */
.jykyst .kygzBox{
    width: 30%;
    height: 100%;
    margin: 0 2%;
}

.kygzBox .oneLeft{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #f0f1f2 ;
}
.kygzBox .oneLeft .xxmcbox .xxmc{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.kygzBox .oneLeft .xxmcbox .newBox{
    height: 30px;
    display: flex;
    align-items: center;
}
.kygzBox .oneLeft .xxmcbox .newBox span:first-child{
    display: block;
    width: 35px;
    height: 5px;
    background: #3386ed;
}
.kygzBox .oneLeft .xxmcbox .newBox span:last-child{
    font-size: 16px;
    color: #bdc1cb;
    padding-left: 5px;
}
.kygzBox .oneLeft .xxxwImg{
    height: 40px;
    display: flex;
    align-items: center;
}
.kygzBox .oneLeft .xxxwImg img{
    width: 32px;
    height: 6px;
}
.kygzBox .xkjjt{
    padding: 14px;
    border:1px solid #e1e1e1;
    border-radius: 10px;
    margin-top:10px;

}
.kygzBox .xkjjt img{
    width: 100%;
}

.kygzBox .jyjxBottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
}
.kygzBox .jyjxBottom li {
    width: 100%;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kygzBox .jyjxBottom li a{
    display: block;
    width: 260px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kygzBox .jyjxBottom .jyjx{
    font-size: 16px;
    color: #999;
}
.kygzBox .jyjxBottom  li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #3386ed;
    border-radius: 6px;
    margin-right: 10px;

}
/* 视听卫院 */

.jykyst .stwyBox{
    width: 32%;
    height: 100%;
    margin: 0 0 0 1.5%;
}
.stwyBox .oneLeft{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #f0f1f2 ;
}
.stwyBox .oneLeft .xxmcbox .xxmc{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.stwyBox .oneLeft .xxmcbox .newBox{
    height: 30px;
    display: flex;
    align-items: center;
}
.stwyBox .oneLeft .xxmcbox .newBox span:first-child{
    display: block;
    width: 35px;
    height: 5px;
    background: #3386ed;
}
.stwyBox .oneLeft .xxmcbox .newBox span:last-child{
    font-size: 16px;
    color: #bdc1cb;
    padding-left: 5px;
}
.stwyBox .oneLeft .xxxwImg{
    height: 40px;
    display: flex;
    align-items: center;
}
.stwyBox .oneLeft .xxxwImg img{
    width: 32px;
    height: 6px;
}
.stwyBox .videoBox{
    width: 415px;
    height: 230px;
}
.stwyBox .videoBox video{
    width: 415px;
    height: 230px;
}
.stwyBox .jyjxBottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-top: 20px;
}
.stwyBox  .jyjxBottom li {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -5px;
}
.stwyBox .jyjxBottom li a{
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 25px;

}
.stwyBox .jyjxBottom .jyjx{
    font-size: 16px;
    color: #999;
}
.stwyBox .jyjxBottom  li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #3386ed;
    border-radius: 6px;
    margin-right: 10px;
    z-index: 3;

}
.stwyBox  .jyjxBottom  li .jyjxBottomBox{
    width: 100%;
    height: 70px;
}
.stwyBox  .jyjxBottom  li .jyjxBottomBox::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 70px;
    background: #e1e1e1;
    margin: -3px 0 0 5px;
}
.stwyBox .jyjxBottom  li .jyjxBottomBox a{
    position: absolute;
    top: 0;
    left: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.stwyBox .jyjxBottom  li .jyjxBottomBox .jyjx{
    position: absolute;
    bottom: 20px;
    left: 20px;
    line-height: 0px;
}

/* 深入开展 */
.main .main_third{
    width: 1300px;
    height: 145px;
}
.main_third .swiper_billss1 {
    height: 145px !important;
    overflow: hidden;
    position: relative;
}

.main .main_third .swiper_billss1 .swiper-wrapper {
    height: 145px !important;
}

.main .main_third .swiper_billss1 .swiper-slide {
    height: 145px !important;
}

.main .main_third .swiper_billss1 a {
    display: block;
    height: 145px !important;
}

.main .main_third .swiper_billss1 a img {
    width: 100%;
    height: 145px !important;
}

.main .main_third .swiper_billss1 .swiper-pagination {
    height: 20px;
    position: absolute;
    top: 50%;
    bottom: 10px;
    right: 20px;
    transform: translateX(-50%);
}

/* 多彩校园 */
.main .dcxyBox{
    width: 1300px;
    display: flex;
    flex-flow: column;
    position: relative;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
    overflow: hidden;
}
.dcxyBox .oneLeft{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #f0f1f2 ;
}
.dcxyBox .oneLeft .xxmcbox .xxmc{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.dcxyBox .oneLeft .xxmcbox .newBox{
    height: 30px;
    display: flex;
    align-items: center;
}
.dcxyBox .oneLeft .xxmcbox .newBox span:first-child{
    display: block;
    width: 35px;
    height: 5px;
    background: #3386ed;
}
.dcxyBox .oneLeft .xxmcbox .newBox span:last-child{
    font-size: 16px;
    color: #bdc1cb;
    padding-left: 5px;
}
.dcxyBox .oneLeft .xxxwImg{
    height: 40px;
    display: flex;
    align-items: center;
}
.dcxyBox .oneLeft .xxxwImg img{
    width: 32px;
    height: 6px;
}

.dcxyBox .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    position: relative;
}

.dcxyBox .swiper-slide {
    width: 423px;
    height: 240px;
    display: block;
    position: relative;
}
.dcxyBox .swiper-slide .mlxyBox{
    position: absolute;
    left: 10px;
    bottom: 15px;
    color: #f6fbff;
}
.dcxyBox .swiper-slide a {
    width: 423px;
    height: 240px;
    display: block;
}

.dcxyBox .swiper-slide a img {
    width: 423px;
    height: 240px;
    display: block;
}


.dcxyBox .swiper-button-next,.dcxyBox .swiper-button-prev{
    color: #ffffff;
}
/* 三抓三促 */
.main .szscBox{
    width: 1300px;
    height: 130px;
    margin: 30px 0;
    display: flex;
}
.main .szscBox .szscSmall:nth-child(even){
    width: 100%;
    height: 130px;
    background: #eff6fd;
    z-index: 1;
}

.main .szscBox .szscSmall:hover{
    box-shadow:  0 8px 20px rgba(61,123,238,.15);
    z-index: 1000;
}
.main .szscBox .szscSmall{
    width: 100%;
    height: 130px;
    background: #f8fbfe;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-decoration: none;
    padding:0 0 10px 0;
}
.main .szscBox .szscSmall img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.main .szscBox .szscSmall .szscText{
    color: #263745;
    font-size: 16px;
    margin-top: 0px;

}
/* 友情链接 */
.yqlj{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    box-shadow: 0 -10px 10px -10px #c2d9f0;
}
.yqlj  .yqljBox{
    width: 1300px;
    height: 90px;
    display: flex;
    align-items: center;
}
.yqlj  .yqljBox .yqljSmall{
    font-size: 24px;
    color: #000;
    margin:0 20px;
}
.yqlj  .yqljBox a{
    font-size: 18px;
    color: #000;
    text-decoration: none;
    margin:0 20px;
}
/* 底部 */
.addressDiv{
    width: 100%;
    height: 150px;
    background: #3373e0;
    display: flex;
    justify-content: center;

}
.addressDiv .addressBox{
    width: 1300px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.addressDiv .addressImg{
    width: auto;
    height:60px;
}
.addressDiv .addressImg img{
    width: auto;
    height:60px;
}
.addressBox .address{
    width: auto;
    display: flex;
    flex-flow: column;
}
.addressBox .address div{
    width: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.addressBox .address .copyBox{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.addressBox .address .dzbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}
.addressBox .address .dzbox a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}
.addressBox .address .dzbox a:hover{
    text-decoration: underline;
}
.addressBox .address .copyBox{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.addressBox .address .copyBox a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
}
.addressBox .address .copyBox a:hover{
    text-decoration: underline;
}


/* 详情页通知公告 */
.tzggBox1{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
     box-shadow: 0 0 10px 0 #e1e1e1;/*//#DAE9FE */
    background: linear-gradient(to bottom, #e1e1e1, #fff);
}
.tzggBox1 .dhlBox{
    width: 1300px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tzggBox1 .dhlBox img{
    width: 25px;
    height: 30px;
}
.tzggBox1 .dhlBox a{
    text-decoration: none;
    font-size: 18px;
    color: #000;
    margin: 0 10px;
}


 .mainBoxBig{
    width: 1300px;
    display: flex;
    margin: 30px auto;
    justify-content: space-between;
}
.mainBoxBig .search_samll{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    padding: 0 25px;
    font-size: 16px;

}
.mainBoxBig .search_samll .search_small_box{
    width: 700px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.mainBoxBig .search_samll input{
    width: 660px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 16px;
}
.mainBoxBig .search_samll img{
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.mainBoxBig .search_samll .search_btn{
    width: 40px;
    height: 40px;
    background: none;
    border: none;
}
.mainBoxBig .mainLeft{
    width: 25%;
    display: flex;
    flex-flow: column;
/*     border-top: 55px solid;*/
/*    border-image: linear-gradient(to left, transparent, #0058B4) 1;*/
/*    border-left: 15px solid #0058B4;*/
}
.mainBoxBig .mainLeft .xiao_left{
    width: 305px;
/*    height: 500px;
*/
    background: #fafafa;
    border-bottom: 5px solid #0058B4;
    display: flex;
    flex-flow: column;
    /*padding: 20px;*/
	overflow-y: auto;
}

 .mainBoxBig .mainLeft .xiao_left .xxjz_small{
    width: 100%;
    line-height: 50px;
    display: flex;
    flex-flow: column;
}
 .mainBoxBig .mainLeft .xiao_left .xxjz_smallBox{
    width: 100%;
    line-height: 50px;
    display: flex;
    padding:0px 20px;
}
.xxjz_smallBox a{
    display: inline-block;
    width: 100%!important;
}

 .mainBoxBig .mainLeft .xiao_left11{
    width: 305px;
/*    height: 500px;
*/
    background: #fafafa;
    border-bottom: 5px solid #0058B4;
    display: flex;
    flex-flow: column;
    /*padding: 20px;*/
	overflow-y: auto;
}

 .mainBoxBig .mainLeft .xiao_left11 .xxjz_small{
    width: 100%;
    line-height: 50px;
    display: flex;
    flex-flow: column;
}
.mainBoxBig .mainLeft .xiao_left11 .xxjz_smallBox{
    width: 100%;
    line-height: 50px;
    display: flex;
    padding-right:20px;
}
.xxjz_smallBox a{
    display: inline-block;
    width: 100%!important;
    font-size:16px!important;
}


 .mainBoxBig .mainLeft .xiao_left11 .three_xxjz{
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    display: none;
}
.mainLeft .xiao_left11 .three_xxjz .school_box a{
    font-size: 14px!important;
    text-decoration: none;

}



 .mainBoxBig .mainLeft .xiao_left .three_xxjz{
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    display: none;
}
.mainLeft .xiao_left .three_xxjz .school_box a{
    font-size: 14px!important;
    text-decoration: none;

}
 .mainBoxBig .mainLeft .xiao_left .img{
    width: 25px;
    height: 20px;
    cursor: pointer;
    /*display: none;*/
}
 .mainBoxBig .mainLeft .xiao_left .ejBox{
    width: 100%;
    font-size: 20px;
    position: relative;
}
 .mainBoxBig .mainLeft .xiao_left11 .ejBox{
    width: 100%;
    font-size: 20px;
    position: relative;
    padding:0 20px;
}

 .mainBoxBig .mainLeft .xiao_left11 .ejBox  a{
    font-size: 16px;
    text-decoration: none;
    color: #000;
    line-height:20px;
}
 .mainBoxBig .mainLeft .xiao_left11 .ejBox  a:hover{
    color: #0058B4;
}
.xiao_left .active{
    color: #0058B4;
}

 .mainBoxBig .mainLeft .xiao_left .ejBox  a{
    font-size: 20px;
    text-decoration: none;
    color: #000;
    line-height:20px;

}
 .mainBoxBig .mainLeft .xiao_left .ejBox  a:hover{
    color: #0058B4;
}
.xiao_left .active{
    color: #0058B4;
}

 .mainBoxBig .mainLeft .xiao_leftBig{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    /* padding: 15px 10px; */
    align-items: center;
/*    position: absolute;
*/
/*    top: -58px;
*/
margin-top:-58px;
    color: #fff;
    border-bottom: 5px solid #0058B4;
}
.samll_mainleft .xiao_leftBig div:first-child{
    font-size: 22px;
    width: 100%;
}
 .xiao_leftBig div:last-child img{
    width: 30px;
    height: 20px;
}

 .mainBoxBig .mainLeft .samll_mainleft{
    width: 320px;
    border-top: 55px solid;
    border-image:linear-gradient(to left, transparent, #0058B4) 1;
    /* border-left: 15px solid #0058B4; */
/*    position: relative;
*/
}
 .mainBoxBig .mainRight{
    width: 73%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
}

.mainBoxBig .mainRight .xTitle{
    width: 100%;
    display: flex;
    flex-flow: column;
    font-size: 30px;
    padding: 0 0 10px 10px;
}
.mainBoxBig .mainRight .gjzcBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    padding-bottom:10px;
}

.mainBoxBig .mainRight .gjzcBox .bgBox {
    width: 240px;
    height: auto;
    flex-flow: column;
    width: 100%;
    display: flex;
    background: #fafafa;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li:hover{
    box-shadow: 0 0 1.2rem 0.1rem #e1e1e1;
    z-index: 999;
    border-radius: 3px;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li{
    width: 100%;
    display: flex;
    padding: 20px;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li img{
    width: 220px;
    height: 128px;
}
.mainBoxBig .mainRight .gjzcBox .bgBox .dl_xiao{
    width: calc(100% - 230px);
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    margin-left: 20px;
}
.mainBoxBig .gjzcBox .bgBox .dl_xiao .jyBox{
    text-decoration: none;
    color: #999;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.mainBoxBig .mainRight .gjzcBox .bgBox li:nth-child(even){
    width: 100%;
    display: flex;
    padding: 20px;
    background: #fff;
}
.mainBoxBig .mainRight .gjzcBox .bgBox .bgBoxLeft{
    width: 100%;
    font-size: 16px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.mainBoxBig .mainRight .gjzcBox .bgBox .bgTime{
    font-size: 15px;
    color: #666;
}
/* 底部切换 */
.mainRight .dbqhBox{
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.mainRight .dbqhBox div{
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.mainRight .dbqhBox div:hover{
    background: #e1e1e1;
}
/* 图片右半部分 */
.photoRight{
    width: 73%;
    height: auto;
    display: flex;
    flex-flow: column;
}
.photoRight1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    /* padding: 0px 0 0 30px; */
}
.photoRight1 .photoRightBox{
    width: 30%;
    height: 220px;
    display: flex;
    flex-flow: column;
    align-items: center;
    animation: shadow-pulse 1s infinite ease-in-out;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px 5px #f1f1f1;
    text-decoration: none;
    color: #000;
}
.photoRight1 .photoRightBox div{
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.photoRight1 .photoRightBox img{
    width: 100%;
    height: 168px;
}

.photoRight .dbqhBox{
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.photoRight .dbqhBox div{
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.photoRight .dbqhBox div:hover{
    background: #e1e1e1;
}
/* 学校概况 */
.versionBox{
    width: 73%;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.versionBox .xsgkBox{
    width: 100%;
    font-size: 30px;
    line-height: 60px;
    display: flex;
    justify-content: center;
}
.versionBox .xxgkBox{
    padding: 20px 0;
}
.versionBox .xxgkBox div{
    text-indent: 2em;
    font-size: 18px;
    line-height: 37px;
}
/* 概况 */
.gkBoxBig{
    width: 1300px;
    padding: 30px 0;
    min-height: 500px;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin:0 auto;
}
.gkBoxBig .gkTitle{
    width: 100%;
    line-height: 60px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainBoxBig .versionBox .fbsjTime1{
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 10px;
}
.versionBox .fbsjTime1 div{
    margin: 0 30px;
}
.versionBox .xxgkBox1{
	line-height:40px;
	margin:30px 0;
}
.mainBox .gkBoxBig .fbsjTime{
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 10px;
}
.mainBox .fbsjTime div{
    margin: 0 30px;
}
.gkBoxBig .gkwb{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 30px 0;
}
.gkBoxBig .gkwb div{
    /*text-indent: 2em;*/
    font-size: 18px;
    line-height: 37px;
}
.gkBoxBig .gkwb div p img{
    max-width: 80%!important;
    height: auto !important;
    display: block;
    margin: 10px auto;
    padding: 0;
}
.xiao_leftBig {
    position: relative;
}
.xiao_leftBig span{
    display: block;
    width: 320px;
   line-height: 60px;
   text-align: center;
   font-size: 20px;
   font-weight: bold;
}

.xiao_leftBig a {
    display: flex;
    padding: 10px;
    text-decoration: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #383838;
}

.xiao_leftBig .action {
    font-weight: bold;
}


/* 初始状态：子菜单显示，三级菜单隐藏 */
.submenu {
    display: block; /* 子菜单默认显示 */
    list-style: none;
    width: 100%;
    padding:10px 0 10px 0px;
    background: #fafafa;
}

.submenu-level-2 {
    display: none;  /* 初始状态隐藏三级菜单 */
    list-style: none;
    /* padding-left: 20px; */
    color: #fff;
}
.submenu-toggle:hover {
    background-color: #fff;
}
.samll_mainleft .xiao_leftBig div:first-child{
    font-size: 18px!important;
}
.submenu-toggle{
    font-size: 18px;
    color: #0058B4!important;
}
/* 鼠标悬停时，三级菜单的显示效果 */
.submenu-level-2 a:hover {
    background-color: #0058B4!important;
    color: #fff;
}

/* 默认隐藏箭头，只有当有三级菜单时才显示 */
.submenu-arrow {
    display: block;  /* 默认隐藏箭头 */
    width: 10px;
    height: 10px;
    transition: transform 0.3s ease;  /* 平滑过渡 */
}

/* 旋转箭头的样式 */
.submenu-toggle.rotated .submenu-arrow {
    transform: rotate(90deg);
}
.submenu.has-submenu{
    background: #fff;
}
/* 显示箭头 */
.submenu.has-submenu .submenu-arrow {
    display: inline-block;
}
.submenu-level-2{
    font-size: 16px;
    padding-left: 15px;
    background: #ffffff;
    padding:5px 10px 5px 10px;
    border-radius: 6px;
    width: 280px;
    margin-left: 10px;
    box-shadow: rgba(0, 88, 180, 0.1) 0px 5px 15px;
}
.no-submenu{
    display: block;
    padding: 10px;
/*    background-color: #fff; */
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    font-size: 18px;
    color: #0058B4;
}



.no-submenu:hover {
    background-color: #0058B4;
    color: #fff;
}

/* 选中状态的样式 */
li.active .no-submenu {
    background-color: #0056b3; /* li 选中时的背景色 */
    color: #fff; /* a 选中时的文字颜色 */
}

