﻿
/*NewsDetail*/
.web-iw{
    max-width:750px;
    margin:0 auto;
}
.index-bj{
    background:url(../images/bjimg.png) no-repeat center top;
    background-size:100% 100%;
    min-height:80vh;
    padding:0 15px 20px 15px;
}
.h-120{
    height:80px;
}
.lz-title{
    line-height:60px;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    color:#fff
}
.lz-title img{

}
.web-nav {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.05);
    display: none;
    align-items: center;
}
.web-nav .li{
    width:50%;
    text-align:center;
}
.web-nav .li a{
    display:block;
}
.web-nav .li p{
    font-size:14px;
    color:#83878D
}
.web-nav .li.cur p{
    color:#0C8AFF
}

.banner{
    position:relative;
    overflow:hidden;
       border-radius:10px;
       padding-bottom:40px;
       padding-top:20px;
}
    .banner .mySwiper {
        width:100%
    }
.banner .swiper-pagination-bullet {
    background: #6bb1c2;
    width: 10px;
    height: 10px;
    border: solid 2px #cadaea;
    opacity: 1;
}
    .banner .swiper-pagination-bullet-active {
        background: #6bb1c2;
        width: 20px;
        border: solid 2px #cadaea;
        opacity: 1;
        border-radius: 5px
    }
    .banner img{
        width:100%;
        height:250px;
        object-fit:cover;
        border-radius:10px;
    }

    .nav-list ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -6px;
    }
.nav-list ul li{
    width:33.3%;
    padding:6px;
    display:flex;
    justify-content:center;
}
.nav-list ul li a{
    display:block;
    border-radius:15px;
    text-align:center;
    padding:10px 0;
    width:100%;
    color:#333
    
}
.nav-list ul li p{
    font-size:14px;
    padding-top:5px;
}
    .nav-list ul li a .pic{
        background:#fff;
        display:flex;
        align-items:center;
        justify-content:center;
        height:80px;
        border:solid 1px #83878D80;
        border-radius:10px
    }
     .nav-list ul li a img{
         max-width:55%;
         max-height:55%
     }
    /*.nav-list ul li:nth-child(1) a,
.nav-list ul li:nth-child(6) a{
   background: linear-gradient(180.00deg, rgb(255, 234, 234) 0.01%,rgb(255, 255, 255) 99.5%);
   color:#FF3C21
}
.nav-list ul li:nth-child(2) a,
.nav-list ul li:nth-child(8) a{
   background: linear-gradient(180.00deg, rgb(193, 231, 253) 0.01%,rgb(255, 255, 255) 99.5%);
   color:#24B0FF
}
.nav-list ul li:nth-child(3) a,
.nav-list ul li:nth-child(7) a{
   background: linear-gradient(180.00deg, rgb(229, 248, 244) 0.01%,rgb(255, 255, 255) 100%);
   color:#62C5B1
}
.nav-list ul li:nth-child(4) a,
.nav-list ul li:nth-child(5) a{
   background: linear-gradient(180.00deg, rgb(223, 193, 253) 0.01%,rgb(255, 255, 255) 99.5%);
   color:#6640FF
}*/

.index-bx {
    border: solid 1px #83878D80;
    border-radius:10px;
    padding:10px;
}

.index-hd {
   margin-top:20px;
}
.index-hd .title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    
}
.index-hd .title-a h3{
    position:relative;
}
.index-hd .title-a h3::after{
    content:'';
    position:absolute;
    width:100px;
    height:1px;
    right:-110px;
    background:#a8b7f0;
    top:50%;
}
.index-hd .title-a h3::before{
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    border:solid 1px #a8b7f0;
    border-radius:50%;
    right:-121px;
    top:50%;
    margin-top:-6px;
}
.index-hd .title h3{
    font-size:16px;
    color:#061124;
    font-weight:bold;
}
.index-hd .title a{
    border:solid 1px #D1D8DF;
    padding:2px 10px;
    font-size:14px;
    color:#999;
    border-radius:20px;

}
.index-hd .title a i{
    margin-left:5px
}
.index-hd-list{
    padding-top:10px
}
.index-hd-list ul {
    white-space: nowrap;
    display: flex;
    overflow: auto;
}
.index-hd-list ul li{
    background:#F9FAFD;
    padding:10px;
    margin-right:10px;
    border-radius:15px;
    width:220px;
    border:solid 1px #83878D80;
}
.index-hd-list ul li a{
    display:flex;
    align-items:center;
}
.index-hd-list ul li .pic{
    width:80px;
    height:80px;
    border-radius:15px;
    overflow:hidden;
}
.index-hd-list ul li .pic img{
    width:100%;
    height:100%;
    object-fit:cover
}
.index-hd-list ul li .tet{
    width:120px;
    padding-left:10px;
}
.index-hd-list ul li .tet h3{
    font-size:14px;
    color:#061124;
    padding-bottom:5px
}
.index-hd-list ul li .tet p{
    font-size:12px;
    white-space:  initial;
    color:#83878D;
    line-height:20px;
    height:40px;
}

.index-news-list ul li {
    background: #F9FAFD;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    border: solid 1px #83878D80;
}
.index-news-list ul li a{
    display:flex;
    align-items:center
}
.index-news-list ul li a .pic{
    width:150px;
    height:120px;
}
.index-news-list ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.index-news-list ul li a .tet{
    width:calc(100% - 150px);
    padding-right:10px;
}
.index-news-list ul li a .tet h3{
    font-size:14px;
   font-weight:bold;
   color:#061124;
   line-height:20px;
   height:40px;
}
.index-news-list ul li a .tet p{
    color:#83878D;
    margin-top:5px
}
.index-news-list ul li a .tet p.tet-p{
   line-height:20px;
   height:40px;
}
.index-news-list ul li a .tet p.span{
    font-size:12px
}

.ny-bj{
    background:url(../images/bjimg.png) no-repeat center top;
    background-size:100% 100%;
    min-height:100vh;
    padding:0 10px
}

.ny-mian {
/*    background: #fff;*/
    border-radius: 15px;
    padding:10px;
  
}
.ny-mian2{
  padding: 10px;
    min-height: 50vh;
}
.ny-title {
    position: relative;
}
.ny-title-d{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding:0 10px;
    background:#fff;
    z-index:10
}
.he-80{
    height:45px;
}
.ny-title h3 {
    font-size: 16px;
    font-weight: bold;
    color: #061124;
    line-height: 45px;
    text-align: center;
}
.ny-title a{
    position:absolute;
    display:flex;
    align-items:center;
    left:0px;
    height:45px;
    width:40px;
    color:#333
}
.ny-title-d a{
    left:10px
}
.ny-title2 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5
}
.ny-title2 h3{
    color:#fff
}
.ny-title2 a {
    left: 10px;
    color:#fff
}
.NewsDetail001-title h3{
    font-size:16px;
    font-weight:bold;
    line-height:25px;
}
.NewsDetail001-title .text{
    font-size:12px;
    color:#83878D;
    padding-top:5px
}
.NewsDetail001-mian{
    padding-top:20px;
    min-height:70vh
}
.centre-list ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.centre-list ul li {
   width:50%;
   padding:10px 20px;
}
    .centre-list ul li a {
        position: relative;
        display: block;
        height: 100%;
        background: #fff;
        padding: 10px 10px;
        border-radius: 15px;
        overflow: hidden;
        border: solid 1px #83878D80;
    }
.centre-list ul li .pic{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
/*    border-radius:50%;*/
    overflow:hidden;
    margin:0 auto
}
.centre-list ul li .pic img {
    max-width: 100%;
    max-height: 100%;
}
.centre-list ul li .tet{
/*    position:absolute;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgb(0, 0, 0) 100%);*/
    width:100%;
/*    bottom:0;
    padding:15px;*/
/*    z-index:1;*/
}
.centre-list ul li .tet h3{
    font-size:14px;
    color:#000;
    text-align:center;
    padding-top:10px;
}
.centre-list ul li .tet p{
    display:flex;
 align-items:center;
    font-size:14px;
    color:#fff;
    padding-top:10px;
}
.centre-list ul li .tet p i{
    margin-right:10px;
    font-size:18px
}


.ny-centre-d .pic{
    min-height:200px;
}
.ny-centre-d .pic img {
    width: 100%;
}
.ny-centre-d .tet{
    background:#fff;
    border-radius:20px 20px 0 0;
    margin-top:-20px;
    position:relative;
    z-index:2;
    padding:10px;
    
}
.ny-centre-d .tet h3{
    font-size:14px;
    color:#061124;
    font-weight:bold;
    line-height:25px;
}
.ny-centre-d .tet .weizhi{
    background:#F9FAFD;
    padding:10px;
    border-radius:15px;
    margin-top:15px;
}
.ny-centre-d .tet .weizhi .bt{
    border-bottom:solid 1px #D1D8DF;
    padding:5px 0;
   color:#061124;
   font-size:16px
}
.ny-centre-d .tet .weizhi .bt i{
    margin-right:5px;
    font-size:16px
}
.ny-centre-d .tet .weizhi .nr{
    padding:5px 0;
    color:#83878D;
    font-size:14px
}

.sports-list ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin:0 -5px
}
.sports-list ul li{
    width:48%;
    margin-bottom:20px;
}
    .sports-list ul li a {
        display: block;
        background: #b6d7e4;
        border-radius: 10px;
        overflow: hidden;
        padding:10px;
        text-align: center;
        height: 100%;
    }

     .sports-list ul li a .tet{
         padding:15px 10px 0 10px;
     }
    .sports-list ul li a .tet h3 {
        color: #000;
        font-size:16px;
          font-weight:bold;
    }
        .sports-list ul li a .tet p {
            color: #6456AF;
            font-size: 14px
        }
.sports-list ul li a img{
    max-width:100%;
    height:140px;
    border-radius:10px;
   
}
/*.sports-list ul li:nth-child(2n) a{
    background: linear-gradient(180.00deg, rgb(223, 193, 253),rgb(212, 234, 255) 0.01%,rgb(255, 255, 255) 99.5%,rgb(255, 255, 255) 100%);
}
.sports-list ul li:nth-child(2n) a h3,
.sports-list ul li:nth-child(2n) a p{
    color:#4885EF
}
.sports-list ul li:nth-child(3n) a{
  background: linear-gradient(180.00deg, rgb(253, 193, 193),rgb(255, 212, 212) 0.01%,rgb(255, 255, 255) 99.5%,rgb(255, 255, 255) 100%);    
}
.sports-list ul li:nth-child(3n) a h3,
.sports-list ul li:nth-child(3n) a p{
    color:#AF5656
}
.sports-list ul li:nth-child(4n) a{
 background: linear-gradient(180.00deg, rgb(223, 193, 253),rgb(212, 255, 215) 0.01%,rgb(255, 255, 255) 99.5%,rgb(255, 255, 255) 100%);
}
.sports-list ul li:nth-child(4n) a h3,
.sports-list ul li:nth-child(4n) a p{
    color:#56AF7D
}
.sports-list ul li:nth-child(5n) a{
 background: linear-gradient(180.00deg, rgb(193, 253, 203),rgb(248, 255, 212) 0.01%,rgb(255, 255, 255) 99.5%,rgb(255, 255, 255) 100%);
}
.sports-list ul li:nth-child(5n) a h3,
.sports-list ul li:nth-child(5n) a p{
    color:#AF9D56
}
.sports-list ul li:nth-child(6n) a{
background: linear-gradient(180.00deg, rgb(223, 193, 253),rgb(255, 238, 212) 0.01%,rgb(255, 241, 220) 17.566%,rgb(255, 255, 255) 99.5%,rgb(255, 255, 255) 100%);
}
.sports-list ul li:nth-child(6n) a h3,
.sports-list ul li:nth-child(6n) a p{
    color:#DE8E48
}*/
.sports-ul ul li {
    background: #F9FAFD;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
    border: solid 1px #83878D80;
}
.sports-ul ul li h3{
    font-size:16px;
    color:#061124;
    font-weight:bold;
} 
.sports-ul ul li p{
    color:#45474D;
    margin:5px 0 0 0;
    font-size:14px
}
.sports-ul ul li p.dz{
    color:#83878D;
    padding-top:5px
}
.sports-ul ul li p.dz i{
    margin-left:5px;
    font-size:16px;
    color:#0C8AFF
}


.Cultural-list ul li {
    margin-bottom: 10px;
}
.Cultural-list ul li a{
    display:block;
    background:#F9FAFD;
    border-radius:15px;
    padding:10px;
}
.Cultural-list ul li .pic img{
    width:100%;
    border-radius:5px;
}
.Cultural-list ul li .tet{
    padding-top:10px;
}
.Cultural-list ul li .tet h3{
    font-size:16px;
    font-weight:bold;
    color:#061124;
}
.Cultural-list ul li .tet p{
    font-size:14px;
    margin-top:10px;
    color:#45474D;
}

.hdpp-list{
    padding:20px;
/*    background:#fff;*/
    border-radius:20px;
}
/*.hdpp-list ul{
    padding-top:10px;
}*/
/*.hdpp-list ul li:first-child{
    display:none
}*/
.hdpp-list ul li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 0;
    border-bottom:dashed 1px #eee
}
.hdpp-list ul li .pic{
    position:relative;
      width:calc(100% - 90px);
} 
.hdpp-list ul li .pic::after{
    content:'';
     position: absolute;
    width: 2px;
    height: 88%;
    background: #999;
    top: 61%;
    left: -26px;
}
.hdpp-list ul li:last-child  .pic::after{
    content:'';
   display:none;
}
.hdpp-list ul li .pic img{
        border-radius:10px;
    width:100%;
    height:150px;
    object-fit:cover;
}
.hdpp-list ul li .tet{
    position:relative;
    width:70px;
    font-size:16px;
}
.hdpp-list ul li .tet::after{
    content:'';
    position:absolute;
    right:-5px;
    top:50%;
    margin-top:-10px;
    width:20px;
    height:20px;
    border:solid 4px rgb(255 0 110);
    border-radius:50%;
}
.hdpp-list ul li:nth-child(2) .tet::after{
        content:'';
         border:solid 4px rgb(2 000 175);
}
.hdpp-list ul li:nth-child(3) .tet::after{
        content:'';
         border:solid 4px rgb(0 180 255);
}
.hdpp-list ul li:nth-child(4) .tet::after{
        content:'';
         border:solid 4px rgb(140 120 255);
}

.hdpp-list ul li .pic h3{
    font-size:16px;
    color:rgb(255 0 110);
    padding-top:10px
}
.hdpp-list ul li:nth-child(2) .pic h3{
    color:rgb(2 000 175);
}
.hdpp-list ul li:nth-child(3) .pic h3{
    color:rgb(0 180 255);
}
.hdpp-list ul li:nth-child(4) .pic h3{
    color:rgb(140 120 255);
}
.hdpp-list ul li .tet p{
    font-size:18px;
    color:#000
}

.hdpp-one{
   padding:0 0 10px 0;
    border-bottom:dashed 1px #eee
}
.hdpp-one h3 {
    font-size: 18px;
    color: #000;
}
.hdpp-one .pic{
    border-radius:10px;
    overflow:hidden;
    margin:10px 0
}
.hdpp-one p{
    font-size:14px;
    color:#666;
}

.ny-SignUp ul li {
    padding: 10px 0;

}
.ny-SignUp ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
        border: solid 1px #83878D80;
        padding:10px;
        border-radius:10px;
        background:#fff
}
.ny-SignUp ul li .pic{
    width:150px;
    height:120px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:10px;
}
.ny-SignUp ul li .tet{
    width:calc(100% - 170px)
}
.ny-SignUp ul li .tet h3{
    font-size:16px;
    color:#000;
}
.ny-SignUp ul li .tet p{
    font-size:14px;
    color:#666;
    padding:10px 0
}
.ny-SignUp ul li .tet span{
    display:inline-block;
    font-size:14px;
    border:solid 1px #7C8191;
    padding:2px 15px;
    border-radius:20px;
    display:none;
    margin-top:5px;
}
.ny-SignUp ul li .tet span.bm{
    display:inline-block
}
.ny-SignUp ul li .tet span.cur{
    background:#0C8AFF;
      border:solid 1px #0C8AFF;
    color:#fff
}
.Cultura-li ul{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:20px;
}
.Cultura-li ul li{
    background:#E4356E30;
    width:47%;
    border-radius:20px;
}
.Cultura-li ul li a{
    display:block;
    text-align:center;
    padding:10px 0;
    font-size:16px;
    color:#333;
}
.Cultura-li ul li.cur{
    background:#55B1FA30;
    background:url() no-repeat center 100% 100%
}
.mapclass{
    position:fixed;
    width:100%;
    bottom:0;
    left:0;
    z-index:99;
    padding:10px;
}
.mapclass .mapclass-div{
    background:#fff;
    border-radius:10px;
    padding:10px;
}
.mapclass .mapclass-div ul{
    display:flex;
    
}
.mapclass .mapclass-div ul li{
    width:50%;
    text-align:center;
}
.mapclass .mapclass-div ul li img{
    height:40px;
}
.mapclass .mapclass-div ul li h3{
    font-size:16px;
    color:#666;
    padding:10px 0;
} 
.mapclass .mapclass-div ul li a{
    font-size:12px;
    background:#0C8AFF;
    color:#fff;
    border-radius:20px;
    display:inline-block;
    padding:2px 15px
}
.mapclass .mapclass-div ul li.cur h3{
    font-weight:bold;
    color:#000;
}
.map-sous {
    position: fixed;
    width: 90%;
    top: 5%;
    left: 5%;
    z-index: 99;
}
.map-sous .map-sous-top{
    padding: 10px;
    background:#fff;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
        padding:10px;
    box-shadow:0 0 5px 1px #00000020;
}
.map-sous input{
    height:30px;
    font-size:16px;
    width:80%;
    border:none;
    outline:none;
}
.map-sous a{
   display:block;
   padding:0px 10px;
   font-size:16px;
   border-left:solid 1px #eee
}

.map-sous .map-sous-mian{
    background:#fff;
    border-radius:10px;
    margin-top:10px;
    padding:10px;
    box-shadow:0 0 5px 1px #00000020;
    max-height:60vh;
    overflow:auto;
    display:none
}
.map-sous .map-sous-mian ul li{
    padding:10px 0;
    border-bottom:dashed 1px #eee;
    display:flex;
    align-items:center;
}
.map-sous .map-sous-mian ul li i{
    display:inline-block;
    font-size:22px;
    margin-right:10px;
}
.map-sous .map-sous-mian ul li .tet{
    width:calc(100% - 40px)
}
.map-sous .map-sous-mian ul li .tet h3{
    font-size:16px;
    color:#333
}
.map-sous .map-sous-mian ul li .tet p{
    font-size:12px;
    color:#999;
    padding-top:5px;
}
.banner-hdhd {
    border-radius:0 0 0px 0;
    overflow:hidden;
    padding:0 5px;
}
.banner-hdhd img{
    border-radius:15px;
    height:200px
}
.ny-bjtow{
    padding:0;
    background:#fff
}
.pphd-detail {
    position: relative;
    /*  margin-top:-40px;*/
    border-radius: 40px 40px 0 0;
    z-index: 9;
    /*  background:#fff;*/
    padding: 20px 10px;
 
}
.pphd-detail h3{
    font-size:24px;
    text-align:center;
    color:#000;
       font-family: '黑体, SimHei'
}
.pphd-detail .tet{
    padding-top:20px;
    text-align:justify
}


.ny-hdpp{
    position:relative;
}
.ny-hdpp ul{
    position:absolute;
    width:100%;
    height:90%;
    top:0;
    padding-top:36%;
    left:0;
    z-index:5;
    display:flex;
    flex-wrap:wrap
}
.ny-hdpp ul li{
    width:50%;
    height:50%;
}
.ny-hdpp ul li a{
    display:block;
    height:100%;
    width:100%
}
.ny-bj2 {
    background: url(../images/bj-dj.jpg) no-repeat top center;
    background-size: 100% auto;
    min-height:100vh
}
.ny-zxcg{
    padding-top:23%;
    width:80%;
    margin:0 auto
}
.ny-zmxc{
    position:relative;
}
.ny-zmxc ul{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.ny-zmxc  ul li{
    height:30%;
    width:100%;
}
    .ny-zmxc ul li a {
        display: block;
        height: 100%;
        width: 100%
    }


.centre-listtop ul li {
    margin-top: 40px;
    background: url(../images/bj3.png) no-repeat center;
    background-size: 100% 100%;
    box-shadow: 2px 2px 9px 0px #666666;
    border-radius: 15px
}
.centre-listtop ul li a{
    display:flex;
    align-items:center;
}
.centre-listtop ul li a img{
    height:60px;
    margin-left:10%;
    margin-top:20px
}
.centre-listtop ul li a div{
    width:60%;
    margin-left:auto;
    padding:50px 0 20px 0;
    font-size:16px;
    color:#333;
    font-weight:bold;
    text-align:center;
}
.centre-listtop ul li a div p{
    padding-top:5px
}