/* -------------------- */

.whList dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}

.whList dl dt {
    width: 1.57rem;
    height: 0.57rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
}

.whList dl dd {
    width: calc(100% - 1.57rem);
    width: -webkit-calc(100% - 1.57rem);
    padding-left: 0.4rem;
    font-size: 0.24rem;
}

.whList dl:nth-child(1) dt {
    background: #d0587c;
    border: 2px solid #e7abbd;
}

.whList dl:nth-child(2) dt {
    background: #f886aa;
    border: 2px solid #fbc2d4;
}

.whList dl:nth-child(3) dt {
    background: #f5c8d2;
    border: 2px solid #fae3e8;
}

.whList dl:nth-child(4) dt {
    background: #ffb78e;
    border: 2px solid #ffdbc6;
}

.whList dl:nth-child(5) dt {
    background: #fad252;
    border: 2px solid #fce8a8;
}

.whList dl:nth-child(6) dt {
    background: #7ed9dd;
    border: 2px solid #beecee;
}

.whList dl:nth-child(7) dt {
    background: #98dac4;
    border: 2px solid #cbece1;
}

.whList dl:nth-child(8) dt {
    background: #6cb4f7;
    border: 2px solid #b5d9fb;
}

.ygTi {
    text-align: center;
    font-size: 0.3rem;
    margin: 0.3rem auto 0.2rem;
}

.xzBtn {
    text-align: center;
    margin: 0.2rem 0;
}

.xzBtn a {
    color: #5be9fd;
    font-size: 0.2rem;
    font-weight: bold;
    border-bottom: 1px solid #5be9fd;
}

.gcImg {
    text-align: center;
    margin-top: 0.7rem;
}

.ne-banner {
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ne-banner img {
    width: 100%;
    animation: changeScale 1 2.5s;
}

.ne-banner .text {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 45%;
    text-align: center;
    font-size: 0.48rem;
    color: #fff;
    line-height: 0.4rem;
    z-index: 9;
    text-shadow: 0 0 10px #333;
    font-weight: bold;
}

.ne-banner .text span {
    display: inline-block;
    width: 100%;
    opacity: 1;
    font-size: 0.24rem;
    font-weight: normal;
}

.ne-banner .text span .iconfont {
    margin-right: 10px;
    font-size: 0.24rem;
}

.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.ne-warp {
    width: 73%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ne-nav {
    width: 100%;
    position: relative;
    top: -1rem;
}

.ne-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ne-nav ul li {
    padding: 0 0.6rem;
    line-height: 0.52rem;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 0.24rem;
    cursor: pointer;
}

.ne-nav ul li:hover {
    color: #e7608b;
}

.ne-nav ul li:after {
    width: 2px;
    height: 60%;
    left: 0;
    top: 20%;
    position: absolute;
    content: "";
    background: #ffffff;
}

.ne-nav ul li:nth-child(1):after {
    display: none;
}

/*  */
.news-padd {
    padding: 1rem 0 0.85rem 0;
}

.nyNav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.nyNav ul li {
    margin: 0 0.09rem;
}

.nyNav ul li a {
    padding: 0 0.2rem;
    background: #e2e2e2;
    border-radius: 0.5rem;
    line-height: 0.46rem;
    font-size: 0.22rem;
    color: #333333;
    display: inline-block;
    text-align: center;
}

.nyNav ul li .ts {
    background: #f886aa;
    color: #fff;
}

.nyNav ul li a:hover {
    background: #f886aa;
    color: #fff;
}

.news-bit {
    width: 100%;
    text-align: center;
    line-height: 0.7rem;
    color: #333333;
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
    position: relative;
}

.news-bit .dwBox {
    display: table;
    font-size: 0.2rem;
    color: #f886aa;
    position: absolute;
    right: 0;
    top: 0;
}

.news-bit span {
    color: #f886aa;
}

.tzggList li {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 0.22rem;
    display: flex;
    justify-content: space-between;
    list-style: none;
    height: 0.74rem;
    line-height: 0.74rem;
    padding: 0 0.35rem;
    position: relative;
    cursor: pointer;
    transition-duration: .5s;
}

.tzggList li:hover {
    background: #fef6f8;
    border: 1px solid #fef6f8;
}

.tzggList li p {
    width: 80%;
    font-size: 0.22rem;
    color: #333333;
    transition-duration: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tzggList li:hover p {
    padding-left: 5px;
}

.tzggList li p .iconfont {
    margin-right: 0.15rem;
    color: #f886aa;
}

.tzggList li span {
    width: 11%;
    display: inline-block;
    font-size: 0.18rem;
    color: #666666;
}

.tzggList li span .iconfont {
    margin-right: 0.1rem;
    color: #f886aa;
    font-size: 0.24rem;
}

.tzggList li:hover:after {
    width: 4px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background: #f886aa;
}

/* ---- */
.jianT {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}

.jianT li {
    background: #e2e2e2;
    line-height: 0.45rem;
    height: 0.45rem;
    display: inline-block;
    min-width: 0.45rem;
    margin: 0 4px;
    padding: 0;
}

.jianT li:nth-child(1) a,
.jianT li:last-child a {
    padding: 0 0.2rem;
}


.jianT li a {
    font-size: 0.2rem;
    color: #474747;
    display: block
}

.jianT li a:hover {
    text-decoration: none;
    background: #f77fa5;
    color: #fff;
}

.jianT li .on {
    background: #f77fa5;
    color: #fff;
    display: block;
}

/*  */
/* 工作动态 */
.tzgg-content {
    margin-bottom: 0.55rem;
}

.tzgg-content li {
    position: relative;
    top: 0;
    transition-duration: 1s;
}

.tzgg-content li:hover {
    top: -3px;
}

.tzgg-box {
    padding: 0.16rem 0;
    transition-duration: 0.3s;
    display: flex;
    justify-content: space-between;
}

.tzgg-date {
    width: 1.6rem;
    border: 1px solid #f886aa;
}

.tzgg-box:hover .tzgg-info h4 {
    color: #e7608b;
}


.tzgg-date span:nth-child(1) {
    display: block;
    width: 100%;
    height: 0.72rem;
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.72rem;
    transition-duration: 0.3s;
    background: #f886aa;
    font-weight: bold;

}

.tzgg-content ul li:hover .tzgg-date span:nth-child(1) {
    background: #e7608b;
}

.tzgg-date span:nth-child(2) {
    display: block;
    width: 100%;
    height: 0.44;
    box-sizing: border-box;
    font-size: 0.24rem;
    color: #f886aa;
    text-align: center;
    line-height: 0.44rem;
    transition-duration: 0.3s;
    border-top: none;
    border: 1px solid #f886aa;
}

.tzgg-info {
    width: calc(97% - 1.6rem);
    margin-left: 3%;
    border: 1px solid #dedede;
    padding: 0.22rem 0.35rem;
}

.tzgg-info h4 {
    font-size: 0.24rem;
    color: #111111;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition-duration: 0.3s;
}

.tzgg-info p {
    font-size: 0.18rem;
    color: #888888;
    line-height: 0.3rem;
    transition-duration: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* ------- */

.yhqs dl {
    width: 100%;
    margin-bottom: 0.3rem;
    transition-duration: 1s;
    position: relative;
    top: 0;
    cursor: pointer;
}

.yhqs dl a {
    display: flex;
    justify-content: space-between;
}

.yhqs dl:hover {
    top: -5px;
    box-shadow: 0 0 10px #dedede;
}

.yhqs dl dt {
    width: 2.95rem;
    overflow: hidden;
}

.yhqs dl dt img {
    display: block;
    width: 100%;
}

.yhqs dl dd {
    width: calc(100% - 2.95rem);
    border: 1px solid #e5e5e5;
    padding: 0.2rem 0.45rem;
}

.yhqs dl dd h1 {
    line-height: 0.42rem;
    font-weight: normal;
    font-size: 0.22rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.yhqs dl dd .intro {
    font-size: 0.19rem;
    line-height: 0.3rem;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
    margin-bottom: 15px;
}

.yhqs dl:hover dd h1 {
    color: #e7608b;
}

.yhqs dl dd .time {
    line-height: 0.24rem;
    font-size: 0.18rem;
    color: #666666;
}

.yhqs dl dd .time .iconfont {
    margin-right: 5px;
    color: #e7608b;
    font-size: 0.22rem;

}

/*  */
.ybList dl {
    width: 22.5%;
    float: left;
    margin-right: 3.3333%;
    margin-bottom: 0.45rem;
}

.ybList dl:nth-child(4n) {
    margin-right: 0;
}

.ybList dl dt {
    width: 100%;
    padding: 0.15rem;
    background: #f886aa;
    position: relative;
}

.ybTime {
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #fff;
}

.ybList dl dd {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #f5f5f5;
    height: 0.72rem;
    padding: 0 0.1rem;
}

.ybList dl dd p {
    font-size: 0.22rem;
    color: #333333;
    width: 40%;
    text-align: center;
    cursor: pointer;
}

.ybList dl dd p:hover {
    color: #fff;
    background: #e7608b;
    border-radius: 0.1rem;
}

.ybList dl dd p:hover a {
    color: #fff;
}

.ybList dl dd p .iconfont {
    margin-right: 5px;
    font-size: 0.26rem;
}

/*  */
.videoList dl {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.44rem;
    cursor: pointer;
}

.videoList dl dt {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

.videoList dl dt img {
    display: block;
    width: 100%;
    transition-duration: 1s;
    position: relative;
    z-index: 1;
}

.videoList dl:hover dd {
    color: #e7608b;
}

.videoList dl dt .icon {
    width: 0.49rem;
    height: 0.49rem;
    position: absolute;
    left: 44%;
    top: 44%;
    z-index: 2;
}

.videoList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.8;
}

.videoList dl dd {
    width: 100%;
    border: 1px solid #d7d7d7;
    height: 0.7rem;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 0.2rem;
    line-height: 0.24rem;
    padding: 0 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /*    display: -webkit-box; */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.videoList dl:nth-child(3n) {
    margin-right: 0;
}

/*  */
.jgzzBox ul {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.jgzzBox ul li {
    width: 6.29rem;
    cursor: pointer;
}

.jgzzBox ul li img {
    display: block;
    width: 100%;
}

.yjfkBox {
    width: 100%;
    background: url(../images/yjfk-bg.png) no-repeat right 70%;
    background-size: 4.38rem 5.57rem;
    color: #333333;
}

.yjfkBox h1 {
    font-size: 0.36rem;
    line-height: 0.6rem;
    margin-bottom: 0.15rem;
    font-weight: normal;
}

.yjfkBox .text {
    line-height: 0.36rem;
    font-size: 0.22rem;
    padding-bottom: 0.5rem;

}


.yzxxTab {
    width: 100%;
    position: relative;
    margin-bottom: 0.2rem;
}

.yzxxTab ul {
    width: 100%;
    display: flex;
    justify-content: left;
}

.yzxxTab li {
    text-align: center;
    cursor: pointer;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.36rem;
    color: #acacac;
    position: relative;
    padding: 0 0.22rem;
}

.yzxxTab li:nth-child(1) {
    padding-left: 0;
}

.yzxxTab li:hover {
    color: #333333;
}

.yzxxTab li:after {
    display: block;
    content: '';
    width: 1px;
    height: 80%;
    top: 10%;
    position: absolute;
    right: 0;
    background: #acacac;
    transform-origin: 100%;
}

.yzxxTab li.hover {
    color: #333333;
}

.yzxxTab li:nth-child(2):after {
    display: none;
}

.CbContainer1 .text {
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.36rem;
    margin-bottom: 0.4rem;
}

.emailBox ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.emailBox li {
    width: 32.5%;
    border-radius: 0.15rem;
    border: 1px solid #d4d4d4;
    height: 0.58rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
    position: relative;
    color: #333333;
}

.emailBox li:nth-child(2) {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    padding-left: 1.4rem;
    position: relative;
}

.emailBox li:nth-child(2):after {
    position: absolute;
    line-height: 0.58rem;
    padding-left: 0.25rem;
    font-size: 0.2rem;
    left: 0;
    top: 0;
    content: "性别：";
    opacity: 0.7;
}

.emailBox li:nth-child(2) label {
    display: flex;
    align-items: center;
    padding-right: 0.55rem;
}

.emailBox li:nth-child(2) input {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.1rem;
}

.emailBox li .input,
.emailBox li select {
    width: 100%;
    border: none;
    padding: 0 0.25rem;
    height: 0.58rem;
    line-height: 0.58rem;
    font-size: 0.2rem;
    outline: none;
    border-radius: 0.15rem;
}

.emailBox li select {
    opacity: 0.7;
}

.emailBox li:nth-child(3n) {
    margin-right: 0;
}

.emailBox li:nth-child(10),
.emailBox li:nth-child(11) {
    width: 100%;
    margin-right: 0;
}

.emailBox li:nth-child(11) {
    height: 1.75rem;
}

.emailBox li textarea {
    width: 100%;
    border: none;
    background: none;
    height: 1.75rem;
    padding: 0.25rem;
    font-size: 0.2rem;
    font-family: 'syhtN';
}

.emailBox li span {
    display: inline-block;
    position: absolute;
    right: 0.25rem;
    font-size: 0.26rem;
    color: #b70000;
    top: 0.1rem;
}

.emailBtn {
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
}

.emailBtn a {
    display: inline-block;
    border-radius: 0.1rem;
    width: 1.1rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #d1d1d1;
    color: #333333;
    text-align: center;
    font-size: 0.2rem;
    margin: 0 0.22rem;
}

.emailBtn a:hover {
    opacity: 0.85;
}

.emailBtn a:nth-child(1) {
    background: #5d9fcf;
    color: #fff;
}

.djwhBox {
    display: flex;
    justify-content: space-between;
}

.djwhBox .left {
    width: 24%;
}

.djwhBox .left .bit {
    width: 100%;
    background: #f886aa;
    height: 0.95rem;
    display: flex;
    align-items: center;
    padding-left: 0.4rem;
    color: #fff;
}

.djwhBox .left .bit h1 {
    font-size: 0.32rem;
    line-height: 0.26rem;
    font-weight: normal;
}

.djwhBox .left .nav {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 0 0.1rem 0.4rem 0.1rem;
}

.djwhBox .left .nav li {
    width: 100%;
    padding: 0.15rem;
}

.djwhBox .left .nav li a {
    display: inline-block;
    width: 100%;
    line-height: 0.72rem;
    border-bottom: 2px solid #333333;
    position: relative;
    font-size: 0.28rem;
    color: #333333;
    padding-left: 0.34rem;
    transition-duration: .5s;
    background: url(../images/dj-jt.png) no-repeat 85% center;
}

.djwhBox .left .nav li .ts {
    border-bottom: 2px solid #f886aa;
    color: #f886aa;
    background: url(../images/dj-jt1.png) no-repeat 85% center;
}

.djwhBox .left .nav li a:hover {
    border-bottom: 2px solid #f886aa;
    color: #f886aa;
    background: url(../images/dj-jt1.png) no-repeat 85% center;
}

.djwhBox .left h1 span {
    font-size: 0.18rem;
    line-height: 0.2rem;
    opacity: 0.7;
}

.djwhBox .right {
    width: 73%;
}

.djwhBox .djList li {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0.3rem 0.55rem;
    margin-bottom: 0.4rem;
    transition-duration: 1s;
    position: relative;
    top: 0;
    cursor: pointer;
    transition-duration: .5s;
}

.djwhBox .djList li:hover {
    box-shadow: 0 0 10px #d2d2d2;
    top: -5px;
}

.djwhBox .djList li h1 {
    line-height: 0.42rem;
    font-weight: normal;
    font-size: 0.22rem;
    color: #333333;
}

.djwhBox .djList li .intro {
    font-size: 0.19rem;
    line-height: 0.3rem;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
    margin-bottom: 15px;
}

.djwhBox .djList li .time {
    line-height: 0.24rem;
    font-size: 0.18rem;
    color: #666666;
}

.djwhBox .djList li .time .iconfont {
    margin-right: 5px;
    color: #e7608b;
    font-size: 0.22rem;

}

.hlydText {
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-bottom: 0.35rem;
    color: #333;

}

.hlydText img {
    display: inline-block;
    max-width: 100%;
}

.dj-icon {
    background: url(../images/dj-icon.png)no-repeat left center;
    padding-left: 0.5rem;
    background-size: 0.32rem 0.38rem;
    font-size: 0.26rem;
    color: #f886aa;
    margin-bottom: 0.3rem;
}

.dj-icon1 {
    background: url(../images/dj-icon1.png)no-repeat left center;
    padding-left: 0.5rem;
    background-size: 0.31rem 0.35rem;
    font-size: 0.26rem;
    color: #f886aa;
    margin-bottom: 0.3rem;
}

.djintro {
    margin-bottom: 0.35rem;
}

.djintro ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.djintro ul li {
    width: 50%;
    padding: 0.3rem 0.35rem;
    color: #fff;
}

.djintro ul li h1 {
    line-height: 0.42rem;
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
}

.djintro ul li p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-bottom: 0.25rem;
}

.djintro ul li p:nth-child(3) {
    padding-bottom: 0;
}

.djintro ul li:nth-child(1) {
    background: url(../images/dj-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.djintro ul li:nth-child(2) {
    background: url(../images/dj-bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.djintro ul li:nth-child(2n) {
    color: #333;
}

.djintro ul li:nth-child(2n) h1 {
    color: #f886aa;
}


/*  */
.hlydTab {
    width: 100%;
    position: relative;
    margin-bottom: 0.2rem;
}

.hlydTab ul {
    width: 100%;
    display: flex;
    justify-content: left;
}

.hlydTab li {
    text-align: center;
    cursor: pointer;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.26rem;
    color: #333333;
    position: relative;
    padding: 0 0.42rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.hlydTab li:nth-child(1) {
    padding-left: 0;
}

.hlydTab li:hover {
    color: #f886aa;
}

.hlydTab li:after {
    display: block;
    content: '';
    width: 1px;
    height: 50%;
    top: 25%;
    position: absolute;
    right: 0;
    background: #acacac;
    transform-origin: 100%;
}

.hlydTab li.hover {
    color: #f886aa;
}

.hlydTab li .iconfont {
    margin-right: 10px;
    font-size: 0.32rem;
}

.hlydTab li:nth-child(1) .iconfont {
    font-size: 0.46rem;
}

.hlydTab li:nth-child(3) .iconfont {
    font-size: 0.34rem;
}

.hlydTab li:nth-child(3):after {
    display: none;
}

.hl-bit {
    line-height: 0.36rem;
    font-size: 0.22rem;
    color: #f886aa;
    margin-bottom: 0.15rem;
}

.rcdwBox {
    margin-bottom: 0.3rem;
}

.rcdwBox ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rcdwBox ul li {
    width: 48%;
}

.rcdwBox ul li .bit {
    line-height: 0.5rem;
    background: #f0f0f0;
    padding: 0 0.22rem;
    font-size: 0.22rem;
    display: table;
    margin-bottom: 0.2rem;
    position: relative;
}

.rcdwBox ul li .bit:after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    right: -0.05rem;
    top: -0.05rem;
    background: #f886aa;
}

.rcdwBox ul li .t1 {
    line-height: 0.3rem;
    font-size: 0.2rem;
}

.hlryBox {
    width: 100%;
    background: url(../images/hl-bg.png) no-repeat center center;
    padding-bottom: 1.9rem;
}

/* 
.view {
    position: relative;
}


.view .arrow-left,
.view .arrow-right {
    width: 0.44rem;
    height: 0.79rem;
    background: #f886aa;
    position: absolute;
}

.view .arrow-left {
    left: 0;
    top: 30%;
}

.view .arrow-right {
    right: 0;
    top: 30%;
}

.view .ryList {
    width: 100%;
    height: 2.8rem;
    overflow-y: auto;
}

.view .ryList p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-bottom: 0.25rem;
}

.tabList {
    position: relative;
}



.tabList .swiper-slide p {
    width: 100%;
    position: relative;
    font-size: 0.24rem;
    color: #333;
    text-align: center;
}

.tabList .swiper-slide {
    cursor: pointer;
}

.tabList .swiper-slide p:after {
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    content: "";
    top: -0.4rem;
    left: 40%;
    background: url(../images/hl-icon1.png) no-repeat;
    background-size: 100% 100%;
}

.tabList .swiper-slide-active p:after {
    background: url(../images/hl-icon2.png) no-repeat;
    background-size: 100% 100%;
} */


.tabList {
    width: 100%;
    position: relative;
    z-index: 2;
}


.tabList:after {
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    background: #bebebe;
    content: "";
    top: 0.15rem;
}

.tabList .ryIcon {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/hl-icon1.png)no-repeat;
    background-size: 0.32rem 0.32rem;
}

.tabList .ryTime {
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.22rem;
    color: #333;
}

.tabList .swiper-slide-thumb-active .ryIcon {
    background: url(../images/hl-icon2.png)no-repeat;
    background-size: 0.32rem 0.32rem;
}

.tabList .swiper-slide-thumb-active .ryTime {
    color: #f886aa;
}

.tabList .swiper-slide {
    color: #fff;
    cursor: pointer;
}


.picList {
    position: relative;
    z-index: 1;
}

.picList .swiper-slide {
    overflow: hidden;
}

.picList .swiper-slide .dw {
    width: 100%;
    position: absolute;
    height: 100%;
    text-align: center;
    z-index: 1;
    color: #333;
    font-size: 26rem;
    left: 0;
    top: 0;
    z-index: 1;
}

.picList .swiper-slide {
    padding: 0.4rem 1.5rem 0.3rem 1.5rem;
}

.picList .swiper-slide h1 {
    font-size: 0.48rem;
    color: #f886aa;
    line-height: 0.66rem;
    margin-bottom: 0.2rem;
    position: relative;
    z-index: 2;
}

.picList .ryList {
    width: 100%;
    min-height: 3rem;
    position: relative;
    z-index: 2;
}

.picList .ryList p {
    width: 100%;
    position: relative;
    font-size: 0.2rem;
    color: #333;
    padding-bottom: 0.15rem;
}

.picList .swiper-button-next,
.picList .swiper-button-prev {
    width: 0.45rem;
    color: #888888;
    top: 52%;
}

.picList .swiper-button-next:after,
.picList .swiper-button-prev:after {
    font-size: 0.6rem;
}

.picList .swiper-button-next {
    right: 0%;
}

.picList .swiper-button-prev {
    left: 0%;
}

/*  */
.zjList {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.zjList dl {
    width: 23%;
    cursor: pointer;
    margin: 0 1%;
}

.zjList dl dt {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.zjList dl dt img {
    display: block;
    width: 100%;
    transition-duration: 1s;
}

.zjList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.8;
}

.zjList dl dd {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zjList dl dd p {
    line-height: 0.8rem;
    font-size: 0.22rem;
    color: #333333;
}

.zjList dl:hover dd p {
    color: #f886aa;
}

.zjList dl dd p:nth-child(2) {
    font-size: 0.18rem;
}

.yzhlbit {
    line-height: 0.55rem;
    background: #f0f0f0;
    padding: 0 0.22rem;
    font-size: 0.2rem;
    display: table;
    margin-bottom: 0.2rem;
    position: relative;
    font-weight: bold;
    margin-top: 0.2rem;
    color: #333;
    border-radius: 0.1rem;
}

.yzhlbit:after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    right: -0.05rem;
    top: -0.05rem;
    background: #f886aa;
    border-radius: 0.1rem;
}

.yzhlList dl {
    margin-bottom: 0.35rem;
}

.yzhlList dl dt {
    width: 50%;
    overflow: hidden;
    background: #000;
}

.yzhlList dl dt img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.yzhlList dl:hover dt img {
    transform: scale(1.1);
    opacity: 0.8;
}

.yzhlList dl dd {
    width: 50%;
    padding: 0.2rem 0.25rem 0 0.25rem;
}

.yzhlList dl dd h1 {
    line-height: 0.44rem;
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
}

.yzhlList dl dd p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-bottom: 0.2rem;
}

/*  */
.about-padd {
    padding: 0.45rem 0 0.2rem 0;
}

.aboutPic {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}

.aboutPic .left {
    width: 46.4%;
    position: relative;
}

.aboutPic .left img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}

.aboutPic .left:after {
    width: 3.5rem;
    height: 4rem;
    position: absolute;
    content: "";
    z-index: 1;
    background: #f886aa;
    top: -0.2rem;
    left: -0.2rem;
}

.aboutPic .right {
    width: 51.5%;
}

.aboutPic .right h1 {
    line-height: 0.2rem;
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
    color: #f886aa;
}

.aboutPic .right .t1 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-bottom: 0.25rem;
}

.aboutPic1 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}

.aboutPic1 ul li {
    width: 50%;
    overflow: hidden;
}

.aboutPic1 ul li img {
    display: block;
    width: 100%;
}

.aboutNum {
    width: 100%;
    margin-bottom: 0.4rem;
}

.aboutNum ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 1rem;
}

.aboutNum ul li {
    width: auto;
    display: table;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333333;
    position: absolute;


}

.aboutNum ul li:after {
    width: 1px;
    height: 100%;
    background: #eeeeee;
    position: absolute;
    content: "";
    top: 0;
    right: -0.7rem;
}

.aboutNum ul li:nth-child(1) {
    left: 0;
}

.aboutNum ul li:nth-child(2) {
    left: 17%;
}

.aboutNum ul li:nth-child(3) {
    left: 34%;
}

.aboutNum ul li:nth-child(4) {
    right: 15%;
    top: -0.4rem;
}

.aboutNum ul li:nth-child(5) {
    right: 0%;
    top: -0.4rem;
}

.aboutNum ul li:nth-child(5) {
    border-right: none;
}

.aboutNum ul li span {
    font-size: 0.48rem;
    font-weight: bold;
    color: #f886aa;
    display: table;
    margin: 0 auto;
    line-height: 0.5rem;
    position: relative;

}

.aboutNum ul li span .dw {
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #f886aa;
    background: #fff;
    line-height: 0.36rem;
    font-size: 0.2rem;
    position: absolute;
    right: -0.4rem;
    top: 0.15rem;
    box-shadow: 0 3px 10px #d1d1d1;
}

.aboutQywh {
    width: 100%;
    margin-top: 0.5rem;
    height: 3.5rem;
}

.aboutQywh dl {
    width: 24%;
    border-radius: 0.2rem;
    height: 3.5rem;
    color: #fff;
    text-align: center;
    padding-top: 0.55rem;
    position: relative;
    cursor: pointer;

}

.aboutQywh dl dt {
    width: 100%;
    text-align: center;
    height: 0.8rem;
    transition-duration: .5s;
}

.aboutQywh dl dt img {
    width: 0.78rem;
    height: 0.78rem;
    display: inline-block;
}

.aboutQywh dl:hover dt {
    transform: rotateY(180deg);
}

.aboutQywh dl dd h1 {
    text-align: center;
    line-height: 0.54rem;
    font-size: 0.3rem;
}

.aboutQywh dl dd .intro {
    width: 86%;
    margin: 0 auto;
    padding-top: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
}

.aboutQywh dl:nth-child(1) {
    background: #f77fa5;
    margin-right: 1.3%;
    float: left;
}

.aboutQywh dl:nth-child(2) {
    background: url(../images/aboutbg.png)no-repeat;
    background-size: 100% 100%;
    margin-right: 1%;
    float: left;
}

.aboutQywh dl:nth-child(3) {
    background: #61d187;
    position: absolute;
    top: 0.45rem;
    left: 50.5%;
}

.aboutQywh dl:nth-child(4) {
    background: #5d9fcf;
    bottom: -1.75rem;
    position: absolute;
    left: 50.5%;
}

.aboutQywh dl:nth-child(5) {
    background: url(../images/aboutbg1.png)no-repeat;
    background-size: 100% 100%;
    float: right;
}

.yyjjBox {
    width: 100%;
    background: url(../images/about-bg.jpg) no-repeat left bottom;
    padding-bottom: 2.5rem;

}

.yyjj {
    padding-top: 0.9rem;
    position: relative;
}

.aboutBtn {
    width: 1.9rem;
    height: 0.52rem;
    line-height: 0.52rem;
    border: 1px solid #e7608b;
    position: absolute;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e7608b;
    font-size: 0.18rem;
    right: 0;
    bottom: -1.3rem;
    transition-duration: .5s;
    cursor: pointer;
}

.aboutBtn:hover {
    background: #e7608b;
    color: #fff;
}

.aboutBtn a {
    color: #e7608b;
}

.aboutBtn:hover a {
    color: #fff;
}

/*  */
.ylfwNav {
    width: 100%;
    position: absolute;
    top: -3rem;
}

.ylfwNav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.ylfwNav ul li {}

.ylfwNav ul li a {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 100%;
    border: 2px solid #5d9fcf;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.34rem;
    background: #5d9fcf;
}

.ylfwNav ul li a .iconfont {
    font-size: 0.45rem;
    transition-duration: .5s;
    margin-bottom: 10px;
}

.ylfwNav ul li a p {
    text-align: center;
    display: grid;
}

.ylfwNav ul li .ts {
    border: 2px solid #fff;
    position: relative;
    background: url(../images/yl-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.ylfwNav ul li a:hover .iconfont {
    transform: rotateY(180deg);
}

.ylfwNav ul li .ts:after {
    width: 0.17rem;
    height: 0.15rem;
    position: absolute;
    bottom: -0.15rem;
    background: url(../images/yl-jt.png) no-repeat;
    background-size: 100% 100%;
    left: 45%;
    content: "";
}

.ybzcList dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.12rem;
}

.ybzcList dl dt {
    width: 0.95rem;
    background: #f886aa;
    color: #fff;
    height: 0.7rem;
    font-size: 0.26rem;
    line-height: 0.26rem;
    text-align: center;
    font-weight: bold;
    padding-top: 0.11rem;
}

.ybzcList dl dt span {
    font-weight: normal;
    font-size: 0.18rem;
}

.ybzcList dl dd {
    width: calc(100% - 0.95rem);
    height: 0.7rem;
    background: #f3f3f3;
    line-height: 0.7rem;
    padding: 0 0.35rem;
    font-size: 0.2rem;
    color: #333333;
    transition-duration: .5s;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ybzcList dl:hover dd {
    padding-left: 0.4rem;
    color: #f886aa;
}

.zjfcTab {
    margin-bottom: 0.35rem;
}

.zjfcTab ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.zjfcTab ul li {
    position: relative;
    cursor: pointer;
}

.zjfcTab ul li:after {
    left: 0;
    height: 50%;
    top: 25%;
    width: 1px;
    background: #c1c1c1;
    position: absolute;
    content: "";
}

.zjfcTab ul li:nth-child(1):after {
    display: none;
}

.zjfcTab ul li {
    padding: 0 0.35rem;
    line-height: 0.52rem;
    font-size: 0.28rem;
}

.zjksList dl {
    padding-bottom: 0.3rem;
}

.zjksList dl dt {
    line-height: 0.66rem;
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
}



.zjksList dl dd p {
    width: 15.5%;
    height: 0.7rem;
    background: url(../images/zjks-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.13rem 0.2rem 0.07rem 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.21rem;
    line-height: 0.22rem;
    margin-bottom: 0.35rem;
    text-align: center;
    margin-right: 1.4%;
    float: left;
}

.zjksList dl dd p a:hover {
    color: #f77fa5;
}

.zjksList dl dd p:nth-child(6n) {
    margin-right: 0;
}

.zjDetail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.zjDetail .left {
    width: 68.5%;
}

.zjDetail .left h1 {
    line-height: 0.46rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-bottom: 0.2rem;
}

.zjDetail .left h1 span {
    display: inline-block;
    padding-left: 0.15rem;
    font-size: 0.24rem;
}

.zjDetail .left .intro {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-bottom: 0.25rem;
    height: 4.8rem;
    overflow: auto;
}

.zjDetail .right {
    width: 28.92%;
}

.zjDetail .right img {
    display: block;
    width: 100%;
}

.zjDate {
    width: 100%;
    background: #fff9fb;
    padding: 0.55rem 0 0.7rem 0;
    margin-bottom: 2rem;
}

.zjDate a {
    color: #fff;
}

.zjZb {
    margin-right: 3.5rem;
}

.zjZb h1 {
    line-height: 0.44rem;
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}

.zjZb .list {
    font-size: 0.2rem;
    line-height: 0.48rem;
    display: table;

}

.zjyygh {
    width: 2.2rem;
    line-height: 1rem;
    border-radius: 0.2rem;
    border-bottom: 6px solid #faa1bc;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
    background: #f886aa;
    margin-top: 0.2rem;
}

.zjyygh .iconfont {
    margin-right: 0.15rem;
    font-size: 0.36rem;
}

.yyghT {
    width: 100%;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
}

.yyghTable {
    margin-bottom: 0.25rem;
}

.yyghTable table tr td {
    border: 1px solid #e8e8e8;
    padding: 0.15rem 0.2rem;
    font-size: 0.2rem;
    line-height: 0.36rem;
}

.yyghBit {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.6rem;
}

.zysxList {
    font-size: 0.2rem;
    line-height: 0.56rem;
}

.ksjsText {
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-bottom: 0.25rem;
}

.ksjsText h1 {
    font-size: 0.3rem;
    line-height: 0.3rem;
    height: 0.54rem;
}

/* .ksjsText p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding-bottom: 0.25rem;
} */

.ksjsText img {
    width: 7rem;
    float: right;
    margin-left: 0.3rem;
}

.ksjsText p span {
    display: inline-block;
    font-weight: bold;
    font-size: 0.24rem;
}

.ksjsLeader {
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.4rem;

}

.ksjsLeader .bit {
    line-height: 0.6rem;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.ksDoctor {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.7rem;
}

.ksDoctor .left {
    width: 1.6rem;
    font-size: 0.24rem;
    font-weight: bold;
}

.ksDoctor .right {
    width: calc(100% - 1.6rem);
    position: relative;

}

.ksDoctor .right .swiper-button-next,
.ksDoctor .right .swiper-button-prev {
    color: #f886aa;
    border: 2px solid #f886aa;
    border-radius: 100%;
    width: 0.4rem;
    height: 0.4rem;
}

.ksDoctor .right .swiper-button-next {
    right: -0.45rem
}

.ksDoctor .right .swiper-button-prev {
    left: -0.45rem
}


.ksDoctor .right .swiper-button-next:after,
.ksDoctor .right .swiper-button-prev:after {
    font-size: 0.2rem;
}

.ksDoctor .swiper-slide .pic {
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}

.ksDoctor .swiper-slide .pic img {
    display: block;
    width: 100%;
}

.ksDoctor .swiper-slide .text {
    line-height: 0.3rem;
    text-align: center;
    font-size: 0.2rem;
    padding-top: 4px;
}

.ylfwBox {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.ylfwBox .left {
    width: 3.35rem;
    padding: 0.1rem;
    border: 1px solid #e5e5e5;
}

.ylfwBox .left li {
    width: 100%;
    padding-top: 0.3rem;
}

.ylfwBox .left li a {
    width: 100%;
    border-bottom: 2px solid #333333;
    line-height: 0.62rem;
    display: inline-block;
    position: relative;
    font-size: 0.2rem;
    color: #333333;
    background: url(../images/dj-jt.png) no-repeat right center;
    background-size: 0.28rem 0.07rem;
}

.ylfwBox .left li a:hover {
    background: url(../images/dj-jt1.png) no-repeat right center;
    color: #f886aa;
    border-bottom: 2px solid #f886aa;
    background-size: 0.28rem 0.07rem;
}

.ylfwBox .left li .ts {
    background: url(../images/dj-jt1.png) no-repeat right center;
    color: #f886aa;
    border-bottom: 2px solid #f886aa;
}

.ylfwBox .right {
    width: calc(97% - 3.35rem);
    padding: 0.3rem;
    border: 1px solid #e5e5e5;
}

.ylfwBox .right h1 {
    font-size: 0.24rem;
    line-height: 0.26rem;
    height: 0.58rem;
    font-weight: normal;
    background: url(../images/ylfw-line.jpg) repeat-x bottom left;
}

.jyznText {
    font-size: 0.19rem;
    line-height: 0.36rem;
    color: #555;
    margin-top: 0.2rem;
}

.jyznPic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    flex-wrap: wrap;
}

.jyznPic dl {
    width: 23.5%;
    background: #e0e0e0;
    border-radius: 0.2rem;
    margin-bottom: 0.22rem;
}

.jyznPic dl dt {
    width: 100%;
    overflow: hidden;
    border-radius: 0.2rem;
}

.jyznPic dl dt img {
    display: block;
    width: 100%;
}

.jyznPic dl dd {
    width: 100%;
    line-height: 0.42rem;
    font-size: 0.18rem;
    text-align: center;
}

.jydhBit ul {
    width: 100%;
    line-height: 0.6rem;
    display: flex;
    justify-content: space-between;
    background: #f886aa;
}

.jydhBit ul li {
    text-align: center;
    color: #fff;
    font-size: 0.22rem;
    border-right: 1px solid #faabc4;
}

.jydhBit ul li:nth-child(1) {
    width: 15%;
}

.jydhBit ul li:nth-child(2) {
    width: 10%;
}

.jydhBit ul li:nth-child(3) {
    width: 75%;
    border-right: 0;
}

.lcfb {
    width: 100%;
}

.lcfb dl {
    width: 100%;
    line-height: 0.3rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
}

.lcfb dl:nth-child(2n) {
    background: #f9f9f9;
}

.lcfb dl dt {
    text-align: center;
    color: #333;
    font-size: 0.2rem;
    line-height: 0.3rem;
    border-right: 1px solid #e8e8e8;
    padding: 0.15rem 0;
}

.lcfb dl dt:nth-child(1) {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lcfb dl dt:nth-child(2) {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lcfb dl dt:nth-child(3) {
    width: 75%;
    border-right: 0;
    text-align: left;
    padding: 0.15rem 0.2rem;
}

.jyzn {
    padding-top: 0.3rem;
}

.lsygBox {
    width: 100%;
    background: url(../images/lsyg-bg.jpg) no-repeat left bottom #f3f3f3;
    padding: 0.5rem 0;
}

.lsygList {
    width: 100%;
    position: relative;
}

.lsygList:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #f886aa;
    top: 0;
    left: 50%;
    z-index: 0;
}

.lsygList dl {
    width: 100%;
    padding-left: 50%;
    position: relative;
    display: flex;
    justify-content: left;
    margin-bottom: 0.9rem;
}

.lsygList dl dt {
    width: 1.78rem;
    height: 1.15rem;
    margin-left: 0.45rem;
    /*    background: #000; */
    position: relative;
    cursor: pointer;

}

.lsygList dl dt img {
    width: 100%;
    display: block;
}

.lsygList dl dt:after {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #f77fa5;
    position: absolute;
    left: -0.53rem;
    top: 0;
    content: "";
    transform: rotate(45deg);
    z-index: 2;
}

.lsygList dl dd {
    width: calc(100% - 1.78rem);
    padding-left: 0.287rem;
    padding-top: 0;
}

.lsygList dl dd h1 {
    line-height: 0.34rem;
    font-size: 0.3rem;
    color: #5d9fcf;
    margin-bottom: 0.1rem;
}

.lsygList dl dd p {
    font-size: 0.2rem;
    line-height: 0.3rem;
}

.lsygList dl:nth-child(2n) {
    width: 50%;
    padding-left: 0;
    display: flow-root;
    justify-content: flex-end;
    position: relative;
}

.lsygList dl:nth-child(2n):after {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 3px solid #f77fa5;
    position: absolute;
    right: -0.1rem;
    top: 0;
    content: "";
    transform: rotate(45deg);
    z-index: 2;
}

.lsygList dl:nth-child(2n) dt {
    margin-left: 0;
    margin-right: 0.45rem;
    float: right;
}

.lsygList dl:nth-child(2n) dd {
    width: 63%;
    padding-right: 0.287rem;
    text-align: right;
    float: left;
    padding-left: 0;
    padding-right: 0;
}

.lsygList dl:nth-child(2n) dt:after {
    left: inherit;
    right: -0.55rem;
    display: none;
}

.ldbz {
    padding: 0.5rem 0 1rem 0;
}

.jgszTab ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.25rem;
}

.jgszTab ul li {
    padding: 0 0.16rem;
    position: relative;
    font-size: 0.26rem;
    line-height: 0.56rem;
    cursor: pointer;
}

.jgszTab ul li:after {
    position: absolute;
    left: 0;
    height: 50%;
    top: 25%;
    content: "";
    width: 1px;
    background: #cccccc;
}

.jgszTab ul li:nth-child(1):after {
    display: none;
}

.jgszTab ul li.hover {
    font-weight: bold;
    font-size: 0.26rem;
    color: #f886aa;
}

.mzpb table tr td {
    border: 1px solid #e8e8e8;
    font-size: 0.2rem;
    padding: 0.15rem;
}

.mzpb table tr td p {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 0.18rem;
    line-height: 0.2rem;
    padding-bottom: 5px;

}

.mzpb table tr td p span {
    display: inline-block;
    font-size: 12px;
    /* left: -0.38rem;
    top: 2px; */
}

.bgcx .yzhlbit {
    font-size: 0.22rem;
}

.bgcx .bgcxTable {
    margin-bottom: 0.15rem;
}

.bgcx .bgcxTable table tr td {
    border: 1px solid #eeeeee;
    padding: 0.15rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
}

.mtjz {
    width: 12.8rem;
    height: 11.33rem;
    margin: 0.4rem auto;
    position: relative;
}

.mtjz .mtbox {
    width: 4.6rem;
    height: 6.4rem;
    border: 2px solid #fff;
    background: #ec1358;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 4.1rem;
    top: 0;
    padding-top: 0.44rem;

}

.mtjz .bit {
    width: 100%;
    line-height: 0.54rem;
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 0.2rem;
}

.mttab ul,
.mttab1 ul,
.mttab2 ul,
.mttab3 ul,
.mttab4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0.15rem;
}

.mttab ul li,
.mttab1 ul li,
.mttab2 ul li,
.mttab3 ul li,
.mttab4 ul li {
    line-height: 0.48rem;
    font-size: 0.2rem;
    padding: 0 0.1rem;
    cursor: pointer;
}

.mttab ul li.hover,
.mttab1 ul li.hover,
.mttab2 ul li.hover,
.mttab3 ul li.hover,
.mttab4 ul li.hover {
    font-weight: bold;
}

.mtjz .mtbox1 {
    width: 4.2rem;
    height: 6.4rem;
    border: 2px solid #fff;
    background: #fbc151;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 1.14rem;
    top: 1.6rem;
    transform: rotate(80deg);

}

.mtjz .mtbox2 {
    width: 4.2rem;
    height: 6.4rem;
    border: 2px solid #fff;
    background: rgba(248, 134, 170, 0.8);
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 1.14rem;
    top: 1.6rem;
    transform: rotate(-80deg);

}

.mtjz .mtbox3 {
    width: 4.2rem;
    height: 6.4rem;
    border: 2px solid #fff;
    background: #62d187;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 2.1rem;
    bottom: 0;
    transform: rotate(-140deg);

}

.mtjz .mtbox4 {
    width: 4.2rem;
    height: 6.4rem;
    border: 2px solid #fff;
    background: rgba(55, 157, 236, 0.8);
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 2.1rem;
    bottom: 0;
    transform: rotate(140deg);

}

.mtewm,
.mtewm1,
.mtewm2,
.mtewm3,
.mtewm4 {
    width: 100%;
    text-align: center;
    padding-top: 0.15rem;
}

.mtewm img,
.mtewm1 img,
.mtewm2 img,
.mtewm3 img,
.mtewm4 img {
    width: 1.25rem;
    display: inline-block;
}

.rotebox {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(-80deg);
}

.rotebox1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(80deg);
}

.rotebox2 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -40%) rotate(140deg);
}

.rotebox3 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -34%) rotate(-140deg);
}

.mttab2 ul,
.mttab3 ul {
    padding: 0 0.25rem;
}

/*  */
.detailBit {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
    margin-top: 0.3rem;
}

.detailBit h1 {
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #f886aa;
    text-align: center;
}

.detailTime {
    display: flex;
    justify-content: center;
}

.detailTime .t {
    line-height: 0.44rem;
    color: #b3b3b3;
    font-size: 0.16rem;
}

.detailTime input {
    outline: none;
    border: none;
    font-size: 15px;
    cursor: pointer;
}

.detailtext {
    width: 100%;
    padding-bottom: 0.3rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #333333;
}

.detailtext img {
    display: inline-block;
    max-width: 100%;
}

.Listmore {
    width: 1.8rem;
    height: 0.48rem;
    display: flex;
    justify-content: space-between;
    background: #f886aa;
    border-radius: 15px 0 15px 0;
    color: #ffffff;
    font-size: 0.2rem;
    padding: 0 0.19rem;
    margin: 0.36rem auto 0.3rem;
    align-items: center;
    transition-duration: .5s;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius: 15px 0 15px 0;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.Listmore a {
    color: #fff;
}

.Listmore:hover {
    border-radius: 15px;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.newsdetail table {
    width: 100% !important;
}

/*  */

/* 模态窗口默认隐藏 */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

/* 关闭按钮样式 */
.close-btn {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* 放大后的图片样式 */
.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

/* 模态窗口默认隐藏 */

.bgcxtab ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bgcxtab li {
    line-height: 0.5rem;
    background: #f0f0f0;
    padding: 0 0.22rem;
    font-size: 0.2rem;
    display: table;
    margin-bottom: 0.2rem;
    position: relative;
    cursor: pointer;
    color: #333;
    margin-right: 0.2rem;
    border-radius: 0.1rem;
}

.bgcxtab li.hover {
    color: #f886aa;
    font-weight: bold;
    position: relative;
}

.bgcxtab li.hover:after {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    right: -0.05rem;
    top: -0.05rem;
    background: #f886aa;
    border-radius: 0.1rem;
}

.bgcxNeir {
    padding-top: 0.3rem;
}

.hlydPicbox {
    margin: 0.25rem 0;
}

.hlydPicbox ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hlydPicbox ul li:nth-child(1) {
    width: 7.48rem;
}

.hlydPicbox ul li:nth-child(2) {
    width: 4.51rem;
}

.hlydPicbox1 {
    margin: 0.25rem 0;
}

.hlydPicbox1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.hlydPicbox1 ul li:nth-child(1) {
    width: 6.56rem;
}

.hlydPicbox1 ul li:nth-child(2) {
    width: 7.01rem;
}

/* 员工版 */
.ygbBox {
    width: 100%;
    background: url(../images/ygbbg.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 1rem 0 0.8rem 0;
    position: relative;
}

.ygbBox:after {
    width: 3.04rem;
    height: 1.92rem;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url(../images/ygbicon1.png)no-repeat;
    background-size: 100% 100%;
}

.ygbwarp {
    width: 13rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ygbBit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 0.86rem;
    font-weight: bold;
    margin-bottom: 0.75rem;
    font-size: 0.46rem;
}

.ygblink {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.ygblink dl {
    width: 30%;
    margin-bottom: 0.6rem;
    height: 2.4rem;
    border-radius: 0.2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ygblink dl:nth-child(1) {
    background: url(../images/ybg1.png)no-repeat;
    background-size: 100% 100%;
}

.ygblink dl:nth-child(2) {
    background: url(../images/ybg2.png)no-repeat;
    background-size: 100% 100%;
}

.ygblink dl:nth-child(3) {
    background: url(../images/ybg3.png)no-repeat;
    background-size: 100% 100%;
}

.ygblink dl:nth-child(4) {
    background: url(../images/ybg4.png)no-repeat;
    background-size: 100% 100%;
}

.ygblink dl:nth-child(5) {
    background: url(../images/ybg5.png)no-repeat;
    background-size: 100% 100%;
}

.ygblink dl:nth-child(6) {
    background: url(../images/ybg6.png)no-repeat;
    background-size: 100% 100%;
}

.ygblink dl dt .icon {
    width: 100%;
    height: 0.74rem;
    text-align: center;
    transition-duration: .5s;
}

.ygblink dl dt .icon img {
    display: inline-block;
    width: 0.76rem;
}

.ygblink dl:hover dt .icon {
    transform: rotateY(180deg);
}

.ygblink dl dt .text {
    width: 100%;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.3rem;
}

/* 播放器 */
.aboutQywh dl:nth-child(5):hover dt {
    transform: inherit;
}

/* .player {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

.player.play .player__timeline {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
}

.player.play .player__album:after {
    box-shadow: 0px 30px 28px -10px rgba(0, 0, 0, 0.2);
}

.player.play .player__album {
    top: -35px;
}

.player.play .pause {
    display: inline-block;
}

.player.play .play {
    display: none;
}

.player__album {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 22px;
    position: relative;
    top: -30px;
    transition: all .4s ease-in-out;
    display: none;
}

.player__album:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
}

.player__album:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.player__albumImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: none;
}

.player__albumImg.active-song {
    display: block;
}

.player__bar {
    /* background: #fff; */
    width: 0.78rem;
    margin: 0 auto;
    height: 0.78rem;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    /* box-shadow: 0 10px 36px 6px rgba(0, 0, 0, 0.1); */
    position: relative;
    z-index: 3;
}

.player__controls {
    display: flex;
    align-items: center;
}

.player__prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    margin-right: 3px;
}

.player__prev:hover {
    background: #D7DCE2;
}

.player__prev:hover svg {
    fill: #fff;
}

.player__play {
    cursor: pointer;
    height: 0.78rem;
    width: 0.78rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    position: relative;
    border: 4px solid #fff;
}

.player__play:hover {
    background: #D7DCE2;
}

.player__play:hover svg {
    fill: #fff;
}

.player__play svg {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.player__play svg.pause {
    display: none;
}

.player__next {
    cursor: pointer;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: all .2s ease-in-out;
    margin-left: -8px;
}

.player__next:hover {
    background: #D7DCE2;
}

.player__next svg {
    fill: #fff;
}

.player__next:hover svg {
    fill: #fff;
}

.player__timeline {
    background: #d5eaf9;
    height: 95px;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease-in-out;
    z-index: 1;
    padding-left: 160px;
    flex-direction: column;
    justify-content: center;
}

.player__timelineBar {
    background: #E7E7E7;
    width: 95%;
    height: 4px;
    border-radius: 15px;
    margin-top: 13px;
    position: relative;
}

.player #playhead {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    width: 0;
    height: 100%;
}

.player__author {
    line-height: 1;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 15px;
}

.player__song {
    line-height: 1;
    margin: 0;
    font-size: 12px;
    color: #949494;
}

.github {
    width: 40px;
    height: 40px;
    background: url(http://alikinvv.github.io/github.svg) no-repeat center;
    position: fixed;
    bottom: 40px;
    right: 40px;
    -webkit-animation: github 3s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s infinite;
    animation: github 3s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s infinite;
}

.jgszBox {
    width: 100%;
    text-align: center;
}

.jgszBox img {
    display: inline-block;
}

.yzyList {
    width: 100%;
}

.yzyList li {
    width: 33%;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    text-align: center;
    background: #eaeaea;
    font-size: 0.18rem;
    line-height: 0.5rem;
    cursor: pointer;
}

#leaderDiv {
    width: 100%;

}

.tc-box h1 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 0.26rem;
}

.tc-box h3 {
    padding-bottom: 10px;
    font-size: 0.2rem;
    text-align: center;
}

.tc-box h2 {
    font-weight: normal;
    font-size: 0.2rem;
    padding-bottom: 0.3rem;
}

.tc-box .intro {
    font-size: 0.18rem;
    line-height: 0.3rem;
}

/*  */
.yyghewm {
    width: 100%;
}

.yyghewm li {
    cursor: pointer;
    position: relative;
}

.yyghewm li.hover {
    color: #f886aa;
}

.ewmtabbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    z-index: 999;
}

.ewmpic {
    width: 100%;
    text-align: center;
    padding: 0.1rem 0;
    background: #fff;
    display: none;
}

.ewmpic img {
    display: inline-block;
    width: 1.3rem;
}


.jydhMap {
    width: 100%;
    height: 5rem;
    position: relative;
    margin-bottom: 0.3rem;
}

#map {
    width: 100%;
    height: 5rem;
    position: relative;
    z-index: 1;
}

/*  */
.nSearch {
    width: 74%;
    position: absolute;
    bottom: -6.5rem;
    left: 13%;
    height: 0.7rem;
    background: #fff;
    border-radius: 0.2rem;
    box-shadow: 0 0 10px #d2d2d2;
    z-index: 9;
    padding: 0.1rem 0.3rem 0.1rem 0.5rem;
}

.nSearch input {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    font-size: 0.2rem;
    line-height: 0.5rem;
}

.nSearch .but {
    width: 1.8rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #f886aa;
    font-size: 0.22rem;
    position: absolute;
    right: 0.3rem;
    top: 0.12rem;
    cursor: pointer;
}

.nSearch .but .iconfont {
    margin-right: 0.18rem;
    font-size: 0.26rem;
}

/*  */
.news-back {
    width: 100%;
    border-top: 1px dashed #e4dfda;
    line-height: 0.6rem;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0.5rem;
}

.news-back .b1 {
    width: 40%;
    line-height: 0.6rem;
    padding-left: 30px;
    background: url(../images/b-bg.png)no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.news-back .b2 {
    width: 40%;
    line-height: 0.6rem;
    padding-right: 30px;
    background: url(../images/b-bg1.png)no-repeat right center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
}

/*  */
.yyryBox {
    position: relative;
	margin-bottom:40px;
}

.yyryBox .pic {
    overflow: hidden;
}

.yyryBox .pic img {
    display: block;
    width: 100%;
}

.yyryBox .text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}

.yyryBox .swiper-button-next {
    right: -40px;
}

.yyryBox .swiper-button-prev {
    left: -40px;
}

.yyryBox .swiper-button-next:after,
.yyryBox .swiper-button-prev:after {
    color: #f886aa;
}

@media only screen and (max-width: 1441px) {
    .news-back {
        font-size: 17px;
    }

    .yyryBox .text {
        font-size: 17px;
        line-height: 30px;
    }

}

@media only screen and (max-width: 1366px) {
    .news-back {
        font-size: 16px;
    }

    .yyryBox .text {
        font-size: 16px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1080px) {
    .ne-warp {
        width: 90%;
    }

    .nSearch {
        bottom: -5.5rem;
    }
}

@media only screen and (max-width: 760px) {
    .ne-warp {
        width: 96%;
        margin: 0 auto;
        position: relative;
    }

    .ne-nav ul li {
        padding: 0 10px;
        line-height: 40px;
        font-size: 18px;
        color: #333;
    }

    .ne-nav {
        top: 0;
    }

    .yyjj {
        padding-top: 30px;
    }

    .aboutNum ul {
        width: 100%;
        display: flex;
        justify-content: left;
        position: relative;
        height: auto;
        flex-wrap: wrap;
    }

    .aboutNum ul li {
        width: 33.333% !important;
        position: relative;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 26px;
    }

    .aboutNum ul li:nth-child(5) {
        right: 0%;
        top: 0;
    }

    .aboutNum ul li:nth-child(4) {
        right: 0;
        top: 0;
    }

    .aboutNum ul li:nth-child(3) {
        left: 0;
    }


    .aboutNum ul li:nth-child(2) {
        left: 0;
    }

    .aboutNum ul li span .dw {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 15px;
        right: -0.4rem;
    }

    .aboutQywh {
        width: 100%;
        margin-top: 30px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .aboutQywh dl {
        width: 48%;
        height: 250px;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 10px;
    }

    .aboutQywh dl:nth-child(4) {
        background: #5d9fcf;
        bottom: 0;
        position: relative;
        left: 0;
    }

    .aboutQywh dl:nth-child(1) {
        margin-right: 1%;
    }

    .aboutQywh dl:nth-child(3) {
        position: relative;
        top: 0;
        left: 0;
    }

    .aboutQywh dl dt {
        height: 65px;
    }

    .aboutQywh dl dt img {
        width: 50px;
    }

    .aboutQywh dl dd .intro {
        width: 90%;
        font-size: 15px;
        line-height: 26px;
    }

    .yyjjBox {
        padding-bottom: 70px;
    }

    .lsygList:after {
        left: 0;
        display: none;
    }

    .lsygList dl {
        padding-left: 0;
    }

    .lsygList dl dd {
        padding-top: 0;
    }

    .lsygList dl dd h1 {
        line-height: 24px;
        font-size: 18px;
    }

    .lsygList dl dd p {
        font-size: 15px;
        line-height: 24px;
    }

    .lsygList dl:nth-child(2n) {
        width: 100%;
        padding-left: 0;
    }

    .ldbzBox {
        width: 100%;
        overflow: auto;
    }

    .jydhBit,
    .lcfb {
        width: 1000px;
    }

    .jydhBit ul {
        line-height: 36px;
    }

    .jydhBit ul li {
        font-size: 17px;
    }

    .lcfb dl {
        line-height: 30px;
    }

    .lcfb dl dt {
        font-size: 16px;
        line-height: 26px;
    }

    .jgszTab ul {

        flex-wrap: wrap;
    }

    .jgszTab ul li,
    .jgszTab ul li.hover {
        font-size: 17px;
        line-height: 36px;
    }

    .ylfwNav ul li a .iconfont {
        display: none !important;
    }

    .ylfwNav ul {
        justify-content: left;
        flex-wrap: wrap;
    }

    .ylfwNav ul li {
        width: 25%;
        margin-bottom: 7px;
    }

    .ylfwNav {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 10px;
    }

    .ylfwNav ul li a {
        width: 100%;
        height: 40px;
        border-radius: 0;
        border: none;
        font-size: 17px;
        line-height: 40px;
        background: #5d9fcf;
    }

    .ylfwNav ul li .ts {
        border: none;
        background: #e7608b;
    }

    .ylfwNav ul li a .iconfont {
        font-size: 0.55rem;
        transition-duration: .5s;
        display: inline-block;
        width: 100%;
    }

    .news-padd {
        padding: 50px 0 30px 0;
    }

    .yyghT {
        line-height: 26px;
        font-size: 15px;
    }

    .yyghTable {
        width: 100%;
        margin-bottom: 0.25rem;
        overflow: auto;
    }

    .yyghTable {
        width: 100%;
        margin-bottom: 0.25rem;
        overflow: auto;
    }

    .yyghTable,
    .bgcx .bgcxTable {
        width: 100%;
        margin-bottom: 0.25rem;
        overflow: auto;
    }

    .yyghTable table,
    .bgcx .bgcxTable table {
        width: 1000px !important;
    }

    .yyghTable table tr td,
    .bgcx .bgcxTable table tr td {
        font-size: 16px;
        line-height: 24px;
    }

    .yzhlbit,
    .rcdwBox ul li .bit {
        line-height: 40px;
    }

    .bgcx .yzhlbit,
    .rcdwBox ul li .bit {
        font-size: 18px;
    }

    .hlydText {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .rcdwBox ul {
        width: 100%;
        display: block;
    }

    .rcdwBox ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .rcdwBox ul li .t1 {
        line-height: 25px;
        font-size: 16px;
        padding-bottom: 10px;
    }

    .mzpb {
        width: 100%;
        overflow: auto;
    }

    .mzpb table {
        width: 1200px;
    }

    .mzpb table tr td {
        font-size: 15px;

    }

    .mzpb table tr td p {
        font-size: 15px;
        line-height: 24px;
    }

    .mzpb table tr td p span {
        left: -40px;
    }

    .zjfcTab ul {
        flex-wrap: wrap;
        justify-content: left;
    }

    .zjfcTab ul li:nth-child(4):after {
        display: none;
    }

    .zjksList dl dt {
        line-height: 40px;
        font-size: 18px;
    }

    .zjfcTab ul li {
        width: 33.333%;
        padding: 0 0;
        line-height: 40px;
        font-size: 18px;
        text-align: center;
    }

    .zjksList dl dd p {
        width: 48%;
        height: 50px;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;

    }

    .ksjsText img {
        width: 100%;
        float: right;
        margin-left: 0;
    }

    .ksjsText h1 {
        font-size: 20px;
        line-height: 40px;
        height: 40px;
        display: contents;
        margin-top: 10px;
    }

    .ksjsText p {
        font-size: 16px;
        line-height: 26px;
    }

    .zjDetail {
        flex-wrap: wrap;
    }

    .zjDetail .right {
        width: 50%;
        margin-bottom: 15px;
    }

    .zjDetail .left h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .zjDetail .left {
        width: 100%;
    }

    .zjDetail .left .intro {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 15px;
        height: 4.8rem;
        overflow: auto;
        padding-left: 10px;
        position: relative;
    }

    .zjDetail .left .intro::-webkit-scrollbar {
        width: 3px;
        height: 16px;
        background-color: #F5F5F5;
    }

    .zjDetail .left .intro::-webkit-scrollbar-thumb {
        background: #f886aa border-radius: 5px;
    }

    .zjDetail .left .intro::-webkit-scrollbar-track {
        background: #caccd7;
        border-radius: 5px;
    }

    .ksDoctor {
        flex-wrap: wrap;
    }

    .ksDoctor .left {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .ksDoctor .right {
        width: 100%;
    }

    .ksDoctor .swiper-slide .text {
        line-height: 34px;
        text-align: center;
        font-size: 16px;
    }

    .zjList dl {
        width: 48%;
        cursor: pointer;
    }

    .zjList dl dd p {
        line-height: 50px;
        font-size: 16px;
    }

    .zjZb {
        margin-right: 3.5rem;
        width: 100%;
    }

    .zjZb .list {
        font-size: 16px;
        line-height: 36px;
    }

    .zjZb h1 {
        line-height: 36px;
        font-size: 18px;
    }

    .zjyygh {
        width: 160px;
        font-size: 18px;

    }

    .zjDate {
        margin-bottom: 1rem;
    }

    .ylfwBox {
        flex-wrap: wrap;
    }

    .ybzcList dl dd {
        font-size: 17px;
        line-height: 50px;
        height: 50px;
    }

    .ybzcList dl dt {
        height: 50px;
        line-height: 20px;
    }

    .nyNav ul {
        flex-wrap: wrap;
        justify-content: left;
    }

    .nyNav ul li a {
        width: 100%;
        padding: 0 0;
        line-height: 32px;
        font-size: 17px;
        margin-bottom: 10px;
    }

    .djwhBox {
        flex-wrap: wrap;
    }

    .djwhBox .left {
        width: 100%;
    }

    .djwhBox .left .bit {
        display: none;
    }

    .djwhBox .left .nav ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .djwhBox .left .nav ul li {
        width: 33.333%;
        padding: 0;
    }

    .djwhBox .left .nav ul li a {
        padding-left: 0;
        font-size: 18px;
    }

    .djwhBox .djList li h1 {
        line-height: 24px;
        font-weight: normal;
        font-size: 18px;
        color: #333333;
    }

    .djwhBox .right {
        width: 100%;
        margin-top: 15px;
    }

    .djwhBox .djList li .intro {
        font-size: 16px;
        line-height: 24px;
    }

    .aboutBtn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        bottom: -0.5rem;

    }

    .aboutPic {

        flex-wrap: wrap;

    }

    .aboutPic .left {
        width: 100%;
        position: relative;
    }

    .aboutPic .right {
        width: 100%;
        margin-top: 20px;
    }

    .aboutPic .right .t1 {
        font-size: 16px;
        line-height: 26px;
    }

    .aboutPic .right h1 {
        line-height: 30px;
        font-size: 20px;
    }

    .ylfwBox .left {
        width: 100%;
    }

    .ylfwBox .right {
        width: 100%;
        padding: 0.3rem;
    }

    .ylfwBox .right h1 {
        font-size: 18px;
        line-height: 52px;
        height: 52px;
    }

    .jyznText {
        font-size: 16px;
        line-height: 26px;
    }

    .jyznPic dl {
        width: 48%;
    }

    .jyznPic dl dd {
        line-height: 32px;
        font-size: 16px;
    }

    .ylfwBox .left ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .ylfwBox .left ul li {
        width: 50%;
        padding-top: 0;
    }

    .ylfwBox .left li a {
        background: none;
        padding: 0 10px;
        line-height: 22px;
        height: 64px;
        font-size: 17px;
        display: flex;
        align-items: center;
    }

    .ylfwBox .left li .ts {
        background: none;
    }

    .ylfwBox .left li a:hover {
        background: none;
    }

    .djwhBox .djList li .time {
        line-height: 30px;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .djwhBox .djList li .time .iconfont {
        font-size: 20px;
    }

    .ne-banner .text {
        top: 30%;
    }

    .ne-banner .text span {
        font-size: 16px;
    }

    .nyNav ul li {
        width: 30.333%;
        margin: 0 0.09rem;
    }

    .tzggList li {
        width: 100%;
        margin-bottom: 10px;
        height: 50px;
        line-height: 50px;
        padding: 0 15px;
    }

    .tzggList li p {
        width: 75%;
        font-size: 17px;
    }

    .tzggList li span {
        width: 22%;
        font-size: 14px;
    }

    .tzgg-date {
        width: 60px;
        border: none;
    }

    .tzgg-info {
        width: calc(97% - 60px);
    }

    .tzgg-info h4 {
        font-size: 17px;
        line-height: 26px;
    }

    .tzgg-info p {
        font-size: 15px;
        line-height: 24px;
    }

    .detailBit h1 {
        line-height: 26px;
        font-size: 18px;
    }

    .detailtext {
        font-size: 16px;
        line-height: 26px;
    }

    .Listmore {
        width: 120px;
        height: 36px;
        font-size: 18px;
    }

    .yhqs dl dd {
        padding: 5px 10px;
    }

    .yhqs dl dd h1 {
        line-height: 26px;
        font-size: 17px;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .yhqs dl dd .intro {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .yhqs dl dd .time {
        line-height: 20px;
        font-size: 14px;
    }

    .yhqs dl dd .time .iconfont {
        font-size: 18px;
    }

    .ybList dl {
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .ybList dl dt img {
        display: block;
        width: 100%;
    }

    .ybList dl dd p {
        font-size: 16px;
    }

    .videoList dl {
        width: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }

    .videoList dl:nth-child(3n) {
        margin-right: 1%;
    }

    .videoList dl dd {
        height: 50px;
        font-size: 16px;
        line-height: 22px;
    }

    .mtjz .mtbox,
    .mtjz .mtbox1,
    .mtjz .mtbox2,
    .mtjz .mtbox3,
    .mtjz .mtbox4 {
        width: 100%;
        height: auto;
        border-radius: 0;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 20px 10px;
        transform: inherit;
    }

    .rotebox,
    .rotebox1,
    .rotebox2,
    .rotebox3,
    .rotebox4 {
        left: 0;
        top: 0;
        transform: inherit;
        position: relative;
    }

    .mtjz {
        width: 100%;
        height: auto;
    }

    .mtjz .bit {
        line-height: 30px;
        font-size: 20px;
    }

    .mttab ul li,
    .mttab1 ul li,
    .mttab2 ul li,
    .mttab3 ul li,
    .mttab4 ul li {
        line-height: 30px;
        font-size: 16px;
    }

    .mtewm img,
    .mtewm1 img,
    .mtewm2 img,
    .mtewm3 img,
    .mtewm4 img {
        width: 120px;
    }

    .jgzzBox ul {
        flex-wrap: wrap;

    }

    .yjfkBox {
        background-size: 2.38rem 3.57rem;
    }

    .yjfkBox .text {
        line-height: 26px;
        font-size: 16px;
    }

    .CbContainer1 .text {
        font-size: 16px;
        line-height: 26px;
    }

    .emailBtn a {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin: 0 0.22rem;
    }

    .emailBox li .input,
    .emailBox li select {
        height: 34px;
        line-height: 34px;
        font-size: 16px;
    }

    .emailBox li {
        width: 100%;
        height: 36px;
    }

    .emailBox li:nth-child(2):after,
    .emailBox li:nth-child(2) {
        line-height: 34px;
        font-size: 16px;
    }

    .emailBox li textarea {
        font-size: 16px;
    }

    .dj-icon {
        font-size: 20px;
    }

    .djintro ul {
        flex-wrap: wrap;
    }

    .djintro ul li {
        width: 100%;
        height: auto;
    }

    .djintro ul li h1 {
        line-height: 36px;
        font-size: 18px;
    }

    .djintro ul li p {
        font-size: 16px;
        line-height: 24px;
    }

    .hl-bit {
        line-height: 32px;
        font-size: 18px;
    }

    .hlydTab li {
        font-size: 16px;
        padding: 0 15px;
    }

    .picList .swiper-slide {
        padding: 0.4rem 0.7rem 0.3rem 0.7rem;
    }

    .picList .ryList p {
        font-size: 16px;
        line-height: 24px;
    }

    .dj-icon1 {
        font-size: 20px;
    }

    .tabList .ryTime {
        font-size: 18px;
    }

    .yzhlList dl dt,
    .yzhlList dl dd {
        width: 100%;
    }

    .yzhlList dl dd h1 {
        line-height: 32px;
        font-size: 18px;
    }

    .yzhlList dl dd p {
        font-size: 16px;
        line-height: 24px;
    }

    .aboutNum ul li:after {
        display: none;
    }

    .aboutNum ul li:nth-child(4),
    .aboutNum ul li:nth-child(1) {
        width: 28% !important;
    }

    .detailTime .t {
        font-size: 15px;
    }

    .picList .ryList {
        overflow-y: auto;
        padding-right: 10px;
        height: 230px;
    }

    .picList .ryList::-webkit-scrollbar {
        width: 3px;
        height: 16px;
        background-color: #F5F5F5;
    }

    .picList .ryList::-webkit-scrollbar-thumb {
        background: #f886aa;
        border-radius: 5px;

    }

    .picList .ryList::-webkit-scrollbar-track {
        background: #caccd7;
        border-radius: 5px;
    }

    .ygbwarp {
        width: 96%;
        margin: 0 auto;
    }

    .ygblink dl {
        width: 47%;
    }

    .lsygList dl:nth-child(2n) dd {
        text-align: left;
        justify-content: left;
    }

    .lsygList dl dt {
        margin-left: 0;
    }

    .lsygList dl dd {
        width: calc(100% - 1.78rem);
    }

    .lsygList dl:nth-child(2n) dt {
        margin-right: 0;
    }

    .lsygList dl dt:after,
    .lsygList dl:nth-child(2n):after {
        display: none;
    }

    .jianT li {
        line-height: 30px;
        height: 30px;
        min-width: 30px;
        margin: 0 4px;
        padding: 0;
    }

    .jianT li a {
        font-size: 15px;
        padding: 0 1px;
    }

    .jgszBox img {
        max-width: 1000px;
    }

    .jgszBox {
        overflow: auto;
        width: 100%;
    }

    .nSearch {
        width: 94%;
        bottom: -2.8rem;
        left: 3%;
        height: 0.7rem;
    }
}