.ky_modelOneLeft img {
    max-width: 100%;
}

.main_wrap {
    background: #f5f7fa;
    padding: 20px 0;
}

.jyzn_main_wrap {
    background: #f5f7fa;
    padding: 20px 0;
}

.ky_modelOneLeft_main div .ky_modelOneLeft_main_title {
    font-size: 16px;
    width: 60%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ky_modelOneLeft_main div .ky_modelOneLeft_main_title:hover{
    color: #4683ce;
}

.ky_modelOneLeft_main div {
    margin-bottom: 15px;
}

.more {
    font-size: 14px;
    color: #999999;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 74px;
    line-height: 28px;
    height: 28px;
    background: #fff;
    display: inline-block;
    text-align: center;
    float: right;
    margin-top: -2px;
}

.ky_modelOneLeft_main {
    background: #f0f4f7;
    padding: 15px 20px 45px 20px;
}

.ky_modelOneLeft_main p {
    color: #666666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}

.ky_modelOne_wrap {
    padding: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.ky_modelOneLeft {
    position: relative;
}

.picLogo {
    line-height: 40px;
    background-color: #4683ce;
    position: absolute;
    top: 15px;
    left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0 20px;
}

.picLogo p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.ky_modelOneLeft_pagination {
    position: absolute;
    z-index: 20;
    bottom: 14px;
    width: 100%;
    text-align: center;
}

.ky_modelOneLeft_pagination .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    margin-left: 8px;
    cursor: pointer;
}

.ky_modelOneLeft_pagination .swiper-active-switch {
    background-color: #4683ce;
    border: 0;
}

.ky_modelOneRight_top p span {
    font-size: 18px;
    margin-left: 4px;
    cursor: pointer;
    color: #666666;
}

.ky_modelOneRight_top p {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.ky_modelOneRight_main span {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .3s;
}

.ky_modelOneRight_main p {
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}

.ky_modelOneRight_main {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.ky_modelOneRight_bottom li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ky_modelOneRight_bottom li+li {
    margin-top: 10px;
}

.ky_modelOneRight_bottom li a {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.ky_modelOneRight_bottom li a:hover {
    color: #4683ce;
}

.ky_modelOneRight_bottom li a:hover::before {
    background: #4683ce;
}

.ky_modelOneRight_bottom li a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #cccccc;
    border-radius: 50%;
    top: 6px;
    left: 0;
    transition: .3s;
}

.ky_modelOneRight {
    margin-top: 30px;
}

.ky_modelTwo_wrap {
    margin-top: 20px;
}

.ky_modelTwo_wrap>.container>.row>.col-xs-12+.col-xs-12 {
    margin-top: 20px;
}

.ky_modelTwo_wrap_item img {
    width: 100%;
    margin-bottom: 20px;
}

.ky_modelTwo_wrap_item ul li a {
    font-size: 16px;
    display: inline;
    transition: .3s;
}

.ky_modelTwo_wrap_item ul li+li {
    border-top: 1px solid #e5e5e5;
}

.ky_modelTwo_wrap_item ul li {
    padding-top: 8px;
    margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ky_modelTwo_wrap_item {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 20px;
    background: #fff;
}

.ky_modelTwo_wrap_item>div {
    position: relative;
}

.ky_modelTwo_wrap_item .ky_modelOneRight_top p {
    border: 0;
}

.ky_modelThree_wrap img {
    width: 100%;
    margin-bottom: 20px;
}

.ky_modelThree_main ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ky_modelThree_main ul li+li {
    margin-top: 10px;
}

.ky_modelThree_main ul li a {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    transition: .3s;
}

.ky_modelThree_main ul li a:hover {
    color: #4683ce;
}

.ky_modelThree_main ul li a:hover::before {
    background: #4683ce;
}

.ky_modelThree_main ul li a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #cccccc;
    border-radius: 50%;
    top: 6px;
    left: 0;
    transition: .3s;
}

.ky_modelThree_wrap {
    padding: 20px;
    background: #fff;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.secondNav_tab p span.active {
    /* font-weight: bold; */
    color: #333;
}

.secondNav_tab p .more {
    display: none;
}

.ky_modelThree_main ul {
    display: none;
}

.ky_modelThree_wrap_content {
    position: relative;
}

.ky_modelFour_wrap {
    padding: 20px 0;
}

.ky_modelFourMain p {
    text-align: center;
    color: #4683ce;
    font-size: 24px;
    margin-bottom: 25px;
}

.ky_modelFour_item p a {
    display: block;
    background: #fff;
    color: #333;
    text-align: center;
    padding: 12px 15px;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    transition: .3s;
    position: relative;
}

.ky_modelFour_item .row .col-xs-6 {
    padding: 0 10px;
}

.ky_modelFour_item .row {
    margin: 0 -10px;
}

.jjzn_one ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}

.jjzn_one ul li a p {
    margin-top: 8px;
}

.jjzn_one ul li a img {
    max-width: 100%;
    transition: .5s;
}

.jjzn_one_item1 a {
    background: #7ab4fc;
}

.jjzn_one_item2 a {
    background: #788aca;
}

.jjzn_one_item3 a {
    background: #85d4f2;
}

.jjzn_one_item4 a {
    background: #4683ce;
}

.jjzn_one_item5 a {
    background: #44cd9e;
}

.jjzn_one_item6 a {
    background: #8bb8ef;
}

.jjzn_one .row .col-xs-6:nth-child(2n+1) {
    padding-right: 6px;
}

.jjzn_one .row .col-xs-6:nth-child(2n) {
    padding-left: 6px;
}

.jjzn_one .row .col-xs-6+.col-xs-6+.col-xs-6 {
    margin-top: 12px;
}

.jjzn_wrap {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.jjzn_wrap .ky_modelThree_main ul li a {
    color: #666666;
}

.jjzn_item {
    margin-top: 20px;
}

.ylfw_title span {
    font-size: 18px;
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
    font-weight: bold;
    margin-right: 8px;
    cursor: pointer;
    color: #666666;
}

.ylfw_title span.active {
    color: #4683ce;

}

.ylfw_title span.active::after {
    display: block;
}

.ylfw_title span::after {
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1px;
    background-color: #4683ce;
    content: "";
    display: none;
}

.ylfw_title {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.ylfw_one_main {
    margin-bottom: 20px;
    position: relative;
}

.ylfw_one_info p {
    color: #666666;
    line-height: 1.8;
}

.ylfw_one_info p+p {
    /* margin-top: 15px; */
}

.skzxgkText .detailCheck {
    float: right;
}

.detailCheck {
    color: #4683ce;
    margin: 15px 0 25px;
    display: inline-block;
}

.detailCheck>img {
    margin-right: 5px;
}

.ylfw_one_main p {
    color: #666666;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.ylfw_one_main img {
    width: 100%;
}

.ylfw_one_main div+div {
    margin-top: 20px;
}

.ylfw_one_main .swiper-button {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    position: absolute;
    right: 0;
    background: rgb(255, 255, 255, 0.5);
    bottom: 0;
    z-index: 9;
    cursor: pointer;
    transition: .3s;
    margin-top: 0;
}

.ylfw_one_main .swiper-button:hover {
    background: rgb(255, 255, 255, 0.8);
}

.ylfw_one_main .swiper-button img {
    width: auto;
    max-width: 100%;
}

.ylfw_one_main .swiper-button-prev {
    right: 56px;
}

.ylfw_wrap {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    position: relative;
}

.ylfw_title a {
    width: 80px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    float: right;
    border: 1px solid #e5e5e5;
    color: #999999;
    transition: .3s;
}

.ylfw_title a:hover {
    background: #4683ce;
    color: #fff;
    border: 1px solid #4683ce;
}

.jyznLink>img {
    width: 100%;
}

.jyzn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-18px);
    text-align: center;
}

.jyzn span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}

.fwnr_main ul li {
    width: 100%;
    height: 52px;
    line-height: 52px;
}

.fwnr_main ul li a {
    display: block;
    color: #4683ce;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
    background: #e4edf8;
    transition: .3s;
}

.fwnr_main ul li a span {
    float: left;
}

.fwnr_main ul li a span+span {
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 15px;
}

.fwnr_main ul li+li {
    margin-top: 8px;
}

.navTab .ylfw_title a {
    display: none;
}

.navTab .fwnr_main ul {
    display: none;
}

.ylfw_two {
    margin-top: 20px;
}

.ylfw_two .ylfw_wrap+.ylfw_wrap {
    margin-top: 20px;
    overflow: hidden;
}

.video_wrap video {
    width: 100%;
}

.video_wrap img {
    width: 100%;
}

.jkjy_wrap .item+.item {
    margin-top: 20px;
}

.jkjy_wrap .item img {
    width: 100%;
}

.jkjy_wrap .item a:hover p {
    color: #4683ce;
}

.jkjy_wrap .item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 15px 0 5px;
    font-size: 16px;
    transition: .3s;
}

.jkjy_wrap .item span {
    color: #666666;
    font-size: 16px;
}

.ylfw_three {
    margin-top: 20px;
}

.list_title {
    background: url(/web2022/2022HKU_300.png) no-repeat center;
}

.list_title span {
    float: left;
    font-weight: bold;
    font-size: 24px;
    background-color: #FFFFFF;
    padding-right: 20px;
}

.ylfw_wrap .list_title {
    margin-bottom: 15px;
}

.smgc_wrap {
    background: #f5f7fa;
    padding: 20px 0;
}

.smgz_title p {
    color: #666666;
    font-size: 20px;
}

.smgz_title {
    margin-bottom: 10px;
}

.smgc_main .detailCheck {
    float: right;
}

.scgc_pic img {
    width: 100%;
}

.smgc_main .ky_modelOneRight {
    margin-top: 0px;
    float: inherit;
    width: 100%;
}

.smgc_main .ylfw_one_info{
    max-height: 256px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

.tddt_wrap .item a {
    width: 100%;
    display: inline-block;
}

.tddt_wrap .item+.item {
    margin-top: 10px;
}

.cmbd_img {
    position: relative;
}

.cmbd_img_bg {
    width: 100%;
}

.cmbd_img_btn {
    position: absolute;
    left: 40%;
    top: 30%;
}

.cmbd_title {
    font-size: 16px;
    padding: 10px 2px;
    position: relative;
}

.cmbd_title p {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-align: justify;
    transition: .3s;
}

.cmbd_title span {
    position: absolute;
    right: 0px;
    bottom: 10px;
    background-color: #FFFFFF;
    transition: color .3s;
}

.tddt_wrap .item a:hover {
    background-color: #44CD9E;
    color: #FFFFFF;
}

.tddt_wrap .item a:hover .cmbd_title span {
    background-color: #44CD9E;
}

.smgc_main .ylfw_wrap+.ylfw_wrap {
    margin-top: 20px;
}

.smgc_title span {
    font-size: 18px;
    font-weight: bold;
}

.smgc_title {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.smgc_title::after {
    content: "";
    position: absolute;
    background: url(/web2022/2022HKU_035.png) no-repeat bottom;
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
}


.smgc_xl p,.smgc_xl {
    text-align: left;
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
    font-family: "微软雅黑","Microsoft YaHei";
}

.smgc_xl p+p {
    margin-top: 12px;
}

.smgc_xl img {
    max-width: 100%;
}

.zlzx_title ul .col-xs-3 {
    padding: 0 2px;
}

.zlzx_title .row {
    margin: 0 -2px;
}

.zlzx_title ul li {
    display: inline-block;
    margin-right: 12px;
}

.zlzx_title ul {
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    display: block;
    white-space: nowrap;
}

.zlzx_title ul li a {
    display: inline-block;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    display: block;
    border: 2px solid #4683ce;
    padding: 2px 10px;
}

.zlzx_title ul li a.active {
    background: #4683ce;
    color: #fff;
}

.zlzx_title {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ksjs ul li {
    color: #4683ce;
    line-height: 40px;
    background: #f5f7fa;
    padding: 0 18px;
    position: relative;
    cursor: pointer;
}

.ksjs ul li.active {
    background: #4683ce;
    color: #fff;
}

.ksjs ul li.active .rightOne {
    display: none;
}

.ksjs ul li.active .rightTwo {
    display: block;
    transform: rotate(90deg);
}

.ksjs_item+.ksjs_item {
    margin-top: 15px;
}

.ksjs ul li img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    transition: .3s;
}

.rightTwo {
    display: none;
}

.ksjs_inner img {
    max-width: 100%;
    margin-top: 20px;
}

.ksjs_inner p {
    color: #666666;
    line-height: 1.6;
    text-align: justify;
}

.ksjs_inner p+p {
    margin-top: 10px;
}

.ksjs_inner span {
    color: #666666;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

.ksjs_inner {
    padding: 15px;
    background: #f5f7fa;
    display: none;
}

.zlzx_title ul::-webkit-scrollbar {
    display: none
}

.jyxz {
    font-size: 16px !important;
    color: #666666 !important;
    line-height: 1.6 !important;
}

.jyxz img {
    max-width: 100%;
}

.jyxz p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}

.jyxz p+p {
    margin-top: 15px;
}

.fwtd_item img {
    max-width: 100%;
}

.fwtd_info h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 12px 0 6px;
}

.fwtd_info span {
    display: block;
    font-size: 16px;
    color: #4683ce;
}


.fwtd_info div p {
    color: #464646;
    line-height: 1.6;
}

.fwtd_info div p+p {
    margin-top: 10px;
}

.doctorList li a {
    color: #dcddde;
    border: 1px solid #dcddde;
    background: #f5f7fa;
    padding: 10px 0;
    display: block;
    text-align: center;
    transition: .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.doctorList li a span {
    font-size: 16px;
    color: #333;
    transition: .3s;
    overflow: hidden;
}
.doc-name,.doc-zw{
    float: left;
    width: 50%
}

.doc-zw{
    border-left: 1px solid #ccc;
}

.doctorList li a em {
    font-style: normal;
    color: #000;
    transition: .3s;
    font-size: 16px;
}

.doctorList .col-xs-6 {
    padding: 0 6px;
}

.doctorList .row {
    margin: 0 -6px;
}

.doctorList li+li+li {
    margin-top: 15px;
}

.hkys{
    width: 170px;
    margin-left: 10px;
}

.doc-xqy .hkys{
    margin-left: 0;   
    display: inline;
}

.doc-xqy .doc-xqy-name{
    margin-right: 10px
}

.fwtd_item+.fwtd_item {
    margin-top: 20px;
}

.alertContain h1 {
    position: relative;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background: #8bb8ef;
    color: #fff;
    padding: 10px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.alertContain h1 img {
    position: absolute;
    right: 10px;
    max-width: 6%;
    cursor: pointer;
}

.alertContain_wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, .5);
}

.alertContain {
    margin: 150px auto 0;
    z-index: 9999;
}

.introduce_main {
    background: #fff;
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.introduce_pic img {
    max-width: 100%;
}

.introduce_right div p {
    color: #4683ce;
    font-size: 18px;
}

.introduce_right div {
    margin: 20px 0;
}

.introduce_right>p {
    font-size: 16px;
}

.introduce_right>p+p {
    margin-top: 5px;
}

.introduce_bottom .item span {
    font-size: 18px;
    color: #4683ce;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.introduce_bottom .item div p {
    position: relative;
    padding-left: 12px;
    font-size: 16px;
}

.introduce_bottom .item div p+p {
    margin-top: 5px;
}

.introduce_bottom .item+.item {
    margin-top: 15px;
}

.introduce_bottom .item div p::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #8bb8ef;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.introduce_bottom {
    margin-top: 30px;
}

.introduce_main::-webkit-scrollbar {
    width: 3px;
    height: 1px;
}

.introduce_main::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #8bb8ef;
}

.introduce_main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #f2f2f2;
}

.alertContain_wrap {
    display: none;
}

.qbyxk_ksjs {
    padding: 0 20px;
    background: #f5f7fa;
}

.ksjs-left,
.ksjs-right {
    width: 24px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    transform: translateY(-25px);
    top: 50%;
    transition: all 0.4s;
}

.ksjs-right {
    background: rgba(68, 205, 158, 0.9) url(/web2022/2022HKU_046.png) no-repeat center;
    right: 0;
}

.ksjs-left {
    background: rgba(68, 205, 158, 0.9) url(/web2022/2022HKU_045.png) no-repeat center;
    left: 0;
}

.qbyxk_ksjs_wrap {
    position: relative;
}

.qbyxk_wrap .ylfw_wrap~.ylfw_wrap {
    margin-top: 20px;
}

.qbyxk_wrap .ky_modelThree_main {
    width: 100%;
    float: none;
}

.qbyxk_wrap>.row>.col-lg-6 {
    margin-top: 20px;
}

.qbyxk_jkjy {
    position: relative;
}

.qbyxk_jkjy img {
    width: 100%;
}

.qbyxk_jkjy p {
    background-color: rgb(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding: 8px 8px;
    font-size: 16px;
}

.fwnr_content p {
    line-height: 1.6;
}

.fwnr_content p+p {
    margin-top: 12px;
}

.fwnr_content {
    position: relative;
    overflow: hidden;
}

.fwnr_main .detailCheck {
    margin-bottom: 0;
    float: right;
}

.ksjs_inner_main p,
.ksjs_inner_main span {
    font-size: 14px !important;
}

.llwyhjs {
    position: relative;
}

.llwyhjs img {
    width: 100%;
}

.llwyhjs_content h3 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
}

.llwyhjs_content p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.llwyhjs_content {
    position: absolute;
    top: 10%;
    color: #fff;
    padding: 0 20px;
}

.llwyhR ul li a {
    text-align: center;
    display: block;
}

.llwyhR ul li a:hover .llwyhR_logo {
    background: #4683ce;
}

.llwyhR ul li a p {
    margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.llwyhR_logo {
    background: #b9d2f1;
    padding: 12px 0;
    min-height: 80px;
    transition: .3s;
}

.llwyhR .row {
    margin: 0 -6px;
}

.llwyhR .row .col-xs-4 {
    padding: 0 6px;
}

.llwyhR .row .col-xs-4+.col-xs-4+.col-xs-4+.col-xs-4 {
    margin-top: 10px;
}

.llwyhR {
    margin-top: 20px;
}

.jyznNew_top ul li a {
    display: block;
    text-align: center;
    color: #fff;
}

.itemOne a {
    background: #4683ce;
}

.itemTwo a {
    background: #69d19c;
}

.itemThree a {
    background: #85d4f2;
}

.itemFour a {
    background: #788aca;
}

.itemFive a {
    background: #8bb8ef;
}

.jyznNew_top ul li a span {
    background: #fff;
    min-height: 50px;
    line-height: 48px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    margin: 20px 0 10px;
}

.jyznNew_top ul li a p {
    font-size: 16px;
    padding: 0 0 20px;
}

.jyznNew_top ul li+li+li {
    margin-top: 15px;
}

.jyznNew_top .col-xs-6 {
    padding: 0 6px;
}

.jyznNew_top .row {
    margin: 0 -6px;
}

.jyznNew_bottom ul li img {
    width: 100%;
}

.jyznNew_bottom_main {
    background: #fff;
    text-align: center;
    padding: 25px 16px 25px;
}

.jyznNew_bottom_main p {
    text-align: justify;
    color: #666666;
    font-size: 14px;
    margin: 12px 0 24px;
    line-height: 1.6;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.jyznNew_bottom_main a {
    color: #999999;
}

.jyznNewItem {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.jyznNew_bottom ul li+li {
    margin-top: 15px;
}

.jyznNew_bottom {
    margin-top: 20px;
}

.jyznNew_item img {
    width: 100%;
}

.jyznNew_item h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}

.jyznNew_item p {
    color: #666666;
}

.jyznNew_item p+p {
    margin-top: 5px;
}

.jyznNew_item+.jyznNew_item {
    margin-top: 20px;
}



.ky_modelTwo_wrap_item .more {
    float: left;
    margin-top: 25px;
}

.ky_modelTwo_wrap_item .ky_modelOneRight_top {
    overflow: hidden;
}

.jxpx_container{
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.jxpx_xxgg_item a{
    background: #f5f6f5;
    display: block;
    padding: 20px 15px;
} 

.jxpx_xxgg_item a:hover{
    background: #ebf6ff;
}

.jxpx_xxgg_item a:hover .jxpx_xxgg_title{
    color: #588ccc;
}

.jxpx_xxgg_title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 60px;
}

.jxpx_xxgg_date{
    margin-top: 10px;
}

.jxpx_xxgg_item_left{
    float: left;
    width: 60%;
}

.jxpx_xxgg_item_right{
    float: left;
    width: 40%;
    padding-left: 10px;
}

.jxpx_xxgg_item_right img{
    width: 100%;
}

.jxpx_xxgg_item:nth-of-type(n+2){
    margin-top: 20px;
}

.jxpx_middle_moudle{
    margin-top: 20px;
}

.jxpx_middle_moudle_item:nth-of-type(n+2){
    margin-top: 20px;
}

.jxpx_middle_moudle_item_con{
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    position: relative;
    padding: 20px;
}

.jxpx_middle_moudle_item_con a{
    display: block;
}

.jxpx_middle_moudle_item_bg img{
    width: 100%;
}

.jxpx_cat_name,.jxpx_cat_name_bg{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
}
.jxpx_cat_name{
    z-index: 1;
}
.jxpx_cat_name_bg{
    z-index: 0;
}
.jxpx_cat_name_bg img{
    width: 80%;
}

.jxpx_cat_name_text{
    color: #4683ce;
    font-size: 24px;
    font-weight: bold;

}

.jxpx_bottom_moudle{
    margin-top: 20px;
}

.jxpx_lcjnpx_img img{
    width: 100%;
}

.jxpx_lcjnpx{
    font-size: 0;
}

.jxpx_lcjnpx_info{
    margin-top: 20px;
}

.jxpx_lcjnpx_info p{
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.jxpx_lcjnpx_info img,
.jxpx_lcjnpx_info  video,
.jxpx_lcjnpx_info .prism-player{
    display: none;
}

@media (min-width: 425px) {

    .zlzx_title ul .col-xs-3 {
        padding: 0px 6px;
    }

    .zlzx_title .row {
        margin: 0 -6px;
    }

    .zlzx_title ul li a {
        font-size: 16px;
        padding: 6px 10px;
    }

    .llwyhjs_content {
        top: 15%;
        padding: 0 40px;
    }

    .jxpx_xxgg_item_right{
        float: left;
        width: 40%;
        padding-left: 15px;
    }

}


@media (min-width: 550px) {

    .tddt_wrap .item {
        width: 50%;
    }

    .tddt_wrap .item+.item {
        margin-top: 0px;
    }

    .tddt_wrap .item+.item+.item {
        margin-top: 10px;
    }

    .doctorList li a {
        padding: 13px 0;
    }

    .doctorList li a b {
        margin: 0 12px 0 14px;
    }

    .doctorList li a em {
        display: inline-block;
        width: 70px;
    }

    .doctorList li a span {
        display: inline-block;
    }

    .jxpx_xxgg_item a {
        padding: 30px 25px;
        /* padding: 20px 15px; */
    }

    .jxpx_xxgg_item_left{
        width: 60%;
    }

    .jxpx_xxgg_item_right{
        width: 40%;
        padding-left: 40px;
    }

    .jxpx_xxgg_title{
        font-size: 18px;
        height: 77px;
    }
}

@media (min-width: 768px) {
    .hkys{
        width: 214px;
    }
    .doc-xqy .hkys{
        display: block;
        width: 370px;
        margin-top: 10px;
    }
    .picLogo {
        line-height: 50px;
        padding: 0 32px;
    }

    .picLogo p {
        font-size: 24px;
    }

    .ky_modelOneLeft img {
        width: 100%;
    }

    .ky_modelOneLeft_main div .ky_modelOneLeft_main_title {
        font-size: 20px;
    }

    .ky_modelOneLeft_main {
        padding: 20px 25px 55px 25px;
    }

    .ky_modelOneLeft_main p {
        line-height: 1.8;
    }

    .ky_modelOneRight_top p span {
        font-size: 24px;
        vertical-align: sub;
    }

    .more {
        margin-top: 0;
        transition: .3s;
    }

    .more:hover {
        background: #4683ce;
        color: #fff;
        border: 1px solid #4683ce;
    }

    .ky_modelOneRight_top p {
        margin-bottom: 10px;
    }

    .ky_modelOneRight_main span {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .ky_modelOneRight_top p {
        margin-bottom: 25px;
    }

    .ky_modelOneLeft_main div {
        margin-bottom: 13px;
    }

    .ky_modelOneRight_main {
        padding-bottom: 16px;
        margin-bottom: 45px;
    }

    .ky_modelOneRight_bottom li+li {
        margin-top: 15px;
    }

    .ky_modelTwo_wrap_item img {
        margin-bottom: 30px;
    }

    .ky_modelTwo_wrap_item .ky_modelOneRight_top p {
        margin-bottom: 5px;
    }

    .ky_modelThree_main ul li+li {
        margin-top: 15px;
    }

    .ky_modelOneRight_top p span {
        margin-right: 35px;
    }

    .ky_modelThree_wrap img {
        margin-bottom: 25px;
    }

    .ky_modelFour_item p a {
        padding: 45px 15px;
        margin-bottom: 30px;
    }

    .ky_modelFourMain p {
        font-size: 28px;
        margin-bottom: 45px;
    }

    .ky_modelFour_wrap {}

    .ky_modelFour_item .row .col-xs-6 {
        padding: 0 15px;
    }

    .ky_modelFour_item .row {
        margin: 0 -15px;
    }

    .jjzn_one .row .col-xs-6+.col-xs-6+.col-xs-6 {
        margin-top: 0px;
    }

    .jjzn_one .row .col-xs-6+.col-xs-6+.col-xs-6+.col-xs-6 {
        margin-top: 20px;
    }

    .jjzn_one .row .col-xs-6 {
        padding: 0 10px;
    }

    .jjzn_one .row {
        margin: 0 -10px;
    }

    .jjzn_one ul li a p {
        font-size: 18px;
        margin-top: 22px;
    }

    .jjzn_one ul li a {
        padding: 35px 0 25px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    }

    .jjzn_item {
        margin-top: 30px;
    }

    .jjzn_one .row .col-xs-6:nth-child(2n+1) {
        padding-right: 10px;
    }

    .jjzn_one .row .col-xs-6:nth-child(2n) {
        padding-left: 10px;
    }

    .ylfw_title span {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .ylfw_one_main {
        overflow: hidden;
    }

    .ylfw_one_main div+div {
        margin-top: 0px;
    }

    .ylfw_one_info p+p {
        /* margin-top: 25px; */
    }

    .detailCheck {
        margin: 25px 0 30px;
    }

    .ylfw_one_main p {
        margin-top: 18px;
        font-size: 16px;
    }

    .jyzn span {
        font-size: 24px;
    }

    .jyzn img {
        vertical-align: bottom;
        transition: .5s;
    }

    .jyznLink:hover .jyzn img {
        transform: rotate(360deg);
    }

    .jyzn {
        transform: translateY(-20px);
    }

    .ylfw_title span {
        margin-right: 48px;
    }

    .fwnr_main ul li a {
        padding-left: 45px;
    }

    .fwnr_main ul li a span+span {
        margin-left: 35px;
        width: 70%;
    }

    .jyzn span {
        margin-left: 12px;
    }

    .list_title span {
        font-size: 32px;
    }

    .ylfw_wrap .list_title {
        margin-bottom: 30px;
    }

    .smgz_title p {
        font-size: 24px;
    }

    .tddt_wrap .item+.item+.item {
        margin-top: 20px;
    }

    .cmbd_title {
        padding: 18px 6px;
    }

    .cmbd_title span {
        bottom: 18px;
        right: 6px;
    }

    .ylfw_title a {
        line-height: 28px;
    }

    .smgc_title span {
        font-size: 24px;
    }

    .smgc_title {
        padding-bottom: 12px;
        margin-bottom: 25px;
    }

    .zlzx_title ul {
        margin: 0 -10px;
    }

    .zlzx_title ul li {
        padding: 0 10px;
        margin-right: 0;
        width: 25%;
    }

    .zlzx_title ul li a {
        border-radius: 25px;
        font-size: 24px;
        font-weight: bold;
        padding: 8px 0px;
        width: 100%;
    }

    .zlzx_title ul .col-xs-3 {
        padding: 0px 10px;
    }

    .zlzx_title .row {
        margin: 0 -10px;
    }

    .zlzx_title {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .ksjs ul li {
        line-height: 60px;
        font-size: 24px;
        padding: 0 20px;
    }

    .ksjs ul li+li {
        margin-top: 20px;
    }

    .ksjs_inner span {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .ksjs_inner {
        padding: 30px 15px;
        background: #f5f7fa;
    }

    .fwtd_info h3 {
        margin: 30px 0 15px;
    }

    .fwtd_info span+span {
        margin-top: 5px;
    }

    .doctorList .col-sm-6 {
        padding: 0 10px;
    }

    .doctorList .row {
        margin: 0 -10px;
    }

    .doctorList li a span {
        font-size: 17px;
    }

    .doctorList li a em {
        font-size: 18px;
    }

    .doctorList li+li+li {
        margin-top: 20px;
    }

    .alertContain h1 {
        font-size: 24px;
        padding: 12px 5px;
    }

    .introduce_main {
        padding: 40px 35px;
        max-height: 600px;
    }

    .alertContain {
        width: 670px;
        margin: 110px auto 0;
    }

    .introduce_right div p {
        font-size: 24px;
        font-weight: bold;
    }

    .introduce_right>p {
        font-size: 18px;
    }

    .introduce_bottom .item span {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .introduce_bottom .item div p {
        padding-left: 20px;
    }

    .introduce_bottom .item+.item {
        margin-top: 30px;
    }

    .introduce_right div {
        margin: 15px 0 10px;
    }

    .introduce_right>p+p {
        margin-top: 10px;
    }

    .introduce_bottom {
        margin-top: 40px;
    }

    .introduce_bottom .item div p+p {
        margin-top: 10px;
    }

    /* .qbyxk_ksjs {
        padding: 0 65px;
    } */

    .ksjs-left,
    .ksjs-right {
        width: 40px;
        height: 50px;
        transform: translateY(-25px);
    }

    .qbyxk_jkjy p {
        padding: 10px 15px;
    }

    .llwyhR_logo {
        padding: 40px 0;
        min-height: 136px;
    }

    .llwyhR ul li a p {
        font-size: 18px;
    }

    .llwyhR .row .col-xs-4 {
        padding: 0 15px;
    }

    .llwyhR .row {
        margin: 0 -15px;
    }

    .jyznNew_top ul li+li+li {
        margin-top: 0px;
    }

    .jyznNew_top ul li+li+li+li {
        margin-top: 15px;
    }

    .jyznNew_top .col-xs-6 {
        padding: 0 15px;
    }

    .jyznNew_top .row {
        margin: 0 -15px;
    }

    .jyznNew_bottom ul li+li {
        margin-top: 0;
    }

    .jyznNew_bottom ul li+li+li {
        margin-top: 30px;
    }

    .jyznNew_item+.jyznNew_item {
        margin-top: 0px;
    }

    .jyznNew_item+.jyznNew_item+.jyznNew_item {
        margin-top: 30px;
    }

    .jxpx_xxgg_item a {
        padding: 30px 25px;
    }

    .jxpx_xxgg_title{
        height: 77px;
        font-size: 18px;
    }

    .jxpx_xxgg_item_left{
        width: 70%
    }

    .jxpx_xxgg_item_right{
        width: 30%;
        padding-left: 40px;
    }

    .jxpx_middle_moudle .row{
        margin-left: -7px;
        margin-right: -7px;
    }

    .jxpx_middle_moudle .col-sm-4{
        padding-left: 7px;
        padding-right: 7px;
    }

    .jxpx_middle_moudle_item:nth-of-type(n+2){
        margin-top: 0;
    }
}

@media (min-width: 1024px) {

    .ky_modelOneLeft {
        width: 380px;
        float: left;
    }

    .ky_modelOneRight {
        margin-top: 0px;
        width: 460px;
        float: right;
    }

    .ky_modelOneRight_main {
        margin-bottom: 30px;
    }

    .ky_modelOneRight_main a:hover span {
        color: #4683ce;
    }

    .ky_modelOneRight_bottom li+li {
        margin-top: 12px;
    }

    .main_wrap {
        background: #fff;
    }

    .ky_modelOne_wrap {
        padding: 25px;
    }

    .ky_modelTwo_wrap>.container>.row>.col-xs-12+.col-xs-12 {
        margin-top: 0;
    }

    .ky_modelTwo_wrap>.row>.col-md-4 {
        padding: 0 10px;
    }

    .ky_modelTwo_wrap>.row {
        margin: 0 -10px;
    }

    .ky_modelTwo_wrap {
        margin-top: 30px;
        background: #f0f4f7;
        padding: 30px 0;
    }

    .ky_modelTwo_wrap_item ul li a:hover {
        color: #4683ce;
    }

    .ky_modelTwo_wrap_item ul li {
        padding-top: 14px;
        margin-top: 8px;
    }

    .ky_modelThree_wrap img {
        width: 500px;
        float: left;
    }

    .ky_modelThree_main {
        float: right;
        width: 350px;
    }

    .ky_modelThree_wrap_content {
        overflow: hidden;
    }

    .ky_modelOneRight_top p span {
        margin-right: 15px;
    }

    .ky_modelThree_wrap {
        margin-top: 30px;
    }

    .ky_modelFour_wrap {
        background: #e5f0fd;
        margin-top: 30px;
        padding: 30px 0;
    }

    .ky_modelFour_item p a:hover {
        color: #4683ce;
    }

    .ky_modelFour_item p a:hover::after {
        transform: scaleX(1);
    }

    .ky_modelFour_item p a::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 6px;
        background: #0070ca;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transition: .3s;
    }

    .jjzn_item .ky_modelThree_main {
        width: 100%;
    }

    .jjzn_item {
        margin-top: 0px;
    }



    .jyzn_main_wrap {
        padding: 30px 0;
    }

    .jjzn_one ul li a:hover img {
        transform: rotate(360deg);
    }

    .ylfw_two {
        margin-top: 0px;
    }

    .ylfw_title span {
        margin-right: 30px;
    }

    .ylfw_wrap {
        padding: 25px;
    }

    .ylfw_one_info {
        max-height: 256px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
    }

    .ylfw_one_main {
        margin-bottom: 9px;
    }

    .fwnr_main ul li a::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 20px;
        display: none;
        transition: .3s;
        opacity: 0;
    }

    .fwnr_main ul li a:hover::before {
        display: block;
        opacity: 1;
    }

    .fwnr_main ul li a:hover {
        background: #8bb6ea;
        color: #fff;
    }

    .jkjy_wrap .item+.item {
        margin-top: 0px;
    }

    .jkjy_wrap .col-md-6 {
        padding: 0 10px;
    }

    .jkjy_wrap .row {
        margin: 0 -10px;
    }

    .video_wrap img {
        min-height: 220px;
    }

    .ylfw_three .ylfw_title {
        margin-bottom: 30px;
    }

    .fwnr_main ul li a span+span {
        width: 50%;
    }

    .nav_body {
        width: 80%;
        float: right;
    }

    .list_title {
        background-size: 100%;
    }

    .smgc_title {
        padding-bottom: 18px;
        margin-bottom: 50px;
    }

    .smgc_xl p+p {
        margin-top: 40px;
    }

    .smgc_title::after {
        height: 6px;
    }

    .zlzx_title {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .zlzx_title ul li a {
        background: #e4eefa;
        border: 0;
        width: 100%;
    }

    .zlzx_title ul li a.active {
        background: #4683ce;
        color: #fff;
    }

    .ksjs_item+.ksjs_item {
        margin-top: 10px;
    }

    .ksjs ul li {
        font-size: 18px;
        line-height: 50px;
        letter-spacing: 5px;
        transition: .3s;
    }

    .ksjs ul li:hover {
        background: #4683ce;
        color: #fff;
    }

    .ksjs ul li:hover .rightOne {
        display: none;
    }

    .ksjs ul li:hover .rightTwo {
        display: block;
    }

    .fwtd_item+.fwtd_item {
        margin-top: 35px;
    }

    .alertContain {
        width: 800px;
    }

    .fwnr_content {
        height: 244px;
    }

    .jjzn_main>div+div {
        margin-top: 30px;
    }

    .zlzx_title ul li {
        display: block;
        float: left;
    }

    .llwyhR {
        margin-top: 0px;
    }

    .llwyhR .row .col-xs-4+.col-xs-4+.col-xs-4+.col-xs-4 {
        margin-top: 0px;
    }

    .llwyhR_logo {
        padding: 25px 0;
        min-height: 100px;
    }

    .llwyhR .row .col-xs-4+.col-xs-4+.col-xs-4+.col-xs-4+.col-xs-4 {
        margin-top: 50px;
    }

    .llwyhR ul li a p {
        margin-top: 12px;
    }

    .llwyhjs_content h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .llwyhjs_content p {
        line-height: 1.8;
    }

    .llwyhjs_content {
        top: 22%;
        padding: 0 60px;
    }

    .ky_modelFour_wrap_inner {
        background: #fff;
        padding: 25px;
    }

    .jyznNew_top .col-md-5hs {
        width: 20%;
    }

    .jyznNew_top ul li+li+li+li {
        margin-top: 0px;
    }

    .jyznNew_top ul li a span {
        width: 68px;
        min-height: 68px;
        line-height: 66px;
    }

    .jyznNew_bottom ul li+li+li {
        margin-top: 0px;
    }

    .jyznNew_bottom {
        margin: 40px 0 10px;
    }

    .jyznNew_item+.jyznNew_item+.jyznNew_item {
        margin-top: 0px;
    }

    .jyznNew_item h3 {
        margin: 25px 0 20px;
    }

    .jyznNew_item p+p {
        margin-top: 8px;
    }

    

    .jxpx_xxgg .row{
        margin-left: -10px;
        margin-right: -10px;
    }

    .jxpx_xxgg .col-md-6{
        padding: 0 10px;
    }

    .jxpx_xxgg_item:nth-of-type(n+2){
        margin-top: 0
    }

    .jxpx_xxgg_item a{
        padding: 30px 25px;
    } 

    .jxpx_xxgg_title{
        font-size: 16px;
        height: 68px;
    }

    .jxpx_xxgg_item_left{
        width: 160px;
    }

    .jxpx_xxgg_item_right{
        width: 128px;
        padding-left: 20px;
    }

    .jxpx_middle_moudle_item_con{
        padding: 25px;
    }

    .jxpx_lcjnpx_img{
        float: none;
        display: inline-block;
    }

    .jxpx_lcjnpx_info{
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
    }

    .jxpx_lcjnpx_info .jxpx_lcjnpx_info_con{
        max-height: 240px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }
}

@media (min-width: 1350px) {

    .ky_modelOneLeft {
        width: 500px;
    }

    .ky_modelOneRight {
        width: 670px;
    }

    .ky_modelOneRight_bottom li+li {
        margin-top: 15px;
    }

    .ky_modelOneRight_main {
        margin-bottom: 45px;
    }

    .ky_modelOneLeft_main {
        padding: 20px 25px 40px 25px;
    }

    .ky_modelThree_main {
        width: 670px;
    }

    .ky_modelOneRight_top p span {
        margin-right: 35px;
    }

    .ky_modelFour_item .row .col-lg-3 {
        padding: 0 13px;
    }

    .ky_modelFour_item .row {
        margin: 0 -13px;
    }

    .ky_modelFour_item p a {
        white-space: normal;
        height: 112px;
        text-align: center;
        padding: 40px 15px;
    }

    .jjzn_main>div+div {
        margin-top: 50px;
    }

    .jjzn_wrap {
        padding: 40px 30px;
    }

    .ylfw_one_info {
        max-height: 352px;
        -webkit-line-clamp: 18;
    }

    .ylfw_one_main {
        margin-bottom: 11px;
    }

    .ylfw_title span {
        margin-right: 48px;
    }

    .video_wrap img {
        min-height: 275px;
    }

    .fwnr_main ul li a span+span {
        width: 60%;
    }

    .smgc_main .detailCheck {
        margin-bottom: 0;
    }

    .smgc_main .ylfw_one_info {
        max-height: 210px;
        -webkit-line-clamp: 8;
    }

    .smgc_main .ky_modelOneRight_main {
        margin-bottom: 30px;
    }

    .smgc_main .ylfw_title {
        margin-bottom: 42px;
    }

    .smgc_ylfw_wrap {
        padding: 35px 25px;
    }

    .tddt_wrap .row {
        margin: 0 -10px;
    }

    .tddt_wrap .col-lg-4 {
        width: 33.333333333%;
        padding: 0 10px;
    }

    .tddt_wrap .item+.item+.item {
        margin-top: 0px;
    }

    .tddt_wrap .item+.item+.item+.item {
        margin-top: 35px;
    }

    .ksjs_inner {
        padding: 40px 30px;
    }

    .fwtd_info h3 {
        margin: 0px 0 15px;
    }

    .doctorList li+li+li {
        margin-top: 0px;
    }

    .doctorList .col-sm-6 {
        padding: 0 7px;
    }

    .doctorList .row {
        margin: 0 -7px;
    }

    .doctorList li a:hover {
        background: #8bb8ef;
        border: 1px solid #8bb8ef;
    }

    .doctorList li a:hover span {
        color: #fff;
    }

    .doctorList li a:hover em {
        color: #fff;
    }

    .doctorList li+li+li+li+li {
        margin-top: 20px;
    }

    .alertContain {
        width: 900px;
        margin: 120px auto 0;
    }

    .introduce_pic img {
        width: 100%;
    }

    /* .qbyxk_ksjs {
        padding: 0 50px;
    } */

    .fwtd_info div {
        max-height: 285px;
        overflow-y: auto;
    }

    .fwtd_info div::-webkit-scrollbar {
        width: 3px;
        height: 1px;
    }

    .fwtd_info div::-webkit-scrollbar-thumb {
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #cccccc;
    }

    .fwtd_info div::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        background: #f2f2f2;
    }



    .ksjs_inner_main::-webkit-scrollbar {
        width: 3px;
        height: 1px;
    }

    .ksjs_inner_main::-webkit-scrollbar-thumb {
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #cccccc;
    }

    .ksjs_inner_main::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        background: #f2f2f2;
    }

    .ksjs_inner_main {
        overflow-y: auto;
        max-height: 320px;
    }

    .ksgs_img,.fwtd_info{
        float: none;
        display: inline-block;
        vertical-align: middle
    }

    .qbyxk_wrap>.row>.col-lg-6 {
        padding: 0 10px;
    }

    .qbyxk_wrap>.row {
        margin: 0 -10px;
    }

    .qbyxk_wrap .ylfw_title {
        margin-bottom: 30px;
    }

    .qbyxk_wrap>.row>.col-lg-6>.ylfw_wrap {
        min-height: 378px;
    }

    .qbyxk_wrap .ky_modelThree_main ul li+li {
        margin-top: 10px;
    }

    .qbyxk_wrap .fwtd_item+.fwtd_item {
        border-top: 1px solid #cccccc;
        padding-top: 30px;
    }

    .fwnr_content {
        height: 247px;
    }

    .ksjs_inner_main p,
    .ksjs_inner_main span {
        font-size: 16px !important;
    }

    .jyznNew_top ul li a p {
        font-size: 22px;
        padding: 0 0 45px;
    }

    .jyznNew_top ul li a span {
        margin: 40px 0 15px;
    }

    .itemOne a {
        background: url(/web2022/2022HKU_064.jpg) no-repeat center;
    }

    .itemTwo a {
        background: url(/web2022/2022HKU_065.jpg) no-repeat center;
    }

    .itemThree a {
        background: url(/web2022/2022HKU_066.jpg) no-repeat center;
    }

    .itemFour a {
        background: url(/web2022/2022HKU_067.jpg) no-repeat center;
    }

    .itemFive a {
        background: url(/web2022/2022HKU_068.jpg) no-repeat center;
    }

    .jxpx_container{
        padding: 30px;
    }

    .jxpx_xxgg_title{
        height: 77px;
        font-size: 18px;
    }

    .jxpx_xxgg_item_left{
        width: 230px;
    }

    .jxpx_xxgg_item_right{
        width: 180px;
        padding-left: 40px;
    }
}

/* 矮屏幕适配 */
@media (max-height:768px){
    .alertContain{
        margin-top: 30px;
    }
    .introduce_main{
        max-height: 530px;
    }
}

@media (max-width:375px){
    .ylfw_title span{
        font-size: 14px;
    }
}

