* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    box-sizing: border-box;
}

html {
    background: #ffffff;
}

body {
    color: #383838;
    width: 100%;
    cursor: default;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 14px;
}

ol, ul, li, dl, dd, dt {
    list-style: none;
}

.float {
    float: left;
}

.floatr {
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* 列表页 */
.list{ width: 1200px; margin: 20px auto;  min-height: 600px; background: #fff; border: 1px solid #eee; border-radius: 8px; padding:20px 50px;background: #f9f9f9;}
.list li{ width: 100%; height: 80px; line-height: 80px; display: flex; align-items: center; justify-content: space-between;  border-bottom: 1px dashed #ccc; }
.list li a{ width: 80%; line-height: 80px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;text-decoration: none; font-size: 16px; color: #000; padding-left: 30px; position: relative; }
.list li a::after{ position: absolute; content: ''; left: 3px; top:37px; width: 6px; height: 6px; border-radius: 10px; border: 2px solid #3876e1; }
.list li span{ width: 20%; text-align: right; color: #888; font-size: 16px; }
.list li a:hover{color: #0b4bb9;  }

.ejlm_list{ width: 1200px; margin: 0 auto;  min-height: 600px; background: #fff; border: 1px solid #eee; border-radius: 8px; padding:20px 50px;}
.ejlm_list li{ width: 100%; height: 80px; line-height: 80px; display: flex; align-items: center; justify-content: space-between;  border-bottom: 1px dashed #ccc; }
.ejlm_list li a{ width: 80%; line-height: 80px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-size: 18px; color: #000; padding-left: 30px;
    background: url(../img/icon_tb.svg) no-repeat 5px center;}
.ejlm_list li span{ width: 20%; text-align: right; color: #888; font-size: 18px; }
.ejlm_list li a:hover{color: #0b4bb9;  }
.ejlm{ width: 100%; height: auto; padding: 15px 0; display: flex; align-items: center; justify-content: center; }
.ejlm a{ width: 24%; height: 50px; line-height: 50px; margin: 0 1%; background: #fff6f6;  border-radius: 6px;  border: 1px solid #fad2d2;
    font-size: 20px; color: #0b4bb9; text-align: center;}
.ejlm a:hover{background: #ffefef;}
.ejlm a.action{background: #0b4bb9; color: #fff;}

/* 分页 */
.fy{ width: 100%; height:60px; display: flex; align-items: center; justify-content: center; margin-top: 20px; }
.fy a{ width: auto; height: 40px; line-height: 40px; background: #f1f1f1; border-radius: 5px; padding: 0 20px; color: #888; }
.fy span{ width: 100px; text-align: center; line-height: 40px; color: #000; }
.fy a:hover{ background: #D02C2C; color: #fff;  }
/* 体育教学部 */
.tyjxbtop{
    width: 100%;
    height: 195px;
    background: url('../img/tybvj.png') no-repeat 100% 100%;
    background-size: 100% 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.tyjxbtopSmall{
    width: 1300px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.tyjxbtop .top_con{
    width: 1300px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tyjxbtop .img img{
    width: 620px;
    height: 110px;
    position: absolute;
    top: 0;
}


.tyjxbtop .top_right .top_right_search{
    width: 350px;
    height: 40px;
    border-radius: 25px;
    background: #fff;
    margin:10px 0px 0 0;
    display: flex;
    justify-content: center;
}
.tyjxbtop .top_right_search .search_txt{
    width: 278px;
    height: 38px;
    border: none;
    font-size: 16px;
    outline: none;
}
.tyjxbtop .top_right_search .search_btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
}
.tyjxbtop .top_right_search .search_btn img{
    width: 20px;
    height: 20px;
    background: none;
    border: none;
}

.tyjxbtop .nav {
    width: 100%;
    height: 70px;
}
.tyjxbtop .nav .nav_content {
    width: 1300px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tyjxbtop .yd_nav {
    display: none;
}

.tyjxbtop .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);
}
/* 内容部分 */
.tyjxbBottom{
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.tyjxbBottom .tyjxbBottomSmall{
    width: 1300px;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-top: 20px;
}
.tyjxbBottom .tyjxbBottomSmall .tyjxText{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
}
.tyjxText .tyjxTextTop{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.tyjxTextTopImg{
    display: flex;
    align-items: center;
}
.tyjxTextTopImg img{
    width: 35px;
    height: 30px;
}
.tyjxTextTopImg span{
    font-size: 22px;
    font-weight: bold;
    margin-left: 10px;
}
.tyjxTextTopMore{
    display: flex;
    align-items: center;
}
.tyjxTextTopMore img{
    width: 65px;
    height: 30px;
}
.tyjxTextBottom{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.tyjxTextBottom .tybSwiper{
    width: 49%;
    height: 300px;
    position: relative;
}
.tyjxTextBottom .tybSwiper .tswiper-wrapper img{
    width: 100%;
    height: 300px;
    background-size: cover;
}
.tyjxTextBottom .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.tyjxTextBottom .swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}
.tyjxTextBottom .tybSwiper .tswiper{
    width: 100%;
    height: 300px!important;
    overflow: hidden;
}
.tyjxTextBottom .tybSwiper .tswiper .mlxyBox{
    width: 100%;
    line-height: 40px;
    background: url('../img/xbj.png') no-repeat 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #f6fbff;
    padding-left: 10px;

}
.tyjxTextBottom .tybSwiper .tswiper .mlxyBox span{
    width: 80%;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tyjxTextBottom .tybSwiper .tswiper .swiper-wrapper{
    width: 100%;
    height: 300px!important;
}
.tyjxTextBottom .tybSwiper .tswiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 300px!important;
}
.tyjxTextBottom .tybSwiper .tswiper .swiper-wrapper img{
    width: 100%;
    height: 300px!important;
}
.tyjxTextBottom .swiper-pagination{
    width: 100%;
    text-align: right;
}

.tyjxTextBottom .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.tyjxTextBottom .swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}

.textBigBox{
    width: 49%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
}
.textBigBox a{
    width: 100%;
    line-height: 37px;
    display: flex;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
}
.textBigBox a span:nth-child(1){
    width: 80%;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textBigBox a span:nth-child(2){
    width: calc(100% - 80%);
    font-size: 16px;
    color:#969696;
    display: flex;
    justify-content: flex-end;
}

.textBigBox1{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
}
.textBigBox1 a{
    width: 100%;
    line-height: 37px;
    display: flex;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
}
.textBigBox1 a span:nth-child(1){
    width: 80%;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textBigBox1 a span:nth-child(2){
    width: calc(100% - 80%);
    font-size: 16px;
    color:#969696;
    display: flex;
    justify-content: flex-end;
}

.tyjxbBottom .tyjxbBottomSmall .tyjxTexts{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.tyjxTexts .tyjxTextTop{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.tyjxTexts .tyjxTextBig{
    width: 49%;
}
.tyjxTexts .tyjxTextBig .tyjxTextTop{
    width: 100%;
}
.tyjxbBottom .dcxyBox{
    width: 1300px;
    display: flex;
    flex-flow: column;
    position: relative;
    height: auto;
    display: block;
    margin: 10px auto 20px auto;
    overflow: hidden;
}
.tyjxbBottom .dcxyBox .tyjxTextTop{
    display: flex;
    justify-content: space-between;
}

/* 体育部底部 */
.addressDiv1{
    width: 100%;
    height: 150px;
    background: #3373e0;
    display: flex;
    justify-content: center;
}
.addressDiv1 .addressBox1{
    width: 1300px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.addressDiv1 .addressImg1{
    width: 310px;
    height:60px;
}
.addressDiv1 .addressImg1 img{
    width: 310px;
    height:60px;
}
.addressBox1 .address1{
    width: auto;
    display: flex;
    flex-flow: column;
}
.addressBox1 .address1 div{
    width: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.addressBox1 .address1 .copyBox1{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.addressBox1 .address1 .dzbox1{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}
.addressBox1 .address1 .dzbox1 a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}
.addressBox1 .address1 .dzbox1 a:hover{
    text-decoration: underline;
}
.addressBox1 .address1 .copyBox1{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.addressBox1 .address1 .copyBox1 a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
}
.addressBox1 .address1 .copyBox1 a:hover{
    text-decoration: underline;
}

/* 列表页 */
.tybmainBox{
    margin: 20px 0;
}
.tybmainBox .mainBoxBig{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tybmainBox .mainBoxBig .tybmainRight{
    width: 1300px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.tybmainBox .tybmainRight .xTitle{
    width: 100%;
    display: flex;
    flex-flow: column;
    font-size: 30px;
    padding: 0 0 10px 10px;
}
.tybmainBox .tybmainRight .gjzcBox{
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-flow: column;
    padding-bottom:10px;
}

.tybmainBox .tybmainRight .gjzcBox .bgBox {
    width: 100%;
    height: auto;
    flex-flow: column;
    width: 100%;
    display: flex;
    background: #fafafa;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox li:hover{
    box-shadow: 0 0 1.2rem 0.1rem #e1e1e1;
    z-index: 999;
    border-radius: 3px;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox li{
    width: 100%;
    min-height: 150px;
    display: flex;
    padding: 20px;
    justify-content: space-between;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox li img{
    width: 220px;
    height: 128px;
    margin-right: 20px;
    object-fit: cover;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox .dl_xiao{
    width: calc(100% - 230px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.tybmainBox .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;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox li:nth-child(even){
    width: 100%;
    display: flex;
    padding: 20px;
    background: #fff;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox .bgBoxLeft{
    width: 100%;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 28px;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox .bgTime{
    font-size: 15px;
    color: #666;
}

/*搜索页*/
.tybmainBox1{
    margin: 20px 0;
}
.tybmainBox1 .mainBoxBig1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tybmainBo1x .mainBoxBig1 .tybmainRight1{
    width: 1300px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.tybmainBox1 .tybmainRight1 .xTitle{
    width: 100%;
    display: flex;
    flex-flow: column;
    font-size: 30px;
    padding: 0 0 10px 10px;
}
.tybmainBox1 .tybmainRight1 .gjzcBox1{
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-flow: column;
    padding-bottom:10px;
}

.tybmainBox1 .tybmainRight1 .gjzcBox1 .bgBox {
    width: 100%;
    height: auto;
    flex-flow: column;
    width: 100%;
    display: flex;
    background: #fafafa;
}
.tybmainBox1 .tybmainRight1 .gjzcBox1 .bgBox1 li:hover{
    box-shadow: 0 0 1.2rem 0.1rem #e1e1e1;
    z-index: 999;
    border-radius: 3px;
}
.tybmainBox1 .tybmainRight1 .gjzcBox1 .bgBox1 li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
.tybmainBox1 .tybmainRight1 .gjzcBox1 .bgBox1 li{
    width: 100%;
    min-height: 150px;
    display: flex;
    padding: 20px;
    justify-content: space-between;
}
.tybmainBox1 .tybmainRight1 .gjzcBox1 .bgBox1 li img{
    width: 220px;
    height: 128px;
    margin-right: 20px;
    object-fit: cover;
}
.tybmainBox1 .tybmainRight1 .gjzcBox1 .bgBox1 .dl_xiao{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.tybmainBox1 .gjzcBox1 .bgBox1 .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;
}
.tybmainBox1 .tybmainRight1 .gjzcBox1 .bgBox1 li:nth-child(even){
    width: 100%;
    display: flex;
    padding: 20px;
    background: #fff;
}
.tybmainBox1 .tybmainRight1 .gjzcBox1 .bgBox1 .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;
    line-height: 28px;
}
.tybmainBox1 .tybmainRight1 .gjzcBox1 .bgBox1 .bgTime{
    font-size: 15px;
    color: #666;
}

/* 底部切换 */
.tybmainBox .dbqhBox{
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.tybmainBox .dbqhBox div{
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.tybmainBox .dbqhBox div:hover{
    background: #e1e1e1;
}


/* 概况 */
.gkBoxBig{
    width: 1300px;
    padding: 0px 0 0 30px 0;
    min-height: 500px;
    display: flex;
    flex-flow: column;
}
.gkBoxBig .gkTitle{
    width: 100%;
    line-height: 60px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gkBoxBig .fbsjTime{
    width: 1300px;
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 10px;
}
.gkBoxBig .fbsjTime div{
    margin: 0 30px;
}
.gkBoxBig .gkwb{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 30px 0;
}
.gkBoxBig .gkwb p{
    text-indent: 32px;
    font-size: 16px;
    line-height: 28px;
    padding:10px 0;
}

/* 详情页通知公告 */
.mainBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 30px;
}

.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;
    white-space: nowrap;
}
.tzggBox1 .dhlBox a:last-child{
    overflow: hidden;
    text-overflow: ellipsis;
}
.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{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #f6fbff;
    padding: 20px 15px 10px 15px;
    background: url(../img/xbj.png) repeat-x;
    background-size: 100% 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dcxyBox .swiper-slide a {
    height: 240px;
    display: block;
}

.dcxyBox .swiper-slide a img {
    width: 100%;
    height: 240px;
    display: block;
    object-fit: cover;
}


.dcxyBox .swiper-button-next,.dcxyBox .swiper-button-prev{
    color: #ffffff;
}

/* 列表页 */
.li_style {
    width: 1300px;
    margin: 20px auto;
    min-height: 600px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 40px;
}
.list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list .list_left {
    width: 25%;
    background: #F4F8FF;
    margin-top: 20px;
}

.list .list_left span {
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
    background: #0058B4;
    color: #fff;
    display: block;
    border-radius: 8px 8px 0 0;
}

.list .list_left a {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    color: #03468C;
    padding: 20px;
    text-align: left;
    border-top: 2px solid #fff;
    display: block;
    text-decoration: none;
    background: url(../img/szll_jt.svg) no-repeat 90% center;
}

.list .list_left a:hover {
    background: url(../img/szll_jt.svg) no-repeat 90% center #eaf1fe;
}

.list .list_left a.action {
    background: url(../img/szll_jt.svg) no-repeat 90% center #dee9fc;
}

.list .list_right {
    width: 70%;
    min-height: 600px;
}

.list_right .gkTitle{
    width: 100%;
    line-height: 60px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.list_right .fbsjTime{
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 10px;
}
.list_right .fbsjTime div{
    margin: 0 30px;
}
.list_right .gkwb{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 30px 0;
}
.list_right .gkwb div{
    font-size: 18px;
    line-height: 37px;
}
.list_right .gkwb div p img{
    max-width: 80% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    padding: 0;
}
