.container {
    width: 1330px;
    margin: 0 auto;
    padding-top: 100px;
}

.section {
    position: relative;
}

.h50 {
    height: 50px;
}

body{
	overflow-x: hidden;
}


/* 头部 */

.header {
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, .5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 999;
}

.header-container {
    width: 89.68%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.logo {
    display: block;
    width: 330px;
    padding-top: 19px;
}

.logo img {
    width: 100%;
}

.nav-li {
    float: left;
}

.nav-a {
    font-size: 14px;
    color: #ffffff;
    line-height: 100px;
    margin-left: 35px;
}

.search-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/search-icon.png);
    float: left;
    margin: 40px 0 0 40px;
}

.menu {
    float: left;
    width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    margin-top: 33px;
    margin-left: 20px;
    cursor: pointer;
    display: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    transition: .3s all ease;
}

.menu:hover {
    text-decoration: underline;
}

.menu img {
    width: 100%;
    height: 100%;
}


/*手机端菜单*/

.home-btn {
    display: block;
    width: 53px;
    height: 45px;
    background: url(../images/home-btn.png) no-repeat;
    margin-right: 15px;
    margin-top: 32px;
    display: none;
}

.m-sub-menu {
    position: fixed;
    right: -100%;
    width: 66%;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    transition: all 0.64s ease 0s;
}

.m-sub-menu .top-box {
    line-height: 100px;
    background-color: #333;
}

.list-wrap {
    position: relative;
    height: 100%;
}

.m-sub-menu .top-box .stt {
    display: inline-block;
    font-size: 30px;
    color: #acacac;
    margin-left: 8.2%;
    font-weight: bold;
}

.m-sub-menu .top-box .close {
    display: inline-block;
    width: 24px;
    height: 100px;
    background: url(../images/CLOSE.png) no-repeat center;
    margin-right: 7.8%;
    cursor: pointer;
}

.m-sub-menu .list-wrap ul {
    width: 100%;
    height: calc(100% - 70px);
    overflow-y: scroll;
}

.m-sub-menu .list-wrap li {
    line-height: 60px;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.m-sub-menu .list-wrap li a {
    line-height: 60px;
    height: 60px;
    width: 100%;
    display: block;
}

.m-sub-menu .list-wrap li .col-box {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
}

.m-sub-menu .list-wrap .tit {
    font-size: 24px;
    color: #666;
}

.m-sub-menu .list-wrap .point {
    display: inline-block;
    width: 15px;
    height: 60px;
    background: url(../images/arrow-right.png) no-repeat center;
}

.m-sub-menu .sec-sub-list {
    position: absolute;
    right: -100%;
    top: 106px;
    width: 100%;
    height: 100%;
}

.m-sub-menu .sec-sub-list .boxs {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    background-color: #fff;
}

.m-sub-menu .sec-sub-list .return-fir {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    line-height: 75px;
    background-color: #333;
}

.m-sub-menu .sec-sub-list .return-fir p {
    padding-left: 30px;
    color: #fff;
    font-size: 30px;
    background: url(../images/arrow-left.png) no-repeat left center;
}

.m-sub-menu .sec-sub-list ul,
.m-sub-menu .sec-sub-list li {
    width: 100%;
}

.m-sub-menu .sec-sub-list li {
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2;
}

.m-sub-menu .sec-sub-list li a {
    display: block;
    width: 84%;
    padding: 0 7.8% 0 8.2%;
    font-size: 1.6rem;
    color: #666;
}

.m-sub-menu.show {
    right: 0;
    transition: all 0.44s ease 0s;
}

.ovh {
    overflow: hidden;
}

.m-sub-menu .sec-sub-list .boxs.show {
    left: -100%;
}


/* 搜索 */

.header .search {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header .item {
    transition: right 300ms;
    -moz-transition: right 300ms;
    -ms-transition: right 300ms;
    -o-transition: right 300ms;
    -webkit-transition: right 300ms;
}

.header-content {
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

.header .search .inp {
    float: left;
    border: none;
    vertical-align: top;
    width: calc(100% - 108px);
    height: 100%;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    /* margin-top: calc(50% - 15px); */
    font-size: 16px;
    outline: none;
    position: relative;
}

.search-close::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #e4e4e4;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.search-close {
    float: left;
    width: 66px;
    text-align: center;
    height: 100%;
    background: url(../images/search-close.png) center no-repeat;
    position: relative;
    cursor: pointer;
}

.search-btn {
    float: right;
    width: 22px;
    height: 100%;
    background-color: #fff;
    border: none;
    outline: none;
    background: url(../images/search.png) center right no-repeat;
    cursor: pointer;
}


/* 第一屏 */

.banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .slick-slide img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.slick-item {
    position: relative;
}

.slick-content {
    width: 924px;
    /* height: 290px; */
    /* border: 1px solid rgba(0,130,192,.5); */
    /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f0082c00,endColorstr=#7f0082c00); */
    position: absolute;
    left: 27.5%;
    top: 247px;
    /* margin-top: -135px; */
}

.slick-content .line {
    display: none;
    width: 97px;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
}

.slick-content .line.top {
    left: -1px;
    top: -1px;
    -webkit-animation: mymove1 5s infinite linear;
    -moz-animation: mymove1 5s infinite linear;
    -o-animation: mymove1 5s infinite linear;
    animation: mymove1 5s infinite linear;
}

.slick-content .line.right {
    right: -1px;
    top: -1px;
    width: 1px;
    height: 97px;
    -webkit-animation: mymove2 2s 5s infinite linear;
    -moz-animation: mymove2 2s 5s infinite linear;
    -o-animation: mymove2 2s 5s infinite linear;
    animation: mymove2 2s 5s infinite linear;
}

.slick-content .line.bottom {
    right: -1px;
    bottom: -1px;
    -webkit-animation: mymove3 5s 7s infinite linear;
    -moz-animation: mymove3 5s 7s infinite linear;
    -o-animation: mymove3 5s 7s infinite linear;
    animation: mymove3 5s 7s infinite linear;
}

.slick-content .line.left {
    left: -1px;
    bottom: -1px;
    width: 1px;
    height: 97px;
    -webkit-animation: mymove4 2s 12s infinite linear;
    -moz-animation: mymove4 2s 12s infinite linear;
    -o-animation: mymove4 2s 12s infinite linear;
    animation: mymove4 2s 12s infinite linear;
}


/* @keyframes mymove1{
	0%   {top:-1px; left:-1px;}
	100%  {top:-1px; left:827px;}
}
@keyframes mymove2{
	0%   {top:-1px; right:-1px;}
	100%  {top:193px; right:-1px;}
}
@keyframes mymove3{
	0%   {bottom:-1px; right:-1px;}
	100%  {bottom:-1px; right:827px;}
}
@keyframes mymove4{
	0%   {bottom:-1px; left:-1px;}
	100%  {bottom:193px; left:-1px;}
} */

@-webkit-keyframes rot {
    /* 0%   {top:-1px; left:0px; } */
    /* 25%  {top:-1px; right: 0;left: auto; } */
    /* 50%  {top:-1px; right:0;width: 1px;height: 97px; }
	75%  {bottom:-1px; right:0px;width: 97px;height: 1px; }
	100% {bottom:-1px; left:0px;width: 1px;height: 97px; } */
}


/* @-moz-keyframes rot {
	from {
		-moz-transform: rotate(0deg) translate(-23.125rem) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-23.125rem) rotate(0deg);
		-webkit-transform: rotate(0deg) translate(-23.125rem) rotate(0deg);
		transform: rotate(0deg) translate(-23.125rem) rotate(0deg)
	}

	to {
		-moz-transform: rotate(-360deg) translate(-23.125rem) rotate(360deg);
		-ms-transform: rotate(-360deg) translate(-23.125rem) rotate(360deg);
		-webkit-transform: rotate(-360deg) translate(-23.125rem) rotate(360deg);
		transform: rotate(-360deg) translate(-23.125rem) rotate(360deg)
	}
}

@-o-keyframes rot {
	from {
		-moz-transform: rotate(0deg) translate(-23.125rem) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-23.125rem) rotate(0deg);
		-webkit-transform: rotate(0deg) translate(-23.125rem) rotate(0deg);
		transform: rotate(0deg) translate(-23.125rem) rotate(0deg)
	}

	to {
		-moz-transform: rotate(-360deg) translate(-23.125rem) rotate(360deg);
		-ms-transform: rotate(-360deg) translate(-23.125rem) rotate(360deg);
		-webkit-transform: rotate(-360deg) translate(-23.125rem) rotate(360deg);
		transform: rotate(-360deg) translate(-23.125rem) rotate(360deg)
	}
}

@keyframes rot {
	from {
		-moz-transform: rotate(0deg) translate(-23.125rem) rotate(0deg);
		-ms-transform: rotate(0deg) translate(-23.125rem) rotate(0deg);
		-webkit-transform: rotate(0deg) translate(-23.125rem) rotate(0deg);
		transform: rotate(0deg) translate(-23.125rem) rotate(0deg)
	}

	to {
		-moz-transform: rotate(-360deg) translate(-23.125rem) rotate(360deg);
		-ms-transform: rotate(-360deg) translate(-23.125rem) rotate(360deg);
		-webkit-transform: rotate(-360deg) translate(-23.125rem) rotate(360deg);
		transform: rotate(-360deg) translate(-23.125rem) rotate(360deg)
	}
} */

.slick-content .bt {
    text-align: center;
    font-size: 60px;
    color: #ffffff;
    -webkit-text-stroke: 1px #0082c0;
    transform: none;
}

.slick-content .bt img {
    width: 487px;
    margin: 0 auto 0;
}

.slick-content .nr {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    width: 580px;
    height: 52px;
    overflow: hidden;
    margin: 29px auto 0;
    /* -webkit-text-stroke: 1px #0082c0; */
    text-shadow: #0082c0 1px 0 0, #0082c0 0 1px 0, #0082c0 -1px 0 0, #0082c0 0 -1px 0;
    -webkit-text-shadow: #0082c0 1px 0 0, #0082c0 0 1px 0, #0082c0 -1px 0 0, #0082c0 0 -1px 0;
    -moz-text-shadow: #0082c0 1px 0 0, #0082c0 0 1px 0, #0082c0 -1px 0 0, #0082c0 0 -1px 0;
    *filter: Glow(color=#0082c0, strength=1);
}

.slick-content .ckxq-btn {
    display: block;
    width: 130px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #0082c0;
    margin: 0 auto;
    font-size: 14px;
    color: #ffffff;
    margin-top: 30px;
    transition: .3s all ease;
}

.slick-content .ckxq-btn:hover {
    background: #119adc;
}

.section1-footer {
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, .5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.section1-footer-ul {
    width: 89.68%;
    height: 100%;
    margin: 0 auto;
}

.section1-footer-ul li {
    width: 20%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, .3);
    float: left;
    box-sizing: border-box;
    position: relative;
}

.section1-footer-ul li:first-child {
    border-left: none;
}

.section1-footer-ul li.on a {
    height: 120px;
    background: #0082c0;
}

.section1-footer-ul li img {
    transition: .3s all ease;
}

.section1-footer-ul li.on img {
    transform: scale(1.3);
}

.section1-footer-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section1-footer-ul li a .text {
    margin-left: 32px;
}

.section1-footer-ul li a .text p {
    font-size: 16px;
    color: #ffffff;
}

.section1-footer-ul li a .text i {
    display: block;
    width: 23px;
    height: 2px;
    background: #FFFFFF;
    margin-top: 20px;
    transition: .3s all ease;
}

.section1-footer-ul li.on a .text i {
    width: 66px;
}


/* 第二屏 */

.section2 {
    background: url(../images/section2-bg.jpg) center no-repeat;
    background-size: cover;
}

.section-title {
    text-align: center;
}

.section-title .zw {
    font-size: 30px;
    color: #000000;
}

.section-title img {
    width: 100%;
    object-fit: cover;
    margin-top: 15px;
}

.section-title .yw {
    font-family: "等线";
    font-size: 18px;
    color: #b2b2b2;
    margin-top: 10px;
}

.section2-top {
    margin-top: 25px;
}

.section2-left {
    /* width: 650px; */
    width: 48.87%;
    height: 468px;
    /* background: #FFFFFF; */
}

.section2-left .swiper-slide {
    background: #FFFFFF;
}

.section2-left .pic {
    width: 100%;
    height: 388px;
    overflow: hidden;
}

.section2-left .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.section2-left:hover .pic img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.section2-left .text {
    font-size: 18px;
    color: #000000;
    height: 80px;
    line-height: 80px;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.section2-left:hover .text {
    color: #077cc3;
}

.section2-right {
    margin-left: 51.12%;
}

.section2-right li {
    width: 100%;
    height: 143px;
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    transition: .3s all ease;
}

.section2-right li:hover {
    background: #0082c0;
}

.section2-right li a {
    display: block;
    height: 100%;
}

.section2-right li .text {
    width: 76.92%;
    height: 100%;
    padding-right: 15px;
    border-right: 1px solid #dddddd;
    padding-top: 5px;
    box-sizing: border-box;
}

.section2-right li .text .bt {
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.section2-right li:hover .bt {
    color: #FFFFFF;
}

.section2-right li .text .nr {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 12px;
    transition: .3s all ease;
}

.section2-right li:hover .nr {
    color: #FFFFFF;
}

.section2-right li .date {
    margin-left: 76.92%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section2-right li .date .day {
    font-size: 32px;
    color: #999999;
    transition: .3s all ease;
}

.section2-right li:hover .day {
    color: #FFFFFF;
}

.section2-right li .date .year {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    transition: .3s all ease;
}

.section2-right li:hover .year {
    color: #FFFFFF;
}

.section2-footer {
    margin-top: 30px;
}

.section2-footer li {
    width: 423px;
    height: 140px;
    float: left;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}

.section2-footer li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.section2-footer li:hover img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.section2-footer li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, .6);
    font-size: 24px;
    color: #ffffff;
}

.section2-footer li a img {
    width: 46px;
    height: 46px;
}

.section2-footer li:hover a img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}


/* 第三屏 */

.section3 {
    background: #ffffff;
}

.swiper-container1 {
    margin-top: 25px;
    overflow: visible;
}

.swiper-container1 .swiper-slide {
    opacity: 0;
}

.swiper-container1 .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.tszk-ul {
    width: 100%;
}

.tszk-ul li {
    width: 25%;
    height: 170px;
    float: left;
    background: #f5f5f5;
    color: #0082c0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tszk-ul li.on {
    background: #0082c0;
    color: #FFFFFF;
}

.tszk-ul li .icon {
    display: block;
    width: 28px;
    height: 21px;
    background: url(../images/tszk-icon1.png);
    margin-right: 30px;
}

.tszk-ul li.on .icon {
    background: url(../images/tszk-icon.png);
}

.tszk-ul li img {
    margin-right: 30px;
}

.tszk-ul li .tszk-dialog {
    /* display: none; */
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    z-index: 9;
    transform: scale(1.15);
    transition: .5s all ease;
}

.tszk-ul li:hover .tszk-dialog {
    /* display: block; */
    opacity: 1;
}

@-webkit-keyframes fadenum {
    /*设置内容由显示变为隐藏*/
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tszk-ul li .tszk-dialog .bt {
    font-size: 16px;
    color: #000000;
    text-align: center;
    height: 51px;
    line-height: 51px;
    border-bottom: 1px solid #cccccc;
}

.tszk-ul li .tszk-dialog .nr {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 5px;
    text-align: justify;
}

.tszk-ul li .tszk-dialog .more {
    display: block;
    width: 138px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    color: #999999;
    margin: 15px auto 0;
    transition: .3s all ease;
}

.tszk-ul li .tszk-dialog .more:hover {
    border: 1px solid #0082c0;
    color: #0082c0;
}

.section3-arrow {
    text-align: center;
    margin-top: 50px;
    display: none;
}

.section3 .swiper-button-next,
.section3 .swiper-button-prev {
    position: relative;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    opacity: 1;
    outline: none;
}

.section3 .swiper-button-prev {
    background: url(../images/section3-prev.png) no-repeat;
    background-position: 0 0;
}

.section3 .swiper-button-next {
    background: url(../images/section3-next.png) no-repeat;
    background-position: 0 0;
}

.section3 .swiper-button-prev:hover,
.section3 .swiper-button-next:hover {
    background-position: -40px 0;
}


/* 第四屏 */

.section4 {
    background: url(../images/section4-bg.jpg) no-repeat;
    background-size: cover;
}

.section4-title {
    position: relative;
    padding-left: 16px;
}

.section4-title::before {
    content: "";
    width: 6px;
    height: 34px;
    background: #0082c0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
}

.section4-title .zw {
    font-size: 30px;
    color: #000000;
}

.section4-title .yw {
    font-family: "等线";
    font-size: 18px;
    color: #cccccc;
}

.section4-title .line {
    font-family: "等线";
    font-size: 30px;
    color: #cccccc;
}

.section4-title .ckgd {
    font-size: 14px;
    color: #0082c0;
    float: right;
    display: block;
    width: 108px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #0082c0;
    border-radius: 5px;
    margin-top: 3px;
}

.section4-title .ckgd:hover {
    box-shadow: 0 0 2px #0082c0;
}

.section4-t-bg {
    margin-top: 25px;
    /* max-width: 100%; */
    height: 30px;
    vertical-align: top;
}

.ksdh-ul {
    margin-top: 60px;
}

.ksdh-ul li {
    width: 300px;
    height: 520px;
    background: red;
    float: left;
    margin-left: 20px;
    transition: .3s all ease;
    position: relative;
}

.ksdh-ul li::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/ksdh-bg.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.ksdh-ul li.on::before {
    display: none;
}

.ksdh-ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ksdh-ul li:first-child {
    margin-left: 0;
}

.ksdh-ul li.on {
    width: 690px;
    background: blue;
}

.ksdh-ul li.on .ksdh-footer {
    display: none;
}

.ksdh-footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 10;
    text-align: center;
}

.ksdh-footer .bt {
    font-size: 24px;
    color: #ffffff;
}

.ksdh-footer .nr {
    font-size: 14px;
    color: #ffffff;
    opacity: .5;
}

.ksdh-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(51, 51, 51, .5);
    padding: 40px;
    box-sizing: border-box;
    display: none;
    transition: .3s all ease;
}

.ksdh-ul li.on .ksdh-content {
    display: block;
}

.ksdh-content .zw {
    font-size: 24px;
    color: #ffffff;
    margin-top: 5px;
}

.ksdh-content .yw {
    font-size: 14px;
    color: #ffffff;
    opacity: .5;
    margin-top: 5px;
}

.ks-type {
    border-top: 1px solid #b8bcbc;
    margin-top: 15px;
    padding-top: 25px;
    height: 264px;
    overflow: hidden;
}

.ks-type a {
    display: block;
    font-size: 16px;
    color: #c2c5c5;
    width: 20%;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-bottom: 45px;
    transition: .3s all ease;
}

.ks-type a:hover {
    color: #FFFFFF;
}

.ksdh-content .ckgd {
    display: block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, .3);
    color: #FFFFFF;
    font-size: 14px;
    /* margin-top: 70px; */
    transition: .3s all ease;
}

.ksdh-content .ckgd:hover {
    background: rgba(255, 255, 255, .4);
}

.ksdh-ul li.li1 {
    background: url(../images/ksdh1.jpg) top center no-repeat;
}

.ksdh-ul li.li1.on {
    background: url(../images/ksdh11.jpg) top center no-repeat;
}

.ksdh-ul li.li2 {
    background: url(../images/ksdh2.jpg) top center no-repeat;
}

.ksdh-ul li.li2.on {
    background: url(../images/ksdh22.jpg) top center no-repeat;
}

.ksdh-ul li.li3 {
    background: url(../images/ksdh3.jpg) top center no-repeat;
}

.ksdh-ul li.li3.on {
    background: url(../images/ksdh33.jpg) top center no-repeat;
}


/* 第五屏 */

.section5 {
    background: url(../images/section5-bg.jpg) bottom center no-repeat;
}

.zjjs-content {
    background: #FFFFFF;
    padding-bottom: 54px;
    border: 1px solid #DDDDDD;
    margin-top: 35px;
    position: relative;
}

.zjjs-con {
    height: 100%;
}

.zjjs-hd {
    width: 100%;
}

.zjjs-hd li {
    height: 78px;
    line-height: 78px;
    text-align: center;
    float: left;
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    box-sizing: border-box;
    width: 30.08%;
    margin-top: -1px;
    padding-top: 10px;
    position: relative;
    font-size: 24px;
    color: #333333;
}

.zjjs-hd li.on {
    width: 39.84%;
    color: #0082c0;
    border-bottom: none;
}

.zjjs-hd li.on::after {
    content: "";
    width: calc(100% + 2px);
    height: 10px;
    background: #0082c0;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 9;
}

.zjjs-bd {
    margin-top: 45px;
    padding: 0 24px;
}

.zjjs-left {
    width: 322px;
    height: 398px;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    overflow-x: hidden;
    overflow-y: auto;
}

.zjjs-left::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.zjjs-left::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #0082c0;
}

.zjjs-left::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #cccccc;
}

.zjjs-left ul li {
    width: 50%;
    height: 59px;
    line-height: 59px;
    text-align: center;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    float: left;
    border-left: none;
    border-top: none;
    cursor: pointer;
}

.zjjs-left ul li.on {
    background: #0082c0;
}

.zjjs-left ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
}

.zjjs-left ul li.on a {
    color: #FFFFFF;
}

.zjjs-right {
    height: 400px;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    margin-left: 360px;
    /* padding-right: 10px; */
}

.zjjs-right::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.zjjs-right::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #0082c0;
}

.zjjs-right::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #cccccc;
}

.zjjs-r-content {
    margin-top: 45px;
    height: 100%;
    display: none;
    overflow: hidden;
}

.zjjs-r-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 10px;
}

.zjjs-r-content.on .zjjs-r-title {
    border-bottom: 1px solid #0082c0;
}

.zjjs-r-title span {
    font-size: 18px;
    color: #0082c0;
    float: left;
    background: url(../images/zjjs-icon2.png) left center no-repeat;
    padding-left: 30px;
    margin-left: 10px;
}

.zjjs-r-content.on .zjjs-r-title span {
    background: url(../images/zjjs-icon2.png) left center no-repeat;
    color: #0082c0;
}

.zjjs-r-title a {
    font-size: 14px;
    color: #0082c0;
    float: right;
}

.zjjs-r-content.on .zjjs-r-title a {
    color: #0082c0;
}

.zjjs-r-ul {
    margin-top: 15px;
    /* height: calc(100% - 80px); */
    overflow: hidden;
}

.zjjs-r-ul li {
    width: 20%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 1px dashed #cbcbcb;
    float: left;
}

.zjjs-r-ul li a {
    font-size: 14px;
    color: #333333;
    padding-left: 20px;
    position: relative;
    transition: .3s all ease;
}

.zjjs-r-ul li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dddddd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    transition: .3s all ease;
}

.zjjs-r-ul li a:hover {
    color: #0082c0;
}

.zjjs-r-ul li a:hover::after {
    background: #0082c0;
}


/* 第六屏 */

.djgz-content {
    margin-top: 30px;
}

.djgz-left {
    width: 409px;
    height: 520px;
    background: url(../images/djdt.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.djgz-left .title {
    width: 93px;
    height: 294px;
    border: 1px solid #d21b1c;
    font-size: 50px;
    color: #d21b1c;
    display: flex;
    align-items: center;
    text-align: center;
}

.djgz-right {
    margin-left: 440px;
    overflow: hidden;
}

.djgz-t-ul li {
    width: 48.31%;
    height: 160px;
    background: #f5f5f5;
    float: left;
    margin-right: 3.38%;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: .3s all ease;
}

.djgz-t-ul li:hover {
    background: #0082c0;
}

.djgz-t-ul li a {
    padding: 0 20px;
}

.djgz-t-ul li .bt {
    font-size: 18px;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 23px;
    transition: .3s all ease;
}

.djgz-t-ul li:hover .bt {
    color: #ffffff;
}

.djgz-t-ul li .nr {
    font-size: 12px;
    color: #8d8d8d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    transition: .3s all ease;
}

.djgz-t-ul li:hover .nr {
    color: #ffffff;
}

.djgz-t-ul li .date {
    border-top: 1px solid #e6e6e6;
    margin-top: 18px;
    transition: .3s all ease;
}

.djgz-t-ul li:hover .date {
    border-top: 1px solid #2e9cd1;
}

.djgz-t-ul li .date .day {
    font-size: 30px;
    font-family: "苹方";
    color: #d0d5da;
    transition: .3s all ease;
}

.djgz-t-ul li .date .year {
    font-size: 12px;
    font-family: "苹方";
    color: #d0d5da;
    transition: .3s all ease;
}

.djgz-t-ul li:hover .date .day,
.djgz-t-ul li:hover .date .year {
    color: #d1ebf8;
}

.djgz-t-ul li .date .right {
    display: block;
    width: 23px;
    height: 8px;
    background: url(../images/djdt-arrow.png) no-repeat;
    background-position: -23px 0;
    margin-top: 29px;
    transition: .3s all ease;
}

.djgz-t-ul li:hover .date .right {
    background-position: 0 0;
}

.djgz-b-ul {
    width: 100%;
    height: 160px;
    background: url(../images/djgz-bg.jpg);
}

.djgz-b-ul li {
    width: 20%;
    height: 100%;
    float: left;
    padding-left: 1px;
    box-sizing: border-box;
}

.djgz-b-ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 130, 192, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .3s all ease;
}

.djgz-b-ul li:hover a {
    background: rgba(0, 130, 192, 1);
}

.djgz-b-ul li .pic {
    height: 48px;
    line-height: 48px;
    margin-bottom: 15px;
}

.djgz-b-ul li .pic img {
    vertical-align: middle;
}

.djgz-b-ul li p {
    font-size: 18px;
    color: #ffffff;
}

.ztzl-content {
    margin-top: 30px;
}

.ztzl-content .jrzt {
    display: block;
    width: 60px;
    height: 110px;
    background: #0082c0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.ztzl-content .ckgd {
    display: block;
    width: 60px;
    height: 110px;
    background: #0082c0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.swiper-container2 {
    width: calc(100% - 140px);
    margin-left: 10px;
}

.swiper-container2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.swiper-container2 .swiper-slide a img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.swiper-container2 .swiper-slide:hover a img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}


/* 第七屏 */


/* 第七屏 */

.footer {
    width: 100%;
    height: 523px;
    background: #0082c0;
    overflow: hidden;
}

.footer-link {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #FFFFFF;
    overflow: hidden;
}

.footer-link .container {
    padding: 0;
}

.footer-link span,
.footer-link a {
    font-size: 14px;
    color: #ffffff;
}

.footer-link a {
    margin: 0 50px;
    transition: .3s all ease;
}

.footer-link a:hover {
    opacity: .8;
}

.footer-detail {
    width: 1330px;
    height: 309px;
    margin: 0 auto;
}

.footer-detail .footer-right {
 
    /* width: calc(100% - 360px); */
}

.footer-detail ul li {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 19px;
}

.footer-left {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
}

.footer-detail .pid {
        margin-left: 280px;
    margin-right: 30px;
    width: 100px;
    height: 120px;
    padding-top: 60px;
}

.footer-detail .pid img {
    width: 100%;
    height: 100%;
}

.footer-left img {
    margin-bottom: 10px;
}

.footer-tel {
    margin-left: 60px;
    margin-top: 60px;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    color: #fff;
    font-size: 28px;
    line-height: 36px;
}

.footer-tel .lable {
    font-size: 16px;
}

.footer-tel .ts {
    margin-top: 30px;
}

.footer-tel p {
    font-size: 16px;
    font-weight: 700;
}

.footer-right .ewm-box img {
    margin-top: 35px;
    display: block;
    width: 150px;
    height: 150px;
}

.footer-right .ewm-box p {
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

.footer-bottom {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #025780;
    color: #ffffff;
    font-size: 14px;
}

.footer-bottom .container {
    padding: 0;
}

.footer-bottom a {
    font-size: 14px;
    color: #ffffff;
    transition: .3s all ease;
}

.footer-bottom a:hover {
    opacity: .8;
}

.footer-bottom i {
    font-size: 14px;
    color: #ffffff;
    font-style: normal;
    margin: 0 12px;
}

/*
*author:Mr.Zhu
*title:省二医修改
*describe:首页，通知公告，列表页
*date:2022-08-15 10:36:26
*/
.newsCenter{
    display: flex;
    justify-content: space-between;
}
.newsCenter:after{
    display: none;
}
.newsCenter_swiper{
    width: 500px;
}
.newsCenter_swiper img{
    width: 100%;
}
.news_swiper{
    width: 100%;
    height: 100%;
    position: relative;
}
.newsCenter .fr{
    float: none;
}
.news_swiper a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.news_swiper img{
    width: 100%;
    height: 406px;
    max-height: 406px;
    object-fit: cover;
}
.news_swiper p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #f5f5f5;
    line-height: 65px;
    box-sizing: border-box;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .3s all ease;
    color: #000000;
}


/*end*/
@media only screen and (max-width:1700px) {
    .nav-a {
        margin-left: 20px;
    }
}

@media only screen and (max-width:1600px) {
    .nav-a {
        margin-left: 10px;
    }
    .header-container {
        width: 1300px;
    }
    .search-icon {
        margin-left: 20px;
    }
    .slick-content {
        width: 700px;
    }
}

@media only screen and (max-width:1400px) {
    .header-container,
    .container,
    .footer-detail {
        width: 1170px;
    }
    .logo {
        width: 270px;
        padding-top: 30px;
    }
    .section2-footer li {
        width: 370px;
    }
    .ksdh-ul li.on {
        width: 530px;
    }
    .footer-link a {
        margin: 0 40px;
    }
    .footer-tel {
        margin-left: 100px;
    }
    .footer-detail .pid {
        margin-left: 240px;
    }
}

@media only screen and (max-width:1200px) {
    .header-container,
    .container,
    .footer-detail {
        width: 970px;
    }
    .nav-ul {
        display: none;
    }
    .menu {
        display: block;
    }
    .section2-footer li {
        width: 313px;
        margin-left: 15px;
    }
    .ksdh-ul li {
        width: 240px;
        margin-left: 10px;
    }
    .ksdh-ul li.on {
        width: 470px;
    }
    .ks-type a {
        width: 25%;
    }
    .djgz-left {
        width: 300px;
    }
    .djgz-right {
        margin-left: 320px;
    }
    .footer-link a {
        margin: 0 25px;
    }
    .footer {
        height: auto;
    }
    .footer-bottom i {
        margin: 0 5px;
    }
    .footer-tel {
        margin-left: 75px;
    }
    .footer-detail .pid {
        margin-left: 65px;
    }
}

@media only screen and (max-width:996px) {
    .header-container,
    .container,
    .footer-detail {
        width: 750px;
    }

    .djgz-left {
        width: 220px;
    }
    .djgz-right {
        margin-left: 240px;
    }
    .footer-link a {
        margin: 0 5px;
    }
    .section2-footer li {
        width: 240px;
    }
    .ksdh-ul li {
        width: 220px;
    }
    .ksdh-ul li.on {
        width: 290px;
    }
    .ksdh-content {
        padding: 30px 20px;
    }
    .ks-type a {
        width: 50%;
        margin-bottom: 20px;
    }
    .ks-type {
        height: 287px;
    }
    .zjjs-left {
        width: 260px;
    }
    .zjjs-right {
        margin-left: 280px;
    }
    .footer-detail {
        height: auto;
    }
    .footer-left {
        margin-top: 60px;
    }
    .footer-tel {
        float: right;
    }
}

@media only screen and (max-width:768px) {
    html {
        overflow: auto!important;
    }
    .h50 {
        height: 0;
    }
    .header-container,
    .container,
    .footer-detail {
        width: 95%;
    }
    .header,
    .m-sub-menu .top-box .close {
        height: 80px;
    }
    .m-sub-menu .top-box {
        line-height: 80px;
    }
    .m-sub-menu .list-wrap ul {
        height: calc(100% - 80px);
    }
    .logo {
        padding-top: 16px!important;
    }
    .search-icon {
        margin: 30px 0 0 30px!important;
    }
    .menu {
        margin-top: 23px;
    }
    .slick-content {
        width: 90%;
        right: 5%;
    }
    .slick-content .bt img {
        max-width: 100%;
    }
    .slick-content .nr {
        max-width: 95%;
    }
    .section1-footer-ul li a {
        flex-direction: column;
    }
    .section1-footer-ul li a .text {
        margin-left: 0;
        margin-top: 10px;
    }
    .section1-footer-ul li a .text i {
        display: none;
    }
    .section1-footer-ul li img {
        width: 30px;
    }
    .section1-footer-ul li a .text p {
        font-size: 14px;
    }
    .section1-footer-ul {
        width: 100%;
    }
    .container {
        padding-top: 20px;
    }
    .section2-footer li {
        width: 32.66%;
        height: 100px;
        margin-left: 1%;
    }
    .tszk-ul li img {
        margin-right: 15px;
    }
    .ksdh-ul li {
        width: 32.66%;
        margin-left: 1%;
    }
    .ksdh-ul li.on {
        width: 32.66%;
    }
    .footer,
    .footer-bottom {
        height: auto;
    }
    .footer-bottom {
        line-height: 30px;
        padding: 15px 0;
    }
    .footer-bottom .fl,
    .footer-bottom .fr {
        float: initial;
        text-align: center;
    }
    .section6 {
        margin-bottom: 20px;
    }
    .m-sub-menu .top-box .stt {
        font-size: 24px;
    }
    .m-sub-menu .list-wrap .tit {
        font-size: 20px;
    }
    .banner {
        height: 400px;
    }
    .slick-content .nr {
        margin-top: 10px;
    }
    .slick-content {
        height: 180px;
        margin-top: -90px;
    }
    .slick-content .bt img {
        margin-top: 10px;
    }
    .section1-footer {
        height: 80px;
    }
    .zjjs-r-ul li {
        width: 50%;
    }
    /* .zjjs-r-content{
		height: auto;
	} */
    .djgz-left {
        display: none;
    }
    .djgz-right {
        margin-left: 0;
    }
    .section1-footer-ul li.on a {
        height: 90px;
    }
    .footer-tel {
        margin-left: 0;
    }

}

@media only screen and (max-width:640px) {
    .footer-detail .footer-right {
        margin-top: 20px;
        width: 100%;
        /* float: initial; */
    }
    .footer-detail {
        height: auto;
    }
    .footer-left {
        margin-top: 30px;
        width: 100%;
        align-items: center;
        float: initial;
    }
    .footer-left ul {
        margin-top: 30px;
    }
    .tszk-ul li .icon {
        margin-right: 10px;
    }
    .footer-tel {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    .footer-tel .ts {
        margin-top: 10px;
    }
    .footer-detail .pid {
        padding-top: 10px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .footer-right .ewm-box img {
        margin: 0 auto;
    }
}

@media only screen and (max-width:515px) {
    .section1,
    .banner {
        height: 350px;
    }
    .header{
        position: relative;
    }
    .banner-new{
        display: none;
    }
    .slick-content .line {
        display: none!important;
    }
    .slick-content {
        width: 70%;
        right: 15%;
        height: 140px;
        margin-top: -70px;
    }
    .slick-content .bt img {
        max-width: 90%;
        margin-top: 10px;
    }
    .slick-content .nr {
        line-height: 22px;
        margin-top: 15px;
        height: 44px;
    }
    .slick-content .ckxq-btn {
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin-top: 15px;
    }
    .container {
        padding-top: 20px!important;
    }
    .section1-footer {
        height: 75px;
    }
    .header,
    .m-sub-menu .top-box .close {
        height: 70px!important;
    }
    .m-sub-menu .top-box {
        line-height: 70px!important;
    }
    .m-sub-menu .list-wrap ul {
        height: calc(100% - 70px);
    }
    .search-icon {
        margin: 25px 0 0 25px!important;
    }
    .menu {
        margin-top: 18px;
    }
    .section-title .zw {
        font-size: 24px;
    }
    .section-title img {
        margin-top: 5px;
    }
    .section-title .yw {
        font-size: 16px;
        margin-top: 0px;
    }
    .section2-top {
        margin-top: 15px;
    }
    .section2-left {
        width: 100%;
        height: 280px!important;
        float: initial;
    }
    .section2-left .pic {
        height: 230px!important;
    }
    .section2-left .text,
    .section2-right li .text .bt {
        font-size: 16px;
    }
    .section2-right li .text .nr {
        font-size: 12px;
        line-height: 20px;
    }
    .section2-right li {
        height: 85px!important;
        margin-top: 10px!important;
    }
    .section2-footer {
        margin-top: 20px!important;
    }
    .section2-right li .date .day {
        font-size: 28px;
    }
    .section2-right li .date .year {
        font-size: 14px;
        margin-top: 0px;
    }
    .section2-right {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .section2,
    .section3,
    .section4,
    .section5,
    .section6 {
        padding-bottom: 20px!important;
    }
    .section2-footer li {
        height: 60px!important;
        ;
    }
    .section2-footer li a {
        font-size: 18px;
    }
    .section2-footer li a img {
        width: 30px;
        height: 30px;
    }
    .tszk-ul li {
        flex-direction: column;
        height: 90px;
        font-size: 14px;
        width: 50%;
    }
    .tszk-ul li {
        margin-top: 2px;
    }
    .tszk-ul li,
    .tszk-ul li.on {
        background: #f5f5f5;
        color: #0082c0;
    }
    .tszk-ul li .icon,
    .tszk-ul li.on .icon {
        background: url(../images/tszk-icon1.png);
    }
    .tszk-ul li:nth-child(1),
    .tszk-ul li:nth-child(4),
    .tszk-ul li:nth-child(5),
    .tszk-ul li:nth-child(8),
    .tszk-ul li:nth-child(9),
    .tszk-ul li:nth-child(12) {
        background: #0082c0;
        color: #FFFFFF;
    }
    .tszk-ul li:nth-child(1) .icon,
    .tszk-ul li:nth-child(4) .icon,
    .tszk-ul li:nth-child(5) .icon,
    .tszk-ul li:nth-child(8) .icon,
    .tszk-ul li:nth-child(9) .icon,
    .tszk-ul li:nth-child(12) .icon {
        background: url(../images/tszk-icon.png);
    }
    .tszk-ul li .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tszk-ul li img {
        margin-right: 0;
        width: 30px;
        margin-bottom: 10px;
        background: url(../images/tszk-icon1.png) no-repeat;
    }
    .section3 {
        padding-bottom: 20px;
    }
    .section4-title .zw {
        font-size: 24px;
    }
    .section4-title .line {
        font-size: 20px;
    }
    .section4-title .yw {
        font-size: 14px;
    }
    .section4-title::before {
        width: 3px;
        height: 26px;
        margin-top: -13px;
    }
    .section4-title {
        padding-left: 10px;
    }
    .section4-title .ckgd {
        font-size: 12px;
        width: 80px;
        height: 24px;
        line-height: 24px;
    }
    .section4-t-bg {
        margin-top: 10px;
    }
    .ksdh-ul {
        margin-top: 10px;
    }
    .ksdh-ul li,
    .ksdh-ul li.on {
        width: 100%;
        margin: 0;
        height: auto!important;
    }
    .section5 {
        background-size: contain;
    }
    .ksdh-content {
        padding: 10px 20px 20px;
        display: block;
        position: relative;
    }
    .ksdh-content .zw {
        font-size: 22px;
    }
    .ks-type {
        padding-top: 10px;
        height: auto;
    }
    .ks-type a {
        width: 33.33%;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ksdh-content .ckgd {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .ksdh-ul li {
        height: auto!important;
        margin-bottom: 10px!important;
    }
    .ksdh-footer {
        display: none;
    }
    .ksdh-ul li.li2 {
        background: url(../images/ksdh22.jpg) top center no-repeat;
    }
    .ksdh-ul li::before {
        display: none;
    }
    .ksdh-ul li.li3 {
        background: url(../images/ksdh33.jpg) top center no-repeat;
    }
    .zjjs-content {
        margin-top: 5px;
    }
    .zjjs-hd li.on::after {
        height: 3px;
    }
    .zjjs-hd li {
        height: 50px!important;
        line-height: 49px!important;
        padding-top: 3px;
        font-size: 16px;
    }
    .zjjs-right {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .zjjs-r-content {
        display: block!important;
    }
    .zjjs-bd {
        margin-top: 10px!important;
        padding: 0 10px;
    }
    .zjjs-left {
        width: 200px;
        height: 270px;
    }
    .zjjs-left ul li a {
        font-size: 14px;
    }
    .zjjs-left ul li {
        height: 40px;
        line-height: 40px;
    }
    .zjjs-right {
        margin-left: 220px;
        height: 270px;
    }
    .zjjs-r-title span {
        background-size: 15px 15px;
        padding-left: 20px;
        font-size: 16px;
    }
    .zjjs-r-content.on .zjjs-r-title span {
        background: url(../images/zjjs-icon2.png) left center no-repeat;
        background-size: 15px 15px;
    }
    .zjjs-r-title a {
        font-size: 12px;
    }
    .zjjs-r-ul li {
        width: 50%;
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
    }
    .zjjs-r-ul li a {
        padding-left: 15px;
    }
    .zjjs-r-content {
        margin-top: 10px;
    }
    .tszk-ul li .tszk-dialog {
        padding: 0 10px;
    }
    .tszk-ul li .tszk-dialog .more {
        width: 100%;
    }
    .djgz-left {
        width: 100%;
    }
    .djgz-left .title {
        width: 90%;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        display: block;
    }
    .djgz-left {
        height: 90px;
        float: initial;
    }
    .djgz-right {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .djgz-t-ul li:nth-child(3),
    .djgz-t-ul li:nth-child(4) {
        display: block;
    }
    .djgz-t-ul li a {
        padding: 0 10px;
    }
    .djgz-t-ul li .bt {
        margin-top: 10px;
        font-size: 16px;
    }
    .djgz-t-ul li .nr {
        margin-top: 5px;
    }
    .djgz-t-ul li .date {
        margin-top: 10px;
    }
    .djgz-t-ul li .date .day {
        font-size: 26px;
    }
    .djgz-t-ul li {
        height: 125px;
    }
    .djgz-b-ul {
        height: 80px!important;
    }
    .footer-link .container {
        padding: 0!important;
    }
    .djgz-b-ul li .pic img {
        width: 30px;
    }
    .djgz-b-ul li p {
        font-size: 14px;
    }
    .djgz-b-ul li .pic {
        height: 40px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .ztzl-content .jrzt,
    .ztzl-content .ckgd {
        width: 40px;
        height: 100px;
        font-size: 14px;
    }
    .swiper-container2 {
        width: calc(100% - 100px);
        margin-left: 10px;
    }
    .swiper-container2 .swiper-slide a {
        height: 100px;
    }
    .footer-link span,
    .footer-link a {
        font-size: 12px;
    }
    .footer-link {
        height: 46px;
        line-height: 46px;
        overflow: hidden;
    }
    .footer-detail .footer-right {
        margin-top: 10px;
        width: 100%;
        float: initial;
    }
    .footer-detail ul li {
        margin-bottom: 5px;
    }
    .footer-left {
        width: 100%;
        align-items: center;
        float: initial;
        margin-top: 10px;
    }
    .footer-left img {
        max-width: 95%;
    }
    .footer-left ul {
        margin-top: 20px;
    }
}

@media only screen and (max-width:414px) {
    .zjjs-left {
        display: none;
    }
    .zjjs-right {
        margin-left: 0;
    }
    .djgz-t-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px!important;
    }
}


/* 医院概况 */

.container1 {
    width: 1330px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.banner-nav {
    width: 100%;
}

.banner-nav img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    vertical-align: top;
}

.current-content {
    width: 100%;
    height: 60px;
    background: #f5f5f5;
    /* overflow: hidden; */
    position: relative;
    z-index: 6;
}

.current-content .container1 {
    position: relative;
}

.xurrent-pdsy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 60px;
    background: url(../images/pdsy-bg.jpg) no-repeat;
    font-size: 16px;
    color: #ffffff;
    margin-right: 28px;
}

.xurrent-pdsy img {
    margin-right: 10px;
}

.nav-left a {
    display: block;
    float: left;
    padding: 0 2px;
    /* width: 80px; */
    line-height: 60px;
    /* margin: 0 22px; */
    position: relative;
    text-align: center;
    transition: .3s all;
}

@media only screen and (max-width:1400px) {
    .nav-left a {
        margin: 0;
    }
}

@media only screen and (max-width:1200px) {
    .nav-left a {
        margin: 0;
        padding: 0 2px;
    }
}

@media only screen and (max-width:666px) {
    .dqwz-content {
        display: none;
    }
}

.nav-left a.on,
.nav-left a:hover {
    color: #007cc3;
}

.nav-left a::after {
    content: "";
    width: 0;
    height: 4px;
    background: #007cc3;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s all;
}

.nav-left a.on::after,
.nav-left a:hover::after {
    width: 100%;
}

.dqwz-content {
    height: 60px;
    line-height: 60px;
    background: url(../images/dqwz-icon.png) left center no-repeat;
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
}

.dqwz-content a {
    color: #666666;
}

.yyjj-content {
    padding: 40px 0 70px;
}

.yyjj-left {
    width: 56%;
}

.global-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.global-title span {
    display: block;
    float: left;
    line-height: 37px;
    padding: 0 5px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border-bottom: 4px solid #007cc3;
}

.global-title a {
    float: right;
    font-size: 14px;
    color: #666666;
    line-height: 37px;
    transition: .3s all ease;
}

.global-title a:hover {
    color: #007cc3;
}

.yyjj-left .jj {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 140px;
    margin-top: 14px;
}

.yyjj-left .jj a {
    color: #0192e5;
}

.yyjj-ul {
    width: 100%;
    height: 140px;
    background: #f5f5f5;
    margin-top: 15px;
}

.yyjj-ul li {
    width: 25%;
    height: 100%;
    float: left;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: .3s all ease;
}

.yyjj-ul li:hover {
    background: #007cc3;
    color: #FFFFFF;
}

.yyjj-ul li::after {
    content: "";
    width: 1px;
    height: 100px;
    background: #007cc3;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
}

.yyjj-ul li:last-child::after {
    display: none;
}

.yyjj-ul li div {
    margin: 8px 0;
}

.yyjj-ul li span {
    font-size: 36px;
}

.yyjj-right {
    width: 40%;
    height: 350px;
}

.yyjj-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 领导班子 */

.ldbz-content {
    padding: 35px 0;
    background: #f5f5f5;
}

.ldbz-content .swiper-container {
    margin-top: 30px;
}

.ldbz-content .swiper-container .swiper-slide {
    width: 190px;
    height: 295px;
    background: #FFFFFF;
}

.ldbz-content .swiper-container .swiper-slide a {
    display: block;
    padding: 20px;
}

.ldbz-content .swiper-container .swiper-slide .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.ldbz-content .swiper-container .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.ldbz-content .swiper-container .swiper-slide:hover .pic img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.ldbz-content .swiper-container .swiper-slide .text {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-top: 12px;
}

.ldbz-content .swiper-container .swiper-slide .text .bt {
    display: inline-block;
    border-bottom: 1px solid #0082c0;
    padding: 0 10px 5px;
    margin-bottom: 5px;
    transition: .3s all ease;
}

.ldbz-content .swiper-container .swiper-slide:hover .text .bt {
    color: #0082c0;
}

.ldbz-content .swiper-container .swiper-slide .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ldbz-content .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 32px;
}

.ldbz-content .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #cccccc;
    opacity: 1;
    margin: 0 5px;
}

.ldbz-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    background: #007cc3;
    border-radius: 5px;
}


/* 历史沿革 */

.lsyg-content {
    background: url(../images/lsyg-bg.jpg) bottom center no-repeat;
    padding: 72px 0;
}

.lsyg-left {
    width: 639px;
    height: 406px;
    float: left;
    overflow: hidden;
}

.lsyg-left img {
    /* width: 100%; */
    height: 100%;
    vertical-align: top;
}

.lsyg-right {
    margin-left: 670px;
    height: 406px;
    background: #f5f5f5;
    padding: 20px 40px;
    box-sizing: border-box;
}

.lsyg-right .nr {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    height: 308px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
}

.lsyg-right .ckgd {
    display: block;
    width: 142px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0082c0;
    font-size: 14px;
    color: #ffffff;
    transition: .3s all ease;
    margin-top: 18px;
}

.lsyg-right .ckgd:hover {
    opacity: .9;
}


/* 挂牌荣誉 */

.gpry-content {
    width: 100%;
    background: url(../images/gpry-bg.jpg) center no-repeat;
    padding: 30px 0 48px;
}

.gpry-content .swiper-container {
    margin: 30px 55px 0;
}

.gpry-content .swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.gpry-content .swiper-container .swiper-slide a img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.gpry-content .swiper-container .swiper-slide:hover a img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.gpry-swiper {
    position: relative;
}

.gpry-swiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    background: url(../images/gpry-prev.png) no-repeat;
    opacity: 1;
    outline: none;
    left: 0;
}

.gpry-swiper .swiper-button-prev:hover {
    background-position: -36px 0;
}

.gpry-swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    background: url(../images/gpry-next.png) no-repeat;
    opacity: 1;
    outline: none;
    right: 0;
}

.gpry-swiper .swiper-button-next:hover {
    background-position: -36px 0;
}

@media only screen and (max-width:1400px) {
    .container1 {
        width: 1170px;
    }
    .newsCenter_swiper{
        width: 430px;
    }
}

@media only screen and (max-width:1200px) {
    .container1 {
        width: 970px;
    }
    .newsCenter_swiper{
        width: 365px;
    }
    .xurrent-pdsy {
        margin-right: 0;
    }
    .nav-left a {
        /* margin: 0 5px; */
    }
    .lsyg-left {
        width: 490px;
    }
    .lsyg-right {
        margin-left: 510px;
    }
    .gpry-content .swiper-container {
        margin: 30px 45px 0;
    }
}

@media only screen and (max-width:996px) {
    .container1 {
        width: 750px;
    }
    .newsCenter{
        flex-wrap: wrap;
    }
    .newsCenter_swiper{
        width: 100%;
        margin-bottom: 15px;
    }
    .news_swiper img{
        height: 504px;
        max-height: 504px;
    }
    .yyjj-left {
        width: 100%;
    }
    .yyjj-right {
        display: none;
    }
    .lsyg-left {
        width: 340px;
    }
    .lsyg-right {
        margin-left: 360px;
    }
    .nav-left {
        position: absolute;
        left: 0;
        top: 60px;
        background: #FFFFFF;
        width: 100%;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        z-index: 99;
        padding: 10px 0;
        display: none;
    }
    .nav-left a {
        line-height: 40px;
    }
    .xurrent-pdsy {
        cursor: pointer;
    }
}

@media only screen and (max-width:768px) {
    .container1 {
        width: 95%;
    }
    .news_swiper img{
        height: 470px;
    }
}

@media only screen and (max-width:515px) {
    .yyjj-ul {
        height: auto;
    }
    .news_swiper img{
        height: 313px;
    }
    .newsCenter_swiper{
        margin-bottom: 0;
    }
    .yyjj-ul li {
        width: 50%;
    }
    .yyjj-ul li:nth-child(2)::after {
        display: none;
    }
    .lsyg-left {
        width: 100%;
        float: initial;
        height: 90px;
    }
    .lsyg-left img {
        width: 100%;
        height: initial;
        vertical-align: top;
    }
    .lsyg-right {
        margin-left: 0;
        margin-top: 20px;
        padding: 20px 20px;
    }
    .logo {
        width: 200px;
    }
    .yyjj-ul li span {
        font-size: 24px;
    }
    .yyjj-ul li::after {
        height: 100%;
        top: 0;
        margin-top: 0;
    }
    .yyjj-ul li {
        font-size: 12px;
    }
    .yyjj-ul li div {
        margin: 5px 0;
    }
    .yyjj-content {
        padding: 20px 0 30px;
    }
    .ldbz-content {
        padding: 20px 0;
    }
    .ldbz-content .swiper-container {
        margin-top: 20px;
    }
    .ldbz-content .swiper-container .swiper-slide a {
        display: block;
        padding: 10px;
    }
    .ldbz-content .swiper-pagination {
        margin-top: 20px;
    }
    .lsyg-content {
        padding: 30px 0;
    }
}

@media only screen and (max-width:375px) {
    .ldbz-content .swiper-container .swiper-slide .pic {
        height: 170px;
    }
    .ldbz-content .swiper-container .swiper-slide {
        height: 251px;
    }
}


/* 新闻中心 */

.xwzx-part1 {
    padding: 50px 0;
}

.xwzx-part1-l {
    width: 68.42%;
    height: 406px;
}

.xwzx-bd {
    width: 43.95%;
    height: 100%;
}

.xwzx-l-l {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: none;
}

.xwzx-l-l .pic {
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.xwzx-l-l .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.xwzx-l-l .text {
    font-size: 16px;
    color: #000000;
    padding: 0 20px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 22px;
    transition: .3s all ease;
}

.xwzx-l-l:hover .text {
    color: #0082c0;
}

.xwzx-hd {
    width: 54.94%;
}

.xwzx-hd li {
    width: 100%;
    height: 122px;
    background: #f5f5f5;
    margin-top: 20px;
    position: relative;
    transition: .3s all ease;
}

.xwzx-hd li.on {
    background: #0082c0;
}

.xwzx-hd li::after {
    content: "";
    width: 10px;
    height: 12px;
    background: url(../images/xwzx-jt.png);
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -6px;
    display: none;
    transition: .3s all ease;
}

.xwzx-hd li.on::after {
    display: block;
}

.xwzx-hd li a {
    padding: 20px 0 20px 20px;
}

.xwzx-hd li .text {
    width: calc(100% - 100px);
    padding-right: 15px;
    box-sizing: border-box;
}

.xwzx-hd li .text .bt {
    font-size: 16px;
    color: #000000;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.xwzx-hd li .text .nr {
    font-size: 14px;
    color: #999999;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 9px;
    text-align: justify;
    transition: .3s all ease;
}

.xwzx-hd li .date {
    width: 100px;
    height: 82px;
    text-align: center;
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
}

.xwzx-hd li .date .day {
    color: #999999;
    font-size: 32px;
    padding-top: 7px;
    transition: .3s all ease;
}

.xwzx-hd li .date .year {
    color: #999999;
    font-size: 14px;
    transition: .3s all ease;
}

.xwzx-hd li.on .text .bt,
.xwzx-hd li.on .text .nr,
.xwzx-hd li.on .date .day,
.xwzx-hd li.on .date .year {
    color: #ffffff;
}

.yngg-right {
    width: 29.32%;
    height: 406px;
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    box-sizing: border-box;
}

.yngg-title {
    height: 61px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 18px;
}

.yngg-title span {
    float: left;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border-bottom: 4px solid #007cc3;
    margin-top: 23px;
    padding: 0 5px 11px;
}

.yngg-title .ckgd {
    float: right;
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
    transition: .3s all ease;
}

.yngg-title .ckgd:hover {
    color: #0082c0;
}

.yngg-ul {
    padding: 9px 18px 0;
}

.yngg-ul li a {
    display: block;
    width: 100%;
    height: 63px;
    line-height: 63px;
    border-bottom: 1px dashed #d2d2d2;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.yngg-ul li:hover a {
    color: #0082c0;
}


/* 媒体聚焦 */

.xwzx-part2 {
    background: #f5f5f5;
    padding: 25px 0 40px;
}

.xwzx-part2-hd {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.xwzx-part2-hd ul li {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border-bottom: 4px solid transparent;
    padding: 0 15px 11px;
    float: left;
    margin-left: 98px;
    cursor: pointer;
}

.xwzx-part2-hd ul li.on {
    color: #007cc3;
    border-bottom: 4px solid #007cc3;
}

.xwzx-part2-hd .more {
    font-size: 14px;
    color: #666666;
    display: none;
    margin-right: 25px;
}

.xwzx-part2-bd ul {
    margin-top: 5px;
    display: none;
}

.xwzx-part2-bd ul li {
    height: 67px;
    line-height: 67px;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 25px;
}

.xwzx-part2-bd ul li a {
    display: block;
    float: left;
    font-size: 16px;
    color: #333333;
    width: calc(100% - 100px);
    transition: .3s all ease;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwzx-part2-bd ul li:hover a {
    color: #007CC3;
    margin-left: 5px;
}

.xwzx-part2-bd ul li span {
    float: right;
    font-size: 14px;
    color: #b2b2b2;
}

@media only screen and (max-width:996px) {
    .xwzx-bd {
        display: none;
    }
    .xwzx-hd {
        width: 100%;
    }
    .xwzx-hd li.on::after {
        display: none;
    }
    .xwzx-part1-l,
    .yngg-right {
        width: 49%;
    }
    .xwzx-part2-hd ul li {
        margin-left: 50px;
    }
}

@media only screen and (max-width:640px) {
    .xwzx-part2-hd ul li {
        margin-left: 20px;
    }
}

@media only screen and (max-width:515px) {
    .xwzx-part1 {
        padding: 20px 0;
    }
    .xwzx-part1-l {
        height: auto;
    }
    .xwzx-hd li {
        height: 102px;
        margin-top: 10px;
    }
    .xwzx-hd li a {
        padding: 10px 0 10px 10px;
    }
    .xwzx-part1-l,
    .yngg-right {
        width: 100%;
    }
    .yngg-right {
        margin-top: 20px;
        height: auto;
        padding-bottom: 20px;
    }
    .xwzx-part2-hd ul li {
        margin-left: 10px;
        font-size: 16px;
        padding: 0 5px 11px;
    }
    .yngg-title {
        height: 47px;
        padding: 0 10px;
    }
    .yngg-title span {
        margin-top: 11px;
    }
    .yngg-title .ckgd {
        margin-top: 15px;
    }
    .yngg-ul li a {
        height: 46px;
        line-height: 46px;
    }
    .yngg-ul {
        padding: 9px 10px 0;
    }
    .xwzx-part2 {
        padding: 20px 0 20px;
    }
    .xwzx-part2-hd .more {
        margin-right: 10px;
    }
    .xwzx-part2-bd ul li {
        height: 46px;
        line-height: 46px;
        border-bottom: 1px dashed #d2d2d2;
        padding: 0 10px;
    }
    .xwzx-part2-bd ul li a {
        height: 46px;
    }
    .yngg-title span {
        font-size: 16px;
    }
}

@media only screen and (max-width:360px) {
    .xwzx-part2-hd ul li {
        padding: 0 0 11px;
    }
}


/* 科室导航 */

.ksjj-content {
    padding: 50px 0 72px;
}

.ksjj-content .pic {
    width: 47.36%;
    height: 313px;
    float: left;
}

.ksjj-content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ksjj-right {
    width: 49.62%;
    height: 313px;
    float: right;
}

.ksjj-right .title {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    padding-left: 13px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.ksjj-right .nr {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    text-align: justify;
    height: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    margin-top: 18px;
}

.ksjj-right a {
    font-size: 14px;
    color: #2777bc;
    margin-top: 10px;
}


/* 科室动态 */

.ksdt-content {
    padding: 35px 0 95px;
    background: #f5f5f5;
}

.swiper-container-ksdt {
    margin-top: 35px;
}

.swiper-container-ksdt .swiper-slide {
    width: 420px;
}

.swiper-container-ksdt .swiper-slide a {
    display: block;
    height: 380px;
    position: relative;
    background: #FFFFFF;
    transition: .3s all ease;
}

.swiper-container-ksdt .swiper-slide .pic {
    height: 270px;
    overflow: hidden;
}

.swiper-container-ksdt .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.swiper-container-ksdt .swiper-slide:hover .pic img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.swiper-container-ksdt .swiper-slide .text {
    color: #333333;
    font-size: 16px;
    margin: 30px 35px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: .3s all ease;
}

.swiper-container-ksdt .swiper-slide:hover .text {
    color: #007cc3;
}

.swiper-container-ksdt .swiper-slide .date {
    width: 100px;
    height: 100px;
    background: rgba(0, 124, 195, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-container-ksdt .swiper-slide .date .day {
    font-size: 34px;
    color: #ffffff;
}

.swiper-container-ksdt .swiper-slide .date .year {
    font-size: 14px;
    color: #ffffff;
}


/* 科室医生 */

.ksys-content {
    padding: 50px 0 65px;
}

.swiper-container-ksys {
    margin-top: 35px;
}

.swiper-container-ksys .swiper-slide {
    width: 240px;
    height: 380px;
    background: #f5f5f5;
}

.swiper-container-ksys .swiper-slide a {
    display: block;
    padding: 20px;
    position: relative;
    background: #f5f5f5;
    transition: .3s all ease;
}

.swiper-container-ksys .swiper-slide .pic {
    height: 267px;
    overflow: hidden;
}

.swiper-container-ksys .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.swiper-container-ksys .swiper-slide:hover .pic img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.swiper-container-ksys .swiper-slide .text {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-top: 15px;
}

.swiper-container-ksys .swiper-slide .text .name {
    display: inline-block;
    border-bottom: 1px solid #0082c0;
    padding: 0 10px 5px;
    transition: .3s all ease;
    color: #0082c0;
}

.swiper-container-ksys .swiper-slide .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}


/* 留言 */

.liuyan-content {
    width: 100%;
    background: url(../images/ly-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 21px 0 52px;
}

.liuyan-list {
    float: left;
    margin-right: 55px;
    margin-top: 24px;
}

.liuyan-list span {
    font-size: 14px;
    color: #494949;
    display: block;
    float: left;
    width: 75px;
    height: 38px;
    line-height: 38px;
}

.liuyan-list input {
    width: 303px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    background: #dff1f9;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: "微软雅黑";
}

.liuyan-list textarea {
    width: 738px;
    height: 160px;
    border: 1px solid #cccccc;
    background: #dff1f9;
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    resize: none;
    font-family: "微软雅黑";
}

.lytj-btn {
    display: block;
    width: 143px;
    height: 42px;
    line-height: 42px;
    background: #0082c0;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    outline: none;
    margin: 30px 0 0 75px;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .swiper-container-ksdt .swiper-slide a {
        height: 320px;
    }
    .swiper-container-ksdt .swiper-slide .text {
        margin: 20px;
        line-height: 22px;
        height: 44px;
    }
    .swiper-container-ksdt .swiper-slide .pic {
        height: 235px;
    }
}

@media only screen and (max-width: 768px) {
    .ksjj-content,
    .ksdt-content,
    .ksys-content,
    .liuyan-content {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 600px) {
    .swiper-container-ksdt .swiper-slide a {
        height: 320px;
    }
    .swiper-container-ksdt .swiper-slide .text {
        margin: 20px;
        line-height: 22px;
        height: 44px;
    }
    .swiper-container-ksdt .swiper-slide .pic {
        height: 235px;
    }
    .liuyan-list {
        width: 100%;
        margin-right: 0;
    }
    .liuyan-list textarea {
        width: 100%;
    }
}

@media only screen and (max-width: 515px) {
    .swiper-container-ksys .swiper-slide .pic {
        height: 210px;
    }
    .swiper-container-ksys .swiper-slide {
        height: 322px;
    }
    .ksjj-content .pic {
        display: none;
    }
    .ksjj-right {
        width: 100%;
    }
}

@media only screen and (max-width: 414px) {
    .swiper-container-ksys .swiper-slide .pic {
        height: 180px;
    }
    .swiper-container-ksys .swiper-slide {
        height: 290px;
    }
    .liuyan-list input {
        width: 100%;
    }
    .liuyan-list {
        margin-top: 10px;
    }
}


/* 新闻列表 */

.box {
    padding: 30px 0 55px;
}

.news-list li {
    width: 100%;
    /*height: 153px;*/
    height: auto;
    background: #f9f9f9;
    transition: .3s all ease;
    border-bottom: 1px solid #e9e9eb;
}

.news-list li:hover {
    background: #0082c0;
}
.news-list li:hover p,.news-list li:hover span{
    color: #FFFFFF;
}
.news-list li p{
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 120px);
    white-space: nowrap;
}
.news-list li span{
    font-size: 14px;
    color: #333333;
}
.news-list li a {
    /*display: block;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /*padding: 26px 40px 26px 60px;*/
    padding: 20px;
}

.news-list li .date {
    width: 88px;
    height: 88px;
    background: #cdcdcd;
    color: #ffffff;
    margin-top: 6px;
    transition: .3s all ease;
}

.news-list li:hover .date {
    background: #ffffff;
    color: #0082c0;
}

.news-list li .date .day {
    font-size: 34px;
    text-align: center;
    margin-top: 10px;
}

.news-list li .date .year {
    font-size: 14px;
    text-align: center;
}

.news-list li .news-right {
    height: 100%;
    /* border-left: 1px solid #e6e6e6; */
    margin-left: 109px;
    position: relative;
}

.news-list li .news-right::after {
    content: "";
    width: 1px;
    height: 88px;
    background: #E6E6E6;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -44px;
}

.news-list li .text {
    margin-left: 20px;
    width: calc(100% - 260px);
}

.news-list li .text .bt {
    font-size: 16px;
    color: #333333;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    transition: .3s all ease;
}

.news-list li .text .nr {
    font-size: 14px;
    color: #7b7b7b;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 15px;
    text-align: justify;
    transition: .3s all ease;
}

.news-list li .pic {
    width: 200px;
    height: 100px;
}

.news-list li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list li:hover .text .bt,
.news-list li:hover .text .nr {
    color: #FFFFFF;
}

@media only screen and (max-width: 996px) {
    .news-list li a {
        padding: 26px 20px 26px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .news-list li .pic {
        width: 150px;
    }
    .news-list li .text {
        width: calc(100% - 200px);
    }
}

@media only screen and (max-width: 515px) {
    .news-list li .pic {
        display: none;
    }
    .news-list li .text {
        width: calc(100% - 20px);
    }
    .news-list li a {
        padding: 10px;
    }
    .news-list li .news-right {
        margin-left: 70px;
    }
    .news-list li .text {
        margin-left: 10px;
    }
    .news-list li {
        height: 90px;
    }
    .news-list li .date .year {
        font-size: 12px;
    }
    .news-list li .date .day {
        font-size: 24px;
        margin-top: 5px;
    }
    .news-list li .date {
        width: 60px;
        height: 60px;
    }
    .news-list li .text .nr {
        margin-top: 0;
        line-height: 22px;
        height: 44px;
    }
    .news-list li .news-right::after {
        height: 60px;
        margin-top: -30px;
    }
}


/* 新闻细览 */

.detail-title {
    border-bottom: 1px solid #dddddd;
    padding: 0 20px 20px;
    text-align: center;
}

.detail-title .title {
    font-size: 20px;
    color: #333333;
    margin-top: 40px;
}

.detail-title .date {
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.detail-title .date span {
    color: #0082c0;
}

.detail-content {
    padding: 20px 40px;
    border-bottom: 1px dotted #d6d6d6;
    margin-bottom: 35px;
}

.detail-content * {
    font-size: 14px;
    color: #333333;
    text-align: justify;
    line-height: 26px;
}

.detail-content img {
    max-width: 100%;
}

.scp-content {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    margin-top: 10px;
}

.scp-content span {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0082c0;
    color: #FFFFFF;
    font-size: 14px;
    float: left;
}

.scp-content a {
    display: block;
    margin-left: 110px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #000000;
    padding: 0 20px;
    box-sizing: border-box;
    transition: .3s all ease;
}

.scp-content a:hover {
    color: #0082c0;
}


/* 党群工作 */

.yydj-content {
    padding: 40px 0 55px;
}

.lm-title {
    text-align: center;
}

.lm-title .bt {
    font-size: 26px;
    color: #333333;
}

.lm-title .line {
    display: block;
    width: 70px;
    height: 3px;
    background: #0082c0;
    margin: 10px auto 0;
}

.lm-title .yw {
    font-size: 14px;
    color: #e5e5e5;
    margin-top: 15px;
}

.swiper-container-yydj {
    margin-top: 35px;
}

.swiper-container-yydj .swiper-slide {
    width: 310px;
}

.swiper-container-yydj .swiper-slide a {
    display: block;
    /* height: 310px; */
    position: relative;
    background: #f8f8f8;
    transition: .3s all ease;
    padding-bottom: 10px;
}

.swiper-container-yydj .swiper-slide .pic {
    height: 194px;
    overflow: hidden;
}

.swiper-container-yydj .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.swiper-container-yydj .swiper-slide:hover .pic img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.swiper-container-yydj .swiper-slide .text {
    padding: 0 10px;
}

.swiper-container-yydj .swiper-slide .text .bt {
    font-size: 16px;
    color: #333333;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #0082c0;
    overflow: hidden;
    transition: .3s all ease;
}

.swiper-container-yydj .swiper-slide:hover .text .bt {
    color: #007CC3;
}

.swiper-container-yydj .swiper-slide .text .nr {
    font-size: 14px;
    color: #999999;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 8px;
}


/* 院务公开 */

.ywgk-content {
    padding: 45px 0;
    background: #f5f5f5;
}

.ywgk-left {
    width: 48.49%;
    background: #FFFFFF;
}

.ywgk-title {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 20px 10px;
    line-height: 24px;
    height: 24px;
}

.ywgk-title span {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    float: left;
}

.ywgk-title a {
    font-size: 14px;
    color: #999999;
    float: right;
    transition: .3s all ease;
}

.ywgk-title a:hover {
    color: #007CC3;
}

.ywgk-ul {
    padding: 10px 20px 28px;
}

.ywgk-ul li {
    width: 100%;
    height: 98px;
    background: #f5f5f5;
    margin: 10px auto 0;
    transition: .3s all ease;
}

.ywgk-ul li:hover {
    background: #0082c0;
}

.ywgk-ul li a {
    display: block;
    padding: 20px 15px 20px 35px;
    position: relative;
}

.ywgk-ul li a::after {
    content: "";
    width: 2px;
    height: 48px;
    background: #e3e3e3;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -24px;
    transition: .3s all ease;
}

.ywgk-ul li:hover a::after {
    background: #FFFFFF;
}

.ywgk-ul li .bt {
    font-size: 16px;
    color: #333333;
    height: 21px;
    overflow: hidden;
    margin-top: 5px;
    width: calc(100% - 100px);
    transition: .3s all ease;
}

.ywgk-ul li .nr {
    font-size: 14px;
    color: #999999;
    height: 19px;
    overflow: hidden;
    margin-top: 10px;
    transition: .3s all ease;
}

.ywgk-ul li .date {
    font-size: 14px;
    color: #686868;
    position: absolute;
    right: 15px;
    top: 26px;
    transition: .3s all ease;
}

.ywgk-ul li:hover .bt,
.ywgk-ul li:hover .nr,
.ywgk-ul li:hover .date {
    color: #FFFFFF;
}

.dqgz-bottom {
    padding: 60px 0;
}

.dqgz-list {
    width: 31.87%;
    /* height: 430px; */
    background: #f5f5f5;
    margin-left: 2.195%;
}

.dqgz-list:first-child {
    margin-left: 0;
}

.dqgz-list .pic {
    width: 100%;
    /* height: 173px; */
}

.dqgz-list .pic img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    vertical-align: top;
}

.dqgz-ul {
    margin: 15px 12px 0;
    border-top: 1px dashed #cccccc;
}

.dqgz-ul li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #cccccc;
}

.dqgz-ul li:last-child {
    border: none;
}

.dqgz-ul li a {
    font-size: 14px;
    color: #333333;
    display: block;
    height: 47px;
    width: calc(100% - 100px);
    float: left;
    overflow: hidden;
    transition: .3s all ease;
}

.dqgz-ul li:hover a {
    color: #007CC3;
}

.dqgz-ul li span {
    font-size: 14px;
    color: #999999;
    float: right;
}

@media only screen and (max-width: 616px) {
    .swiper-container-yydj .swiper-slide .pic {
        height: 150px;
    }
    .ywgk-left,
    .dqgz-list {
        width: 100%;
        margin: 10px 0;
    }
    .yydj-content,
    .ywgk-content,
    .dqgz-bottom {
        padding: 20px 0;
    }
}


/* 护理之窗 */

.hldt-content {
    margin-top: 20px;
    background: #f5f5f5;
}

.hlzc-title {
    margin: 0 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 22px;
}

.hlzc-title span {
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #0082c0;
    position: relative;
    padding-bottom: 15px;
}

.hlzc-title span::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #0082c0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hlzc-title a {
    font-size: 12px;
    color: #b7b7b7;
    margin-right: 42px;
    float: right;
    margin-top: 5px;
}

.hldt-ul {
    padding: 0 20px 30px;
}

.hldt-ul li {
    margin-top: 20px;
    margin-right: 2.34%;
    width: 48.83%;
    background: #FFFFFF;
    float: left;
    transition: .3s all ease;
}

.hldt-ul li:hover {
    background: #0082c0;
}

.hldt-ul li a {
    display: block;
    padding: 15px 20px;
}

.hldt-ul li .bt {
    font-size: 16px;
    color: #424141;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 2px;
    transition: .3s all ease;
}

.hldt-ul li .nr {
    font-size: 14px;
    color: #6f6f6f;
    height: 52px;
    line-height: 26px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: .3s all ease;
}

.hldt-ul li:hover .bt,
.hldt-ul li:hover .nr {
    color: #FFFFFF;
}

.hljt-content {
    background: #f5f5f5;
    margin-top: 25px;
}

.swiper-container-hlkt {
    margin: 25px;
}

.swiper-container-hlkt .swiper-slide {
    width: 240px;
    background: #FFFFFF;
    float: left;
}

.swiper-container-hlkt .swiper-slide a {
    display: block;
}

.swiper-container-hlkt .swiper-slide .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.swiper-container-hlkt .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.swiper-container-hlkt .swiper-slide:hover .pic img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.swiper-container-hlkt .swiper-slide .text {
    font-size: 14px;
    color: #424141;
    line-height: 22px;
    height: 44px;
    margin: 8px 10px;
    text-align: center;
    transition: .3s all ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.swiper-container-hlkt .swiper-slide:hover .text {
    color: #007CC3;
}


/* 留言 */

.hlly-content {
    background: url(../images/hlzxly-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 45px 0;
    margin-top: 45px;
}

.hlly-list {
    margin: 15px 0;
}

.hlly-list span {
    display: block;
    float: left;
    width: 130px;
    line-height: 40px;
    margin-right: 15px;
    text-align: right;
}

.hlly-list input {
    width: 480px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    background: #FFFFFF;
    float: left;
    outline: none;
    box-sizing: border-box;
    font-family: "微软雅黑";
    display: block;
}

.hlly-list textarea {
    width: 904px;
    height: 144px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    background: #FFFFFF;
    float: left;
    outline: none;
    box-sizing: border-box;
    resize: none;
    font-family: "微软雅黑";
    display: block;
}

.hlly-list input::-webkit-input-placeholder,
.hlly-list textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #808080;
}

.hlly-list input:-moz-placeholder,
.hlly-list textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
}

.hlly-list input::-moz-placeholder,
.hlly-list textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
}

.hlly-list input:-ms-input-placeholder,
.hlly-list textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #808080;
}

.hllytj-btn {
    width: 132px;
    height: 38px;
    line-height: 38px;
    background: #0082c0;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    outline: none;
    border: none;
    display: block;
    margin-top: 120px;
    cursor: pointer;
}

@media only screen and (max-width: 1400px) {
    .swiper-container-hlkt .swiper-slide .pic {
        height: 170px;
    }
    .hlly-list input {
        width: 440px;
    }
    .hlly-list textarea {
        width: 850px;
    }
}

@media only screen and (max-width: 1200px) {
    .hlly-list input {
        width: 340px;
    }
    .hlly-list textarea {
        width: 660px;
    }
}

@media only screen and (max-width: 996px) {
    .hlly-list input {
        width: 230px;
    }
    .hlly-list textarea {
        width: 440px;
    }
}

@media only screen and (max-width: 768px) {
    .swiper-container-hlkt .swiper-slide .pic {
        height: 140px;
    }
    .hlly-list {
        width: 50%;
    }
    .hlly-list span {
        width: 100px;
    }
    .hlly-list input,
    .hlly-list textarea {
        width: calc(100% - 115px);
    }
    .hlly-list.lynr {
        width: calc(100% - 150px);
    }
}

@media only screen and (max-width: 616px) {
    .hldt-ul li .nr {
        margin-top: 5px;
    }
    .hldt-ul li,
    .hldt-ul {
        margin-top: 10px;
    }
    .hldt-ul {
        padding-bottom: 20px;
    }
    .hlzc-title {
        padding-top: 10px;
    }
    .hlzc-title a {
        margin-right: 0;
    }
}

@media only screen and (max-width: 515px) {
    .hldt-ul li {
        width: 100%;
        margin-right: 0;
    }
    .hlly-list {
        padding-top: 20px;
        margin: 0;
    }
    .hlly-list,
    .hlly-list.lynr {
        width: 100%;
    }
    .hllytj-btn {
        margin-top: 20px;
    }
    .hlly-content {
        padding: 20px 0;
    }
    .hlly-list span {
        margin-right: 5px;
    }
}


/* 科室导航 */

.search-ksdh {
    width: 250px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-top: 14px;
}

.search-ksdh input {
    display: block;
    width: 198px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 20px;
    border: none;
    outline: none;
}

.search-ksdh input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #cccccc;
}

.search-ksdh input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}

.search-ksdh nput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cccccc;
}

.search-ksdh input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #cccccc;
}

.ksss-btn {
    display: block;
    width: 20px;
    height: 30px;
    background: url(../images/ksss-icon.png) center no-repeat;
    float: left;
}

.ksdh-hd {
    width: 100%;
    height: 50px;
    border-left: 1px solid #cccccc;
}

.ksdh-hd li {
    width: 33.33%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    border: 1px solid #cccccc;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 16px;
    color: #007cc3;
    border-left: none;
    position: relative;
    cursor: pointer;
}

.ksdh-hd li.on::after {
    content: "";
    width: 20px;
    height: 14px;
    background: url(../images/ksdh-down.png);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -14px;
}

.ksdh-hd li.on {
    background: #007cc3;
    border: 1px solid #007cc3;
    color: #FFFFFF;
}

.ksdh-hd li.li1 .icon {
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url(../images/ksdh-ssks.png) no-repeat;
    margin-right: 10px;
}

.ksdh-hd li.li1.on .icon {
    background-position: -18px 0;
}

.ksdh-hd li.li2 .icon {
    display: inline-block;
    width: 27px;
    height: 22px;
    background: url(../images/ksdh-fssks.png) no-repeat;
    margin-right: 10px;
}

.ksdh-hd li.li2.on .icon {
    background-position: -27px 0;
}

.ksdh-hd li.li3 .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/ksdh-zdxgks.png) no-repeat;
    margin-right: 10px;
}

.ksdh-hd li.li3.on .icon {
    background-position: -22px 0;
}

.ksdh-con {
    display: none;
}

.ksdh-con li {
    width: 423px;
    height: 310px;
    background: #f7f7f7;
    margin: 30px 30px 0 0;
    box-sizing: border-box;
    padding: 20px;
}

.ksdh-con li:nth-child(3n) {
    margin-right: 0;
}

.ksdh-title {
    height: 33px;
    border-bottom: 1px solid #e6e6e6;
}

.ksdh-title span {
    font-size: 16px;
    color: #000000;
    padding: 0 12px;
    border-bottom: 4px solid #007cc3;
    padding-bottom: 8px;
    margin-top: 1px;
    float: left;
}

.ksdh-bd li {
    float: left;
}

.ksdh-bd li .nr {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    text-align: justify;
    height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: 20px;
}

.ksdh-zj {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
}

.ksdh-zj a {
    display: block;
    width: 33.33%;
    float: left;
    font-size: 14px;
    color: #000000;
    /* padding-left: 17px; */
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
    transition: .3s all ease;
}

.ksdh-zj a:hover {
    color: #007cc3;
}

.ksdh-zj a:nth-child(3) {
    justify-content: flex-end;
}

.ksdh-zj a:nth-child(2),
.ksdh-zj a:nth-child(5) {
    justify-content: center;
}

.ksdh-zj a:nth-child(4) {
    justify-content: start;
}

.ksdh-zj a i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #007cc3;
    margin-right: 10px;
}

.ksdh-zj .gd {
    font-size: 14px;
    color: #007cc3;
    justify-content: flex-end;
}

@media only screen and (max-width: 1400px) {
    .ksdh-con li {
        width: 370px;
    }
}

@media only screen and (max-width: 1200px) {
    .ksdh-con li {
        width: 303px;
    }
}

@media only screen and (max-width: 996px) {
    .ksdh-con li {
        width: 360px;
    }
    .ksdh-con li:nth-child(3n) {
        margin-right: 30px;
    }
    .ksdh-con li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .ksdh-con li {
        width: 49%;
        margin-right: 2%;
    }
    .ksdh-con li:nth-child(3n) {
        margin-right: 2%;
    }
    .ksdh-con li:nth-child(2n) {
        margin-right: 0;
    }
    .detail-content {
        padding: 20px;
    }
    .detail-title .title {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 515px) {
    .ksdh-con li {
        padding: 10px 10px 20px;
    }
    .ksdh-bd li .nr,
    .ksdh-zj,
    .ksdh-zj a,
    .ksdh-con li,
    .ksdh-con {
        margin-top: 10px;
    }
    .ksdh-bd li .nr {
        line-height: 20px;
        height: 80px;
    }
    .ksdh-hd li .icon {
        display: none!important;
    }
    .ksdh-con li {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 414px) {
    .ksdh-hd li {
        font-size: 14px;
    }
}


/* 科研教学 */

.jwdt-content {
    /* width: 860px; */
    width: 64.66%;
    height: 406px;
    background: #f5f5f5;
    margin-top: 30px;
}

.jwgz-title {
    padding: 20px 28px 8px;
    line-height: 24px;
    border-bottom: 1px solid #e2e2e2;
}

.jwgz-title span {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.jwgz-title a {
    float: right;
    font-size: 14px;
    color: #999999;
    transition: .3s all ease;
}

.jwgz-title a:hover {
    color: #007CC3;
}

.jwdt-ul {
    padding-top: 10px;
}

.jwdt-ul li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #dddddd;
    padding: 0 20px;
}

.jwdt-ul li a {
    font-size: 16px;
    color: #333333;
    display: block;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: calc(100% - 100px);
    transition: .3s all ease;
}

.jwdt-ul li a:hover {
    color: #007CC3;
    margin-left: 5px;
}

.jwdt-ul li span {
    float: right;
    font-size: 14px;
    color: #b2b2b2;
}

.tzgg-content {
    width: 33%;
    height: 406px;
    background: #f5f5f5;
    margin-top: 30px;
}

.tzgg-top {
    padding: 12px 20px;
}

.tzgg-top .pic {
    width: 112px;
    height: 82px;
    border: 1px solid #f4f4f4;
    float: left;
}

.tzgg-top .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.tzgg-top .text {
    margin-left: 125px;
}

.tzgg-top .text .bt {
    font-size: 16px;
    color: #333333;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.tzgg-top:hover .text .bt {
    color: #007cc3;
}

.tzgg-top .text .nr {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 5px;
    text-align: justify;
}

.tzgg-ul li {
    height: 47px;
    line-height: 47px;
    border-top: 1px dashed #dddddd;
    margin: 0 20px;
}

.tzgg-ul li a {
    font-size: 16px;
    color: #333333;
    display: block;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: calc(100% - 100px);
    transition: .3s all ease;
}

.tzgg-ul li a:hover {
    color: #007CC3;
    margin-left: 5px;
}

.tzgg-ul li span {
    float: right;
    font-size: 14px;
    color: #b2b2b2;
}


/* 进修教育 */

.jxjy-content {
    background: #f5f5f5;
    margin-top: 25px;
    padding-bottom: 37px;
}

.jxjy-hd {
    padding: 20px 20px 10px;
}

.jxjy-hd li {
    width: 20%;
    float: left;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #0088cd;
    background: #FFFFFF;
    margin-left: -1px;
    box-sizing: border-box;
}

.jxjy-hd li.on {
    background: #0088cd;
}

.jxjy-hd li a {
    color: #333333;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jxjy-hd li.on a {
    color: #FFFFFF;
}

.jxjy-bd {
    padding: 0 20px;
}

.jxjy-con {
    display: none;
}

.jxjy-con li {
    margin-top: 10px;
    background: #FFFFFF;
    transition: .3s all ease;
}

.jxjy-con li:hover {
    background: #0088cd;
}

.jxjy-con li a {
    display: block;
    height: 70px;
    padding: 14px 40px;
}

.jxjy-con li .date {
    width: 74px;
    height: 70px;
    background: #cccccc;
}

.jxjy-con li:hover .date {
    background: #FFFFFF;
}

.jxjy-con li .date .day {
    text-align: center;
    font-size: 32px;
    color: #686868;
    transition: .3s all ease;
}

.jxjy-con li:hover .day,
.jxjy-con li:hover .date .year {
    color: #077cc3;
}

.jxjy-con li .date .year {
    text-align: center;
    font-size: 14px;
    color: #686868;
    transition: .3s all ease;
}

.jxjy-con li .text {
    margin-left: 95px;
}

.jxjy-con li .text .bt {
    font-size: 16px;
    color: #333333;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    transition: .3s all ease;
}

.jxjy-con li .text .nr {
    font-size: 14px;
    color: #999999;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    transition: .3s all ease;
}

.jxjy-con li:hover .text .bt,
.jxjy-con li:hover .text .nr {
    color: #FFFFFF;
}

.jwgz-part3 {
    padding: 30px 0 50px;
}

.jwgz-part3 .ywgk-left {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.jwgz-part3 .ywgk-ul li {
    background: #FFFFFF;
}

.jwgz-part3 .ywgk-ul li:hover {
    background: #0082c0;
}

@media only screen and (max-width: 768px) {
    .jwdt-content {
        width: 100%;
    }
    .tzgg-content {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 515px) {
    .jxjy-con li a {
        padding: 10px;
    }
    .jxjy-content {
        padding-bottom: 20px;
    }
    .jwgz-part3 {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 414px) {
    .ywgk-ul li {
        height: auto;
    }
    .ywgk-ul li a {
        padding: 10px 15px 10px 35px;
    }
    .ywgk-ul li .date {
        top: 18px;
    }
    .ywgk-title {
        padding: 10px 20px 10px;
    }
    .jwgz-title {
        padding: 10px 28px 8px;
    }
}


/* 在线留言 */

.lyb-content {
    /* height: 500px; */
    background: url(../images/zxly-bg.jpg) right center no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
    /* padding-top: 35px; */
    padding-bottom: 40px;
    background-size: cover;
}

.lyb-hd {
    width: 100%;
    height: 60px;
    background: #0082c0;
    margin-bottom: 35px;
}

.lyb-hd a {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    color: #FFFFFF;
    font-size: 16px;
}

.lyb-hd a.on {
    color: #0082c0;
    background: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
}

.lyb-list {
    margin-right: 10px;
    margin-bottom: 20px;
}

.lyb-list input {
    display: block;
    width: 304px;
    height: 36px;
    border: 1px solid #cccccc;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}

.lyb-list span {
    width: 95px;
    height: 36px;
    line-height: 36px;
    margin-right: 25px;
    display: block;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #494949;
}

.lyb-list textarea {
    display: block;
    width: 738px;
    height: 218px;
    border: 1px solid #cccccc;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    font-family: "微软雅黑";
    resize: none;
}

.tj-btn {
    text-align: center;
    padding-top: 30px;
}

.tj-btn button {
    width: 143px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #ffffff;
    border: none;
    outline: none;
    margin: 0 13px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.tj-btn button.submite {
    background: #0082c0;
    color: #FFFFFF;
}

.w828 {
    width: 870px;
}


/* 留言列表 */

.lylb-content {
    border: 1px solid #cccccc;
    background: #f0f8fc;
    margin: 40px 40px 0;
}

.lylb-ul {
    border-bottom: 1px solid #cccccc;
}

.lylb-ul .dt {
    height: 50px;
    line-height: 50px;
}

.lylb-ul .dt .bt {
    font-size: 14px;
    color: #000000;
    float: left;
    padding: 0 24px;
    width: calc(100% - 294px);
    box-sizing: border-box;
}

.lylb-ul .dt .state,
.lylb-ul .dt .date {
    font-size: 14px;
    color: #000000;
    text-align: center;
    float: left;
    border-left: 1px solid #cccccc;
}

.lylb-ul li .state {
    width: 151px;
}

.lylb-ul li .date {
    width: 141px;
}

.lylb-ul .dd {
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #cccccc;
}

.lylb-ul .dd .bt {
    font-size: 14px;
    color: #666666;
    float: left;
    padding: 0 24px;
    width: calc(100% - 294px);
    box-sizing: border-box;
}

.lylb-ul .dd .bt a {
    display: block;
    color: #666666;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.lylb-ul .dd:hover .bt a {
    color: #007cc3;
}

.lylb-ul .dd .state,
.lylb-ul .dd .date {
    font-size: 14px;
    color: #666666;
    text-align: center;
    float: left;
    border-left: 1px solid #cccccc;
}

.pages {
    margin: 45px 0 35px;
}

.lynr-content {
    padding: 40px 40px 0;
}

.lynr-wrap {
    padding: 38px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid #cccccc;
}

.lynr-wrap .lynr {
    font-size: 16px;
    color: #333333;
    text-align: justify;
    margin-top: 30px;
}

.hfnr-content {
    border-top: 1px dashed #929394;
    margin-top: 40px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 996px) {
    .lyb-list input {
        width: 200px;
    }
    .lyb-list textarea {
        width: 530px;
    }
    .w828 {
        width: 660px;
    }
}

@media only screen and (max-width: 768px) {
    .w828 {
        width: 100%;
    }
    .lyb-list {
        width: 50%;
        margin-right: 0;
    }
    .lyb-list input {
        width: calc(100% - 140px);
    }
    .lyb-list.lynr {
        width: 100%;
    }
    .lyb-list textarea {
        width: calc(100% - 140px);
    }
    .lylb-content {
        margin: 20px 20px 0;
    }
    .lylb-ul li .state {
        width: 110px;
    }
    .lylb-ul li .date {
        width: 100px;
    }
    .lylb-ul .dt .bt,
    .lylb-ul .dd .bt {
        width: calc(100% - 212px);
        padding: 0 10px;
    }
    .lynr-content {
        padding: 20px 20px 0;
    }
    .lynr-wrap {
        padding: 20px;
    }
    .lynr-wrap .lynr {
        margin-top: 20px;
    }
    .hfnr-content {
        margin-top: 20px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 616px) {
    .w828 {
        width: 100%;
    }
    .lyb-list {
        width: 100%;
        margin-right: 0;
    }
    .lyb-list input {
        width: calc(100% - 140px);
    }
    .lyb-list.lynr {
        width: 100%;
    }
    .lyb-list textarea {
        width: calc(100% - 140px);
    }
    .tj-btn {
        padding-top: 0;
    }
    .lyb-content {
        padding-bottom: 20px;
    }
    .dqwz-content {
        display: none;
    }
    .lyb-hd a {
        width: 150px;
    }
}

@media only screen and (max-width: 414px) {
    .tj-btn button {
        width: 120px;
        margin: 0 10px;
    }
    .lyb-list {
        margin-bottom: 0;
    }
    .lyb-list input,
    .lyb-list textarea {
        width: calc(100% - 40px);
        margin: 0 20px;
    }
    .lyb-list span {
        text-align: left;
        margin: 0 20px;
    }
    .tj-btn {
        margin-top: 20px;
    }
    .tj-btn button {
        width: 100px;
    }
    .lylb-content {
        margin: 10px 10px 0;
    }
    .lylb-ul li .state {
        width: 70px;
    }
    .lylb-ul li .date {
        width: 85px;
    }
    .lylb-ul .dt .bt,
    .lylb-ul .dd .bt {
        width: calc(100% - 157px);
        padding: 0 5px;
    }
    .lynr-content {
        padding: 10px 10px 0;
    }
    .lynr-wrap {
        padding: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .lyb-hd a {
        width: 100px;
    }
}


/* 人事招聘 */

.zpdt-content {
    width: 100%;
    margin-top: 40px;
}

.swiper-container-zpdt {
    width: 385px;
    height: 265px;
    float: left;
    /* margin-top: 20px; */
}

.swiper-container-zpdt .swiper-slide {
    width: 100%;
    height: 265px;
}

.swiper-container-zpdt .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-zpdt .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.swiper-container-zpdt .swiper-slide .text {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    height: 46px;
    line-height: 46px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 0 70px 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-container-zpdt .swiper-pagination {
    width: auto;
    right: 0;
    left: initial;
    bottom: 15px;
}

.swiper-container-zpdt .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #FFFFFF;
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
}

.swiper-container-zpdt .swiper-pagination .swiper-pagination-bullet-active {
    background: #0082c0;
}

.zpdt-right {
    margin-left: 405px;
    padding: 8px 0;
    height: 265px;
    box-sizing: border-box;
    background: #f5f5f5;
    margin-top: 20px;
}

.zpdt-right li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #d7d7d7;
    padding: 0 12px;
}

.zpdt-right li a {
    font-size: 14px;
    color: #333333;
    display: block;
    float: left;
    width: calc(100% - 100px);
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.zpdt-right li:hover a {
    color: #007cc3;
}

.zpdt-right li span {
    font-size: 14px;
    color: #999999;
    float: right;
}

.zpdt-bottom {
    padding: 5px 0 15px;
    background: #f5f5f5;
    margin-top: 20px;
}

.zpdt-bottom li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #d7d7d7;
    padding: 0 15px;
}

.zpdt-bottom li a {
    font-size: 14px;
    color: #333333;
    display: block;
    width: calc(100% - 120px);
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/rsdt-icon.jpg) left center no-repeat;
    padding-left: 10px;
    transition: .3s all ease;
}

.zpdt-bottom li:hover a {
    color: #007cc3;
}

.zpdt-bottom li span {
    font-size: 14px;
    color: #999999;
    float: right;
}

.rszp-content {
    width: 34.21%;
    margin-top: 40px;
}

.rszp-ul li {
    height: 93px;
    border: 1px solid #c9c9c9;
    margin-top: 20px;
    box-sizing: border-box;
}

.rszp-ul li .pic {
    background: url(../images/pin.jpg);
    width: 111px;
    height: 92px;
    float: left;
}

.rszp-ul li.on .pic {
    float: right;
}

.rszp-ul li .text {
    padding: 0 10px;
    width: calc(100% - 111px);
    box-sizing: border-box;
    float: right;
}

.rszp-ul li.on .text {
    float: left;
}

.rszp-ul li .text .bt {
    font-size: 14px;
    color: #333333;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.rszp-ul li .text .nr {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
    text-align: justify;
}

@media only screen and (max-width: 1200px) {
    .swiper-container-zpdt {
        width: 320px;
    }
    .zpdt-right {
        margin-left: 330px;
    }
}

@media only screen and (max-width: 996px) {
    .zpdt-content {
        width: 100%;
        margin-top: 20px;
    }
    .rszp-content {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .liuyan-list {
        width: 100%;
    }
    .liuyan-list textarea {
        width: 100%;
    }
}

@media only screen and (max-width: 616px) {
    .swiper-container-zpdt {
        width: 100%;
        float: initial;
        margin-top: 20px;
    }
    .zpdt-right {
        width: 100%;
        margin-left: 0;
    }
}


/* 视频中心 */

.splb-ul li {
    width: 310px;
    height: 280px;
    background: #f7f7f7;
    float: left;
    border-radius: 5px;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s all ease;
}

.splb-ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.splb-ul li:nth-child(4n) {
    margin-right: 0;
}

.splb-ul li .pic {
    width: 100%;
    height: 220px;
    border-radius: 5px 5px 0 0;
    position: relative;
    transition: .3s all ease;
}

.splb-ul li:hover .pic {
    height: 280px;
    border-radius: 5px;
}

.splb-ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.splb-ul li .pic span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/splb-play.png) center no-repeat rgba(0, 0, 0, .5);
    z-index: 1;
    border-radius: 5px 5px 0 0;
}

.splb-ul li .text {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* transition: .3s all ease; */
}

.splb-ul li:hover .text {
    display: none;
}

@media only screen and (max-width: 1400px) {
    .splb-ul li {
        width: 270px;
    }
}

@media only screen and (max-width: 1200px) {
    .splb-ul li {
        width: 303px;
    }
    .splb-ul li:nth-child(4n) {
        margin-right: 30px;
    }
    .splb-ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 996px) {
    .splb-ul li {
        width: 360px;
    }
    .splb-ul li:nth-child(3n) {
        margin-right: 30px;
    }
    .splb-ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .splb-ul li {
        width: 48%;
        margin-right: 4%;
    }
    .splb-ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .splb-ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 414px) {
    .splb-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .splb-ul li:nth-child(3n) {
        margin-right: 0;
    }
}


/* 图片列表 */

.tplb-ul li {
    width: 310px;
    height: 280px;
    background: #f7f7f7;
    float: left;
    border-radius: 5px;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s all ease;
    position: relative;
}

.tplb-ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.tplb-ul li:nth-child(4n) {
    margin-right: 0;
}

.tplb-ul li .pic {
    width: 100%;
    height: 208px;
    border-radius: 5px 5px 0 0;
    transition: .3s all ease;
    position: relative;
}

.tplb-ul li:hover .pic {
    height: 280px;
    border-radius: 5px;
}

.tplb-ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.tplb-ul li a {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/tplb-icon.png) center no-repeat rgba(0, 130, 190, .8);
    z-index: 1;
    border-radius: 5px 5px 0 0;
    display: none;
    transition: .3s all ease;
}

.tplb-ul li:hover a {
    display: block;
    height: 100%;
}

.tplb-ul li .text {
    height: 72px;
    line-height: 72px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* transition: .3s all ease; */
}

.tplb-ul li:hover .text {
    display: none;
}

@media only screen and (max-width: 1400px) {
    .tplb-ul li {
        width: 270px;
    }
}

@media only screen and (max-width: 1200px) {
    .tplb-ul li {
        width: 303px;
    }
    .tplb-ul li:nth-child(4n) {
        margin-right: 30px;
    }
    .tplb-ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 996px) {
    .tplb-ul li {
        width: 360px;
    }
    .tplb-ul li:nth-child(3n) {
        margin-right: 30px;
    }
    .tplb-ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .tplb-ul li {
        width: 48%;
        margin-right: 4%;
    }
    .tplb-ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .tplb-ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 515px) {
    .tplb-ul li {
        height: 190px;
        margin-bottom: 20px;
    }
    .tplb-ul li .pic {
        height: 144px;
    }
    .tplb-ul li .text {
        height: 46px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 375px) {
    .tplb-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .tplb-ul li:nth-child(3n) {
        margin-right: 0;
    }
}


/* 网站地图 */

.wzdt-title a {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 19px;
    position: relative;
}

.wzdt-title a::after {
    content: "";
    width: 5px;
    height: 30px;
    background: #007cc3;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}

.wzdt-title i {
    display: block;
    margin-left: 110px;
    height: 30px;
    position: relative;
}

.wzdt-title i::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 15px;
}

.wzdt-con {
    padding-left: 20px;
    margin-bottom: 30px;
}

.wzdt-con a {
    display: block;
    width: 16.66%;
    float: left;
    font-size: 14px;
    color: #000000;
    background: url(../images/wzdt-icon.png) left center no-repeat;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 30px;
    transition: .3s all ease;
}

.wzdt-con a:hover {
    color: #007cc3;
}

@media only screen and (max-width: 768px) {
    .wzdt-con a {
        width: 25%;
    }
}

@media only screen and (max-width: 515px) {
    .wzdt-con a {
        width: 33.33%;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .wzdt-con a {
        width: 50%;
    }
}


/* 专家介绍 */

.zjjs-top {
    padding: 25px 15px 15px;
    background: #f5f5f5;
}

.szks-con {
    border-bottom: 1px dotted #c7c7c7;
    padding-bottom: 30px;
}

.szks-con .szks {
    display: block;
    font-size: 16px;
    color: #b2b2b2;
    width: 105px;
    text-align: right;
    float: left;
}

.szks-right {
    margin-left: 120px;
}

.zjks-hd {
    border-bottom: 1px solid #e4e4e4;
}

.zjks-hd li {
    font-size: 16px;
    color: #666666;
    border-bottom: 5px solid transparent;
    float: left;
    margin-right: 90px;
    padding-bottom: 10px;
    cursor: pointer;
    margin-top: 1px;
}

.zjks-hd li:last-child {
    margin-right: 0;
}

.zjks-hd li.on {
    color: #007cc3;
    border-bottom: 5px solid #007cc3;
}

.szks-ul {
    display: none;
}

.szks-ul li {
    width: 14.28%;
    float: left;
    margin-top: 25px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.szks-ul li a {
    font-size: 14px;
    color: #666666;
    transition: .3s all ease;
}

.szks-ul li:hover a,
.szks-ul li.on a {
    color: #007cc3;
}

.zc-con {
    border-bottom: 1px dotted #c7c7c7;
    padding-bottom: 20px;
}

.zc-con .zc {
    display: block;
    font-size: 16px;
    color: #b2b2b2;
    width: 105px;
    text-align: right;
    float: left;
    margin-top: 20px;
}

.zc-right {
    margin-left: 120px;
}

.zc-right a {
    font-size: 14px;
    color: #666666;
    width: 14.28%;
    float: left;
    margin-top: 20px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.zc-right a:hover {
    color: #007cc3;
}

.select-con {
    margin-top: 25px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
}

.select-con span {
    display: block;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin-top: 5px;
}

.select-right {
    margin-left: 95px;
}

.select-nr {
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    background: #007cc3;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.select-nr span {
    float: left;
    color: #ffffff;
    font-size: 14px;
    margin-right: 8px;
    margin-top: 0;
}

.select-nr i {
    display: inline-block;
    float: left;
    width: 9px;
    height: 25px;
    background: url(../images/zjjs-sc.png) center no-repeat;
}

.zjjs-ul {
    padding-top: 5px;
}

.zjjs-ul li {
    width: 310px;
    height: 310px;
    float: left;
    background: #f5f5f5;
    margin-top: 30px;
    margin-right: 30px;
    transition: .3s all ease;
}

.zjjs-ul li:nth-child(4n) {
    margin-right: 0;
}

.zjjs-ul li:hover {
    background: #FFFFFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.zjjs-ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zjjs-top1 {
    padding: 20px 20px 18px 20px;
    height: 160px;
    border-bottom: 1px dotted #d1d1d1;
}

.zjjs-top1 .pic {
    width: 140px;
    height: 160px;
    float: left;
}

.zjjs-top1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.zjjs-top1 .text {
    margin-left: 155px;
    height: 160px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.zjjs-top1 .text .name {
    font-size: 20px;
    color: #007cc3;
}

.zjjs-top1 .text .keshi {
    font-size: 14px;
    color: #333333;
    margin-top: 25px;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zjjs-bottom {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: justify;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 15px 20px;
}
.footer-bottom .fl, .footer-bottom .fr {
    width: auto;
}
@media only screen and (max-width: 1400px) {
    .zjjs-ul li {
        width: 370px;
    }
    .zjjs-ul li:nth-child(4n) {
        margin-right: 30px;
    }
    .zjjs-ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .zjjs-ul li {
        width: 303px;
    }
    .zjjs-ul li:nth-child(4n) {
        margin-right: 30px;
    }
    .zjjs-ul li:nth-child(3n) {
        margin-right: 0;
    }
    .szks-ul li {
        width: 20%;
    }
    .footer-bottom{
        height: auto;
        text-align: center;
    }
    .footer-bottom .fl, .footer-bottom .fr {
        width: 100%;
    }
}

@media only screen and (max-width: 996px) {
    .zjjs-ul li {
        width: 360px;
    }
    .zjjs-ul li:nth-child(4n),
    .zjjs-ul li:nth-child(3n) {
        margin-right: 30px;
    }
    .zjjs-ul li:nth-child(2n) {
        margin-right: 0;
    }
    .szks-ul li {
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .zjjs-ul li {
        width: 48%;
        margin-right: 4%;
    }
    .zjjs-ul li:nth-child(4n),
    .zjjs-ul li:nth-child(3n) {
        margin-right: 4%;
    }
    .zjjs-ul li:nth-child(2n) {
        margin-right: 0;
    }
    .szks-ul li {
        width: 25%;
    }
    .zjks-hd li {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 616px) {
    .zjjs-top1 {
        padding: 10px;
    }
    .zjjs-ul li {
        height: 280px;
    }
    .zjjs-top1 .pic {
        width: 100px;
    }
    .zjjs-top1 .text {
        margin-left: 110px;
    }
    .zjks-hd li {
        margin-right: 20px;
    }
    .szks-ul li {
        width: 33.33%;
        margin-top: 10px;
    }
    .zc-right a {
        width: 33.33%;
        margin-top: 10px;
    }
    .zc-con .zc {
        margin-top: 10px;
    }
    .szks-con {
        padding-bottom: 15px;
    }
    .zc-con {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 515px) {
    .zjjs-top1 .pic,
    .zjjs-top1 .text,
    .zjjs-top1 {
        height: 120px;
    }
    .zjjs-top1 .text .keshi {
        margin-top: 5px;
    }
    .zjjs-bottom {
        margin: 10px;
        line-height: 20px;
        height: 60px;
    }
    .zjjs-ul li:nth-child(4n),
    .zjjs-ul li:nth-child(3n) {
        margin-right: 2%;
    }
    .zjjs-ul li {
        height: 222px;
        margin-right: 2%;
        width: 49%;
        margin-top: 2%;
    }
    .zjjs-ul li:nth-child(2n) {
        margin-right: 0;
    }
    .szks-ul li,
    .zc-right a {
        width: 50%;
    }
    .zjks-hd li {
        margin-right: 10px;
    }
    .zjjs-top {
        padding: 10px;
    }
    .szks-con .szks,
    .zc-con .zc {
        width: 90px;
    }
    .szks-right,
    .zc-right {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 414px) {
    .zjjs-ul li {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }
}


/* 专家详情 */

.zjxq-top {
    padding-bottom: 52px;
    border-bottom: 1px solid #cccccc;
}

.zjxq-top .pic {
    width: 240px;
    height: 286px;
    overflow: hidden;
    float: left;
}

.zjxq-top .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zjxq-top .text {
    margin-left: 310px;
    height: 286px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.zjxq-top .text .name {
    font-size: 20px;
    color: #0082c0;
}

.zjxq-top .text .zhicheng {
    font-size: 16px;
    color: #333333;
    margin-top: 50px;
}

.zjxq-bottom {
    padding: 0 30px;
    margin-top: 45px;
}

.zjxq-bottom .bt {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 18px;
    border-bottom: 1px dotted #d3d3d3;
    margin-bottom: 25px;
}

.zjxq-bottom .nr,
.zjxq-bottom .nr * {
    font-size: 14px!important;
    line-height: 34px!important;
    color: #333333!important;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .zjxq-top .text {
        margin-left: 260px;
    }
}

@media only screen and (max-width: 515px) {
    .zjxq-top .text {
        margin-left: 170px;
    }
    .zjxq-top .pic {
        width: 150px;
        height: 210px;
    }
    .zjxq-top .text {
        height: 210px;
    }
    .zjxq-top .text .zhicheng {
        margin-top: 20px;
    }
    .zjxq-top {
        padding-bottom: 20px;
    }
    .zjxq-bottom {
        padding: 0 20px;
        margin-top: 20px;
    }
    .zjxq-bottom .bt {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}


/* 专题专栏 */

.ztzl-ul {
    padding-top: 10px;
}

.ztzl-ul li {
    width: 650px;
    height: 120px;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    box-sizing: border-box;
}

.ztzl-ul li a {
    display: block;
}

.ztzl-ul li .pic {
    width: 309px;
    height: 118px;
    float: left;
    overflow: hidden;
}

.ztzl-ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.ztzl-ul li:hover .pic img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.8s;
    -moz-transition: all 1s ease 0.8s;
    -ms-transition: all linear 0.8s;
    -o-transition: all linear 0.8s;
    transition: all linear 0.8s;
}

.ztzl-ul li .text {
    padding: 0 30px;
    margin-left: 309px;
    height: 118px;
    display: flex;
    align-items: center;
    position: relative;
}

.ztzl-ul li .text .bt {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 38px;
    transition: .3s all ease;
}

.ztzl-ul li:hover .text .bt {
    color: #007cc3;
}

.ztzl-ul li .text span {
    font-size: 14px;
    color: #cccccc;
    background: url(../images/ztzl-arrow.png) left center no-repeat;
    padding-left: 30px;
    position: absolute;
    right: 30px;
    bottom: 25px;
}

@media only screen and (max-width: 1400px) {
    .ztzl-ul li {
        width: 570px;
    }
    .ztzl-ul li .pic {
        width: 270px;
    }
    .ztzl-ul li .text {
        margin-left: 270px;
    }
}

@media only screen and (max-width: 1200px) {
    .ztzl-ul li {
        width: 470px;
    }
    .ztzl-ul li .pic {
        width: 220px;
    }
    .ztzl-ul li .text {
        margin-left: 220px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 996px) {
    .ztzl-ul li {
        width: 360px;
    }
    .ztzl-ul li .pic {
        width: 160px;
    }
    .ztzl-ul li .text {
        margin-left: 160px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .ztzl-ul li {
        width: 49%;
        margin-right: 2%;
    }
    .ztzl-ul li .text span {
        right: 15px;
        bottom: 10px;
    }
}

@media only screen and (max-width: 616px) {
    .ztzl-ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ztzl-ul li .text span {
        right: 15px;
        bottom: 10px;
    }
    .box {
        padding: 20px 0 30px;
    }
}


/* 科研动态 */

.kydt-content {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.kydt-content .xwzx-bd {
    width: 43.9%;
    height: 310px;
}

.kydt-content .xwzx-l-l {
    background: #FFFFFF;
}

.kydt-content .xwzx-l-l .pic {
    width: 100%;
    height: 265px;
    overflow: hidden;
}

.kydt-content .xwzx-l-l .text {
    margin-top: 10px;
}

.kydt-content .xwzx-hd li {
    height: 100px;
    margin-top: 5px;
    background: #FFFFFF;
}

.kydt-content .xwzx-hd li.on {
    background: #0082c0;
}

.kydt-content .xwzx-hd li.on::after {
    display: none;
}

.kydt-content .xwzx-hd li a {
    padding: 10px 0 20px 20px;
}

.kycg-content {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    margin-bottom: 40px;
}

.kycg-ul {
    padding-top: 18px;
}

.kycg-ul li {
    height: 47px;
    line-height: 47px;
    border-bottom: 1px dashed #d7d7d7;
    padding: 0 30px;
}

.kycg-ul li a {
    font-size: 14px;
    color: #333333;
    display: block;
    float: left;
    width: calc(100% - 100px);
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.kycg-ul li:hover a {
    color: #007cc3;
    margin-left: 5px;
}

.kycg-ul li span {
    font-size: 14px;
    color: #999999;
    float: right;
}


/* 专家介绍新增 */

.zjqh-bd,
.zjqh-con {
    display: none;
}


/* 分页 */

#layuiPage .layui-laypage a,
#layuiPage .layui-laypage span {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 5px;
    box-sizing: border-box;
    background: #e9e9e9;
    border-radius: 5px;
}

#layuiPage .layui-laypage button,
#layuiPage .layui-laypage input {
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

#layuiPage .layui-laypage .layui-laypage-skip {
    height: 42px;
    line-height: 42px;
    background: none;
}

#layuiPage .layui-laypage button {
    background: #e9e9e9;
}

#layuiPage .layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-radius: 5px;
}

#layuiPage .layui-laypage-count {
    background: none;
}

#layuiPage .layui-laypage a:hover {
    color: #0082c0;
}


/* 第二版首页 */

.banner-new {
    height: 600px;
    /* height: 400px; */
    position: relative;
}

.slick-content .nr,
.slick-content .nr img {
    width: 345px;
    height: 26px;
}

.part2-hd {
    width: 100%;
    height: 100px;
    background: #8c8c8c;
}

.part2-hd ul {
    height: 100%;
}

.part2-hd ul li {
    width: 25%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, .3);
    float: left;
    box-sizing: border-box;
    position: relative;
}

.part2-hd ul li:last-child {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.part2-hd ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .3s all ease;
}

.part2-hd ul li.on a {
    height: 120px;
    background: #0082c0;
}

.part2-hd ul li.on a::after {
    content: "";
    width: 11px;
    height: 6px;
    background: url(../images/down-icon.png);
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
}

.part2-hd ul li .text {
    margin-left: 38px;
}

.part2-hd ul li .text p {
    font-size: 16px;
    color: #ffffff;
}

.part2-hd ul li .text i {
    display: block;
    width: 23px;
    height: 2px;
    background: #FFFFFF;
    margin-top: 20px;
    transition: .3s all ease;
}

.part2-hd ul li.on .text i {
    width: 63px;
}

.part2-bd-con {
    margin-top: 22px;
    display: none;
}

.part2-bd-con li {
    width: 50%;
    padding-right: 1px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 1px;
}

.part2-bd-con li a {
    display: block;
    width: 100%;
    /* height: 120px; */
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
}

.part2-bd-con li .bt {
    line-height: 21px;
    padding-top: 5px;
}

.part2-bd-con li:hover .bt p {
    color: #0082c0;
}

.part2-bd-con li .bt p {
    font-size: 16px;
    color: #000000;
    width: calc(100% - 100px);
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.part2-bd-con li .bt span {
    font-size: 14px;
    color: #5d5d5d;
}

.part2-bd-con li .nr {
    font-size: 12px;
    color: #8d8d8d;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part2-bd-con li .arrow {
    margin-top: 7px;
    transition: .3s all ease;
}

.part2-bd-con li:hover .arrow {
    margin-left: 15px;
}

.swiper-container-ztzl {
    margin-top: 20px;
    width: 100%;
    padding: 0 46px;
    box-sizing: border-box;
}

.swiper-container-ztzl .swiper-slide {
    height: 110px;
}

.swiper-container-ztzl .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-container-ztzl .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.swiper-container-ztzl .swiper-slide:hover a img {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 1s ease 0.6s;
    -moz-transition: all 1s ease 0.6s;
    -ms-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
    transition: all linear 0.6s;
}

.swiper-button-prev-ztzl,
.swiper-button-next-ztzl {
    width: 44px;
    height: 100%;
    top: 0;
    margin-top: 0;
    opacity: 1!important;
}

.swiper-button-prev-ztzl {
    left: 0;
    background: url(../images/ztzl-prev.png) center no-repeat #0082c0;
}

.swiper-button-next-ztzl {
    right: 0;
    background: url(../images/ztzl-next.png) center no-repeat #0082c0;
}

.swiper-button-next-ztzl.swiper-button-disabled {
    background: url(../images/ztzl-next.png) center no-repeat #d4d4d4;
}

.swiper-button-prev-ztzl.swiper-button-disabled {
    background: url(../images/ztzl-prev.png) center no-repeat #d4d4d4;
}

.yygh-ul {
    margin-top: 22px;
}

.yygh-ul li {
    width: 100%;
    margin-left: 2%;
    float: left;
    background: #0082c0;
}

.yygh-ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    height: 106px;
    background: #0082c0;
    font-size: 24px;
    color: #ffffff;
}

.yygh-ul li a img {
    width: 100%;
    height: 100%;
}


/* 新闻中心 */

.xwzx-content {
    padding: 52px 0 55px;
    margin-top: 55px;
    background: url(../images/section2-bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.xwzx-content .container1 {
    overflow: hidden;
}

.swiper-container-xwzx {
    width: 48.87%;
    height: 468px;
    float: left;
}

.swiper-container-xwzx .swiper-slide {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
}

.swiper-container-xwzx .swiper-slide .pic {
    height: 408px;
}

.swiper-container-xwzx .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container-xwzx .swiper-slide .text {
    height: 60px;
    line-height: 60px;
    padding: 0 170px 0 18px;
    font-size: 16px;
    color: #000000;
}

.swiper-container-xwzx .swiper-pagination-xwzx {
    width: auto;
    right: 15px;
    left: auto;
    bottom: 25px;
}

.swiper-container-xwzx .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    background: #cdcdcd;
    border-radius: 0;
    opacity: 1;
    margin: 0 5px!important;
}

.swiper-container-xwzx .swiper-pagination-bullet-active {
    background: #0082c0;
}

.xwzx-right {
    width: 48.87%;
}

.xwzx-r-top {
    width: 100%;
    height: 143px;
    background: #0082c0;
    padding: 20px;
    box-sizing: border-box;
}

.xwzx-r-top a {
    display: block;
    height: 100%;
}

.xwzx-r-top a .text {
    width: 76.92%;
    height: 100%;
    padding-right: 15px;
    border-right: 1px solid #dddddd;
    padding-top: 5px;
    box-sizing: border-box;
}

.xwzx-r-top a .text .bt {
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.xwzx-r-top a .text .nr {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 12px;
    transition: .3s all ease;
}

.xwzx-r-top a .date {
    margin-left: 76.92%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.xwzx-r-top a .date .day {
    font-size: 32px;
    color: #FFFFFF;
    transition: .3s all ease;
}

.xwzx-r-top a .date .year {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 10px;
    transition: .3s all ease;
}

.xwzx-r-ul {
    padding: 12px 20px 25px;
    background: #FFFFFF;
}

.xwzx-r-ul li {
    border-bottom: 1px dotted #cecece;
    height: 47px;
    line-height: 47px;
}

.xwzx-r-ul li a {
    display: block;
    float: left;
    font-size: 16px;
    color: #000000;
    width: calc(100% - 120px);
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s all ease;
}

.xwzx-r-ul li:hover a {
    margin-left: 5px;
    color: #0082c0;
}

.xwzx-r-ul li span {
    font-size: 16px;
    color: #adadad;
    float: right;
}

.xwzx-wrap {
    margin-top: 37px;
}


/* 科室导航 */

.keshi-content {
    padding: 45px 0 80px;
    overflow: hidden;
}

.ksdh-wrap {
    margin-top: 25px;
}

.ksdh-list {
    margin-bottom: 2px;
    background: #f9f9f9;
}

.ksdh-list .bt {
    height: 61px;
    line-height: 61px;
    padding: 0 32px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 20px;
    font-weight: bold;
    color: #0082c0;
}

.ksdh-nr {
    padding: 0 40px 30px;
}

.ksdh-nr a {
    display: block;
    width: 12.5%;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    color: #000000;
    background: url(../images/ksdh-icon.png) left center no-repeat;
    padding-left: 19px;
    margin-top: 25px;
    transition: .3s all ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ksdh-nr a:hover {
    color: #0082c0;
}


/* 专家介绍 */

.zjjs-new-content {
    padding: 40px 0;
    background: url(../images/zjjs-bg.jpg) bottom center no-repeat #ededed;
}

.zjjs-new-content .container1 {
    overflow: hidden;
}

.xjjs-wrap {
    margin-top: 18px;
}

.zjjs-new-hd {
    background: #0082c0;
}

.zjjs-new-hd li {
    width: 25%;
    float: left;
    height: 70px;
    border-left: 1px solid #56acd5;
    line-height: 60px;
    border-top: 10px solid #0082c0;
    box-sizing: border-box;
    color: #eaf4f8;
    font-size: 24px;
    text-align: center;
    transition: .3s all ease;
    cursor: pointer;
}

.zjjs-new-hd li.on {
    background: #FFFFFF;
    color: #0082c0;
}

.zjjs-new-hd li:first-child {
    border-left: none;
}

.zjjs-new-bd {
    width: 100%;
    height: 440px;
    background-color: #FFFFFF;
    padding: 13px 14px 13px 28px;
    box-sizing: border-box;
}

.zjjs-new-con {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-right: 20px;
    box-sizing: border-box;
    display: none;
}

.zjjs-new-con::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 2px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.zjjs-new-con::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #0082c0;
}

.zjjs-new-con::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: #cccccc;
}

@media only screen and (max-width:1200px) {
    .ksdh-nr a {
        width: 16.66%;
    }
}

@media only screen and (max-width: 996px) {
    .part2-hd ul li .text {
        margin-left: 10px;
    }
    .ksdh-nr a {
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .banner-new {
        height: 410px;
    }
    .part2-hd ul li a img {
        height: 30px;
        margin-bottom: 10px;
    }
    .part2-hd ul li .text i {
        display: none;
    }
    .part2-hd ul li a {
        flex-direction: column;
    }
    .part2-hd ul li .text {
        margin-left: 0;
    }
    .xwzx-content {
        padding: 30px 0 30px;
        margin-top: 30px;
    }
    .section4-t-bg {
        display: none;
        margin-top: 10px;
    }
    .xwzx-wrap {
        margin-top: 20px;
    }
    .swiper-container-xwzx {
        width: 100%;
        height: auto;
    }
    .xwzx-right {
        width: 100%;
        margin-top: 20px;
    }
    .swiper-container-xwzx .swiper-slide .pic {
        height: auto;
        padding-bottom: 50%;
        position: relative;
    }
    .swiper-container-xwzx .swiper-slide .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media only screen and (max-width: 616px) {
    .part2-hd ul li .text p {
        font-size: 14px;
    }
    .part2-hd {
        height: 70px;
    }
    .part2-hd ul li a img {
        height: 25px;
    }
    .part2-hd ul li.on a {
        height: 80px;
    }
    .part2-bd-con li {
        width: 100%;
    }
    .yygh-ul,
    .swiper-container-ztzl {
        margin-top: 10px;
    }
    .yygh-ul li a {
        height: 60px;
        font-size: 18px;
    }
    .xwzx-right {
        margin-top: 10px;
    }
    .xwzx-r-top {
        padding: 10px;
        height: 95px;
    }
    .xwzx-r-top a .text .nr {
        margin-top: 5px;
    }
    .xwzx-r-ul li a,
    .xwzx-r-ul li span {
        font-size: 14px;
    }
    .xwzx-r-ul li {
        height: 40px;
        line-height: 40px;
    }
    .xwzx-r-ul {
        padding: 12px 10px 15px;
    }
    .xwzx-r-top a .text .bt {
        font-size: 16px;
    }
    .xwzx-r-top a .text .nr {
        font-size: 12px;
        line-height: 22px;
    }
    .ksdh-list .bt {
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        font-size: 18px;
    }
    .ksdh-nr {
        padding: 0 10px 20px;
    }
    .ksdh-nr a {
        width: 33.33%;
        font-size: 14px;
        margin-top: 10px;
    }
    .zjjs-new-hd li {
        height: 50px;
        line-height: 40px;
        font-size: 16px;
        border-top: 5px solid #0082c0;
    }
    .zjjs-new-bd {
        padding-top: 0;
    }
}


/* 右侧菜单 */

.right-content {
    position: absolute;
    height: 325px;
    right: 0;
    top: 50%;
    margin-top: -162px;
    z-index: 99;
}

.right-ewm li .pic {
    width: 70px;
    height: 70px;
}

.right-ewm li .pic img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.right-ewm li .text {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 8px;
}

.right-ewm li {
    width: 70px;
    margin-bottom: 20px;
    margin-left: 64px;
}

.zxfw-img {
    display: block;
    width: 150px;
    height: 70px;
    margin-top: 20px;
}

.zxfw-img img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.h100 {
    height: 100px;
}

.ewm {
    position: absolute;
    right: 5%;
    top: 50%;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.ewm li:first-child {
    width: 180px;
    height: 180px;
}

.ewm li:first-child img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .slick-content {
        left: 15%;
    }
    .ewm {
        top: 55%;
    }
    .ewm li:first-child {
        width: 165px;
        height: 165px;
    }
}

@media only screen and (max-width: 996px) {
    .ewm li:first-child {
        width: 150px;
        height: 150px;
    }
    .ewm {
        top: 50%;
    }
    .slick-content {
        left: 10%;
    }
}

@media only screen and (max-width: 768px) {
    .zxfw-img {
        margin-top: 0;
    }
    .right-ewm li .text {
        margin-top: 0;
    }
    .right-ewm li {
        margin-bottom: 10px;
    }
    .right-content {
        height: 270px;
        margin-top: 0;
        top: 100px;
    }
    .slick-content {
        left: 8%;
    }
    .ewm li:first-child {
        width: 120px;
        height: 120px;
    }
    .ewm {
        top: 63%;
        font-size: 16px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 616px) {
    .right-ewm li {
        width: 50px;
        margin-left: 30px;
    }
    .zxfw-img {
        width: 100px;
        height: 46px;
    }
    .right-ewm li .pic {
        width: 50px;
        height: 50px;
    }
    .right-ewm li .text {
        font-size: 12px;
    }
    .right-content {
        height: 198px;
        top: 155px;
    }
    .slick-content {
        left: 8%;
    }
    .ewm li:first-child {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 515px) {
    .zxfw-img {
        margin-top: 0;
    }
    .right-ewm li .text {
        margin-top: 0;
    }
    .right-ewm li {
        margin-bottom: 10px;
    }
    .right-content {
        height: 270px;
        margin-top: 0;
        top: 100px;
    }
    .slick-content {
        width: 74%;
        left: 10%;
    }
    .ewm {
        top: 65%;
    }
    .ewm li:first-child {
        width: 80px;
        height: 80px;
    }
}y screen and (max-width: 616px) {
    .right-ewm li {
        width: 50px;
        margin-left: 30px;
    }
    .zxfw-img {
        width: 100px;
        height: 46px;
    }
    .right-ewm li .pic {
        width: 50px;
        height: 50px;
    }
    .right-ewm li .text {
        font-size: 12px;
    }
    .right-content {
        height: 198px;
        top: 155px;
    }
    .slick-content {
        left: 8%;
    }
    .ewm li:first-child {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 515px) {
    .zxfw-img {
        margin-top: 0;
    }
    .right-ewm li .text 