body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #ca3332;
}

body {
    font-family: Arial!important;
    color: #333;
}

.pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out 0s;
}

.img a {
    display: block;
    height: 100%;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    border-style: none;
    background: none;
    text-indent: -999em;
}

.slick-prev,
.slick-next {
    position: absolute;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ctbx {
    width: 1200px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
}

@media (min-width: 1080px) {
    .ctbx {
        width: 1024px;
    }
}

@media (min-width: 1240px) {
    .ctbx {
        width: 1200px;
    }
}


/* 首页 */

.topbg {
    background: #b82524;
    overflow: hidden;
    height: 120px;
}

.top_logo {
    width: 320px;
    float: left;
    margin-top: 19px;
}

.top_rg {
    float: right;
    margin-top: 40px;
}

.search_box {
    width: 250px;
    float: left;
    height: 38px;
    border-radius: 20px;
    padding: 0px 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.102);
}

.ss_text {
    width: calc(100% - 20px);
    float: left;
    border: none;
    height: 38px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.502);
    font-size: 14px;
    background: none;
}

.search_box input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.502);
}

.search_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.502);
}

.search_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.502);
}

.search_box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.502);
}

.ss_btn {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 9px;
}

.top_cha {
    float: right;
    margin-left: 17px;
    background: rgba(255, 255, 255, 0.102);
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    padding: 0px 21px;
    transition: all 0.3s ease-out 0s;
}

.top_cha a {
    color: #fff;
    display: block;
}

.top_cha:hover {
    background: rgba(255, 255, 255, 0.5);
}


/* 导航 */

.nav_box {
    background: #fff;
}

.navbar {
    height: 50px;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
}

.navbar .navbar-nav>li>a {
    font-size: 16px;
    color: #000;
    padding: 0px 17px;
    display: block;
    font-weight: bold;
    line-height: 50px;
}


.navbar .navbar-nav>li:hover>a,
.navbar .navbar-nav>li.active>a {
    color: #b82524;
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .hasChild:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #b82524;
    transform: scaleY(0);
    transition: all 0.2s ease-out 0s;
}

.navbar .hasChild:hover:before {
    transform: scaleY(1);
}

.navbar .nav-child {
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -81px;
    background: rgba(0, 0, 0, 0.529);
    width: 162px;
}


/*.navbar .nav-child li {
    padding: 12px;
  }*/

.navbar .nav-child li a {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 5px;
    display: block;
    color: #fff;
}

.navbar .nav-child li:hover {
    background: #b82524;
}

@-webkit-keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

@keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

.ban_box {
    position: relative;
}

.ban_pic {
    width: 100%;
}

.ban_pic img {
    width: 100%;
    display: block !important;
    animation: opacity 5s linear infinite;
}

.ban_box .ban-dot {
    position: absolute;
    bottom: 25px;
    z-index: 9;
    right: 40px;
}

.ban_box .ban-dot span {
    margin: 0 6px;
    width: 8px;
    height: 8px;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    opacity: 1;
    outline: none;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active {
    width: 50px;
}

.sydh {
    overflow: hidden;
}

.sydh h1 {
    float: left;
    font-size: 56px;
    color: #333;
    padding-bottom: 27px;
    font-weight: bold;
    position: relative;
}

.sydh h1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 52px;
    height: 6px;
    background: #b82524;
}

.sydh span {
    float: right;
    width: 102px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border: #cf4544 1px dashed;
    border-radius: 18px;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.sydh span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #b82524;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
    border-radius: 18px;
}

.sydh span a {
    display: block;
    color: #ca3332;
    position: relative;
    z-index: 2;
}

.sydh.gjhzdh span {
    border: #fff 1px dashed;
}

.sydh span:hover::after {
    opacity: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.sydh span:hover a {
    color: #fff;
}

.sydh.gjhzdh h1 {
    color: #fff;
}

.sydh.gjhzdh span a {
    color: #fff;
}

.sydh span:hover {
    border: #cf4544 1px solid;
}

.cont_bg1 {
    background: url(../images/cont_bg1.jpg) no-repeat;
    overflow: hidden;
    padding-top: 93px;
    position: relative;
}

.cont_bg1::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40%;
    background: #b82524;
    height: 250px;
}

.cont1_pic {
    float: right;
    width: 52.6%;
    position: relative;
    height: 667px;
}

.cont1_pic span {
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
}

.cont1_pic span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cont_box1 {
    position: absolute;
    z-index: 5;
    width: 100%;
    bottom: 0px;
}

.kstd {
    width: 69%;
    float: left;
}

.kstd li {
    width: 33.3%;
    float: left;
    background: #e22d2c;
}

.kstd li:nth-of-type(1) {
    width: 66.6%;
    background: #b82524;
}

.kstd li:nth-of-type(3) {
    background: #e4432d;
}

.kstd li:nth-of-type(4) {
    background: #f97d26;
}

.kstd li .kstd_lb {
    position: relative;
    padding-bottom: 250px;
    overflow: hidden;
}

.kstd li .kstd_lb .kstd_nr {
    width: 100%;
    position: absolute;
    left: 0px;
    display: block;
    text-align: center;
}

.kstd li .kstd_lb .kstd_nr a {
    display: block;
    overflow: hidden;
}

.kstd li .kstd_lb .kstd_nr span {
    height: 100px;
    line-height: 100px;
    margin: 54px 0px 8px;
    display: block;
    transition: all 0.5s ease-out 0s;
}

.kstd li .kstd_lb .kstd_nr span img {
    max-height: 100%;
}


/* .kstd li .kstd_lb .kstd_nr span:hover img {
    transform: rotate(360deg);
} */

.kstd li .kstd_lb .kstd_nr h2 {
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

.kstd li:hover {
    background: #b42d2c;
}

.kstd li:nth-of-type(1) .kstd_lb .kstd_nr {
    padding: 70px 30px 0px 55px;
    box-sizing: border-box;
}

.kstd li:nth-of-type(1) .kstd_lb .kstd_nr span {
    float: left;
    width: 170px;
    margin: 0px;
}

.kstd li:nth-of-type(1) .kstd_lb .kstd_nr h2 {
    width: calc(100% - 170px);
    float: left;
    text-align: left;
    margin-top: 20px;
}


/* 新闻 */

.cont2_box {
    padding: 97px 0px 97px;
    overflow: hidden;
}

.news_box {
    margin: 63px -21px 0px;
}

.news_box li {
    width: 33.3%;
    float: left;
}

.news_box li .news_lb {
    margin: 0px 21px;
    position: relative;
    border-bottom: #efefef 1px solid;
}

.news_box li .news_lb::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 1px;
    background: #b82524;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}

.news_box li .news_lb .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.news_box li .news_lb .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.news_box li .news_lb .picture img:hover {
    transform: scale(1.05);
}

.news_box li .news_lb .text {
    padding: 22px 0px 20px;
    overflow: hidden;
}

.news_box li .news_lb .text span {
    font-size: 16px;
    color: #ca3332;
}

.news_box li .news_lb .text h2 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 11px 0px;
    text-align: justify;
}

.news_box li .news_lb .text i {
    width: 34px;
    height: 34px;
    float: right;
    background: url(../images/jt.png) no-repeat;
}

.news_box li:hover .text i {
    background: url(../images/jt2.png) no-repeat;
}

.news_box li:hover .news_lb {
    border-bottom: #fff 1px solid;
}

.news_box li:hover .news_lb::after {
    opacity: 1;
    width: 100%;
}

.news_box li:hover .news_lb .text h2 {
    /*font-weight: bold;*/
    color: #b82524;
}
.news_box li:hover .news_lb .text span{
  font-weight: bold;
}

/* 医疗服务 */

.cont3_box {
    margin-top: 24px;
    position: relative;
}

.cont3_picwk {
    position: absolute;
    z-index: 5;
    top: 60px;
    left: 0px;
    width: 51.25%;
}

.cont3_pic {
    position: relative;
}

.cont3_pic .picture {
    padding-bottom: 56.3%;
    overflow: hidden;
    position: relative;
}

.cont3_pic .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cont3_pic .ct3pic_bg {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/cont2_picbg.png) no-repeat;
    background-size: 100% 100%;
}

.cont3_pic .ct3pic_bg .text {
    position: absolute;
    left: 36.6%;
    width: 60%;
    bottom: 30px;
}

.cont3_pic .ct3pic_bg .text p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    height: 156px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.ct3rg_box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ct3rg_box::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0px;
    width: 20%;
    height: 100%;
    background: #b82524;
}

.ct3rg {
    width: 694px;
    float: right;
    background: #b82524;
}

.ct3rg .ct3rg_nr {
    padding: 67px 0px 19px 120px;
    overflow: hidden;
}

.ct3rg .ct3rg_nr li {
    width: 50%;
    float: left;
    margin-bottom: 51px;
}

.ct3rg .ct3rg_nr li:nth-last-of-type(1) {
    width: 80%;
}

.ct3rg .ct3rg_nr li .text {
    padding-left: 30px;
}

.ct3rg .ct3rg_nr li .text p {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    float: left;
    position: relative;
}

.ct3rg .ct3rg_nr li .text p span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.ct3rg .ct3rg_nr li .text p span:before {
    content: '';
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: #fff 1px dashed;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.ct3rg .ct3rg_nr li .text p span:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -4px;
    margin-left: -4px;
    opacity: 0;
    transition: .3s
}

.ct3rg .ct3rg_nr li .text p i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ct3rg .ct3rg_nr li .text p i img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

.ct3rg .ct3rg_nr li:hover .text p span {
    animation: roted 30s linear infinite
}

.ct3rg .ct3rg_nr li:hover .text p span:after {
    opacity: 1;
}

.ct3rg .ct3rg_nr li .text h2 {
    width: calc(100% - 85px);
    float: right;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}

.ct3rg .ct3rg_nr li:hover .text p {
    transition: .3s
}

.ct3rg .ct3rg_nr li:hover .text p i img {
    transform: translate(-50%, -50%) rotateY(360deg);
    transition: .5s
}

@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* 研究、教育 */

.cont_bg4 {
    background: url(../images/cont_bg4.jpg) no-repeat center bottom;
    padding: 147px 0px 95px;
    overflow: hidden;
}

.yanjiu {
    width: 60%;
    float: left;
}

.yanjiu .yanjiu_mar {
    margin-right: 45px;
}

.yanjiu_nr {
    padding-top: 73px;
    overflow: hidden;
}

.yanjiu_nr .yanjiu_tj {
    padding-bottom: 34px;
    overflow: hidden;
}

.yanjiu_nr .yanjiu_tj .picture {
    width: 223px;
    float: left;
}

.yanjiu_nr .yanjiu_tj .picture span {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    display: block;
}

.yanjiu_nr .yanjiu_tj .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.yanjiu_nr .yanjiu_tj .picture span img:hover {
    transform: scale(1.05);
}

.yanjiu_nr .yanjiu_tj .text {
    width: calc(100% - 255px);
    float: right;
}

.yanjiu_nr .yanjiu_tj .text h2 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
}

.yanjiu_nr .yanjiu_tj .text span {
    float: left;
    font-size: 16px;
    color: #ca3332;
}

.yanjiu_nr .yanjiu_tj:hover .text h2 {
    color: #ca3332;
    font-weight: bold;
}

.yanjiu_nr li {
    width: 100%;
    float: left;
    border-top: #efefef 1px solid;
}

.yanjiu_nr li:nth-last-of-type(1) {
    border-bottom: #efefef 1px solid;
}

.yanjiu_nr li a {
    display: block;
    overflow: hidden;
    padding: 22px 0px;
}

.yanjiu_nr li span {
    width: 72px;
    float: left;
    border-right: #efefef 1px solid;
    box-sizing: border-box;
    font-size: 16px;
    color: #ca3332;
    line-height: 26px;
}

.yanjiu_nr li h2 {
    width: calc(100% - 0px);
    float: right;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    transition: all 0.3s ease-out 0s;
}

.yanjiu_nr li:hover h2 {
    color: #ca3332;
    transform: translateX(-5px);
}

.jiaoyu {
    float: right;
    width: 40%;
}

.jiaoyu .text {
    padding-top: 38px;
    overflow: hidden;
}

.jiaoyu .text li {
    width: 100%;
    float: left;
    border-bottom: #efefef 1px solid;
}

.jiaoyu .text li a {
    display: block;
    overflow: hidden;
    padding: 27px 0px 28px;
}

.jiaoyu .text li h2 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    transition: all 0.3s ease-out 0s;
}

.jiaoyu .text li span {
    float: left;
    font-size: 16px;
    color: #ca3332;
}

.jiaoyu .text li:hover h2 {
    color: #ca3332;
    transform: translateX(5px);
}


/* 国际合作 */

.cont_bg5 {
    background: url(../images/cont_bg5.jpg) no-repeat center;
    background-size: cover;
    padding: 77px 0px 136px;
    overflow: hidden;
}

.gjhz {
    margin-top: 74px;
    overflow: hidden;
}

.gjhz ul {
    margin: 0px -20px;
}

.gjhz li {
    width: 33.3%;
    float: left;
}

.gjhz li .gjhz_lb {
    margin: 0px 20px;
    position: relative;
    border-bottom: rgba(239, 239, 239, 0.2) 1px solid;
    padding-bottom: 24px;
    overflow: hidden;
}

.gjhz li .gjhz_lb::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}

.gjhz li .gjhz_lb span {
    display: block;
    width: 128px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 32px;
    border-radius: 18px;
}

.gjhz li .gjhz_lb h2 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    margin-bottom: 35px;
}

.gjhz li .gjhz_lb i {
    width: 34px;
    height: 34px;
    float: right;
    background: url(../images/jt3.png) no-repeat;
}

.gjhz li:hover i {
    background: url(../images/jt2.png) no-repeat;
}

.gjhz li:hover .gjhz_lb {
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
}

.gjhz li:hover .gjhz_lb::after {
    opacity: 1;
    width: 100%;
}

.gjhz li:hover .gjhz_lb span {
    background: #b82524;
}

.gjhz li:hover .gjhz_lb h2 {
    font-weight: bold;
}


/* 底部 */

.dibu_bg {
    padding: 60px 0px 59px;
    overflow: hidden;
    border-top: #b82524 7px solid;
    background: #333;
}

.dblf {
    width: 360px;
    float: left;
}

.db_logo {
    width: 320px;
    float: left;
    margin-bottom: 32px;
}

.db_bq {
    font-size: 14px;
    color: #efefef;
    line-height: 26px;
}

.dbrg {
    width: calc(100% - 360px);
    float: right;
}

.db_diz {
    padding: 0px 25px;
    box-sizing: border-box;
    width: calc(100% - 388px);
    float: left;
    position: relative;
    font-size: 15px;
    color: #efefef;
    line-height: 28px;
}

.db_diz::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 1px;
    height: calc(100% - 12px);
    background: rgba(239, 239, 239, 0.129);
}

.db_ewm {
    width: 388px;
    float: right;
    margin-top: 12px;
}

.db_ewm li {
    width: 87px;
    float: left;
    margin-left: 10px;
    text-align: center;
}

.db_ewm li img {
    width: 87px;
    height: 87px;
    margin-bottom: 12px;
}

.db_ewm li h2 {
    font-size: 13px;
    color: #efefef;
    font-weight: normal;
}


/* 列表页 */

.ltban_box {
    position: relative;
}

.ltban_pic img {
    width: 100%;
}

.ltban_tit {
    position: absolute;
    width: 100%;
    height: 180px;
    left: 0px;
    bottom: 0px;
    background: url(../images/ltban_bg.png) repeat-x;
}

.ltban_tit .ctbx h2 {
    padding-left: 37px;
    line-height: 50px;
    position: relative;
    font-size: 48px;
    color: #fff;
    display: block;
    margin: 62px 0px 20px;
    font-weight: bold;
}

.ltban_tit .ctbx h2::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 0px;
    width: 17px;
    height: 38px;
    background: #b82524;
}

.ltban_tit .ctbx span {
    display: block;
    margin-left: 39px;
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
    background: url(../images/ic_home.png) no-repeat left 4px;
}

.ltban_tit .ctbx span a {
    color: #fff;
}

.ltban_tit .ctbx span a:hover {
    color: #b82524;
}

.sjmenu,
.ltdqwz {
    display: none;
}

.list_box {
    padding: 65px 0px 100px;
    overflow: hidden;
}

.ltlf {
    width: 290px;
    float: left;
    background: #f4f5f7;
    padding: 15px 0px 34px;
    margin-top: 5px;
}

.ltrg {
    width: calc(100% - 340px);
    float: right;
}

.sideMenu {
    padding: 0px 18px;
}

.sideMenu li {
    background: url(../images/ltlf_xian.jpg) repeat-x bottom;
    position: relative;
}
.sideMenu li a {
    padding: 15px 30px 15px 0px;
    display: block;
    line-height: 28px;
    font-size: 18px;
    color: #333;
}
.sideMenu li i,
.sideMenu li em {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 58px;
    cursor: pointer;
}
.sideMenu li i{
   background: url(../images/ltej.png) no-repeat center;
}
.sideMenu li em{
   background: url(../images/ltej.png) no-repeat center;
}
.sideMenu dl {
    padding: 0px 15px;
    display: none;
    background: url(../images/ltlf_xian.jpg) repeat-x top;
}

.sideMenu dl dd:nth-of-type(1) {
    padding-top: 16px;
}

.sideMenu dl dd:nth-last-of-type(1) {
    padding-bottom: 16px;
}

.sideMenu dl dd a {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    padding: 6px 0px;
    display: block;
}

.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    color: #b82524;
}

.sideMenu li.current>a,
.sideMenu li:hover>a {
    color: #b82524;
}
.sideMenu li.current em{
background: url(../images/ltej_on.png) no-repeat center;
}

.sideMenu li:hover em,
.sideMenu li.current i,
.sideMenu li:hover i {
    background: url(../images/ltej2.png) no-repeat center;
}
.sideMenu li.ejon em{
  background: url(../images/ltej_on.png) no-repeat center;
}

.sideMenu li.current dl {
    display: block !important;
}
.ltrg_lmm {
    border-bottom: #d6d6d6 1px solid;
    overflow: hidden;
    padding-bottom: 13px;
}

.ltrg_lmm h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}


/* 列表页 */

.list_lb {
    min-height: 500px;
}

.list_lb ul {
    padding: 19px 0px 30px;
    overflow: hidden;
}

.list_lb li {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: #e5e5e5 1px solid;
}

.list_lb li::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #b82524;
    transition: all 0.3s ease-out 0s;
}

.list_lb li a {
    display: block;
    overflow: hidden;
    padding: 22px 130px 28px 0px;
    background: url(../images/jt.png) no-repeat right 50px;
    transition: all 0.3s ease-out 0s;
}

.list_lb li h2 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.list_lb li span {
    font-size: 16px;
    color: #ca3332;
}

.list_lb li:hover {
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
}

.list_lb li:hover::after {
    width: 100%;
}

.list_lb li:hover a {
    background: url(../images/jt2.png) no-repeat right 50px;
}

.list_lb li:hover h2 {
    color: #b82524;
    font-weight: bold;
}


/* 列表页新闻 */

.list_xw {
    min-height: 500px;
}

.list_xw ul {
    padding: 10px 0px 30px;
    overflow: hidden;
}

.list_xw li {
    width: 100%;
    float: left;
    border-bottom: #e5e5e5 1px solid;
    position: relative;
}

.list_xw li::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    background: #b82524;
    transition: all 0.3s ease-out 0s;
}

.list_xw li a {
    display: block;
    overflow: hidden;
    padding: 30px 0px;
}

.list_xw li .picture {
    width: 200px;
    float: left;
}

.list_xw li .picture span {
    padding-bottom: 56%;
    display: block;
    overflow: hidden;
    position: relative;
}

.list_xw li .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.list_xw li .picture span img:hover {
    transform: scale(1.05);
}

.list_xw li .text {
    width: calc(100% - 225px);
    float: right;
}

.list_xw li .text h2 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 25px;
}

.list_xw li .text span {
    font-size: 16px;
    color: #ca3332;
}

.list_xw li:hover {
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
}

.list_xw li:hover::after {
    width: 100%;
}

.list_xw li:hover h2 {
    color: #b82524;
    font-weight: bold;
}


/*内容页*/

.contt_box {
    padding-top: 40px;
    overflow: hidden;
}

.contt_tit {
    padding-bottom: 15px;
    border-bottom: #e5e5e5 1px solid;
    overflow: hidden;
}

.contt_tit h1 {
    font-size: 22px;
    color: #333;
    line-height: 34px;
    margin-bottom: 20px;
}

.contt_tit h3 {
    font-size: 16px;
    color: #888;
}

.contt_zhwen {
    padding: 25px 0px 30px;
    overflow: hidden;
}

.contt_zhwen p {
    font-size: 18px!important;
    color: #333!important;
    line-height: 34px!important;
       text-align: justify;
}
.contt_zhwen p span{
  font-size: 18px!important;
    color: #333!important;
    line-height: 34px!important;
    font-family: Arial!important;
}
.contt_zhwen p img {
    max-width: 80%;
    height: auto !important;
}

.contt_zhwen iframe {
    max-width: 80%;
}

.contt_sxp {
    border-top: #e5e5e5 1px solid;
    padding-top: 35px;
    overflow: hidden;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin: 6px 0px;
}

.contt_sxp li a {
    color: #333;
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #b82524;
}

.aboutjj {
    padding-top: 35px;
    overflow: hidden;
text-align: justify;

}

.aboutjj p {
    font-size: 18px!important;
    color: #333!important;
    line-height: 34px!important;
        font-family: Arial!important;
}
.aboutjj p span{
   font-size: 18px!important;
color: #333!important;
  line-height: 34px!important;
   font-family: Arial!important;
}
.aboutjj p img {
    max-width: 100%;
    height: auto !important;
}

.aboutjj iframe {
    max-width: 100%;
}


/* 历史 */

.history {
    margin-top: 18px;
    padding: 0px 50px 0px 30px;
    overflow: hidden;
    position: relative;
}

.history::before,
.history::after {
    content: "";
    position: absolute;
}

.history::before {
    top: 22px;
    left: 30px;
    width: 1px;
    height: calc(100% - 44px);
    background: #b82524;
}

.history::after {
    left: 22px;
    bottom: 19px;
    width: 17px;
    height: 11px;
    background: url(../images/ls_jt.png) no-repeat;
}

.history li {
    width: 100%;
    float: left;
    position: relative;
}

.history li::before,
.history li::after {
    content: "";
    position: absolute;
}

.history li::before {
    top: 62px;
    left: -6px;
    width: 13px;
    height: 13px;
    background: url(../images/ic_round.png);
}

.history li::after {
    top: 68px;
    left: 5px;
    width: 20px;
    height: 1px;
    background: #b82524;
}

.history li .marg {
    padding: 22px 0px;
    overflow: hidden;
}

.history li .time {
    width: 140px;
    float: left;
    text-indent: 36px;
    font-size: 24px;
    color: #b82524;
    margin-top: 30px;
}

.history li .picture {
    width: 190px;
    float: left;
}

.history li .picture span {
    display: block;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.history li .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.history li .text {
    width: calc(100% - 365px);
    float: right;
}

.history li .text h2 {
    font-size: 18px;
    color: #333;
    line-height: 34px;
}


/* 医疗服务 */

.ylfwBox {
    margin-top: 40px;
}

.ylfwsj {
    display: none;
}

.ylfwBox .hd {
    width: calc(100% - 490px);
    float: right;
}

.ylfwBox .hd ul li {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-bottom: 1px;
    background: #946466;
    position: relative;
}

.ylfwBox .hd ul li span {
    padding: 0px 15px;
    font-size: 18px;
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ylfwBox .hd ul li span a{
  color: #fff;
}
.ylfwBox .hd ul li.on {
    background: #b82524;
}

.ylfwBox .hd ul li.on::before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0px;
    left: -12px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 12px solid #b82524;
}

.ylfwBox .bd {
    width: 490px;
    float: left;
}

.ylfwBox .bd ul {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.ylfwBox .bd ul img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}


/* 科室介绍 */

.ksjs {
    padding: 28px 0px 0px;
    overflow: hidden;
}

.ksjs_tit {
    padding: 22px 0px 23px;
    overflow: hidden;
}

.ksjs_tit h1 {
    float: left;
    font-size: 22px;
    color: #fff;
    padding-right: 30px;
    background: #b82524;
    padding: 10px 15px;
    border-radius: 38px;
}

.ksjs_nr {
    padding: 6px 0px 10px;
    overflow: hidden;
}

.ksjs_nr ul {
    margin: 0px -13px;
}

.ksjs_nr li {
    width: 25%;
    float: left;
    margin-bottom: 19px;
}

.ksjs_nr li .text {
    margin: 0px 13px;
    padding: 0px 20px;
    overflow: hidden;
    height: 38px;
    background: url(../images/ksjs_ej.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.4s ease-out 0s;
}

.ksjs_nr li .text span {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ksjs_nr li:hover .text {
    background: url(../images/ksjs_ej2.png) no-repeat center;
    background-size: 100% 100%;
}

.ksjs_nr li:hover .text span {
    color: #b82524;
}


/* 医生列表 */

.yslbtit {
    border-bottom: #d6d6d6 1px solid;
    overflow: hidden;
    text-align: center;
}

.yslbtit h1 {
    border-bottom: #b82524 2px solid;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 18px;
}

.yslb_box {
    min-height: 500px;
    margin-top: 48px;
}

.yslb_box ul {
    margin: 0px -28px;
}

.yslb_box li {
    width: 50%;
    float: left;
}

.yslb_box li .yslb_mar {
    margin: 0px 28px 48px;
    padding: 20px;
    overflow: hidden;
    background: url(../images/yslb_bg.png) no-repeat right top #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
}

.yslb_box li .yslb_mar .picture {
    width: 167px;
    float: left;
}

.yslb_box li .yslb_mar .picture span {
    display: block;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
}

.yslb_box li .yslb_mar .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.yslb_box li .yslb_mar .picture span img:hover {
    transform: scale(1.05);
}

.yslb_box li .yslb_mar .text {
    width: calc(100% - 200px);
    float: right;
}

.yslb_box li .yslb_mar .text h2 {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    height: 30px;
    margin-top: 3px;
}

.yslb_box li .yslb_mar .text h3 {
    height: 35px;
    line-height: 35px;
    padding: 0px 12px;
    font-size: 16px;
    color: #bc7a2c;
    background: #fff7eb;
    overflow: hidden;
    margin: 16px 0px 15px;
    display: inline-block;
    box-sizing: border-box;
}

.yslb_box li .yslb_mar .text p {
    font-size: 16px;
    color: #888;
    height: 104px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.yslb_box li .yslb_mar .text span {
    margin-top: 25px;
    display: block;
    position: relative;
    font-size: 12px;
    color: #b72025;
    text-align: right;
}

.yslb_box li .yslb_mar .text span::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: calc(100% - 50px);
    height: 1px;
    background: #b82524;
}

.yslb_box li:hover .yslb_mar .text h2 {
    color: #b82524;
    font-weight: bold;
}


/* 医生详情 */

.ysxq_box {
    min-height: 500px;
    margin-top: 48px;
}

.ysxq_tj {
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
    margin-bottom: 50px;
}

.ysxq_tj .picture {
    width: 167px;
    float: left;
}

.ysxq_tj .picture span {
    display: block;
    overflow: hidden;
    padding-bottom: 150%;
    position: relative;
}

.ysxq_tj .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ysxq_tj .text {
    width: calc(100% - 200px);
    float: right;
}

.ysxq_tj .text h2 {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    height: 30px;
    margin-top: 3px;
}

.ysxq_tj .text h3 {
    height: 35px;
    line-height: 35px;
    padding: 0px 12px;
    font-size: 16px;
    color: #bc7a2c;
    background: #fff7eb;
    overflow: hidden;
    margin: 14px 0px 12px;
    display: inline-block;
    box-sizing: border-box;
}

.ysxq_tj .text .shan {
    font-size: 18px;
    color: #333;
    line-height: 34px;
    height: 102px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.ysxq_tit {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 16px;
    color: #b82524;
    background: #ffeded;
    overflow: hidden;
    padding: 0px 17px 0px 20px;
    position: relative;
}

.ysxq_tit::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b82524;
}

.ysxq_jian {
    padding: 26px 20px 0px;
    overflow: hidden;
    text-align: justify;
}

.ysxq_jian p {
    font-size: 18px;
    color: #333;
    line-height: 34px;
}

/* 医院制剂 */

.yyzj_box {
    padding: 50px 0px 30px;
    overflow: hidden;
}

.yyzj_box h1 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.yyzj_box ul {
    margin: 0px -17px;
}

.yyzj_box li {
    width: 50%;
    float: left;
    margin-bottom: 19px;
}

.yyzj_box li .text {
    margin: 0px 17px;
    padding: 0px 20px;
    overflow: hidden;
    height: 38px;
    background: url(../images/yyzj_bg.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.4s ease-out 0s;
}

.yyzj_box li .text span {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yyzj_box li:hover .text {
    background: url(../images/yyzj_bg2.png) no-repeat center;
    background-size: 100% 100%;
}

.yyzj_box li:hover .text span {
    color: #b82524;
}

.yyzj_jj {
    overflow: hidden;
    text-align: justify;
}

.yyzj_jj p{
    font-size: 18px!important;
    color: #333!important;
    line-height: 34px!important;
    font-family: Arial!important;
}
.yyzj_jj p span{
   font-size: 18px!important;
color: #333!important;
  line-height: 34px!important;
   font-family: Arial!important;
}

.yyzj_jj p img {
    max-width: 100%;
    height: auto !important;
}

.yyzj_jj iframe {
    max-width: 80%;
}



.ssjg {
    min-height: 450px;
}

.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b82524;
}

.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}

.list_rsou ul li:hover a {
    color: #b82524;
    text-indent: 16px;
    transition: all 0.4s;
}

.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #01548a;
}

.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}