.article_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.article_l {
    width: 74%;
}

.article_l h1 {
    color: #343434;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 32px;
    font-weight: normal;
}

.article_time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #F0EEEE;
}

.article_time p {
    color: #848484;
    font-size: 16px;
}

.jrydms {
    display: block;
    width: 146px;
    height: 41px;
    box-sizing: border-box;
    color: #F51025;
    font-size: 16px;
    text-align: center;
    line-height: 39px;
    border-radius: 6px;
    border: 1px solid #F51025;
    cursor: pointer;
}

.article_r {
    width: 21%;
}

.lqbkgh {
    text-align: center;
    margin: 35px 0 24px;
    line-height: 1;
}

.lqbkgh a {
    color: #F51025;
    font-size: 16px;
    text-align: center;
}

.lqbkgh img {
    display: inline-block;
    vertical-align: middle;
}

.lqbkgh span {
    margin: 0 2px;
}

/* 预约 */
.ajax_form {
    max-width: 1199px;
    margin: 10px auto;
    background: url('../images/bg.png') center top no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    padding: 10px 20px;
}

.ajax_form p {
    width: 19%;
    padding-bottom: 0px;
}

.ajax_form input,
.ajax_form select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    padding-left: 5px;
    background: #fff;
    color: #333;
    font-size: 12px;
    float: left;
}

.ajax_form select {
    width: 48%;
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
    background-size: 7px;
}

.ajax_form select#Ext1 {
    width: 100%;
}

.ajax_form select#city {
    float: right;
}

.ajax_form input#PhoneCode {
    width: 48%;
}

.ajax_form input#fs {
    width: 48%;
    float: right;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: rgba(253, 240, 176, 1);
    background: none;
    border: 1px solid rgba(253, 240, 176, 1);
}

.ajax_form input.button {
    width: 19%;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding: 0;
    background: linear-gradient(0deg, rgba(253, 240, 176, 1), rgba(253, 188, 145, 1));
    color: rgb(214, 42, 25);
    font-size: 16px;
    float: none;
}

.art_bcon {
    margin-top: 44px;
}

.art_bcon p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 36px;
    color: #343434;
}

.art_bcon a {
    color: #e92930;
}

.art_bcon p strong {
    font-weight: bold;
}

.art_bcon p img {
    max-width: 888px;
    height: auto;
    margin: 0 auto;
}

.art_bcon table {
    width: 100%;
    border: solid 1px #dedede;
    border-top: solid 2px #e92930;
    margin: 0 auto 32px;
}

.art_bcon table th {
    line-height: 46px;
    font-size: 18px;
    border: solid 1px #dedede;
}

.art_bcon table td {
    line-height: 44px;
    font-size: 16px;
    border: solid 1px #dedede;
    text-align: center;
}

.art_bcon table tr:hover {
    background: #f5f5f5;
}

.art_bcon table.col-2-left td:nth-child(2),
.art_bcon table.col-2-left td:nth-child(1) {
    text-align: left;
}

.art_bcon table.col-2-left td[rowspan],
.art_bcon table.col-2-left td:nth-last-child(2),
.art_bcon table.col-2-left td:nth-last-child(4) {
    text-align: center;
}

.art_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #848484;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 26px;
    border-bottom: 1px solid #F0EEEE;
}

.more_article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 36px;
}

.more_l {
    width: 13.2%;
}

.more_r {
    width: 81.4%;
}

.more_l h3 {
    color: #F50C22;
    font-size: 18px;
    line-height: 42px;
    font-weight: normal;
    text-align: center;
}

.more_l ul {
    width: 100%;
    height: auto;
    background: #FAFAFA;
}

.more_l ul li {
    line-height: 50px;
    font-size: 18px;
    color: #343434;
    text-align: center;
    cursor: pointer;
}

.more_l ul li.active {
    color: #FDFCFC;
    background: linear-gradient(269deg, #F71F24, #F94D28);
}

.more_tab {
    width: 100%;
}

.more_item {
    width: 100%;
    box-sizing: border-box;
    padding: 29px 2.3% 31px;
    border-bottom: 1px solid #F0EEEE;
    background: #FFFFFF;
    position: relative;
}

.more_item:hover {

    -webkit-box-shadow: 0px 0px 12px 0px #EDECEB;
    box-shadow: 0px 0px 12px 0px #EDECEB;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    z-index: 99;
    border-bottom: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.more_item h1 {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.more_item h1 span {
    color: #848484;
    font-size: 16px;
}

.more_item h1 a {
    display: block;
    flex: 1;
    color: #343434;
    font-size: 32px;
    line-height: 1;
    margin-right: 1%;
}

.more_item h1 a:hover {
    color: #F50C22;
}

.more_info {
    display: flex;
    align-items: flex-start;
}

.more_img {
    width: 23.3%;
    height: 114px;
    overflow: hidden;
    margin-right: 1.8%;
}

.more_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.more_img:hover img {
    transform: scale(1.1);
}

.more_txt {
    flex: 1;
}

.more_txt p {
    color: #848484;
    font-size: 18px;
}


.more_txt_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    margin-top: 57px;
}

.more_txt_bottom_l {
    color: #343434;
    font-size: 16px;
}

.more_txt_bottom_l span {
    color: #848484;
}

.more_txt_bottom .more_r {
    width: 81.4%;
}

.ydqw_btn {
    color: #343434;
    font-size: 16px;
}

.more_txt_bottom_r {
    display: flex;
    align-items: center;
}

.rec_more {
    width: 100%;
    margin: 39px 0 78px;
}

.rec_more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 163px;
    height: 47px;
    border: 1px solid #F51025;
    border-radius: 6px;
    color: #F50C22;
    font-size: 18px;
    margin: 0 auto;
    box-sizing: border-box;
}

.rec_more a:hover {
    border: none;
    color: #FFFFFF;
    background: linear-gradient(-88deg, #F61523, #FA5729);
}

/* 分享 */

#share {
    cursor: pointer;
    margin-left: 40px;
    position: relative;
}

#share .shareBtn {
    padding-left: 23px;
    background: url(../images/fenxiang.png) no-repeat 0 center;
    font-size: 16px;
    line-height: 1;
    color: #848484;

}

#share .shareBtn:hover {
    color: #e82930;
    background-image: url(../images/fenxiang-xuanzhong.png);
}

#share .shareBtn:hover .shares {
    display: block;
}

#share .shares {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    display: none;
}

#share a {
    display: block;
    padding: 0 0 0 36px;
    width: 64px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0;
    text-indent: 0;
    overflow: hidden;
    color: #333;
}

#share .bds_tsina {
    background: url(../images/icon-wb.png) no-repeat left center;
}

#share .bds_weixin {
    background: url(../images/icon-wx.png) no-repeat left center;
}

#share .bds_sqq {
    background: url(../images/icon-qq.png) no-repeat left center;
}

#share .bds_qzone {
    background: url(../images/icon-qq.png) no-repeat left center;
}

#share .bds_more {
    background: #cbcbcb url(../images/share.png) no-repeat;
    background-position: -2px -202px;
}

#share .bds_tsina:hover {
    background-image: url(../images/icon-wb02.png);
    opacity: 1;
}

#share .bds_weixin:hover {
    background-image: url(../images/icon-wx02.png);
    opacity: 1;
}

#share .bds_sqq:hover {
    background-image: url(../images/icon-qq02.png);
    opacity: 1;
}

#share .bds_qzone:hover {
    background-image: url(../images/icon-qq02.png);
    opacity: 1;
}

#share .bds_more:hover {
    background-image: url(../images/icon-wb02.png);
    opacity: 1;
}

/* 上一篇下一篇 */
.previous_next {
    margin: 23px 0;
}

.pn_item {
    width: 100%;
    height: 76px;
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 0 7%;
    margin-bottom: 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid #F50C22;
}

.pn_item:hover p,
.pn_item:hover a {
    color: #F51022;
}

.pn_item p {
    color: #343434;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 13px;
}

.pn_item a {
    color: #636363;
    font-size: 16px;
    line-height: 1;
    display: block;
}

.pn_item a:hover {
    color: #F51022;
}

.fixOut {
    width: 294px;
}

.infixed {
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
    width: 294px;
}

.infixed1 {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 294px;
    bottom: 50px;
    top: auto;
}

/* 上方固定 */
.zg_ydms_fixed {
    display: none;
    position: fixed;
    top: 0;
    width: 1036px;
    height: 84px;
    z-index: 999;
}

.zg_ydms_inner {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    padding: 0 1.4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zg_ydms_inner h2 {
    color: #343434;
    font-size: 26px;

    width: 76%;
}

.zg_ydms_inner_r {
    display: flex;
    align-items: center;
}

.zg_ydms_inner_r .jrydms {
    width: 122px;
    height: 34px;
    font-size: 15px;
    line-height: 32px;
}

.icon_wrap {
    width: 88px;
    height: 30px;
    border-radius: 6px;
    background-color: #F51025;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    overflow: hidden;
    margin-left: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icon_wrap i {
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background: url(../images/zx_icon.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 6px;
}

.icon_wrap span {
    font-size: 12px;
    color: #fff;
    line-height: 1;
}

/* 阅读模式 */
.article_read_container {}

.article_read_container.reading {
    background: #F5F5F6;
}

.article_read {
    width: 100%;
}

.article_read_container.reading .article_body {
    background: #fff;
    box-sizing: border-box;
    padding: 0 6%;
}

.article_read_container.reading .article_l {
    width: 100%;
}

.article_read_container.reading .article_r {
    display: none;
}

.article_read_container .read_next_before {
    display: none;
}

.article_read_container.reading .read_next_before {
    display: block;
}

.read_next_before .previous_next {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.read_next_before .pn_item {
    width: 48%;
}

.article_read_container.reading .zg_ydms_fixed {
    width: 1400px;
    margin-left: -6%;
}

/*分享*/
#shareLeft {
    position: fixed;
    top: 50%;
    z-index: 100;
    left: 5%;
    width: 50px;
    margin-top: -110px;
    margin-left: -50px;
    color: #666;
}

#shareLeft.reading {
    left: 50%;
    transform: translateX(-700px);
}

#shareLeft a {
    border-radius: 3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#shareLeft .bds_tsina {
    background: #cbcbcb url(../images/share_left.png) no-repeat;
    background-position: -2px -2px;
}

#shareLeft .bds_weixin {
    background: #cbcbcb url(../images/share_left.png) no-repeat;
    background-position: -2px -42px;
}

#shareLeft .bds_sqq {
    background: #cbcbcb url(../images/share_left.png) no-repeat;
    background-position: -2px -82px;
}

#shareLeft .bds_qzone {
    background: #cbcbcb url(../images/share_left.png) no-repeat;
    background-position: -2px -122px;
}

#shareLeft .bds_more {
    background: #cbcbcb url(../images/share_left.png) no-repeat;
    background-position: -2px -202px;
}

#shareLeft .bds_tsina:hover {
    background-color: #ffac35;
    opacity: 1;
}

#shareLeft .bds_weixin:hover {
    background-color: #00b35b;
    opacity: 1;
}

#shareLeft .bds_sqq:hover {
    background-color: #239be7;
    opacity: 1;
}

#shareLeft .bds_qzone:hover {
    background-color: #f9cd38;
    opacity: 1;
}

#shareLeft .bds_more:hover {
    background-color: #f99;
    opacity: 1;
}

.read_page {
    display: none;
}

@media only all and (max-width:1520px) {
    .fixOut {
        width: 252px;
    }

    .infixed {
        width: 252px;
    }

    .infixed1 {
        width: 252px;
    }

    .zg_ydms_fixed {
        width: 888px;
    }

    .article_read_container.reading .zg_ydms_fixed {
        width: 1200px;
    }

    #shareLeft.reading {
        left: 50%;
        transform: translateX(-600px);
    }
}



@media only all and (max-width:1080px) {

    #shareLeft,
    .read_page {
        display: none;
    }

    .web_page {
        display: block;
    }

    .ajax_form {
        max-width: 100%;
        width: 100%;
        flex-wrap: wrap;
        padding: .3rem .5rem;
        margin: 1rem auto;
    }

    .ajax_form p {
        margin-bottom: .5rem;
        width: 49%;
    }

    .ajax_form input,
    .ajax_form select {
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: .3rem;
        padding-left: .3rem;
        font-size: .5rem;
    }

    .ajax_form select {
        background-size: .3rem;
    }

    .ajax_form input.button {
        margin: 0 25%;
        width: 50%;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .8rem;
        font-size: .8rem;
    }

    .article_l {
        width: 100%;
    }

    .article_l h1 {
        font-size: .85rem;
        line-height: 1.4;
        margin-bottom: .8rem;
    }

    .article_time {
        padding-bottom: .6rem;
    }

    .article_time p {
        line-height: 1;
        font-size: .6rem;
    }

    .jrydms {
        display: none;
    }

    .article_r {
        display: none;
    }

    .lqbkgh {
        margin: .8rem 0;
        line-height: 1;
    }

    .lqbkgh a {
        font-size: .7rem;
    }

    .lqbkgh img {
        width: .5rem;
    }

    .lqbkgh span {
        margin: 0 .1rem;
    }

    .art_bcon {
        margin-top: 1rem;
    }

    .art_bcon p {
        font-size: .7rem;
        line-height: 1.6;
        margin-bottom: .4rem;
    }


    .art_bcon table {
        margin: 0 auto .8rem;
    }

    .art_bcon table th {
        line-height: 1.6rem;
        font-size: .6rem;
    }

    .art_bcon table td {
        line-height: 1.6rem;
        font-size: .6rem;
    }

    .art_bcon p img {
        max-width: 15rem;
        margin: 0 auto;
        height: auto !important;
    }

    .art_bottom {
        font-size: .5rem;
        padding-bottom: .8rem;
    }

    .more_article {
        flex-direction: column;
        margin-top: .8rem;
    }

    .more_l {
        width: 100%;
    }

    .more_r {
        width: 100%;
    }


    /* 上一篇下一篇 */
    .previous_next {
        margin: .6rem 0;
    }

    .pn_item {
        width: 100%;
        height: 3rem;
        margin-bottom: .6rem;
    }

    .pn_item p {
        font-size: .7rem;
        margin-bottom: .6rem;
    }

    .pn_item a {
        font-size: .7rem;
    }

    .more_l {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: .6rem;
    }

    .more_l h3 {
        font-size: .8rem;
        line-height: 2rem;
    }

    .more_l ul {
        display: flex;
        align-items: center;
    }

    .more_l ul li {
        flex: 1;
        line-height: 2rem;
        font-size: .6rem;
        text-align: center;
    }

    .more_tab {
        width: 100%;
    }

    .more_item {
        width: 100%;
        padding: .6rem 2.3%;
    }


    .more_item h1 {
        margin-bottom: .7rem;
    }

    .more_item h1 span {
        display: none;
    }

    .more_item h1 a {
        font-size: .8rem;
    }



    .more_info {
        width: 100%;
        display: flex;
        align-items: flex-start;
    }

    .more_img {
        width: 30%;
        height: 3.4rem;
        margin-right: 2%;
    }

    .more_txt {
        flex: 1;
        width: 68%;
    }

    .more_txt p {
        display: none;
    }


    .more_txt_bottom {
        margin-top: 2.6rem;
    }

    .more_txt_bottom_l {
        font-size: .6rem;
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .more_txt_bottom .more_r {
        width: 68%;
    }

    .ydqw_btn {
        display: none;
    }

    .more_txt_bottom_r {
        display: flex;
        align-items: center;
    }

    .rec_more {
        margin: 1.6rem 0 2.6rem;
    }

    .rec_more a {
        width: 6rem;
        height: 2rem;
        border-radius: .4rem;
        font-size: .7rem;
    }

    /* 分享 */


    #share {
        margin-left: 0;
    }

    #share .shareBtn {
        padding-left: .8rem;
        background: none;
        font-size: .6rem;

    }

    #share .shareBtn:hover {
        color: #e82930;
        background-image: url(../images/fenxiang-xuanzhong.png);
    }

    #share .shareBtn:hover .shares {
        display: block;
    }

    #share .shares {
        top: .8rem;
        width: 1.5rem;
        padding: .3rem;
        overflow: hidden;
        z-index: 100;
        background: #fff;
    }

    #share a {
        padding: 0;
        width: 1.4rem;
        height: 1.4rem;
        font-size: .6rem;
        line-height: 1.4rem;
        margin: .2rem 0;
        overflow: hidden;
        text-indent: -200rem;
    }

    #share .bds_tsina {
        background-size: 100% 100%;
    }

    #share .bds_weixin {
        background-size: 100% 100%;
    }

    #share .bds_sqq {
        background-size: 100% 100%;
    }

    #share .bds_qzone {
        background-size: 100% 100%;
    }

    #share .bds_more {
        background-size: 100% 100%;
    }

    #share .bds_tsina:hover {
        background-size: 100% 100%;
    }

    #share .bds_weixin:hover {
        background-size: 100% 100%;
    }

    #share .bds_sqq:hover {
        background-size: 100% 100%;
    }

    #share .bds_qzone:hover {
        background-size: 100% 100%;
    }

    #share .bds_more:hover {
        background-size: 100% 100%;
    }


    /* 上方固定 */
    .zg_ydms_fixed {
        width: 100%;
        height: 2.4rem;
        top: 0;
        left: 0;
    }

    .zg_ydms_inner h2 {
        font-size: .8rem;
        width: 100%;
        text-align: center;
    }

    .zg_ydms_inner_r {
        display: none;
    }



}