@charset "UTF-8";



.ny-banner {
    position: relative;
}

.ny-banner .pic {
    padding-top: 23.25%;
    z-index: 1;
}

.ny-banner .pic img {
    display: block;
    width: 100%;
}

.ny-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(/images/ny-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 2;
}

.ny-lanmu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 3;
}

.ny-top {
    display: flex;
    justify-content: space-between;
}

.ny-top h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    color: #ffffff;
    line-height: 30px;
}

/* 内页导航 */

.ny-nav {
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.11);
}

.ny-nav .nnav>li>a {
    position: relative;
    font-size: 17px;
    line-height: 50px;
    color: #333;
    display: block;
}

.ny-nav .nnav>li {
    /* position: relative; */
    float: left;
    /* padding: 17px 49px 14px 49px; */
    vertical-align: middle;
    min-width: 145px;
    text-align: center;
}

.ny-nav .nnav>li>a img {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 2px;
    /* background: url() no-repeat; */
    /* vertical-align: middle; */
}

.ny-nav .nnav>li>a img:last-child {
    display: none;
}

.ny-nav .nnav>li:hover a img:last-child {
    display: block;
}

.ny-nav .nnav>li.active>a {
    color: #fff;
    background-image: linear-gradient(-66deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
}

.ny-nav .nnav>li.active a img:last-child {
    display: block;
}

.ny-nav .nnav>li:hover>a::after {
    content: "";
    display: block;
    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    /* top: -11px; */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ny-nav .nnav>li:hover .ny-navg {
    color: #fff;
    background-image: linear-gradient(-66deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
}

.ny-l {
    display: none;
}

.ny-l:before {
    display: none;
    content: "";
    position: absolute;
    left: -1000px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #008d6e;
    background-size: 100% 100%;
    opacity: 0.9;
    height: 70px;
}

.ny-l>p {
    position: relative;
    background-size: cover;
    font-size: 24px;
    color: #fff;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-weight: 700;
    background: #008d6e;
}

.ny-l>p span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 24px;
    background: url(/images/sub_left_down2.png) no-repeat center center;

    background-size: 14px 14px;
    /* display: none; */
}

.ny-l>p span.on {
    background: url(/images/sub_left_up2.png) no-repeat center center;
    background-size: 14px 14px;
}

.ny-l>ul {
    background-color: #ffffff;
    /* min-height: 444px; */
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: none;
}

.ny-l>ul>li {
    position: relative;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    line-height: 45px;
    padding-left: 50px;
}

.ny-l>ul>li:nth-child(1) {
    border-top: none;
}

.ny-l>ul>li:first-child {
    margin-top: 0;
}


.ny-l>ul>li.on>a {
    color: #008d6e;
    font-weight: 700;
}

.ny-l>ul>li:hover>a {
    color: #008d6e;
    font-weight: 700;
}


.ny-l>ul>li:hover>a {
    color: #008d6e;
}

.ny-l>ul>li>a {
    font-size: 18px;
    color: #333;
}

.ny-l>ul>li {
    padding-left: 0px;
}

#ny {
    position: relative;
    z-index: 9;
    padding-bottom: 60px;
}



.position {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 9;
    text-align: right;
    display: flex;
    align-items: center;
}

.position>div>div {
    float: right;
    background: #008d6e;
    position: relative;
    min-width: 310px;
    padding-left: 30px;
}

.position>div>div:first-child::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 700px;
    background: #008d6e;
}

.position>div>div:first-child:before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    border-bottom: 60px solid #008d6e;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
}


.position a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.position span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.position img {
    display: inline-block;
    vertical-align: middle;
}

.position a {
    margin: 0 2px;
}

/* 内页左侧导航 */

/* 文字列表页  start */

/* 文字列表页  end */

/* 分页  start*/

.pagination {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #008d6e;
    color: #fff;
    border: 1px solid #008d6e;
}

.pagination a:hover {
    background: #008d6e;
    color: #fff;
    border: 1px solid #008d6e;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

/* 分页 end*/

/* 图片列表页  start */


/* 图片列表 */






/* 图片列表页  end */
@media screen and (max-width: 1520px) {}

@media screen and (max-width: 1420px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}



.article-h {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.article-info {
    font-size: 15px;
    color: #4e78ba;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}

.art-infol div {
    display: flex;
    align-items: center;
}

.art-infol div p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #b7b7b7;
    margin-left: 20px;
}

.art-infol div p b {
    font-weight: normal;
    margin-left: 10px;
}

.art-infol div p:nth-child(1) {
    margin-left: 0;
}

.art-infor {
    display: flex;
}

.art-infor b img {
    display: block;
}

.art-infor b {
    margin-left: 20px;
    cursor: pointer;
}

.art-texts {
    font-size: 16px;
    line-height: 2;
    font-weight: normal;
    color: #333333;
}

.art-texts p {
    margin-top: 30px;
}
.gdsz img{
width:200px !important;
height:300px !important;
}
.art-texts p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 100% !important;
    width: 600px;
}

.art-texts table {
    /* display: block; */
    max-width: 100%;
}


.resize {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.resize i {
    cursor: pointer;
    float: left;
    font-style: normal;
    background: none;
    border: none;
    font-size: 18px;
    color: #4e78ba;
    margin-left: 20px;
}

.art-contt {
    border-top: 4px solid #018685;
    background: #fff;
    padding-bottom: 5px;
    padding: 60px 35px;
}

.art-rig {
    float: right;
    width: 29%;
    margin-top: 50px;
}



.pnext {
    font-size: 0;
    margin-top: 35px;
    border-top: 1px dashed #cccccc;
    padding-top: 35px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
}

.pnext p a {
    color: #555555
}

.pnext p:hover {
    color: #008d6e;
    text-decoration: underline;
}

.pnext p:hover a {
    color: #008d6e;
}

.ny-main {
    padding-top: 60px;
}

.ny-main img {
    max-width: 100%;
}

.yygk1 img {
    display: block;
    width: 100%;
}


/* 信息公开-标题列表页 */

.lists-group1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lists-group1 li {
    width: 49%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.lists-group1 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-image: linear-gradient(-66deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    z-index: 1;
    transform: translateY(-100%);
}

.lists-group1 li a {
    display: block;
    border: solid 1px #e5e5e5;
    border-top: 2px solid #008d6e;
    position: relative;
    z-index: 9;
}

.lists-group1 li:hover::before {
    transform: translateY(0);
}

.lists-group1 li a {
    padding: 25px;
}

.lists-group1 li a span {
    /* display: block; */
    font-size: 16px;
    line-height: 22px;
    color: #008d6e;
}

.lists-group1 li a h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    color: #333333;
    margin: 15px 0;
}

.lists-group1 li a h3 i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.lists-group1 li a p {
    font-size: 15px;
    font-weight: normal;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #808080;
}

.lists-group1 li:hover a span {
    color: #fff;
}

.lists-group1 li:hover a h3 {
    color: #fff;
}

.lists-group1 li:hover a p {
    color: #fff;
}


.cover1 {
    display: flex;
    margin-bottom: 80px;
}

.cover1>div {
    width: 50%;
}

.cv1-pic a {
    display: block;
    background: url(/images/cover-pic1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.cv1-pic a img {
    display: none;
}

.cv1-info {
    background-image: linear-gradient(-66deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
}

.cv1-info a {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 0 90px 0 70px;
    transition: all 0.3s;
}

.cv1-info-p {
    display: flex;
    align-items: center;
}

.cv1-info-p p {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    margin-left: 30px;
}

.cv1-info div img {
    height: auto;
}

.cv1-info:hover a {
    padding-right: 70px;
}

.sj-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.sj-nav ul li {
    margin-bottom: 25px;
    margin-right: 25px;
}

.sj-nav ul li a {
    display: block;
    line-height: 37px;
    border-radius: 19px;
    border: solid 1px #b3b3b3;
    padding: 0 15px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #b3b3b3;
}

.sj-nav ul li.active a {
    color: #008d6e;
    border: solid 1px #008d6e;
}

.sj-nav ul li:hover a {
    color: #008d6e;
    border: solid 1px #008d6e;
}

.cover2 {
    padding-bottom: 45px;
    border-bottom: solid 1px #cccccc;
}

.cover2 ul {
    
    justify-content: space-between;
}

.cover2 ul li {
    width: 49%;
}

.cover2 ul li a {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cover2 ul li a img {
    width: 100%;
}

.ny-tit1 h2 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin: 35px 0;
    font-weight: normal;
}

.ny-tit2 {
    display: flex;
    border-bottom: solid 1px #aad9cf;
    margin-bottom: 40px;
}

.ny-tit2 h2 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
    border-bottom: 2px solid #008d6e;
    transform: translateY(1px);
}


.ksdh-list {
    margin-bottom: 30px;
}

.ks-nav {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin: 0 -0.75%;
}

.ks-nav li {
    width: 21%;
    border-radius: 14px 0px 14px 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
    background-color: #ffffff;
    border-radius: 14px 0px 14px 0px;
    border: solid 1px #cccccc;
    margin-left: .75%;
    margin-right: .75%;
}

.ks-nav li::before {
    content: "";
    position: absolute;
    right: 100%;
    width: 100%;
    height: 100%;
    border-radius: 14px 0px 14px 0px;
    overflow: hidden;
    transition: all 0.3s;
    background-image: linear-gradient(-90deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    z-index: 1;
}

.ks-nav li::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 27px;
    background: url(/images/icon6.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    opacity: 0;
    z-index: 9;
}

.ks-nav li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 23px;
    transition: all 0.5s;
    position: relative;
    z-index: 3;
    line-height: 44px;
    color: #333;
}

.ks-nav li a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px 0px 14px 0px;
    width: 35px;
    background: url(/images/icon4.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
    right: 0;
    border-left: 1px solid #ccc;
}

/* .ks-nav li:hover{
    background-image: linear-gradient(-90deg, 
		#00974a 0%, 
		#018685 50%, 
		#0175c2 100%)
} */
.ks-nav li:hover::after {
    opacity: 1;
    transform: rotateY(180deg);
}

.ks-nav li:hover::before {
    right: 0;
}

.ks-nav li:hover a {
    padding-right: 35px;
    color: #fff;
}

.ks-nav li:hover a::before {
    right: 0;
    background: rgba(255, 255, 255, .3) url(/images/icon3.png) no-repeat;
    background-position: center center;
    border-color: transparent;
}

.flex-sb {
    justify-content: space-between;

}

.flex-center {
    justify-content: center;
}

.sj-nav ul.flex-center li {
    margin: 0 15px;
}

.ljld {
    display: flex;
    justify-content: space-between;
}

.ljld>div {
    width: 49%;
}

.ljld>div h2 {
    background: url(/images/ljld-tit.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    line-height: 73px;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
}

.table-box table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.ljld table tr th {
    background: rgba(0, 141, 110, .2);
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 1px;
    color: #333333;
}

.ljld table tr td {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 15px 0;
    color: #333333;
    border-top: 1px dashed #ccc;
}

.ljld table tr:nth-child(2) td {
    border: none;
}



.xrld ul li:nth-child(2n+1) {
    background: #fff;
}

.xrld ul li {
    padding: 30px 60px;
    display: flex;
    line-height: 36px;
}

.xrld ul li span {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333333;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    min-width: 90px;
}

.xrld ul li div {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.xrld ul li div a {
    font-size: 17px;
    letter-spacing: 1px;
    color: #333333;
    margin-left: 50px;
}

.xrld ul li div a:hover {
    color: #008d6e;
}

.imgs-slick {
    background: #f4f4f4;
    position: relative;
}

.imgs-slick ul li a {
    display: flex;
}

.imgs-slick ul li a .pics {
    width: 645px;
}

.imgs-slick ul li a .pics .pic {
    padding-top: 62%;
}

.imgs-slick ul li a .imgs-sinfo {
    flex: 1;
    padding: 60px 40px 0 60px;
}


.imgs-slick ul li a span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #008d6e;
}

.imgs-slick ul li a h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    color: #333333;
    margin: 15px 0;
}



.imgs-slick ul li a p {
    font-size: 15px;
    font-weight: normal;
    height: 72px;
    overflow: hidden;
    line-height: 24px;
    color: #808080;
}



.imgs-slick ul li a:hover h3 {
    color: #008d6e;
}

.imgs-slick .arrow-btn {
    position: absolute;
    left: 705px;
    right: 40px;
    bottom: 60px;
}


.imgs-list1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.imgs-list1 li {
    width: 32%;
    margin-top: 55px;
}

.imgs-list1 li a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding-bottom: 20px;
}

.imgs-list1 li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: -1px;
    height: 1px;
    background: #008d6e;
    transition: all 0.5s;
}

.imgs-list1 li a .pic {
    padding-top: 65%;
}

.imgs-info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    color: #333333;
    margin-top: 25px;
}

.imgs-info span {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #008d6e
}

.imgs-list1 li a:hover::after {
    width: 100%;
}

.imgs-list1 li a:hover .imgs-info h3 {
    color: #008d6e;
}


.hzfw {
    display: flex;
    position: relative;
}

.hzfw::before {
    content: "";
    position: absolute;
    width: 825px;
    left: -345px;
    top: 0;
    bottom: 87px;
    background: url(/images/hzfw-jz.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.hzfw-l {
    width: 290px;
    position: relative;
    z-index: 9;
}

.hzfw-l::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    z-index: 1;
}

.hzfw-l ul {
    position: relative;
    z-index: 9;
    padding-top: 150px;
}

.hzfw-l ul li {
    position: relative;
}

.hzfw-l ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background-color: rgba(231, 169, 81, .8);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s;
    opacity: 0;
}

.hzfw-l ul li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s;
}

.hzfw-l ul li a {
    padding-left: 66px;
    position: relative;
    z-index: 9;
    font-size: 24px;
    font-weight: normal;
    line-height: 84px;
    color: #ffffff;
}

.hzfw-l ul li a::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 9;
}

.hzfw-l ul li a::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #fff;
    width: 0;
    transition: all 0.3s;
}

.hzfw-l ul li.on::before {
    opacity: 1;
}

.hzfw-l ul li.on::after {
    opacity: 1;
}

.hzfw-l ul li.on a {
    padding-left: 100px;
}

.hzfw-l ul li.on a::after {
    width: 60px;
}




.hzfw-r {
    position: relative;
    z-index: 9;
    margin-top: 70px;
    background: #fff;
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.12);
    flex: 1;
    overflow: hidden;
}

.hzfw-r>div {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
    padding: 35px 50px;
}

.hzfw-r>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.hzfw-r>div h3 {
    display: flex;
    justify-content: center;
}

.hzfw-r>div h3 b {
    background-image: linear-gradient(-66deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    line-height: 49px;
    padding: 0 35px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    border-radius: 24px;
}

.hzfw-cont p {
    font-size: 18px;
    line-height: 29px;
    color: #4d4d4d;
    margin-top: 35px;
    text-align: center;
}

.hzfw-cont p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


.guru-ks {
    display: flex;
    border-bottom: 1px solid #d5d5d5;
}

.guru-ks>span {
    font-size: 16px;
    line-height: 36px;
    color: #808080;
}

.guru-ks>div {
    flex: 1;
}

.guru-ks>div ul {
    display: flex;
    border-bottom: 1px solid #d5d5d5;
}

.guru-ks>div ul li {
    margin-left: 50px;
}

.guru-ks>div ul li:nth-child(1) {
    margin-left: 0;
}

.guru-ks>div ul li a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #4d4d4d;
    position: relative;
}

.guru-ks>div ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    background: #008d6e;
    transition: all 0.5s;
    width: 0;
}

.guru-ks>div ul li:hover a {
    color: #008d6e;
}

.guru-ks>div ul li.on a {
    color: #008d6e;
}

.guru-ks>div ul li.on a::after {
    width: 100%;
}

.ks-type {
    position: relative;
}

.ks-type>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
    overflow: hidden;
    padding: 20px 0;
}

.ks-type>div.on {
    opacity: 1;
    position: relative;
    z-index: 9;
}

.ks-type>div a {
    float: left;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #4d4d4d;
    padding: 10px 0;
    margin-right: 60px;
}

.ks-type>div a:hover {
    color: #008d6e;
}

.guru-list ul {
    display: flex;
    flex-wrap: wrap;
}

.guru-list ul li {
    width: 18.4%;
    overflow: hidden;
    margin-top: 65px;
    margin-left: 2%;
}

.guru-list ul li:nth-child(5n+1) {
    margin-left: 0;
}

.guru-list ul li a {
    margin: 0;
}

.guru-list ul li a .zj-info {
    opacity: .9;
}

.guru-list ul li a .zj-info::before {
    content: none;
}

.guru-info {
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid #d5d5d5;
}

.guru-info .pics {
    width: 160px;
}

.guru-info .pics .pic {
    padding-top: 125%;
}


.guru-des {
    flex: 1;
    padding-left: 40px;
}

.guru-des h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 3px;
    color: #008d6e;
    margin-top: 15px;
}

.guru-des div {
    margin-top: 20px;
}

.guru-des div p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #4d4d4d;
}

.guru-box {
    margin-top: 20px;
}

.guru-box h3 {
    font-size: 20px;
    line-height: 23px;
    color: #008d6e;
    padding-bottom: 15px;
    /* border-bottom: 1px solid #d5d5d5; */
}

.guru-box div {
    padding: 20px 0;
}

.guru-box div p {
    font-size: 16px !important;
    font-weight: normal !important;
    text-indent: 2em !important;
    line-height: 28px !important;
    text-align: justify !important;
    letter-spacing: 1px !important;
    color: #4d4d4d !important;
    margin-top: 25px;
}

.guru-box div p:nth-child(1) {
    margin-top: 0;
}


/* 科室介绍页  */
.title2 {
    display: flex;
    position: relative;
}

.title2 h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333333;
}

.title2 a {
    font-size: 14px;
    line-height: 30px;
    color: #008d6e;
}

.title2 a.posi {
    position: absolute;
    right: 0;
    top: 0;
}

.title2 a:hover {
    text-decoration: underline;
}

.title2>div {
    position: relative;
}

.title2-btm {
    border-bottom: 1px solid #e5e5e5;
}

.title2-btm h2 {
    border-bottom: solid 3px #e7a951;
    position: relative;
    padding-bottom: 20px;
    transform: translateY(1px);
}

.title2-btm h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 45px;
    height: 3px;
    background: #008d6e;
}


.title2-w h2 {
    color: #fff;
}

.title2-w a {
    color: #fff;
}

.bqtype {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 25px;
    z-index: 9;
}

.bqtype p {
    line-height: 38px;
    width: max-content;
    border-radius: 20px;
    border: solid 1px #ffffff;
    padding: 0 10px 0;
    position: relative;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

.bqtype p img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.bqtype ul {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    transform: rotateX(-90deg);
    transition: all 0.3s;
    transform-origin: center top;
}

.bqtype ul li a {
    display: block;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.bqtype ul li a:hover {
    color: #008d6e;
}

.bqtype:hover ul {
   
}


.ksjs1 {
    background: url(/images/ksjs-bj1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 65px 0 90px 0;
}

.ksjs1 .title2 h2 {
    color: #fff;
}

.ksjs1-c {
    margin-top: 65px;
    display: flex;
}

.ksjs1-l {
    width: 665px;
    height: 444px;
}

.ksjs1-l a {
    display: block;
}

.ksjs1-l a img {
    display: block;
    width: 100%;
    height: 444px;
}

.ksjs1-r {
    flex: 1;
    padding-left: 35px;
    min-width: 0;
}

.ksjs1-r .title2 {
    margin-bottom: 15px;
}

.ksjs1-r .title2 h2 {
    font-size: 20px;
    line-height: 28px;
}

.ksjs1-r .title2 a {
    color: #fff;
}

.ksjs-rt-des {
    padding-bottom: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255, .4);
    margin-bottom: 25px;
}

.ksjs-rt-des p {
    font-size: 15px;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
    color: #ffffff;
}


.ksjs-group {
    background: url(/images/ksjs-bj2.jpg) no-repeat;
    background-position: center bottom;
    padding-bottom: 73px;
}

.ksjs2 {
    margin-top: 75px;
}

.ksjs-slick {
    margin-top: 45px;
}

.ksjs-list {
    margin: 0 -10px;
}

.ksjs-list .ksjs-item a {
    margin: 0 10px;
}

.ksjs-item a {
    display: block;
}

.ksjs-item a .pic {
    padding-top: 123%;
}

.ksjs-team-info {
    text-align: center;
}

.ksjs-team-info h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    margin: 10px 0 5px 0;
}

.ksjs-team-info p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}

.ksjs-item a:hover .ksjs-team-info h3 {
    color: #008d6e;
    text-decoration: underline;
}


.ksjs-slick .arrow-btn {
    margin-top: 70px;
}

.ksjs-b {
    margin-top: 65px;
}

.ksjs3-c {
    display: flex;
    margin-top: 85px;
    padding-bottom: 75px;
    position: relative;
}

.ksjs3-c::before {
    content: "";
    position: absolute;
    right: 0;
    left: -345px;
    bottom: 0;
    top: 240px;
    background: #f7f7ff;
    z-index: 1;
}

.ksjs3-c .title2 {
    margin-bottom: 40px;
}

.ksjs3-l {
    width: 560px;
    position: relative;
    z-index: 9;
}

.ksjs3-r {
    flex: 1;
    min-width: 0;
    margin-left: 7%;
    position: relative;
    z-index: 9;
}

.ksjs3-lc ul li a {
    display: block;
    position: relative;
}

.ksjs3-lc ul li a .pic {
    padding-top: 62.5%;
}

.ksjs3-lc ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    background: rgba(0, 0, 0, .4);
    font-size: 17px;
    color: #f4f6f5;
    padding-right: 150px;
    z-index: 99;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ksjs3-lc ul li a p i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.ksjs3-lc .slick-dots {
    z-index: 9;
    bottom: 17px;
    right: 10px;
    width: auto;
}

.ksjs3-rc>div {
    height: 171px;
}

.ksjs3-rc>div img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ksjs3-rc .list3 {
    background: #f7f7f7;
    padding: 10px 15px;
background: url(/images/011.png) no-repeat;
    background-size: 100%;
}

.ksjs3-rc .list3 li:hover a {
    color: #008d6e;
}

/* 护理天地 */

.hltd-group1 {
    background: url(/images/hlglbj1.png) no-repeat;
    background-position: center bottom;
    padding-top: 70px;
    padding-bottom: 70px;
}

.hltd1-c {
    display: flex;
}

.hltd1-l {
    width: 580px;
}

.hltd1-lc {
    margin-top: 25px;
    height: 318px;
    overflow-y: scroll;
    padding: 0 15px;
}

.hltd1-lc p {
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
    color: #333333;
}

.hltd1-r {
    flex: 1;
    min-width: 0;
    padding-left: 6%;
}

.hltd1-rc {
    margin-top: 20px;
}

.hltd2 {
    margin-top: 60px;
}

.hltd2-c {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.hltd2-c>div {
    width: 32%;
    background: #f7f7f7;
}

.hltd2-pic .pic {
    padding-top: 60%;
}

.hltd2-box {
    padding: 30px 20px;
}

.hltd2-box .title2 {
    margin-bottom: 20px;
}

.hltd2-box .title2 h2 {
    font-size: 20px;
}

.hltd3 {
    margin-top: 90px;
}

.hltd4 {
    background: url(/images/hltd-bj2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 60px 0;
}

.hltd4-tit {
    display: flex;
    position: relative;
}

.hltd4-tit::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.hltd4-tit h2 {
    padding: 0 25px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

.hltd4-tit h2.on {
    font-weight: 600;
}

.hltd4-c {
    margin-top: 55px;
    position: relative;
}

.hltd4-c>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}

.hltd4-c>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.hltd-group2 {
    background: url(/images/xxydbj1.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 125px;
    padding-top: 65px;
}

.hltd-group2 .title2 {
    margin-bottom: 40px;
}

.hltd6 {
    margin-top: 70px;
}

/* 诚信28平台文化  */
.yywh1-c {
    display: flex;
    justify-content: space-between;
}

.yywh1-l {
    width: 48%;
    position: relative;
    padding-top: 25px;
}

.yywh1-l>img {
    position: absolute;
    left: 0;
    top: 0;
}

.yywh1-l .title2 h2 {
    color: #008d6e;
}

.yywh-linfo p {
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    margin-top: 30px;
}

.yywh1-r {
    width: 49%;
}

.yywh1-r a {
    display: block;
    position: relative;
}

.yywh1-r a img {
    display: block;
    width: 100%;
}

.yywh1-r a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(/images/icon-play.png) no-repeat;
    background-position: center center;
}


.yywh2 {
    margin-top: 70px;
    position: relative;
}

.yywh2>img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.yywh2-c {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 46%;
    padding: 5% 4% 0 6%;
}

.yywh2-c .title2 h2 {
    color: #fff;
}

.yywh2-c-info {
    margin-top: 12%;
}

.yywh2-c-info p {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
}

.yywh2-pic-btn {
    position: absolute;
    right: 30px;
    top: 35px;
    box-shadow: 0px 4px 40px 0px rgba(4, 0, 0, 0.42);
    z-index: 9;
    cursor: pointer;
}

.yywh2-pic-btn img {
    display: block;
}

.yywh3 {
    margin-top: 75px;
    padding-top: 65px;
    padding-bottom: 60px;
    background: url(/images/yywh3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}


.yywh3-c {
    margin-top: 65px;
}

.yywh3-t {
    position: relative;
}

.yywh3-t ul {
    margin: 0 60px;
    position: relative;
    z-index: 9;
}

.yywh3-t ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: url(/images/rongy-bj.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s;
}

.yywh3-t ul li a div {
    display: flex;
    justify-content: center;
}

.yywh3-t ul li a p {
    font-size: 17px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
}

.yywh3-t ul li.slick-current a {
    background: url(/images/rongy-bj-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.yywh3-t .arrow-btn {
    position: absolute;
    overflow: visible;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    border-bottom: 1px dashed rgba(1, 117, 194, .7);
}



.yywh3-t .arrow-btn::before {
    content: none;
}

.yywh3-t .arrow-btn::after {
    content: none;
}

.yywh3-t .arrow-btn button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.yywh3-t .arrow-prev {
    left: -30px;
    right: auto;
}

.yywh3-t .arrow-next {
    right: -30px;
    left: auto;
}

/* .yywh3-b {
    margin-top: 50px;
} */
.yywh3-b {
    height: 0;
    overflow: hidden;
}
.yywh3-b.on {
    margin-top: 50px;
    height: auto;
}
.yywh3-b ul li {
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 2px 0;
}

.yywh3-b ul li div {
    display: block;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    padding: 20px;
}

.yywh3-b ul li div p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.yywh4 {
    margin-top: 60px;
}

.yywh4-c {
    margin-top: 45px;
}

.yywh4-c .list4-item a {
    padding: 0;
}

.yywh4-c .list4-item a .pic {
    margin-top: 0;
}

.yywh4-c .list4-item-info {
    padding: 25px 20px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.yywh4-c .list4-item-info span {
    margin-bottom: 10px;
    font-weight: normal;
}

.yywh4-c .list4-item-info p {
    margin-top: 10px;
}

.more {
    display: flex;
    margin-top: 55px;
    justify-content: center;
}

.more a {
    display: block;
    width: 166px;
    height: 38px;
    border-radius: 19px;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    color: #008d6e;
    border-radius: 19px;
    border: solid 1px #008d6e;
    transition: all 0.5s;
}

.more a:hover {
    background-color: #008d6e;
    color: #fff;
    border-color: #008d6e;
}

.more-w a {
    border: solid 1px #ffffff;
    color: #ffffff;
}

.more-w a:hover {
    background: #fff;
    color: #008d6e;
    border-color: #fff;
}

.more-r a {
    border: solid 1px #ba2a29;
    color: #ba2a29;
}

.more-r a:hover {
    background: #ba2a29;
    color: #fff;
    border-color: #ba2a29;
}

/* 诚信28平台新闻 */
.news .title2 {
    margin-bottom: 45px;
}

.news1 {
    background: url(/images/news1-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 45px 0;
}

.news1-c {
    display: flex;
}

.news1-l {
    width: 685px;
}

.news1-r {
    flex: 1;
    min-width: 0;
}



.news1-l ul li a {
    display: block;
    position: relative;
}

.news1-l ul li a .pic {
    padding-top: 68.5%;
}

.news1-l ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    background: rgba(0, 0, 0, .4);
    font-size: 17px;
    color: #f4f6f5;
    padding-right: 150px;
    z-index: 99;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news1-l ul li a p i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.news1-l .slick-dots {
    z-index: 9;
    bottom: 21px;
    right: 10px;
    width: auto;
    font-size: 0;
}

.news1-l .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    margin: 0 5px;
}

.news1-l .slick-dots li button {
    display: none;
}

.news1-l .slick-dots li.slick-active {
    background: #fff;
}

.news1-r {
    padding-left: 35px;
}


.news2 {
    padding-top: 65px;
    padding-bottom: 70px;
}

.new2-c {
    display: flex;
}

.new2-l {
    width: 455px;
}

.new2-l ul li {
    display: none;
}

.new2-l ul li:nth-child(1) {
    display: block;
}

.new2-l ul li a {
    display: block;
}

.new2-l ul li a .pic {
    padding-top: 60%;
}

.new2-r {
    flex: 1;
    padding-left: 4.8%;
}

.new2-r ul {
    position: relative;
}

.new2-r ul::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 13px;
    bottom: 0;
    width: 1px;
    background: #76c0b2;
}

.new2-r ul li {
    position: relative;
}

.new2-r ul li::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #80c5b8;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
}

.new2-r ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -10px;
    border-width: 6px 13px 6px 0;
    border-style: solid;
    border-color: transparent #80c5b8 transparent transparent;
    z-index: 1;
    opacity: 0;
}

.new2-r ul li a {
    padding-left: 50px;
    margin-top: 20px;
    display: block;
    position: relative;
    z-index: 9;
}

.new2-r ul li a::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 12px;
    height: 12px;
    background-color: #76c0b2;
    border-radius: 50%;
}

.new2-r ul li:nth-child(1) a {
    margin-top: 0;
}

.new2-r ul li a div span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #009577;
    font-weight: 600;
}

.new2-r ul li a div h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333333;
    margin-top: 10px;
}

.new2-r ul li.on::before {
    opacity: 1;
}

.new2-r ul li.on::after {
    opacity: 1;
}

.new2-r ul li.on a::before {
    background: #008d6e;
}

.new2-r ul li:hover a div h3 {
    color: #008d6e;
}

.news3 {
    background: url(/images/news3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 75px 0 45px 0;
}

.news3-c .list4-item a {
    padding: 0;
}

.news3-c .list4-item a .pic {
    margin-top: 0;
}

.news3-c .list4-item-info {
    padding: 25px 20px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.news3-c .list4-item-info p {
    height: 63px;
}

.news4 {

    padding: 65px 0 90px 0;
}

.new4-c {
    margin-top: 50px;
}

.new4-c ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new4-c ul li {
    width: 49%;
    position: relative;
    transition: all 0.5s;
}

.new4-c ul li:nth-child(-n+2) {
    margin-bottom: 25px;
}

.new4-c ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-66deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    z-index: 1;
    transition: all 0.5s;
}

.new4-c ul li a {
    display: flex;
    background: url(/images/new-zg.png) no-repeat;
    background-position: right bottom;
    transition: all 0.5s;
    padding: 16px 18px;
    position: relative;
    z-index: 9;
}

.new4-pic {
    width: 238px;
}

.new4-pic .pic {
    padding-top: 66%;
}

.new4-info {
    flex: 1;
    margin-left: 20px;
}

.new4-info h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #f2f8fb;
    margin-top: 15px;
}

.new4-info p {
    font-size: 14px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    color: rgba(242, 248, 251, .6);
    margin-top: 15px;
}

.new4-c ul li:hover {
    transform: translateY(-5px);
}

.new4-c ul li:hover::before {
    left: 5px;
    right: -5px;
}

.new4-c ul li:hover a {
    transform: translateY(-5px);
    background: #e1a651 url(/images/new-zg.png) no-repeat;
    background-position: right bottom;
}

.news-group {
    background: url(/images/news-bj4.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 75px;
}




.news5 ul li {
    position: relative;
    border-bottom: 2px solid #008d6e;
    overflow: hidden;
}

.news5 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    height: 100%;
    background-image: linear-gradient(-66deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    transition: all 0.5s;
}

.news5 .list4-item-info span {
    margin-bottom: 10px;
    color: #008d6e;
}

.news5 .list4 li {
    background: #fff;
}

.news5 .list4 li a {
    position: relative;
    z-index: 9;
}

.news5 .list4 li:nth-child(-n+3) {
    margin-bottom: 30px;
}

.news5 .list4 li:hover::before {
    top: 0;
}

.news5 .list4 li:hover a .list4-item-info span {
    color: #fff;
}

.news5 .list4 li:hover a .list4-item-info h3 {
    color: #fff;
}

.news5 .list4 li:hover a .list4-item-info p {
    color: #fff;
}


.news6 {
    margin-top: 80px;
}

.news6-c .list4-item a {
    padding: 0;
}

.news6-c .list4-item a .pic {
    margin-top: 0;
}

.news6-c .list4-item-info {
    padding: 25px 20px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
}

.news6-c .list4-item-info span {
    margin-bottom: 10px;
    font-weight: normal;
}

.news6-c .list4-item-info p {
    margin-top: 10px;
}


.djgz1 {
    background: #fff5ef;
    padding: 75px 0 55px 0;
}

.djgz1-c {
    margin-top: 55px;
}

.djgz2 {
    padding-top: 70px;
    padding-bottom: 230px;
    background-color: #f7f7f7;
}

.djgz2-c {
    margin-top: 40px;
}

.djgz3 {
    position: relative;
    z-index: 9;
    margin-top: -135px;
}

.djgz3-box {
    position: relative;
    padding-top: 65px;
}

.djgz3-box::before {
    content: "";
    position: absolute;
    left: -345px;
    right: 0;
    top: 0;
    bottom: 70px;
    background: url(/images/djgz3-bj.jpg) no-repeat;
    background-position: left top;
    background-size: cover;
}

.djgz3-c::after {
    content: "";
    position: absolute;
    right: -345px;
    left: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9;
}

.djgz3-c {
    margin-top: 40px;
    background: #fff;
    position: relative;
    z-index: 9;
    padding-bottom: 70px;
    padding-left: 30px;
    padding-top: 33px;
}

.djgz3-c .list4-item a {
    padding: 0;
}

.djgz3-c .list4-item a .pic {
    margin-top: 0;
}

.djgz3-c .list4-item-info {
    padding: 20px 0 30px 0;
    background-color: #ffffff;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
}

.djgz3-c .list4-item-info::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 0;
    transition: all 0.5s;
    background: #ba2a29;
}

.djgz3-c .list4-item-info h3 {
    font-weight: 600;
}

.djgz3-c .list4-item a:hover .list4-item-info::after {
    width: 100%;
}

.djgz4 {
    background: #faefe4;
    padding-top: 130px;
    margin-top: -70px;
    padding-bottom: 75px;
    z-index: 7;
}

.djgz4-c {
    display: flex;
    justify-content: space-between;
}

.djgz4-c .title2 {
    margin-bottom: 40px;
}

.djgz4-l {
    width: 48%;
}

.djgz4-r {
    width: 48%;
}

.djgz5 {
    margin-top: 85px;
    padding-bottom: 70px;
}

.djgz5-c {
    margin-top: 45px;
}


.djgz5-c .list4-item a {
    padding: 0;
}

.djgz5-c .list4-item a .pic {
    margin-top: 0;
}

.djgz5-c .list4-item-info {
    padding: 25px 20px;
    background-color: #ffffff;
}

.djgz5-c .list4-item-info span {
    margin-bottom: 10px;
    font-weight: normal;
}

.djgz5-c .list4-item-info p {
    margin-top: 10px;
}

.dwgz1 {
    margin-top: 50px;
}

.dwgz1-c {
    display: flex;
    padding-top: 23px;
    background: url(/images/dwgz-bj.jpg) no-repeat;
    background-position: center top;
    background-size: cover auto;
}

.dwgz1-l {
    margin-top: 25px;
    width: 540px;
    margin-right: 15px;
}

.dwgz1-l ul li a {
    display: block;
}

.dwgz1-l ul li a .pic {
    padding-top: 60%;
}

.dwgz1-linfo {
    background-color: #faefe4;
    padding: 25px 25px 20px 25px;
}

.dwgz1-linfo h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dwgz1-linfo p {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    color: #8c8c8c;
    margin-top: 10px;
}

.dwgz1-l ul li a:hover .dwgz1-linfo h3 {
    color: #ba2a29;
}

.dwgz1-r {
    flex: 1;
    min-width: 0;
    background: #fff;
    padding: 30px 0 0 40px;
}

.dwgz1-rtit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.dwgz1-rtname {
    display: flex;
}

.dwgz1-rtname h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    color: #808080;
    margin-left: 40px;
    cursor: pointer;
}

.dwgz1-rtname h3:nth-child(1) {
    margin-left: 0;
}

.dwgz1-rtname h3.on {
    color: #ba2a29;
}

.dwgz1-rtmore {
    display: flex;
}

.dwgz1-rtmore a {
    display: none;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ba2a29;
}

.dwgz1-rtmore a:nth-child(1) {
    display: block;
}

.dwgz1-rtmore a:hover {
    text-decoration: underline;
}


.dwgz1-rc>ul {
    display: none;
}

.dwgz1-rc>ul:nth-child(1) {
    display: block;
}

.dwgz2 {
    margin-top: 70px;
    padding: 60px 0 65px;
    background: url(/images/dwgz-bj1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.dwgz2-c {
    margin-top: 45px;
}

.dwgz2-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dwgz2-c ul li {
    width: 32%;
}

.dwgz2-c ul li a {
    border-bottom: 1px dashed #fff;
    transition: all 0.5s;
}

.dwgz2-c ul li a .pic {
    padding-top: 64%;
}

.dwgz2-item-box {
    padding: 20px;
    display: flex;
    align-items: center;
    background: #fff;
}

.dwgz2-data {
    height: 67px;
    width: 67px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.5s;
    background-color: #ba2a29;
    color: #fff;
}

.dwgz2-data p {
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
}

.dwgz2-data div {
    width: 32px;
    height: 1px;
    background: rgba(255, 255, 255, .4);
    margin: 5px auto;
}

.dwgz2-data span {
    font-size: 14px;
    line-height: 16px;
}

.dwgz2-info {
    flex: 1;
    min-width: 0;
}

.dwgz2-info h3 {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    color: #333;
    font-weight: normal;
    transition: all 0.5s;
}

.dwgz2-c ul li:hover a {
    background: #fff;
    padding: 16px 13px;

}

.dwgz2-c ul li:hover a .dwgz2-data {
    background-image: linear-gradient(-66deg,
            #ba2a29 0%,
            #ba2a29 50%,
            #ba2a29 100%);
}

.dwgz2-c ul li:hover a .dwgz2-info h3 {
    color: #ba2a29;
}

.dwgz3 {
    margin: 65px 0;
}

.dwgz3-c {
    display: flex;
    justify-content: space-between;
}

.dwgz3-c .title2 {
    margin-bottom: 40px;
}

.dwgz3-l {
    flex: 1;
    min-width: 0;
}

.dwgz3-r {
    width: 575px;
    margin-left: 4.8%;
}

.dwgz3-first a {
    display: flex;
    background: url(/images/new-zg.png) no-repeat;
    background-position: right bottom;
    transition: all 0.5s;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}

.dwgz3-pic {
    width: 277px;
}

.dwgz3-pic .pic {
    padding-top: 67%;
}

.dwgz3-info {
    flex: 1;
    margin-left: 20px;
}

.dwgz3-info h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #333333;
    margin-top: 15px;
}

.dwgz3-info p {
    font-size: 14px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    color: #8c8c8c;
    margin-top: 15px;
}

.dwgz3-first a:hover .dwgz3-info h3 {
    color: #ba2a29;
}

.dwgz3-rc ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dwgz3-rc ul li {
    width: 48%;
}

.dwgz3-rc ul li:nth-child(-n+2) {
    margin-bottom: 25px;
}

.dwgz3-rc ul li a {
    display: block;
}

.dwgz3-rc ul li a .pic {
    padding-top: 66%;
}

.dwgz3-rc ul li a p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 10px;
}

.dwgz3-rc ul li a:hover p {
    color: #ba2a29;
}

.dwgz4 {
    background: #fff5ef;
    padding: 65px 0 80px 0;
}

.dwgz4-c {
    margin-top: 35px;
}

.dwgz4-c ul {
    display: flex;
    justify-content: space-between;
}

.dwgz4-c ul li {
    width: 32%;
}

.dwgz4-c ul li a {
    display: block;
    position: relative;
}

.dwgz4-c ul li a .pic {
    padding-top: 66%;
}

.dwgz4-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    background: rgba(0, 0, 0, .4);
}

.dwgz4-c ul li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #fff5ef;
}



/* 红色主题  */

.color_red .djgz3-box .title2 a {
    color: #fff;
    padding-right: 40px;
}

.color_red .title2 a {
    color: #ba2a29;
}

.color_red .dwgz4-c ul li a p i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
}
/* 2023年4月7日16:43:51 start*/
.ks-nav li {
    overflow: visible;
    position: relative;
    z-index: 8;
}
.ks-nav li:hover{
    z-index: 9;
}
.ks-nav li::before {
    width: 0;
}

.ks-nav li:hover::before {
    width: 100%;
    height: auto;
    bottom: 0;
    top: 0;
}

.ks-nav li span {
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(/images/icon4.png) no-repeat;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: 0;
    z-index: 9;
    transition: all 0.3s;
}

.ks-nav li a::before {
    background: none;
}

.ks-nav li:hover a::before {
    background-image: none;
}

.ks-nav li div {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-image: linear-gradient(-90deg,
            #00974a 0%,
            #018685 50%,
            #0175c2 100%);
    z-index: 9;
    padding: 0 15px;
    transform: scaleX(0);
    transform-origin: left top;
    transition: all 0.3s;
}

.ks-nav li div::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 35px;
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.ks-nav li:hover div {
    transform: scaleX(1);

}

.ks-nav li:hover span {
    transform:translateY(-50%) rotateZ(90deg);
    background: url(/images/icon3.png) no-repeat;
    background-position: center center;
}

.ks-nav li div a {
    color: #fff;
    position: relative;
    padding-left: 0;
    padding-right: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255, .4);
}

.ks-nav li div a::before {
    content: none;
}

.ks-nav li div a b {
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(/images/right.png) no-repeat;
    background-position: center center;
    width: 16px;
    right: 8px;
    transition: all 0.3s;
}

.ks-nav li div a:hover b {
    right: 0;
    opacity: .6;
}

.ks-nav li::before {
    border-radius: 14px 0 0 0;
}

/* 2023年4月7日16:44:46 end */


.guru-box span{
    font-size: 16px !important;
    font-weight: normal;
    text-indent: 2em !important;
    line-height: 28px;
    letter-spacing: 1px;
    color: #4d4d4d;
    text-align: justify;
}