body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
    margin: 0px;
    padding: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
li {
    list-style-type: none;
}

img {
    border-style: none;
    vertical-align: middle;
}

body {
    font-family: Microsoft YaHei;
}

a {
    color: #333;
}

a:link,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
    border: 1px solid white;
}

input,
textarea {
    outline: none;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 清楚浮动 */
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    /*不用有内容也可以*/
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* 试运行 */
.date_dates {
    height: 50px;
    background-color: #404244;
    line-height: 50px;
}

.date_dates .date_box {
    margin: 0 auto;
    width: 85%;
}

.date_dates .date_box .logo {
    float: right;
    margin-left: 15px;
}

.date_dates .date_box .date_item {
    float: left;
    color: #fff;
}

/* header开始 */

.header_right_mobile {
    display: block;
}

.header_right_pc {
    display: none;
}

.header_right_pc a img:nth-child(2) {
    display: none;
}

.header_right_pc a:hover span {
    color: #666;
}

.header_right_pc a:hover img:first-child {
    display: none;
}

.header_right_pc a:hover img:nth-child(2) {
    display: inline-block;
}

.header_left img {
    max-width: 100%;
}

.header_right_mobile {
    float: right;
    text-align: right;
}

.header_right_mobile img {
    max-width: 22%;
    margin-left: 15px;
}

.header_top {
    line-height: 70px;
}

.header_right_mobile a {
    position: relative;
}

.header_right {
    position: relative;
}

.search_box {
    z-index: 999;
}

.search_box input {
    width: 120px;
    line-height: 25px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    float: left;
    padding: 4px 35px 4px 8px;
}

.search_box button {
    width: 35px;
    height: 35px;
    float: left;
    background-color: #10c5cd;
    border: none;
    border-radius: 6px;
    background: #10c5cd url("/gyzy/2020szsy011.png") no-repeat center;
    background-size: 50%;
    margin-left: -30px;
}

.search {
    position: absolute;
    right: 15px;
    top: 16px;
    display: none;
}

/* 移动端导航栏 */
.nav_mobile {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

.nav_mobile>.container>ul>li>a {
    font-size: 18px;
    display: block;
    line-height: 55px;
    background: url("/gyzy/2020szsy012.png") no-repeat right center;
    border-bottom: 1px solid #d2d2d2;
}

.nav_mobile>.container>ul>li>a.active {
    color: #10c5cd;
    background: url("/gyzy/2020szsy013.png") no-repeat right center;
}

.subnav>li>a {
    font-size: 18px;
    line-height: 55px;
    display: block;
    border-bottom: 1px solid #d2d2d2;
    text-indent: 3em;
    position: relative;
}

.subnav>li>a.active {
    color: #10c5cd;
}

.subnav>li>a::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 22px;
    left: 35px;
    width: 0;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a0a0a0;
}

/* banner开始 */

.banner {
    position: relative;
}

.banner_main img {
    width: 100%;
}

.nav_pc {
    display: none;
}

.banner_icon {
    position: absolute;
    z-index: 55;
    bottom: 0;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    padding: 10px 0px;
}

.banner_item {
    text-align: center;
}

.banner_item a:hover img {
    transform: rotateY(180deg);
}

.banner_item a img {
    transition: all 0.7s;
}

.banner_main a p {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}

.banner_item+.banner_item {
    /* border-left: 1px solid #e2e2e2; */
}

/* main开始 */
.model_one_swiper {
    display: block;
    position: relative;
    width: 100%;
}

.describe {
    width: 100%;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
}

.describe p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}

.model_one_swiper img {
    max-width: 100%;
}

.yyxw {
    width: 240px;
    line-height: 40px;
    background-color: #10c5cd;
    position: absolute;
    top: 15px;
    left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-left: 20px;
}

.yyxw p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.main-pagination {
    position: absolute;
    z-index: 20;
    bottom: 14px;
    right: 0;
    width: 25%;
    padding-right: 15px;
    text-align: right;
}

.main-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: 8px;
    cursor: pointer;
}

.last_title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 41%;
}

.last_href .dis {
    display: flex;
}

.last_href a,
.mid_footer .col-md-3 a {
    display: block;
    position: relative;
}

.mid_footer .last_href_child:nth-child(2) {
    margin-left: 10px;
}

.mid_footer .last_href_child {
    width: 50%;
    margin: 0;
}

.last_title span:nth-child(1) {
    font-size: 20px;
}

.last_title span:nth-child(2) {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
}

.main-pagination .swiper-active-switch {
    background-color: #fff;
}

.model_one_date {
    float: left;
    text-align: center;
    margin-right: 20px;
}

.model_one_date p {
    font-size: 48px;
    color: #10c5cd;
    font-weight: bold;
}

.model_one_date p+p {
    font-size: 16px;
}

.model_one_box {
    margin-bottom: 20px;
}

.model_one_box h3 {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    padding: 16px 0 12px;
}

.model_one_box>p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: left;
}

.model_one_list ul li {
    margin-top: 4px;
}

.model_one_list ul li a {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 12px;
    display: inline-block;
    transition: all 0.4s;
}

.model_one_list ul li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #999999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.main {
    margin: 30px 0 0 0;
}

.model_one_list ul li+li+li+li+li {
    display: none;
}

.model_two_box_wrap {
    margin-bottom: 30px;
}

.model_two_box_wrap+.model_two_box_wrap+.model_two_box_wrap {
    margin: 0;
}

.model_two_box {
    box-shadow: 0 0 10px 5px #f4f4f4;
    padding: 20px;
}

.model_two_title {
    margin-bottom: 15px;
}

.model_two_title span {
    font-size: 20px;
    font-weight: bold;
}

.more_icon {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    box-shadow: 0 0 10px 5px #f4f4f4;
    border: 1px solid #cccccc;
    padding: 2px 6px;
    border-radius: 4px;
    float: right;
    transition: all 0.4s;
}

.more_icon:hover {
    background-color: #10c5cd;
    color: #fff;
    border: 1px solid #10c5cd;
}

.model_two_main ul li {
    border-top: 1px dashed #cccccc;
    padding-top: 10px;
}

.model_two_main ul li:first-child {
    border: none;
}

.model_two_main ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    transition: all 0.4s;
}

.model_two_main ul li a:hover {
    color: #10c5cd;
}

.model_three {
    background: none;
    background-size: cover;
    position: relative;
    padding: 20px 0;
}

.model_three_l img {
    width: 100%;
    transition: all 0.4s;
}

.model_three_l_wrap {
    position: relative;
}

.ksdh {
    position: static;
    margin-bottom: 20px;
}

.model_three_l p,
.service_three p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.model_three_l a {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.model_three_l a:hover img {
    transform: scale(1.1);
}

.model {
    margin: 40px 0;
}

.model_three-r {
    display: none;
}

.model_three-r ul li {
    margin-bottom: 20px;
}

.model_three-r ul li a {
    border-radius: 6px;
    border: 1px solid #cccccc;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.4s;
    padding: 0 10px;
}

.model_three-r ul li a:hover {
    background-color: #10c5cd;
    color: #fff;
    border: 1px solid #10c5cd;
}

.model_four_main img {}

.pic1 {
    position: relative;
}

.pic1_introduce {
    position: relative;
}

.pic2 {
    position: relative;
}

.model_four_pic1 p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 36px;
}

.model_four_pic2 p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pic1_introduce_mobile {
    display: block;
}

.pic1_introduce_pc {
    display: none;
}

.pic2_introduce_pc {
    display: none;
}

.footer_top {
    display: none;
}

.footer_bottom {
    display: none;
}

.footer_bottom_moblie {
    background-color: #555555;
    text-align: center;
    padding: 30px 0;
}

.footer_bottom_moblie span {
    display: block;
    font-size: 18px;
    color: #c8c8c8;
    margin-bottom: 8px;
}

.footer_bottom_moblie a {
    color: #c8c8c8;
}

.footer_bottom_moblie p {
    color: #c8c8c8;
}

.footer_bottom_moblie div {
    margin-top: 30px;
}

.footer_bottom_moblie {
    display: block;
}

.banner_moblie {
    display: block;
}

.banner_pc {
    display: none;
}

/* 图书馆开始 */
.library_one_l {
    position: relative;
}

.library_one_l img {
    width: 100%;
}

.library_one_r h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.library_one_r p {
    font-size: 16px;
    color: #666666;
}

.library_one_r {
    margin-top: 20px;
}

.library_article {
    line-height: 1.6;
    text-align: justify;
    word-break: break-all;
}

.library_article img {
    max-width: 100%;
}

.library_article p {
    margin-top: 25px;
}

.library_two_main {
    display: block;
    text-align: center;
    transition: all 0.4s;
}

.library_two_main:hover span {
    color: #10c5cd;
}

.library_two_main h3 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding-left: 10px;
}

.library_two_main h3::before {
    content: "";
    width: 5px;
    height: 18px;
    background-color: #10c5cd;
    position: absolute;
    left: 0;
}

.library_more_icon {
    display: none;
}

.library_two_main {
    box-shadow: 0 0 10px 5px #f4f4f4;
    height: 40px;
    line-height: 40px;
}

.library_three_l {}

.library_three_l_item {
    text-align: center;
    background-color: #f0f0f0;
    margin-bottom: 12px;
}

.library_three_l_item img {
    max-width: 20%;
}

.library_three_l_item p {
    margin-top: 8px;
}

.library_three_l_item a {
    display: block;
    padding: 20px 0;
    transition: all 0.4s;
}

.library_icon2 {
    display: none;
}

.library_three_l_item a:hover {
    background-color: #10c5cd;
    color: #fff;
}

.library_three_l_item a:hover .library_icon2 {
    display: inline-block;
}

.library_three_l_item a:hover .library_icon1 {
    display: none;
}

.rgxz,
.lwcc {
    padding-right: 6px;
}

.jyzd,
.gcml {
    padding-left: 6px;
}

.library_three_r img {
    width: 50%;
    margin-bottom: 12px;
}

.library_three_r a+a+a img {
    margin-bottom: 17px;
}

.banner_item a img {
    width: auto;
}

.zhks {
    padding-right: 6px;
}

.yjks {
    padding-left: 6px;
}

.model_three-r ul li:nth-child(2n + 1) {
    padding-right: 6px;
}

.model_three-r ul li:nth-child(2n) {
    padding-left: 6px;
}

.position_nav {
    display: none;
}

.jggs .model_two_title span {
    position: relative;
    padding-left: 10px;
}

.jggs .model_two_title span::before {
    content: "";
    width: 5px;
    height: 22px;
    background-color: #10c5cd;
    position: absolute;
    left: 0;
    top: 1px;
}

.jggs_box ul li {
    margin-top: 20px;
}

.jggs_box ul li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 12px;
}

.jggs_box ul li a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #cccccc;
    left: 0;
    border-radius: 50%;
    top: 7px;
}

.service_one_item2 img {
    width: 100%;
    transition: all 0.4s;
}

.service_one_item2 a:hover img {
    transform: scale(1.1);
}

.service_one_item2 {
    position: relative;
}

.service_one_item {
    margin-bottom: 20px;
}

.service_one_item2 a {
    display: block;
    position: relative;
    overflow: hidden;
}

.more_icon_hzfw {
    display: block;
}

.zybllc_icon {
    width: 150px;
}

.service_two_l .yyxw {
    display: block;
}

.hzfw_icon_word {
    display: none;
}

.service_three img {
    width: 100%;
}

.service_three .col-sp-6:first-child {
    margin-bottom: 20px;
}

.service_two_r .jggs_box ul li span {
    display: none;
}

.tzgg_title {
    border-bottom: 4px solid #10c5cd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.tzgg_title li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    float: left;
    margin-right: 35px;
}

.tzgg_title li a {
    font-size: 18px;
    font-weight: bold;
}

.tzgg_title li a.active {
    color: #10c5cd;
}

.tzgg_title li a.active .tzgg_title_icon1 {
    display: none;
}

.tzgg_title li a.active .tzgg_title_icon2 {
    display: inline-block;
}

.tzgg_title_icon1 {
    display: none;
}

.tzgg_content li a span {
    float: left;
    width: 40px;
    background-color: #10c5cd;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.tzgg_content li {
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 15px;
}

.rszp_items_wrap:first-child li {
    margin-top: 0;
}

.tzgg_content li a {
    width: 100%;
    display: inline-block;
    background-color: #f0f4f7;
    transition: all 0.4s;
}

.tzgg_content li a p {
    float: left;
    font-size: 16px;
    padding-left: 10px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.tzgg_content li a p br {
    display: none;
}

.tzgg_main_title {
    background: url("/gyzy/2020szsy056.png") no-repeat center;
    background-size: contain;
    overflow: hidden;
}

.tzgg_main_title h3 {
    float: left;
    background: #fff;
    padding-right: 10px;
}

.tzgg_main_title h3 {
    font-size: 20px;
    font-weight: bold;
}

.tzgg_main_title {
    margin-bottom: 30px;
}

.tzgg_icon1,
.tzgg_icon2 {
    display: none;
}

.tzgg_title_icon2 {
    display: none;
}

.kyxxrk_title h3 {
    background: url("/gyzy/2020szsy056.png") no-repeat 135px center;
}

.zpgg_inner {
    background-color: #f7f7f7;
    word-break: break-all;
}

.zpgg_inner {
    font-size: 14px;
    line-height: 1.6;
    padding: 20px 15px;
    color: #666666;
}

.zpgg_inner p {
    margin-bottom: 20px;
}

.tzgg_content li a.active {
    background-color: #10c5cd;
    color: #fff;
}

.zxjz_date {
    transition: all 0.4s;
    display: none;
}

.zxjz_item_main h3 {
    transition: all 0.4s;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 15px;
}

.zxjz_item_main p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.6;
}

.zxjz_content li a {
    overflow: hidden;
    display: block;
    box-shadow: 0 0 10px 5px #f4f4f4;
    padding: 20px;
    transition: all 0.4s;
    position: relative;
}

.zxjz_content li {
    margin-top: 15px;
}

.xqy_title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.xqy_title h3 {
    font-weight: bold;
    font-size: 18px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    text-align: center;
    margin-bottom: 10px;
}

.xqy_title>span {
    display: block;
    color: #999999;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xqy_main {
    line-height: 1.8;
    font-size: 16px;
    word-break: break-all;
    text-align: justify;
}

.xqy_main img {
    max-width: 100%;
}

.xqy_main p {
    margin-bottom: 15px;
}

.enclosure {
    font-size: 16px;
    background-color: #f4f4f4;
    padding: 15px 30px;
}

.enclosure a {
    display: inline-block;
    color: #10c5cd;
    margin-top: 5px;
}

.yldt_main ul li a {
    display: block;
    box-shadow: 0 0 10px 5px #f4f4f4;
    padding: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
}

.yldt_main ul li a:hover h3 {
    color: #10c5cd;
}

.yldt_main ul li a:hover p {
    color: #10c5cd;
}

.yldt_main ul li a:hover .yldt_icon {
    background: rgba(16, 197, 205, 0.5) url("/gyzy/2020szsy065.png") no-repeat center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
    border: none;
}

.yldt_main ul li a h3 {
    font-size: 24px;
    color: #999999;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    transition: all 0.4s;
}

.yldt_main ul li a p {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    transition: all 0.4s;
}

.yldt_main ul li a span {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.yldt_main ul li a img {
    display: none;
}

.yldt_icon {
    display: none;
}

.yldt_main ul li {
    margin-top: 15px;
}

.yldt_main ul li:first-child {
    margin-top: 0;
}

.doctor_wrap img {
    max-width: 40%;
    float: left;
    margin-right: 8%;
}

.doctor_info .doctor_infoname h3 {
    display: inline-block;
}

.doctor_info .doctor_infoname {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.yygh_link {
    line-height: 26px;
    padding: 0 15px 0 35px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    background-color: #10c5cd;
    border-radius: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 55;
}

.yygh_link img {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
}

.doctor_info p {
    font-size: 16px;
    margin-bottom: 5px;
}

.doctor_info p span:first-child {
    font-weight: bold;
}

.doctor_info {
    float: left;
    width: 52%;
}

.doctor_wrap {
    overflow: hidden;
}

.doctor_main ul li h3 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.doctor_main ul li h3::before {
    content: "";
    width: 6px;
    height: 18px;
    background-color: #10c5cd;
    position: absolute;
    left: 0;
}

.doctor_content {
    line-height: 1.6;
    font-size: 16px;
}

.doctor_content p {
    margin-bottom: 15px;
}

/*.doctor_main ul li:first-child {
  display: block;
}*/

.doctor_main ul li {
    margin-top: 25px;
}

.scly_pc {
    display: none;
}

.gzwk_model1 {
    margin-bottom: 30px;
}

.gzwk_model1_l {
    position: relative;
}

.gzwk_model1_l img {
    width: 100%;
}

.gzwk_model1_r h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px 0;
}

.ksjs_word {
    line-height: 1.6;
    font-size: 16px;
    color: #666666;
    text-align: justify;
}

.ksjs_word img {
    max-width: 100%;
}

.gzwk_icon {
    display: none;
}

.gzwk_model2 {
    background-color: #70dce1;
    padding: 30px 0 50px;
}

.gzwk_model2_title h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.gzwk_model2_title h3 i {
    font-size: 18px;
}

.gzwk_model2_title h3 span {
    font-size: 24px;
}

.ysjj_item img {
    max-width: 100%;
}

.ysjj_info h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.ysjj_info p {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ysjj_item {
    display: block;
}

.ysjj_item:hover .ysjj_info_show {
    display: block;
}

.ysjj_info {
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.ysjj_info_show {
    transition: all 0.4s;
    display: none;
    width: 100%;
    height: 6px;
    background-color: #10c5cd;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gzwk_model2_swiper .swiper-slide {
    padding: 0 15px;
    box-sizing: border-box;
}

.gzwk_model2_swiper {
    margin: 0 -15px;
}

.swiper_nav_l,
.swiper_nav_r {
    display: none;
}

.gzwk_model2_title h3 {
    margin-bottom: 20px;
}

.gzwk_model3 {
    padding: 30px 0 50px;
    background-color: #f4f4f4;
}

.gzwk_model3_title h3 i {
    color: #10c5cd;
}

.gzwk_model3_title h3 span {
    color: #333;
}

.scheduling_table thead tr:first-child {
    background-color: #10c5cd;
    color: #fff;
}

.out {
    color: #fff;
}

.out em {
    font-style: normal;
}

/*模拟对角线*/
.out {
    border-top: 50px #70dce1 solid;
    /*上边框宽度等于表格第一行行高*/
    width: 0px;
    /*让容器宽度为0*/
    height: 0px;
    /*让容器高度为0*/
    border-left: 140px #10c5cd solid;
    /*左边框宽度等于表格第一行第一格宽度*/
    position: relative;
    /*让里面的两个子容器绝对定位*/
}

.out b {
    font-style: normal;
    display: block;
    position: absolute;
    top: -42px;
    left: -45px;
    width: 50px;
}

.out em {
    font-style: normal;
    display: block;
    position: absolute;
    top: -28px;
    left: -128px;
    width: 55px;
}

.scheduling_table {
    display: block;
    font-size: 16px;
    border: #cccccc;
}

.scheduling_table>thead>tr>th+th {
    width: 100%;
    text-align: center;
}

#doctor_mobile {
    width: 115px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    background-color: #f4f4f4;
    position: relative;
}

#doctor_mobile p {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

#doctor_mobile span {
    display: none;
    font-size: 14px;
}

#doctor_mobile img {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 12%;
}

.doctor_mobile_wrap {
    position: relative;
}

.inner_box {
    position: absolute;
    width: 100%;
    top: 30px;
    max-height: 150px;
    overflow-y: auto;
}

.inner_box ul li {
    background-color: #f4f4f4;
    border-bottom: 1px solid #10c5cd;
}

.scheduling_table tbody p {
    font-size: 14px;
}

.scheduling_table tbody span {
    font-size: 16px;
    font-weight: bold;
}

.scheduling_table tbody td {
    text-align: center;
    padding: 8px 0;
}

.scheduling_table tbody td.active {
    background: url("/gyzy/2020szsy079.png") no-repeat center;
    background-size: auto;
}

.scheduling_table_pc {
    display: none;
}

.gzwk_main {
    margin: 30px 0 0;
}

.ksjs_top .ksjs_top_wrap ul li {
    padding: 0 6px;
}

.ksjs_top_wrap {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 18px;
}

.ksjs_top .ksjs_top_wrap ul li a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 35px;
    line-height: 35px;
    float: left;
    border-radius: 60px;
    background-color: #87e2e6;
}

.ksjs_top .ksjs_top_wrap ul li a.active {
    background-color: #10c5cd;
}

.ksjs_top .tzgg_title {
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.ksjs_top .tzgg_title li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    float: left;
    margin-right: 35px;
}

.ksjs_top .tzgg_title li a {
    font-size: 18px;
    font-weight: bold;
}

.ksjs_top .tzgg_title li a.active {
    color: #10c5cd;
}

.ksjs_top .tzgg_title li a.active .tzgg_title_icon1 {
    display: none;
}

.ksjs_top .tzgg_title li a.active .tzgg_title_icon2 {
    display: inline-block;
}

.kejs_search input {
    height: 36px;
    padding: 10px 7px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: left;
    width: 86%;
    background-color: #f4f4f4;
}

.kejs_search button {
    border: none;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    background: #10cfce url("/gyzy/2020szsy081.png") no-repeat center;
    background-size: 60%;
    float: right;
}

.ksjs_content {
    display: none;
}

.ksjs_content ul li a {
    border-radius: 6px;
    border: 1px solid #cccccc;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.4s;
    padding: 0 10px;
}

.ksjs_content ul li a:hover {
    color: #fff;
    background-color: #10c5cd;
    border: 1px solid #10c5cd;
}

.ksjs_content ul li {
    margin-bottom: 20px;
}

.ksjs_content ul li:nth-child(2n + 1) {
    padding-right: 6px;
}

.ksjs_content ul li:nth-child(2n) {
    padding-left: 6px;
}

.ksjs_underline .row {
    border-bottom: 4px solid #10c5cd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.pagelist {
    text-align: center;
}

.leftcon {
    line-height: 36px;
    font-size: 14px;
}

.leftcon span {
    color: #10c5cd;
    padding: 0 4px;
}

.leftcon em {
    color: #10c5cd;
    padding: 0 5px;
    font-style: normal;
}

.rightcon {
    display: inline-block;
}

.rightcon a {
    color: #fff;
    background: #10c5cd;
    width: 60px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin: 0 6px;
}

.rightcon a:hover {
    background: #10c5cd;
}

.rightcon span {
    display: none;
}

.rightcon input {
    display: none;
}

.library_two_main span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.search_icon {
    display: inline-block;
}

.search_icon img {
    max-width: 40%;
    cursor: pointer;
}

.tzgg_main {
    display: none;
}

.tb_list {
    padding-bottom: 30px;
}

.tb_list>div {
    margin-bottom: 20px;
}

.tb_list:after {
    content: "";
    display: block;
    clear: both;
}

.tb_list a {
    display: block;
    position: relative;
    text-align: center;
    background-color: #10c5cd;
    padding: 30px 0;
}

.tb_list a img {
    padding-bottom: 10px;
}

.tb_list a p {
    color: #fff;
    font-size: 14px;
}

.new_listgb .listgbbanner a {
    display: block;
    position: relative;
}

.new_listgb .listgbbanner a img {
    width: 100%;
}

.new_listgb .listgbbanner p {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 150px;
    border-radius: 0 30px 30px 0;
    line-height: 30px;
    background-color: #10c5cd;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.new_listgb .jianjietop h1 {
    font-size: 18px;
    padding: 20px 0;
}

.new_listgb .jianjietop p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    height: 75px;
    overflow: hidden;
}

.new_listgb .jianjie_bottom {
    padding-top: 40px;
}

.new_listgb .jianjie_bottom a {
    display: block;
    text-align: center;
    background-color: #f0f0f0;
    padding: 20px 0;
}

.new_listgb .jianjie_bottom p {
    color: #333;
    font-style: 14px;
    padding-top: 10px;
}

.model_two_banner img {
    width: 100%;
}

.model_two_banner .two_bannerone {
    display: block;
}

.model_two_banner .two_bannertwo {
    display: none;
}

.model_two_banner {
    padding-bottom: 20px;
}

.model_two_box_xin {
    margin: 30px 0 !important;
}

.model_two_box_xin:after,
.new_listgb:after {
    content: "";
    display: block;
    clear: both;
}

.gzwk_model_newlist a {
    display: block;
    position: relative;
}

.gzwk_model_newlist a img {
    width: 100%;
}

.gzwk_model_newlist .swiper-slide {
    padding: 0 15px;
    box-sizing: border-box;
}

.gzwk_model_newlist .model_newlist_info {
    background-color: #f2f2f2;
    min-height: 50px;
    padding: 10px 10px;
}

.gzwk_model_newlist .swiper-slide span {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(16, 197, 205, 0.8);
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
}

.gzwk_model_newlist .swiper-slide p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
}

.model_newlisttitle {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 30px 0;
}

.mid_footer .col-md-4 a {
    display: block;
    position: relative;
}

.mid_footer .mid_footer_text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mid_footer .mid_footer_text p {
    position: relative;
}

.mid_footer .mid_footer_text1 {
    background: rgba(28, 123, 204, 0.7);
    background: transparent \9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b21c7bcc, endColorstr=#b21c7bcc);
    /*IE8支持*/
}

.mid_footer .mid_footer_text2 {
    background: rgba(31, 180, 191, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c81fb4bf, endColorstr=#c81fb4bf);
    /*IE8支持*/
}

.mid_footer .mid_footer_text3 {
    background: rgba(226, 155, 44, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fe29b2c, endColorstr=#7fe29b2c);
    /*IE8支持*/
}

/* 大事记 */
.dsj_contante .dsj_modules ul li {
    position: relative;
    padding: 20px 10px;
    border-radius: 10px;
    background-color: #f0f4f7;
    line-height: 1.8;
    margin-bottom: 40px;
}

.dsj_contante .dsj_modules ul span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 30px;
    top: -18px;
    border-radius: 18px;
    background-color: #10c5cd;
    padding: 0 17px;
    min-width: 160px;
    line-height: 36px;
    text-align: center;
}

.dsj_contante .dsj_modules ul div {
    color: #333;
    font-size: 14px;
    padding-top: 20px;
}

.dsj_contante .dsj_modules ul div img {
    max-width: 100%;
}

.dsj_left {
    display: none;
}

.adddiv {
    position: relative;
}

.library_three_r a {
    overflow: hidden;
    display: inline;
    width: 100%;
}

.library_three_r .adda {
    width: 27%;
    position: absolute;
    right: 11%;
    margin: auto;
    overflow: hidden;
    display: inline-block;
    min-height: 40px;
    margin-top: 7%;
}

.dsj_select {
    margin-left: 10px;
    float: left;
}

.model_one_list a {
    width: 74px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    color: #ccc;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.model_two .area {
    background: #f3f3f3;
    border-radius: 4px;
    padding: 14px 10px;
    margin-bottom: 8px;
}

.model_two .areaL {
    float: left;
    padding-top: 6px;
}

.model_two .areaL img {
    max-width: 68%;
}

.model_two .areaR p {
    font-size: 18px;
}

.model_two .areaR span {
    font-size: 14px;
}

.model_two .col-xs-6 {
    padding-left: 4px;
    padding-right: 4px;
}

.model_two .row {
    margin-right: -4px;
    margin-left: -4px;
}

.bookList {
    overflow: hidden;
}

.bookList ul li img {
    max-width: 100%;
    margin-top: 22px;
}

.bookList ul li div {
    text-align: center;
    background: #f3f3f3;
    border-radius: 2px;
    padding: 15px;
}

.bookList ul li span {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bookList ul li p {
    font-size: 16px;
}

.bookList ul li b {
    width: 26px;
    height: 1px;
    background: #000;
    display: inline-block;
}

.bookList .col-xs-6 {
    padding-right: 8px;
    padding-left: 8px;
}

.model_three_l_wrap .row {
    margin-right: -8px;
    margin-left: -8px;
}

.bookList ul li+li {
    margin-bottom: 16px;
}

.bottomBanner img {
    width: 100%;
}

.bottomBanner {
    padding: 0 10px;
    margin-top: 20px;
}

.model_four {
    background: #f3f3f3;
}

.telBottomLeft {
    display: none;
}

.telBottom {
    overflow: hidden;
}

.telBottomLeftWord {
    float: left;
    width: 60%;
    font-size: 20px;
    margin-top: 20px;
}

.telBottomLeftImg {
    float: right;
    text-align: center;
    font-weight: bold;
}

.telBottomLeftImg p {
    margin-top: 6px;
    display: block;
}

.model_four_main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bottomBannerPC {
    display: none;
}

.model_one_l video {
    width: 100%;
}

.model_fivePc {
    display: none;
}


@media (min-width: 425px) {
    .header_top {
        line-height: 100px;
    }

    .header_right_mobile img {
        margin-left: 25px;
    }

    .search_box input {
        line-height: 22px;
        padding: 8px 42px 8px 8px;
    }

    .search_box button {
        width: 40px;
        height: 40px;
        margin-left: -40px;
    }

    .search {
        top: 32px;
    }

    .search_box input {
        width: 145px;
    }

    .banner_icon {
        padding: 15px 0px;
    }

    .library_two_main span {
        margin-left: 20px;
        transition: all 0.4s;
    }

    .library_three_l_item a {
        padding: 35px 0;
    }

    .lyjd {
        padding-right: 6px;
    }

    .ybbx {
        padding-left: 6px;
    }

    .zybllc {
        padding-right: 6px;
    }

    .cybllc {
        padding-left: 6px;
    }

    .service_three .col-sp-6:first-child {
        padding-right: 0px;
    }

    .service_three .col-sp-6+.col-sp-6 {
        padding-left: 0px;
    }

    .service_three .col-sp-6:first-child {
        margin-bottom: 0;
    }

    .tzgg_content li a p {
        width: 85%;
    }

    .tzgg_content li {
        margin-top: 20px;
    }

    .zxjz_content li {
        margin-top: 20px;
    }

    .yldt_main ul li {
        margin-top: 20px;
    }

    #doctor_mobile {
        width: 200px;
    }

    .ksjs_top .ksjs_top_wrap ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .kejs_search input {
        height: 40px;
        padding: 19px 10px;
        font-size: 16px;
        width: 88%;
    }

    .kejs_search button {
        width: 40px;
        height: 40px;
    }

    .model_four_main .pic1,
    .model_four_main .pic2_l {
        padding-right: 0;
    }

    .model_four_main .pic1_introduce,
    .model_four_main .pic2_r {
        padding-left: 0;
    }

    .pagelist {
        margin-top: 20px;
    }

    .library_two_main h3::before {
        left: -15px;
    }

    .search_icon img {
        max-width: 50%;
    }

    .mid_footer .col-sm-6 {
        width: calc(50% - 20px);
        padding: 0;
        margin: 10px;
    }

    .mid_footer .col-sm-12 {
        width: calc(100% - 20px);
        padding: 0;
        margin: 10px;
    }
}

@media (min-width: 600px) {
    .bookList ul li div {
        padding: 51px;
    }
}

@media (min-width: 768px) {
    .header_top {
        line-height: 120px;
    }

    .header_right_mobile img {
        margin-left: 70px;
    }

    .search_box input {
        line-height: 24px;
        height: 42px;
        width: 260px;
        padding: 8px 50px 8px 8px;
        font-size: 16px;
    }

    .search_box button {
        width: 42px;
        height: 42px;
        margin-left: -42px;
    }

    .search_box button {
        background-size: auto;
    }

    .search {
        top: 42px;
    }

    .nav_mobile>.container>ul>li>a {
        font-size: 30px;
        line-height: 75px;
    }

    .subnav>li>a {
        font-size: 30px;
        line-height: 75px;
    }

    .subnav>li>a::before {
        bottom: 32px;
        left: 62px;
    }

    .banner_icon {
        padding: 30px 0px;
    }

    .banner_main a p {
        padding-top: 10px;
        font-size: 18px;
    }

    .yyxw {
        width: 400px;
        height: 60px;
        line-height: 60px;
    }

    .yyxw p {
        font-size: 30px;
    }

    .describe_ipad h3 {
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .describe_ipad p {
        font-size: 16px;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .describe_ipad {
        background-color: #ebebeb;
        padding: 20px;
    }

    .model_one_date p+p {
        font-size: 14px;
        margin-top: -10px;
    }

    .model_one_box h3 {
        font-size: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
        line-height: 1.6;
        padding: 0 0 20px;
    }

    .model_one_box>p {
        font-size: 18px;
        height: inherit;
    }

    .model_one_list ul li a {
        font-size: 18px;
        padding-left: 18px;
    }

    .model_one_list ul li a::before {
        width: 6px;
        height: 6px;
        top: 9px;
    }

    .main {
        margin: 60px 0 0 0;
    }

    .model_three_l>.row>div>a>img {
        min-height: 382px;
    }

    .model {
        margin: 60px 0;
    }

    .model_three-r ul li a {
        font-size: 16px;
        height: 60px;
        line-height: 60px;
        padding: 0 5px;
    }

    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .model_three_l p,
    .service_three p {
        font-size: 24px;
    }

    .ksdh {
        margin-bottom: 40px;
    }

    .model_three {
        padding: 40px 0 10px 0;
    }

    .model_four_main p {
        font-size: 16px;
    }

    .pic1 {
        padding-right: 0;
    }

    .pic1_introduce {
        padding-left: 0;
    }

    .pic2_l {
        padding-right: 0;
    }

    .pic2_r {
        padding-left: 0;
    }

    .model_four_pic1 p {
        padding: 0 91px;
    }

    .model_two_box_wrap {
        margin-bottom: 0;
    }

    .footer_bottom_moblie span {
        display: inline-block;
    }

    .library_one_r h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .library_one_r {
        margin-top: 30px;
    }

    .library_two_main {
        height: 80px;
        line-height: 80px;
    }

    .library_two_main h3 {
        font-size: 24px;
        padding-left: 15px;
        margin-left: -100px;
    }

    .library_two_main h3::before {
        height: 24px;
    }

    .library_two_main span {
        font-size: 20px;
        margin-left: 50px;
    }

    .library_three_l_item {
        margin-bottom: 20px;
    }

    .library_three_l_item a {
        padding: 46px 0;
    }

    .library_three_r img {
        margin-bottom: 20px;
    }

    .rgxz,
    .lwcc {
        padding-right: 10px;
    }

    .jyzd,
    .gcml {
        padding-left: 10px;
    }

    .library_three_r {
        margin-top: 20px;
    }

    .library_three_l_item p {
        font-size: 24px;
        margin-top: 20px;
    }

    .zhks {
        padding-right: 15px;
    }

    .yjks {
        padding-left: 15px;
    }

    .model_three-r ul li:nth-child(2n + 1) {
        padding-right: 15px;
    }

    .model_three-r ul li:nth-child(2n) {
        padding-left: 15px;
    }

    .lyjd {
        padding-right: 15px;
    }

    .ybbx {
        padding-left: 15px;
    }

    .service_one_item {
        margin-bottom: 30px;
    }

    .zybllc {
        padding-right: 15px;
    }

    .cybllc {
        padding-left: 15px;
    }

    .zybllc_icon {
        width: 230px;
    }

    .service_two_r .jggs_box ul li a {
        display: inline-block;
        width: 80%;
    }

    .service_two_r .jggs_box ul li span {
        display: block;
        font-size: 16px;
        float: right;
    }

    .tzgg_title_icon1 {
        display: inline-block;
    }

    .tzgg_title li img {
        margin-bottom: 4px;
    }

    .tzgg_title li a {
        font-size: 24px;
    }

    .ksjs_top .tzgg_title li a {
        font-size: 24px;
    }

    .tzgg_main_title {
        background: url("/gyzy/2020szsy056.png") no-repeat center;
    }

    .tzgg_main_title h3 {
        font-size: 36px;
        padding-right: 20px;
    }

    .tzgg_content li {
        height: 80px;
        line-height: 80px;
        margin-top: 30px;
    }

    .tzgg_content li a span {
        width: 80px;
        font-size: 36px;
    }

    .tzgg_content li a p {
        font-size: 24px;
        padding-left: 25px;
    }

    .tzgg_title {
        margin-bottom: 50px;
    }

    .tzgg_main_title {
        margin-bottom: 50px;
        background-size: contain;
    }

    .kyxxrk_title h3 {
        background: url("/gyzy/2020szsy056.png") no-repeat center;
    }

    .zpgg_inner {
        padding: 30px 20px;
        font-size: 16px;
    }

    .zpgg_inner p {
        margin-bottom: 30px;
    }

    .zxjz_date {
        display: block;
        text-align: center;
        float: left;
        margin-right: 40px;
    }

    .zxjz_date p {
        font-weight: bold;
        font-size: 30px;
        color: #999999;
    }

    .zxjz_date p:first-child {
        font-size: 48px;
        margin-bottom: -12px;
    }

    .zxjz_item_main h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .zxjz_content li a {
        padding: 30px 20px;
    }

    .zxjz_content li {
        margin-top: 30px;
    }

    .xqy_title {
        margin-bottom: 30px;
    }

    .xqy_title h3 {
        font-size: 24px;
        -webkit-line-clamp: 1;
        margin-bottom: 20px;
    }

    .xqy_title>span {
        font-size: 16px;
        margin: 5px 0;
    }

    .xqy_main p {
        margin-bottom: 25px;
    }

    .yldt_main ul li a img {
        max-width: 35%;
        float: left;
        margin-right: 20px;
        display: block;
    }

    .yldt_main ul li a h3 {
        font-size: 30px;
    }

    .yldt_main ul li a p {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .yldt_main ul li a span {
        line-height: 1.6;
    }

    .yldt_main ul li a {
        padding: 30px 20px;
    }

    .yldt_main ul li {
        margin-top: 30px;
    }

    .doctor_info .doctor_infoname {
        font-size: 28px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .doctor_info p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .doctor_info {
        width: 59%;
    }

    .doctor_wrap img {
        margin-right: 5%;
    }

    .doctor_main ul li h3 {
        font-size: 24px;
        padding-bottom: 18px;
        margin-bottom: 24px;
    }

    .doctor_content p {
        font-size: 18px;
    }

    .doctor_main ul li {
        margin-top: 50px;
    }

    .doctor_content p {
        margin-bottom: 30px;
    }

    .doctor_main ul li h3::before {
        height: 24px;
    }

    .gzwk_model1_r h3 {
        font-size: 22px;
        position: relative;
        margin: 25px 0 35px;
        padding: 0 20px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .gzwk_model1_r h3::before {
        content: "";
        width: 6px;
        height: 50px;
        background-color: #10c5cd;
        position: absolute;
        left: 0;
        top: 4px;
    }

    .yygh_link {
        line-height: 34px;
        font-size: 16px;
    }

    .yygh_link img {
        width: 20px;
    }

    .ysjj_info {
        padding: 15px 20px;
    }

    .gzwk_model2_title h3 i {
        font-size: 24px;
    }

    .gzwk_model2_title h3 span {
        font-size: 30px;
    }

    .gzwk_model2_title h3 {
        margin-bottom: 50px;
    }

    .gzwk_model2 {
        padding: 60px 0 90px;
    }

    .ysjj_info h3 {
        font-size: 18px;
    }

    #doctor_mobile span {
        display: inline-block;
    }

    #doctor_mobile {
        width: 370px;
        height: 60px;
        line-height: 60px;
    }

    .out {
        border-top: 90px #70dce1 solid;
        border-left: 290px #10c5cd solid;
    }

    .out b {
        font-size: 18px;
        top: -65px;
        left: -70px;
    }

    .out em {
        font-size: 18px;
        top: -45px;
        left: -255px;
    }

    .scheduling_table tbody span {
        font-size: 18px;
    }

    #doctor_mobile p {
        font-size: 24px;
        margin-right: 5px;
    }

    .inner_box {
        top: 60px;
        max-height: 250px;
    }

    #doctor_mobile img {
        right: 20px;
    }

    .gzwk_model3 {
        padding: 60px 0 90px;
    }

    .gzwk_model1 {
        margin-bottom: 60px;
    }

    .gzwk_main {
        margin: 60px 0 0;
    }

    .ksjs_content ul li:nth-child(2n + 1) {
        padding-right: 15px;
    }

    .ksjs_content ul li:nth-child(2n) {
        padding-left: 15px;
    }

    .ksjs_top .ksjs_top_wrap ul li a {
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }

    .kejs_search input {
        height: 60px;
        font-size: 18px;
        padding: 19px 20px;
        width: 90%;
    }

    .kejs_search button {
        width: 60px;
        height: 60px;
        background-size: auto;
    }

    .ksjs_content ul li a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    .ksjs_top_wrap {
        margin-bottom: 35px;
    }

    .ksjs_underline .row {
        padding-bottom: 20px;
        width: 100%;
        margin-bottom: 45px;
    }

    .leftcon {
        display: inline-block;
    }

    .pagelist {
        margin-top: 40px;
    }

    .dsj_select {
        font-size: 24px;
        margin-top: 3px;
    }

    .banner_item a img {
        width: 60px;
    }

    .telBottomLeftWord {
        width: 80%;
    }

    .model_one_l {
    }

}

@media (min-width: 1024px) {
    .tb_listziji .col-md-3 {
        width: 20%;
    }

    /* 大事记 */
    .dsj_contante {
        padding-top: 50px;
    }

    .dsj_contante .dsj_modules {
        float: right;
    }

    .dsj_left {
        width: 214px;
    }

    .dsj_contante .dsj_modules ul li {
        min-height: 120px;
    }

    .dsj_left ul {
        position: relative;
        padding: 0 20px;
    }

    .dsj_left ul:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%;
        width: 4px;
        background-color: #f0f4f7;
        z-index: 1;
        box-sizing: initial;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .dsj_left li {
        margin-bottom: 50px;
        position: relative;
    }

    .dsj_left li:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #10c5cd;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
    }

    .dsj_left li:after {
        content: "";
        display: block;
        clear: both;
    }

    .dsj_left li span {
        display: inline-block;
        color: #666;
        font-size: 18px;
        font-weight: bold;
        float: left;
        cursor: pointer;
    }

    .dsj_left li.active:before {
        width: 18px;
        height: 18px;
        background-color: #10c5cd;
        border: none;
    }

    .dsj_left li.active span {
        background-color: #10c5cd;
        border-radius: 16px;
        color: #fff;
        font-size: 24px;
        width: 88px;
        line-height: 32px;
        text-align: center;
        margin-right: -30px;
    }

    .dsj_left {
        display: block;
    }

    .dsj_contante .dsj_modules ul span {
        font-size: 18px;
        font-weight: bold;
        padding: 0 18px;
        min-width: 160px;
        line-height: 36px;
        text-align: center;
    }

    .dsj_contante .dsj_modules ul li {
        padding: 20px 24px 30px 24px;
    }

    .dsj_contante .dsj_modules ul div {
        font-size: 16px;
    }

    .new_listgb .jianjietop h1 {
        padding: 0 0 15px 0;
        font-size: 22px;
        font-weight: bold;
    }

    .new_listgb .jianjietop p {
        font-size: 16px;
        color: #666666;
        line-height: 1.8;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 84px;
    }

    .new_listgb .jianjie_bottom p {
        font-size: 22px;
    }

    .new_listgb .jianjie_bottom {
        padding-top: 10px;
    }

    .new_listgb .jianjie_bottom a img {
        width: 40px;
        height: 40px;
    }

    .model_two_box_xin {
        margin: 50px 0 !important;
    }

    .tb_list a {
        transition: all 1s;
    }

    .tb_list a:hover img {
        transform: rotateY(180deg);
        transition: all 0.5s;
    }

    .tb_list a p {
        font-size: 20px;
    }

    .header_right_mobile {
        display: none;
    }

    .header_right_pc {
        display: block;
        text-align: right;
    }

    .header_right_pc span {
        font-size: 16px;
        color: #b4b4b4;
    }

    .header_right_pc>span {
        margin: 0 40px;
    }

    .nav_pc>.container>.row>ul>li>a {
        font-size: 16px;
        transition: all 0.4s;
        display: block;
    }

    .nav_pc {
        display: block;
    }

    .col-md-8ths {
        width: 12.5%;
        float: left;
    }

    .col-md-9ths {
        float: left;
        width: 10%;
    }

    .nav_pc>.container>.row>ul>li {
        text-align: center;
        position: relative;
    }

    .nav_pc>.container>.row>ul {
        height: 50px;
        line-height: 50px;
        display: flex;
        flex-wrap: wrap;
        gap: 34px;
        padding: 0 6px;
    }

    .nav_pc .col-md-2 {
        width: auto;
    }

    .nav_pc>.container>.row>ul>li>a:hover {
        color: #10c5cd;
    }

    .nav_pc_inner {
        position: absolute;
        z-index: 99;
        width: 125%;
        left: -12.5%;
    }

    .nav_pc_inner li {
        height: auto;
        line-height: initial;
    }

    .nav_pc_inner li a {
        font-size: 16px;
        display: block;
        width: 100%;
        text-align: left;
        padding: 14px 20px;
        background: rgba(16, 197, 205, 0.7);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9910c5cd, endColorstr=#9910c5cd);
        color: #fff;
        transition: all 0.4s;
    }

    .nav_pc_inner li a:hover {
        background: #10c5cd;
        font-weight: bold;
    }

    .banner_icon {
        padding: 35px 0px;
    }

    .main {
        margin: 50px 0 0 0;
    }

    .model_one_box {
        margin-bottom: 15px;
    }

    .model_two_title span {
        font-size: 24px;
    }

    .more_icon {
        padding: 2px 7px;
        margin-top: 3px;
    }

    .model_two_main ul li a {
        font-size: 18px;
    }

    .model_two_main ul li {
        padding: 15px 0 5px;
    }

    .model_three-r ul li {
        margin-bottom: 16px;
    }

    .model_three_l>.row>div>a>img {
        min-height: 312px;
        max-width: 366px;
    }

    .model_four_main p {
        font-size: 16px;
        padding: 0;
    }

    .banner_moblie {
        display: none;
    }

    .banner_pc {
        display: block;
    }

    .footer_bottom_moblie {
        display: none;
    }

    .footer_bottom {
        display: block;
    }

    .footer_top ul li {
        float: left;
        width: 16.6%;
        text-align: center;
        border-left: 1px solid #cccccc;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 10px;
    }

    .footer_top ul li:first-child {
        border: none;
        padding-left: 0;
    }

    .footer_top ul {
        overflow: hidden;
        border-top: 1px solid #cccccc;
        padding: 8px 0;
    }

    .footer_top ul li a {
        font-size: 16px;
        color: #666666;
        transition: all 0.4s;
    }

    .footer_top ul li a:hover {
        color: #10c5cd;
    }

    .footer_top {
        display: block;
    }

    .footer_bottom {
        background-color: #555555;
        padding: 36px 0;
    }

    .footer_bottom span {
        font-size: 14px;
        color: #c8c8c8;
        margin-right: 15px;
    }

    .footer_bottom a {
        font-size: 14px;
        color: #c8c8c8;
    }

    .footer_bottom_l div {
        margin-bottom: 5px;
    }

    .support {
        margin-top: 20px;
    }

    .footer_bottom_l {
        float: left;
    }

    .footer_bottom_r {
        float: right;
    }

    .footer_bottom_content {
        overflow: hidden;
    }

    .footer_bottom_r>a>img {
        float: left;
        margin-top: 30px;
        margin-right: 50px;
    }

    .footer_bottom_r>div {
        float: left;
        text-align: center;
        color: #c8c8c8;
    }

    .library_one_r {
        margin-top: 0;
    }

    .library_one_r h3 {
        margin-bottom: 20px;
    }

    .library_article {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        height: 248px;
    }

    .library_three_r {
        margin-top: 0;
    }

    .library_three_r a img {
        margin-bottom: 24px;
    }

    .library_three_l_item a {
        padding: 12px 0;
    }

    .library_three_l_item p {
        margin-top: 18px;
    }

    .nav_pc {
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    .position_nav {
        display: block;
    }

    .position {
        background: url("/gyzy/2020szsy032.png") no-repeat left center;
        padding-left: 15px;
        color: #666666;
        height: 55px;
        line-height: 55px;
        border-bottom: 1px solid #dddddd;
    }

    .position a {
        color: #666666;
        margin: 0 5px;
    }

    .position a:hover {
        text-decoration: underline;
    }

    .jggs {
        padding: 30px 20px;
    }

    .tzgg_content li a img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25px;
        margin: auto;
    }

    .tzgg_icon1 {
        display: inline-block;
    }

    .tzgg_title {
        margin-bottom: 60px;
    }

    .tzgg_content li a p {
        width: 80%;
    }

    .tzgg_content li a:hover {
        background-color: #10c5cd;
        color: #fff;
    }

    .tzgg_content li a:hover .tzgg_icon1 {
        display: none;
    }

    .tzgg_content li a:hover .tzgg_icon2 {
        display: inline-block;
    }

    .tzgg_content li a.active .tzgg_icon1 {
        display: none;
    }

    .tzgg_content li a.active .tzgg_icon2 {
        display: inline-block;
    }

    .zpgg_inner {
        padding: 30px 100px;
    }

    .zxjz_content li {
        margin-top: 50px;
    }

    .zxjz_date {
        border: 1px solid #fff;
        border-radius: 25px;
        width: 200px;
        height: 180px;
    }

    .zxjz_date p:first-child {
        margin-top: 30px;
    }

    .zxjz_icon {
        width: 110px;
        height: 32px;
        border: 2px solid rgba(16, 197, 205, 0.5);
        border-radius: 16px;
        position: absolute;
        bottom: 0;
        left: 240px;
        background: url("/gyzy/2020szsy064.png") no-repeat center;
        transition: all 0.4s;
    }

    .zxjz_item_main {
        height: 180px;
        position: relative;
    }

    .zxjz_content li a:hover h3 {
        color: #10c5cd;
    }

    .zxjz_content li a:hover .zxjz_date {
        background-color: #10c5cd;
    }

    .zxjz_content li a:hover .zxjz_date p {
        color: #fff;
    }

    .zxjz_content li a:hover .zxjz_icon {
        background: rgba(16, 197, 205, 0.5) url("/gyzy/2020szsy065.png") no-repeat center;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
        border: none;
    }

    .xqy_title {
        text-align: center;
        padding-bottom: 25px;
    }

    .xqy_title h3 {
        margin-bottom: 15px;
        padding: 0 80px;
    }

    .xqy_title>span {
        display: inline-block;
        margin: 0 10px;
    }

    .xqy_main p {
        margin-bottom: 40px;
    }

    .enclosure {
        padding: 20px 40px;
    }

    .yldt_icon {
        display: block;
        left: inherit;
        right: 20px;
    }

    .yldt_main ul li {
        margin-top: 50px;
    }

    .yldt_main ul li a span {
        height: 50px;
        line-height: 1.8;
        display: block\0;
        height: 55px\0;
    }

    .zxjz_item_main p {
        height: 75px;
    }

    .zxjz_item_main .zxjz_icon {
        height: 32px;
    }

    /*.doctor_main ul li:first-child {
    display: none;
  }*/

    .doctor_wrap {
        background-color: #f0f4f7;
        padding: 30px;
    }

    .scly_pc h3 {
        font-size: 24px;
        border: none;
        position: relative;
        padding-left: 15px;
        padding-bottom: 0;
    }

    .scly_pc h3::before {
        content: "";
        width: 6px;
        height: 24px;
        background-color: #10c5cd;
        position: absolute;
        left: 0;
    }

    .scly_pc p {
        line-height: 1.6;
        margin-bottom: 0;
    }

    .scly_pc {
        display: block;
        margin-top: 36px;
    }

    .doctor_info {
        width: 65%;
    }

    .gzwk_model1_r h3 {
        margin: 0 0 20px;
    }

    .gzwk_model1_r h3::before {
        height: 80px;
    }

    .yygh_link {
        top: 0;
        font-size: 18px;
    }

    .gzwk_model1_l img {
        min-height: 430px;
    }

    .ksjs_word {
        height: 325px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 13;
    }

    .scheduling_table {
        display: none;
    }

    .scheduling_table_pc thead {
        width: 100%;
    }

    .scheduling_table_pc thead tr {
        background-color: #10c5cd;
        width: 100%;
    }

    .scheduling_table_pc thead tr th {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        width: 102px;
        padding: 7px 0;
    }

    .scheduling_table_pc thead tr th p {
        font-weight: normal;
        font-size: 14px;
    }

    .scheduling_table_pc {
        display: block;
        border: #cccccc;
    }

    .scheduling_table_pc tbody tr td {
        text-align: center;
        padding: 14px 0;
    }

    .scheduling_table_pc tbody tr td.active {
        background: url("/gyzy/2020szsy079.png") no-repeat center;
        background-size: auto;
    }

    .scheduling_table_pc tbody tr td p {
        font-size: 24px;
        font-weight: bold;
    }

    .scheduling_table_pc tbody tr td span {
        font-size: 14px;
        color: #999999;
    }

    .gzwk_main {
        margin: 50px 0 0;
    }

    .kejs_search input {
        width: 92%;
    }

    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .mid_footer .col-md-3 {
        width: calc(24% - 10px);
        margin: 5px;
        padding: 0;
    }

    .mid_footer .col-md-3.last_href {
        width: calc(28% - 10px);
    }

    .last_href a {
        width: 100%;
    }

    .last_href a,
    .mid_footer .col-md-3 a {
        display: block;
        position: relative;
    }

    .mid_footer .col-md-4 {
        width: 33.33333333%;
    }

    .mid_footer .mid_footer_text p {
        padding: 0;
        font-size: 24px;
        top: auto;
        transform: none;
    }

    .model_two .areaL img {
        max-width: 100%;
        margin-right: 8px;
    }

    .model_two .area {
        padding: 30px 26px;
        background: none;
        border-radius: 0;
    }

    .model_two .row {
        background: #f3f3f3;
    }

    .model_two .areaL {
        padding-top: 0px;
    }

    .bottomBanner {
        margin-top: 60px;
    }

    .telBottomLeft img {

        margin-right: 20px;
    }

    .bottomBannerYD {
        display: none;
    }

    .bottomBannerPC {
        display: block;
    }

    .telBottomLeft {
        display: block;
        float: left;
    }

    .telBottomLeftWord {
        width: 70%;
        margin: 40px 0 0 26px;
    }

    .model_two .col-xs-6 {
        position: relative;
    }

    .model_two .col-xs-6+.col-xs-6::before {
        display: block;
        width: 1px;
        height: 32px;
        position: absolute;
        left: 0;
        top: 36px;
        content: "";
        background-color: #9fa0a0;
    }

    .telBottomLeftImg p {
        display: none;
    }

    .model_fivePc {
        background: #24252a;
        display: block;
    }

    .model_fivePc ul {
        padding-left: 70px;
    }

    .model_fivePc ul li {
        float: left;
        margin-right: 25px;
        line-height: 128px;
        font-size: 18px;

    }

    .model_fivePc ul li a {
        color: #fff;
    }

    .model_one_box>p {
        -webkit-line-clamp: 9;
    }

}

@media (min-width: 1350px) {

    .telBottomLeft {
        margin-top: 20px;
    }

    .telBottomLeftWord {
        font-size: 30px;
    }

    .model_four_main {
        padding: 30px 60px;
    }

    /* 大事记 */
    .dsj_contante .dsj_modules {
        width: 80%;
    }

    .new_listgb .jianjietop h1 {
        padding-bottom: 30px;
    }

    .new_listgb .jianjie_bottom {
        padding-top: 50px;
    }

    .new_listgb .jianjie_bottom p {
        font-size: 24px;
    }

    .new_listgb .jianjie_bottom a img {
        width: auto;
        height: auto;
    }

    .new_listgb .jianjie_bottom a {
        padding: 30px 0;
    }

    .new_listgb .listgbbanner p {
        font-size: 30px;
        font-weight: bold;
        width: 230px;
        line-height: 60px;
    }

    .new_listgb {
        padding: 30px 0;
        box-shadow: 0 0 10px 5px #f4f4f4;
    }

    .header_right_pc {
        display: block;
    }

    .model_one_box h3 {
        padding: 0 0 0px;
        transition: all 0.4s;
        height: inherit;
        -webkit-line-clamp: none;
        margin-bottom: 35px;
        font-size: 24px;
    }

    .model_one_box>p {
        line-height: 24px;
        height: inherit;
        -webkit-line-clamp: 12;
    }

    .model_one_date p+p {
        margin-top: -12px;
    }

    .model_one_list ul li {
        margin-top: 15px;
    }

    .model_one_r a:hover {
        color: #10c5cd;
    }

    .model_one_list ul li+li+li+li+li {
        display: block;
    }

    .model_two_box {
        padding: 30px 25px;
    }

    .model_three-r ul li {
        margin-bottom: 24px;
    }

    .pic1_introduce .pic1_introduce_pc {
        font-size: 16px;
        padding: 0 50px;
        font-weight: normal;
    }

    .pic1_introduce_pc span {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #70d9e1;
        margin: 15px 0;
    }

    .pic1_introduce_mobile {
        display: none;
    }

    .pic1_introduce_pc {
        display: block;
    }

    .pic2_l .pic2_introduce_pc {
        display: block;
        top: 200px;
        padding: 0 90px;
        font-size: 16px;
        font-weight: normal;
        text-align: justify;
    }

    .pic2_l .pic2_introduce_mobile {
        top: 100px;
    }

    .pic1_introduce_pc i {
        display: block;
        text-align: center;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
    }

    .library_more_icon {
        text-align: center;
        margin-top: 20px;
    }

    .library_article {
        -webkit-line-clamp: 9;
        height: 280px;
        line-height: 1.8;
    }

    .library_more_icon a img {
        transition: all 0.3s;
    }

    .library_more_icon a:hover img {
        margin-top: -5px;
    }

    .library_more_icon {
        display: block;
    }

    .library_two_main {
        text-align: left;
    }

    .library_two_main h3 {
        margin-left: 60px;
    }

    .library_three_r a img {
        margin-bottom: 17px;
    }

    .library_three_l_item a {
        padding: 26px 0;
    }

    .lwcc .library_three_l_item {
        margin-bottom: 20px;
    }

    .gcml .library_three_l_item {
        margin-bottom: 0;
    }

    .footer_bottom_r>a>img {
        margin-right: 60px;
    }

    .model_three_l>.row>div>a>img {
        max-width: 504px;
    }

    .model_four_pic1 p {
        text-align: justify;
    }

    .jggs .model_two_title span {
        color: #fff;
    }

    .jggs .model_two_title span::before {
        background-color: #fff;
        top: 3px;
    }

    .jggs {
        background-color: #10c5cd;
    }

    .more_icon_hzfw {
        display: none;
    }

    .bgf2 {
        background: #f2f2f2;
        box-shadow: none;
    }

    .bgf2 .jggs_box ul li a {
        color: #333;
    }

    .jggs_box ul li a {
        color: #fff;
        padding-left: 15px;
    }

    .jggs_box ul li a::before {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .hzfw_icon {
        width: 150px;
        height: 45px;
        line-height: 45px;
    }

    .hzfw_icon p {
        font-size: 24px;
    }

    .service_one_item {
        margin-bottom: 0;
    }

    .service_one_item2 img {
        min-height: 262px;
    }

    .zybllc_icon {
        width: 190px;
    }

    .service_two_l .service_one_item:first-child {
        margin-bottom: 25px;
    }

    .hzfw_icon_word p {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .service_two_l .yyxw {
        display: none;
    }

    .hzfw_icon_word {
        display: block;
    }

    .service_two_l .service_one_item2 img {
        min-height: auto;
    }

    .service_two_r .jggs {
        background-color: #fff;
    }

    .service_two_r .jggs .model_two_title span {
        color: #333;
    }

    .service_two_r .jggs .model_two_title span::before {
        background-color: #10c5cd;
    }

    .service_two_r .jggs_box ul li a {
        transition: all 0.4s;
        color: #333;
    }

    .service_two_r .jggs_box ul li a:hover {
        color: #70d9e1;
    }

    .service_two_r .jggs {
        background-color: #fff;
    }

    .service_two_r .jggs_box ul li a::before {
        background-color: #cccccc;
    }

    .zybllc {
        padding-right: 10px;
    }

    .cybllc {
        padding-left: 10px;
    }

    .service_one,
    .service_two {
        margin-bottom: 50px;
    }

    .tzgg_content li a img {
        right: 40px;
    }

    .yldt_main ul li a {
        padding: 30px 40px;
    }

    .yldt_main ul li a img {
        margin-right: 40px;
    }

    .doctor_info {
        width: 73%;
    }

    .gzwk_model1_r h3::before {
        height: 60px;
    }

    .gzwk_model1_l img {
        min-height: auto;
    }

    .gzwk_model1_r h3 {
        line-height: 1.6;
        margin: 0 0 30px;
    }

    .gzwk_model1_r {
        min-height: 400px;
        position: relative;
    }

    .gzwk_model1_r .gzwk_icon {
        left: inherit;
        right: 15px;
        margin-top: 0;
    }

    .gzwk_model1_r a:hover .gzwk_icon {
        background: rgba(16, 197, 205, 0.5) url(/gyzy/2020szsy065.png) no-repeat center;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
        border: none;
    }

    .gzwk_icon {
        display: block;
    }

    .ksjs_word {
        height: 230px;
        -webkit-line-clamp: 9;
    }

    .swiper_nav_l,
    .swiper_nav_r {
        display: block;
        width: 40px;
        height: 80px;
        cursor: pointer;
        position: absolute;
        z-index: 999;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.4s;
    }

    .swiper_nav_l {
        background: rgba(0, 0, 0, 0.3) url("/gyzy/2020szsy077.png") no-repeat center;
        left: 15px;
    }

    .swiper_nav_r {
        background: rgba(0, 0, 0, 0.3) url("/gyzy/2020szsy078.png") no-repeat center;
        right: 17px;
    }

    .ysjj_info {
        width: 100%;
    }

    .scheduling_table_pc thead tr th {
        width: 140px;
    }

    .col-lg-5ths {
        width: 20%;
        float: left;
    }

    .kejs_search input {
        width: 59%;
        margin-left: 185px;
    }

    .kejs_search2 input {
        width: 59%;
        margin-left: 140px;
    }

    .ksjs_top_wrap {
        margin-bottom: 0;
    }

    .model_four_main p {
        padding: 0;
    }

    .service_two_r .jggs_box ul li {
        margin-top: 15px;
    }

    .model_two_title {
        margin-bottom: 20px;
    }

    .yygh_link {
        padding: 0 20px 0 40px;
    }

    .model_one_box {
        margin-bottom: 30px;
        /* margin-top: -9px; */
    }

    .model_two .areaL img {
        margin-right: 20px;
    }

    .model_two .areaL {
        padding-top: 10px;
    }

    .model_two .areaR p {
        font-size: 30px;
    }

    .model_two .areaR span {
        font-size: 18px;
    }

    .model_two .col-xs-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .model_two .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .bookList ul li span {
        font-size: 24px;
    }

    .bookList ul li p {
        font-size: 24px;
    }

    .bookList ul li b {
        width: 54px;
        margin: 0 36px;
    }

    .bookList ul li div {
        padding: 28px;
    }

    .bookList ul li img {
        margin-top: 28px;
        max-width: 58%;
    }

    .bookList .col-xs-6 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .model_three_l_wrap .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .date_dates .date_box {
        width: 65%;
    }

    .model_two .col-xs-6+.col-xs-6::before {
        height: 40px;
        left: -10px;
        top: 50px;
    }

    .telBottomLeftImg {
        position: relative;
    }

    .telBottomLeftImg::after {
        display: block;
        width: 1px;
        height: 100px;
        position: absolute;
        left: -82px;
        top: 22px;
        content: "";
        background-color: #cfcfcf;
    }

    .nav_pc>.container>.row>ul {
        gap: 78px;
        padding: 0 56px;
    }


}

@media (max-width: 992px) {
    .mid_footer .last_href_child:nth-child(2) {
        margin-left: 20px;
    }
}

@media (max-width: 414px) {
    .mid_footer .last_href_child:nth-child(2) {
        margin-left: 0px;
    }
}