
* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 1rem;
    box-sizing: border-box;
}

html {
    background: #ffffff;
}

body {
    color: #383838;
    width: 100%;
    cursor: default;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 1rem;
}

ol, ul, li, dl, dd, dt {
    list-style: none;
}

.float {
    float: left;
}

.floatr {
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* 列表页 */
.list{ width: 100%; margin: 0 auto;  min-height: 600px; background: #fff; padding:0 5%;}
.list li{ width: 100%; height: auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;  border-bottom: 1px dashed #ccc; padding: 15px 0; }
.list li a{ text-decoration:none;idth: 100%; line-height: 25px;  font-size: 16px; color: #000; padding: 0 0 0 20px; position: relative;}
.list li a::after{ position: absolute; content: ''; left: 3px; top:10px; width: 6px; height: 6px; border-radius: 10px; border: 2px solid #3876e1; }
.list li span{ width: 100%; text-align: left; color: #888; font-size: 16px;padding: 0 0 0 20px; margin-top: 10px; }
.list li a:hover{color: #0b4bb9;  }



.ejlm_list{ width: 100%; margin: 0 auto;  min-height: 600px; background: #fff; padding:0 5%;}
.ejlm_list li{ width: 100%; height: auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;  border-bottom: 1px dashed #ccc; padding: 15px 0; }
.ejlm_list li a{ width: 100%; line-height: 25px;  font-size: 4vw; color: #000; padding: 0 0 0 20px;
    background: url(../img/icon_tb.svg) no-repeat left 7px;}
.ejlm_list li span{ width: 100%; line-height: 25px; text-align: left; color: #888; font-size:4vw; padding-left: 20px; }
.ejlm_list li a:hover{color: #D02C2C;  }
.ejlm{display: none; }


/* 分页 */
.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: 5rem;
    background: url('../img/tybvj.png') no-repeat 100% 100%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
.tyjxbtopSmall{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.tyjxbtop .top_con{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tyjxbtop .img img{
    width: 60%;
    height: 4rem;
    position: absolute;
    top: 0;
}

.tyjxbtop .nav {
    display: none;
}

.tyjxbtop .nav_btn {
    width: 3rem;
    height: 3rem;
    background: none;
    border: none;
    float: right;
}

.tyjxbtop .nav_btn img {
    width: 2rem;
    height: auto;
    display: inline-block;
}
.banner .swiper-pagination-bullet{
    width:0.8rem;
    height: 0.8rem;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.banner .swiper-pagination-bullet-active{
    width: 1rem;
    height: 1rem;
    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: 100%;
    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;
    padding: 0 1rem;
}
.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%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.tyjxTextBottom .tybSwiper{
    width: 100%;
    height: 15rem;
    position: relative;
    border-radius: 1rem;
}
.tyjxTextBottom .tybSwiper .tswiper-wrapper img{
    width: 100%;
    height: 4rem;
    background-size: cover;
}
.tyjxTextBottom .swiper-pagination-bullet{
    width:0.8rem;
    height: 0.8rem;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
}
.tyjxTextBottom .swiper-pagination-bullet-active{
    width: 1rem;
    height: 1rem;
    background: #007aff;
    opacity: 1;
    border: 2px solid #ffffff;
    transform: translateY(2px);
}
.tyjxTextBottom .tybSwiper .tswiper{
    width: 100%;
    height: 15rem;
    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: 15rem;
}
.tyjxTextBottom .tybSwiper .tswiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 15rem;
}
.tyjxTextBottom .tybSwiper .tswiper .swiper-wrapper img{
    width: 100%;
    height: 15rem;
}
.tyjxTextBottom .swiper-pagination{
    width: 100%;
    text-align: right;
}

.textBigBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-bottom: 20px;
    padding:0 1rem;
}
.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;
    padding:0 1rem;
}
.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;
    flex-direction: column;
    justify-content: space-between;
    padding:0 1rem;
}
.tyjxTexts .tyjxTextTop{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.tyjxTexts .tyjxTextBig{
    width: 100%;
}
.tyjxTexts .tyjxTextBig .tyjxTextTop{
    width: 100%;
}
.tyjxbBottom .dcxyBox{
    width: 100%;
    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;
}

/* 列表页 */
.tybmainBox{
    margin: 20px 0;
}
.tybmainBox .mainBoxBig{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tybmainBox .mainBoxBig .tybmainRight{
    width: 100%;
    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: 40rem;
    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;
    flex-direction: column;
    text-decoration: none;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox li{
    width: 100%;
    min-height: 13rem;
    display: flex;
    padding: 20px;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox li img{
    width: 100%;
    height: 13rem;
    margin-right: 20px;
    object-fit: cover;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox .dl_xiao{
    width: 100%;
    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: 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;
}
.tybmainBox .tybmainRight .gjzcBox .bgBox .bgTime{
    font-size: 15px;
    color: #666;
}

/* 底部 */
.addressDiv1{
    width: 100%;
    height: auto;
    background: #3373e0;
    display: flex;
    justify-content: center;
    padding:1rem;

}
.addressDiv1 .addressBox1{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;

}
.addressDiv1 .addressBox1 a{
    text-decoration: none;
    color: #fff;
}
.addressDiv1 .addressImg1{
    width: 100%;
    height:3rem;
    display: flex;
    justify-content: center;
}
.addressDiv1 .addressImg1 img{
    width:15rem;
    height:3rem;
}
.addressBox1 .address1{
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin:0.5rem 0;
}
.addressBox1 .dzbox1{
    width: auto;
    font-size: 1rem;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.addressBox1 .dzbox1 a:hover{
    text-decoration: underline;
}
.addressBox1 .copyBox1{
    width: auto;
    font-size: 1rem;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.addressBox1 .copyBox1 p{
    word-break: break-all;
    text-align: center;

}
.addressBox1 .copyBox1 a:hover{
    text-decoration: underline;
}

/* 详情页通知公告 */
.tzggBox1{
    width: 100%;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1rem solid #FFFFFF;
     box-shadow: 0 0 10px 0 #e1e1e1;/*//#DAE9FE */
    background: linear-gradient(to bottom, #e1e1e1, #fff);
}
.tzggBox1 .dhlBox{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tzggBox1 .dhlBox img{
    width: 1.5rem;
    height: 1.8rem;
    margin-left: 0.5rem;
}
.tzggBox1 .dhlBox a{
    text-decoration: none;
    font-size: 1rem;
    color: #000;
    margin: 0 1rem;
    white-space: nowrap;
}
.tzggBox1 .dhlBox a:last-child{
    overflow: hidden;
    text-overflow: ellipsis;
}
.mainBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    padding: 1rem 0 0 0;
}

/* 概括 */
.gkBoxBig{
    width: 100%;
    min-height: 40rem;
    padding: 0px 0 0 2rem 0;
    display: flex;
    flex-flow: column;
    padding: 0rem 1rem 1rem 1rem;
}
.gkBoxBig .gkTitle{
    width: 100%;
    line-height: 2rem;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding:0 0 1rem 0;
    color: #000000;
}
.gkBoxBig .fbsjTime{
    width: 100%;
    padding: 1rem 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fafafa;
    border-radius: 0.5rem;

}
.gkBoxBig .fbsjTime div{
    width: auto;
    display: flex;
}
.gkBoxBig .gkwb{
    width: 100%;
    display: flex;
    flex-flow: column;
}
.gkBoxBig .gkwb div{
    text-indent: 2em;
    font-size: 1rem;
    line-height: 2.2rem;
}

.gkBoxBig .gkwb p{
    text-indent: 2em;
    font-size: 1rem;
    line-height: 1.8rem;
    padding:0.3rem 0;
}

.gkBoxBig .gkwb p img{
    max-width: 100%;
    height: auto;
}


.top_con {
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 1.2rem;
}
.top_con .img{
    width: auto;
    height: 3.8rem;
}
.top_con .img img{
    width: auto;
    height: 3.8rem;
    transform: translateY(-0.1rem);
}
.top_con .top_right {
    display: none;
}

.banner {
    width: 100%;
    height: 13rem;
    margin-top: 1 rem;
}
.banner .swiper-wrapper {
    width: 100%;
    height: 13rem;
}

.banner .swiper-wrapper a {
    width: 100%;
    height: 13rem;
}

.banner .swiper-wrapper a img {
    width: 100%;
    height: 13rem;
}
.banner .imgyrwb{
    width: 20rem;
    height: 3rem;
    z-index: 1000;
    position: absolute;
    top:17%;
    left: 20%;
}

.dcxyBox{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding:1rem;
}
.dcxyBox .oneLeft{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dcxyBox .oneLeft .xxmcbox .xxmc{
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
}
.dcxyBox .oneLeft .xxmcbox .newBox{
    height: 1.6rem;
    display: flex;
    align-items: center;
}
.dcxyBox .oneLeft .xxmcbox .newBox span:first-child{
    display: block;
    width: 1.9rem;
    height: 0.2rem;
    background: #3386ed;
}
.dcxyBox .oneLeft .xxmcbox .newBox span:last-child{
    font-size: 0.8rem;
    color: #bdc1cb;
    padding-left: 0.2rem;
}
.dcxyBox .oneLeft .xxxwImg{
    height: 2.2rem;
    display: flex;
    align-items: center;
}
.dcxyBox .oneLeft .xxxwImg img{
    width: 2rem;
    height: 0.4rem;
}
.dcxyBox {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.dcxyBox .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 0.6rem;
    position: relative;
}

.dcxyBox .swiper-slide {
    width: 100% !important;
    height: 18rem;
    display: block;
}
.dcxyBox .swiper-slide .mlxyBox{
    width: 100%;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    color: #f6fbff;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1rem;
    background: url(../img/xbj.png) repeat-x;
    background-size: 100% 100%;
}

.dcxyBox .swiper-slide a {
    width: 100% !important;
    height: 18rem;
    display: block;
}

.dcxyBox .swiper-slide a img {
    width: 100% !important;
    height: 18rem;
    display: block;
    object-fit:cover;
}
.dcxyBox .swiper-button-next,.dcxyBox .swiper-button-prev{
    color: #ffffff;
}

.dbqhBox{
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}
.dbqhBox div{
    border: 0.1rem solid #e1e1e1;
    padding: 0.5rem;
}
.dbqhBox div:hover{
    background: #e1e1e1;
}
/* 列表页 */
.li_style {
    width: 100%;
    margin: 1rem auto;
    min-height: 600px;
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
}
.list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list .list_left {
    display: none;
}


.list .list_right {
    width: 100%;
    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: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    padding: 0;
}
