https://www.linxuan123.com/2023/0605/32291.html.header {
    height: 108px;
    background: #FFFFFF;
}

.header .Width {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 10px;
}


.header .ordWidth {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lx_icon {
    width: 188px;
    height: 48px;
	margin-left: 20px;
	margin-top: 5px;
}
.ordlx_icon {
	width: 515px;
	height: 85px;
}

.header_r {
    display: flex;
    align-items: center;
    justify-content: flex-end;	
	margin-top: 10px;
}

.index_search_container {
    margin-right: -75px;
    width: 45px;
    height: 45px;
    background: #F2F3F7;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.index_search_container form {
    height: 100%;
    background-color: #F2F3F7;
}

.index_search_container input.content {
    padding-left: 30px;
    color: #999;
    font-size: 18px;
    width: 90%;
    height: 100%;
    background-color: #F2F3F7;
    display: block;
}

.index_search_container input.content::placeholder {
    color: #999;
}

.index_search_container input.submit {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 12px;
    cursor: pointer;
    background: url(../images/search_icon.png) no-repeat center center;
    background-size: 100% 100%;
}

.login_btn {
    width: 80px;
    height: 48px;
    background: #BB2C1B;
    border-radius: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #FFFFFF;
}

.dt_container {
    height: 210px;
    background: url(../images/dt_bg.png) no-repeat center center;
    background-size: auto 100%;
}

.dt_container .Width {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dt_item {
    width: 25%;
    height: 196px;
    background: url(../images/dt_item.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 34px 0;
}

.dt_item p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: bold;
    https://www.linxuan123.com/2023/0605/32291.html: #2D0402;
}

.dt_item p span {
    margin: 0 10px;
}

.dt_item h3 {
    font-size: 34px;
    font-family: FZLanTingHeiS-B-GB;
    text-align: center;
    color:#AF2C23;
    margin: 12px 0;
    line-height: 1.2;
}

.dt_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dt_link a {
    display: block;
    padding: 0 18px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    background: #BB2C1B;
    border-radius: 20px;
    font-size: 18px;
    color: #FDF7EC;
    margin: 0 5px;
}

.dt_link a:hover {
    color: #fff;
}

.nav {
    height: 114px;
    background: #fff;

}

.nav .Width {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 23px;
}

.nav .Width .nav_item {
    display: block;
    width: 138px;
    height: 78px;
    text-align: center;
    position: relative;
}

.nav_item_link {
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 7px;
    color: #333333;
    background: #ECEEF1;
    border-radius: 7px;
    line-height: 54px;
    position: relative;
    overflow: hidden;
}

.nav_fixed {
    display: none;
    position: absolute;
    border-top: 1px solid #db5139;
    top: 76px;
    left: 0;
    z-index: 99;
}

.nav .Width .nav_item:hover .nav_fixed {
    display: block;
}

.nav .Width .nav_item:hover .nav_fixed.nav_zylx {
    display: flex;
}

.nav_fixed::before {
    content: '';
    width: 16px;
    height: 10px;
    background: url(../images/ssj.png) no-repeat center center;
    background-size: 100% 100%;
    top: -10px;
    left: 69px;
    position: absolute;
}

.nav_zylx {
    width: 530px;
    height: 294px;
    background: #fff;
    align-items: flex-start;
}

.nav_zylx_l {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 26px 30px;
}

.nav_zylx_l a {
    width: 48%;
    display: block;
    line-height: 42px;
    text-align: left;
    color: #333333;
    font-size: 18px;
}

.nav_zylx_r {
    width: 223px;
    height: 100%;
    background: #f2f3f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav_zylx_r img {
    margin: 0 auto 14px;
}

.nav_zylx_r p {
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

/* 遴选课程 */
.nav_lxkc {
    width: 440px;
    padding: 30px;
    background: #fff;
}

.nav_lxkc h3 {
    color: #bb2c1b;
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
}

.nav_lxkc_line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nav_lxkc_line a {
    display: block;
    border-radius: 30px;
    text-align: center;
    line-height: 43px;
    width: 31%;
    height: 43px;
    margin-bottom: 13px;
    background: #f2f3f7;
    font-size: 18px;
    color: #333333;
    margin-right: 1.5%;
}

.marginT30 {
    margin-top: 17px;
}

.nav_lxkc_line a:nth-child(3n) {
    margin-right: 0;
}

.nav_lxkc_line a:hover {
    background: #bb2c1b;
    color: #fff;
}

/* 视频号 */
.nav_sph {
    width: 142px;
}

.nav_sph img {
    width: 100%;
    height: 142px;
    padding: 10px;
    background: #fff;

}

.nav_sph p {
    background: #f2f3f7;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 14px 0;
}

.nav .hot {
    position: absolute;
    top: 0;
    right: 0;
}

a.nav_item_link:hover,
.nav .Width .nav_item.active .nav_item_link {
    color: #fff;
    background: #BB2C1B;
}

.index_gdlx {
    height: 859px;
    background: url(../images/gdlx_bg.png) no-repeat top center;
    background-size: auto 100%;
    padding: 30px 0;
}

.index_gdlx.article_index_gdlx {
    padding-bottom: 0;
}

.index_gdlx.list_gdlx {
    height: auto;
    background: url(../images/list_bg.png) no-repeat top center;
    background-size: 100% auto;
}

.index_gdlx .Width {}

.index_gdlx_nav {
    display: flex;
    height: 125px;
    width: 100%;
    align-items: center;
    background: #fff;
}

.gdlx_l {
    width: 150px;
    height: 125px;
}

.gdlx_r {
    flex: 1;
    height: 100%;
    display: flex;
    padding: 30px 0;
    flex-wrap: wrap;
    margin-left: -18px;

}

.gdlx_r a {
    color: #333;
    margin-left: 44px;
}

.gdlx_r a.active {
    color: #BB2C1B;
}

.index_tl1 {
    margin-top: 40px;
    height: 624px;
    background-color: #fff;
    padding: 40px;

}

.index_tl1.gdlxpd_jrrm {
    height: auto;
}


.index_tl1_line1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tl1_zylx {
    width: 31%;
}

.tl1_title_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.common_title {
    font-size: 32px;
    color: #333333;
    min-width: 140px;
}

.common_title span,
.tl1_title_flex p span {
    color: #BB2C1B;
}

.tl1_title_flex p {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
}

.tl1_zylx h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 24px 0;

}

.index_tl1.gdlxpd_jrrm .tl1_zylx h3 {
    margin: 18px 0;
}

.tl1_zylx h3 a {
    color: #333333;
    font-size: 22px;
    margin-right: 2px;

}

.tl1_zylx ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
}

.tl1_zylx ul li a {
    color: #666666;
    font-size: 18px;
}

.tl1_zylx ul li span {

    color: #666666;
    font-size: 18px;
}

.tl1_lunbo {
    width: 31.28%;
    height: 370px;
}

.gdlxpd_jrrm .tl1_lunbo {
    height: 306px;
}

.artile_line01_r_swiper01 .swiper-container {
    width: 100%;
    height: 370px;
    overflow: hidden;
}

.artile_line01_r_swiper01 a {
    display: block;
    width: 100%;
    height: 100%;
}

.artile_line01_r_swiper01 a img {
    display: block;
    width: 100%;
    height: 100%;
}


.artile_line01_r_swiper02 .swiper-container {
    width: 100%;
    height: 374px;
    overflow: hidden;
}

.artile_line01_r_swiper02 a {
    display: block;
    width: 100%;
    height: 100%;
}

.artile_line01_r_swiper02 a img {
    display: block;
    width: 100%;
    height: 100%;
}

.sidebar_swiper .swiper-container {
    width: 100%;
    height: 277px;
    overflow: hidden;
}

.sidebar_swiper a {
    display: block;
    width: 100%;
    height: 100%;
}

.sidebar_swiper a img {
    display: block;
    width: 100%;
    height: 100%;
}

.gdlxpd_swiper .swiper-container {
    width: 100%;
    height: 306px;
    overflow: hidden;
}

.gdlxpd_swiper a {
    display: block;
    width: 100%;
    height: 100%;
}

.gdlxpd_swiper a img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 14px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.6);
}

.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 6px;
    background: #fff;
    opacity: 1;
}

.tl1_ksrc {
    width: 31.4%;
}

.marginB {
    margin-bottom: 0 !important;
}

.tl1_ksrc ul {
    height: 100%;
    position: relative;
}

.tl1_ksrc ul::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 81px;
    width: 1px;
    height: 91%;
    border-left: 1px dashed #D9DADD;
}

.tl1_ksrc li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    position: relative;
}

.ksrc_l {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tl1_ksrc li .tip {
    color: #666666;
    font-size: 16px;
}

.tl1_ksrc li .circle {
    width: 13px;
    height: 13px;
    background: #F6F7FA;
    border: 2px solid #D9DADD;
    border-radius: 50%;
    margin: 0 11px;
}

.tl1_ksrc li .time {
    color: #666666;
    font-size: 16px;
    width: 58%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tl1_ksrc li a {
    display: block;
    width: 94px;
    height: 32px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    color: #999999;
    font-size: 16px;
}

.tl1_ksrc li:hover .tip {
    color: #333333;
}

.tl1_ksrc li:hover .circle {
    background: #F9EDEA;
    border: 2px solid #BB2C1B;
}

.tl1_ksrc li:hover .time {
    color: #333333;
}

.tl1_ksrc li:hover a {
    border: 1px solid #AF2C23;
    color: #AF2C23;
}

.index_tl1_line2 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ECEEF1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tjzw_item {
    width: 31.3%;
    height: 113px;
    background: url(../images/tjzw_bg1.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 23px 40px;
    color: #FFFFFF;
}

.tjzw_item2 {
    background: url(../images/tjzw_bg2.png) no-repeat center center;
    background-size: 100% 100%;
}

.tjzw_item3 {
    background: url(../images/tjzw_bg3.png) no-repeat center center;
    background-size: 100% 100%;
}

.tjzw_item h3 {
    font-size: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    color: #FFFFFF;
}

.tjzw_item h3 img {
    margin-left: 10px;
}

.thzw_small {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #fff;
}


.thzw_small span {
    margin: 0 8px;
}

.ad_common2 {
    height: 150px;
    display: block;
}

.ad_common {
    height: 350px;
    display: block;
}

.ad_common2 {
    height: 140px;
    display: block;
}

.ad_common2 img {
    width: 100%;
    height: 140px;
}

.ad_common img {
    height: 100%;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    object-fit: cover;

}

.index_lxzk {
    margin: 40px 0;
}

.index_tl2 {
    padding: 40px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index_tl2.dflx_tl {
    margin-top: 40px;
}

.index_tl2_l {
    width: 65.7%;
}

.index_tl2_r {
    width: 31.3%;
}

.index_tl2_l_title {
    padding-bottom: 17px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ECEEF1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_tl2_l_title h3 {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_tl2_l_title h3 img {
    margin-right: 10px;
}

.index_tl2_l_title h3 a {
    margin: 0 6px;
    font-size: 24px;
    color: #AF2C23;

}

.index_tl2_l_title p {}

.index_tl2_l_title p a {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
}

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

.province_info_item {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.province_link {
    width: 100%;
    flex: 1;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.province_info_item p {
    width: 64px;
    height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    background: url(../images/province_yellow_bg.png) no-repeat center center;
    text-align: center;
    line-height: 26px;
    margin-right: 13px;
}

.province_info_item a {
    margin: 6px 0;
    color: #333333;
    font-size: 18px;
}

.province_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.province_li li {
    width: 17.8%;
    height: 52px;
    background: #F2F3F7;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    color: #333333;
    cursor: pointer;
}

.province_li li.active,
.province_li a:hover,
.province_li li:hover {

    color: #FFFFFF !important;
    background: #BB2C1B;
}

.province_li a {
    display: block;
    width: 9%;
    height: 52px;
    background: #F2F3F7;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    margin-right: 2px;
    color: #333333;
}

.province_container {
    width: 100%;
}

.province_item {
    display: none;
}

.province_item.active {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.province_card {
    width: 23.1%;
    height: 302px;
    background: #FEF8F8;
}

.card_title {
    height: 40px;
    background: #FDEDED;
    padding-left: 73px;
    position: relative;
    line-height: 40px;
    font-size: 20px;
    color: #BB2C1B;
    font-weight: bold;
}

.card_title span {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    background: url(../images/province_bg.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    padding-right: 10px;
}

.province_card h3 {
    color: #BB2C1B;
    font-size: 40px;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 26px;
    line-height: 1;
}

.province_card h3 span {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
}

.card_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.card_link a {
    height: 30px;
    line-height: 28px;
    border: 1px solid #666666;
    border-radius: 3px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    padding: 0 12px;
    margin: 0 5px;
}

.card_link_group a {
    display: block;
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 31px;
}

.index_tl2_r_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.index_tl2_r_link a {
    width: 47.7%;
    height: 68px;
    background: #BB2C1B;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 68px;
    margin-bottom: 20px;
}

.index_tl2_r_link a:hover {
    color: #fff;
}

.index_tl2_r_link a:nth-child(2) {
    background: #F3C14B;
}

.index_tl2_r_link a:nth-child(3) {
    background: #E99A74;
}

.index_tl2_r_link a:nth-child(4) {
    background: #9C6E2A;
}

.index_tl3 {
    padding: 40px;
    background: #FFFFFF;
    margin-top: 40px;
    padding-bottom: 18px;
}

.tl3_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tl3_province_link {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 777px;
    height: 56px;
}

.tl3_province_link a {
    margin-left: 16px;
    font-size: 16px;
    color: #666666;
}

.lxzk_group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.lxzk_item {
    width: 31.3%;
    margin-top: 20px;
}

.tl3_lxzk_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ECEEF1;
}

.tl3_lxzk_title ul {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #BB2C1B;
    font-weight: bold;
}

.tl3_lxzk_title ul li.active a {

    color: #BB2C1B;
}

.tl3_lxzk_title ul span {
    margin: 0 8px;
}

.tl3_lxzk_title_more {
    font-size: 16px;
    color: #666666;
}

.tl3_lxzk_title_more,
.tl3_lxzk_item {
    display: none;
}

.tl3_lxzk_title_more.active,
.tl3_lxzk_item.active {
    display: block;
}

.tl3_lxzk_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.tl3_lxzk_item .title {
    color: #666666;
    font-size: 18px;
}

.tl3_lxzk_item .time {
    color: #cccccc;
    font-size: 18px;
}

.tl3_lxzk_item a:hover p {
    color: #BB2C1B;
}

.index_bottom {
    padding-top: 40px;
    background: url(../images/index_bottom.png) no-repeat top center;
}

.index_bottom.list_bottom {
    padding: 0;
    background: none;
}

.lxtk_container {
    padding: 40px;

    background: #FFFFFF;
}

.lxtk_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.lxtk_title_r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lxtk_title_r select,
.lnst_container select {
    width: 250px;
    margin-right: 15px;
    display: block;
    height: 52px;
    background: url(../images/select_bg.png) no-repeat 95% center;
    background-color: #fff;
    border: 1px solid #D9DADD;
    border-radius: 5px;
    padding: 0 16px;
    appearance: none;
    color: #666666;
    font-size: 18px;
}

.lxtk_title_r select:focus,
.lnst_container select:focus {
    color: #BB2C1B;
    border: 1px solid #BB2C1B;
    background: url(../images/select_bg_active.png) no-repeat 95% center;
    background-color: #fff;
}

.search_zt,
.lnst_container .submit {
    width: 200px;
    height: 52px;
    background: #BB2C1B;
    border-radius: 5px;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.lxtk_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.lxtk_item {
    width: 32%;
    height: 127px;
    background: #FEF4F3;
    text-align: center;
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lxtk_item p {
    width: 100%;
    padding: 0 2%;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lxtk_item a {
    display: block;
    width: 122px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #BB2C1B;
    line-height: 40px;
    margin-top: 16px;
}

.lxtk_item a:hover {
    color: #fff;
}

.lxbk_container {
    padding: 40px;
    background: #FFFFFF;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.lxbk_l {
    width: 75.7%;
}

.lxbk_title {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ECEEF1;
}

.lxbk_title a {

    color: #666666;
    font-size: 16px;
}

.lxbk_tab,
.zkxx_tab,
.msfd_tab,
.bsbk_tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.zkxx_tab {
    width: 92%;
}

.lxbk_tab li,
.zkxx_tab li,
.msfd_tab li,
.bsbk_tab li {
    width: 110px;
    height: 46px;
    border-radius: 23px;
    cursor: pointer;
    margin-right: 15px;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    background: #FCE8E8;
    color: #BB2C1B;
}

.lxbk_tab li a,
.zkxx_tab li a,
.msfd_tab li a,
.bsbk_tab li a {
    color: #BB2C1B;
}
.msfd_tab li,
.bsbk_tab li {
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    margin-right: 1%;
    font-size: 16px;
}

.zkxx_tab li {
    width: 13.4%;
    margin-right: 0.8%;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
}

.lxbk_tab li.active,
.zkxx_tab li.active,
.msfd_tab li.active,
.bsbk_tab li.active {
    background: #BB2C1B;
    color: #FFFFFF;
}

.lxbk_tab li.active a,
.zkxx_tab li.active a,
.msfd_tab li.active a,
.bsbk_tab li.active a {
    color: #FFFFFF;
}

.lxbk_item,
.zkxx_container_tab,
.msfd_item,
.bsbk_item {
    display: none;
}

.zkxx_container_tab.active,
.msfd_item.active {
    display: block;
}

.lxbk_item.active,
.bsbk_item.active {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.lxbk_item_item {
    width: 48%;
}

.lxbk_item_item a,
.msfd_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

}

.lxbk_item_item a span,
.msfd_item a span {
    width: 6px;
    height: 6px;
    margin-right: 6px;
    background: #BB2C1B;
    border-radius: 50%;
}

.lxbk_item_l .lxbk_tip {
    width: 95px;
    color: #BB2C1B;
    font-size: 18px;
    margin-right: 6px;
    white-space: nowrap;
}

.lxbk_item_l .lxbk_text {
    color: #666666;
    font-size: 18px;
    width: 100%;
    flex: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lxbk_item_l .lxbk_text:hover {
    color: #BB2C1B;
}

.lxbk_item_l {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lxbk_item_item a .time {
    width: 50px;
    text-align: right;
    color: #CCCCCC;
    font-size: 16px;
}

.lxbk_r {
    width: 21.2%;
    height: 400px;
    background: #F6F7FA;
    padding-top: 30px;
}

.lxbk_r p {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.lxbk_r p span {
    color: #BB2C1B;
}

.lxbk_r_code {
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    margin: 28px auto 20px;
    border: 1px dashed #BB2C1B;
    padding: 3px;
}

.lxbk_r_code img {
    width: 100%;
    height: 100%;
}

.lxbk_r_text {
    width: 200px;
    height: 80px;
    background: url(../images/zl_bg.png) no-repeat center center;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_container {
    padding: 40px;
    background: #fff;
    margin-top: 40px;
}

.course_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.course_title ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    cursor: pointer;
    line-height: 1;
}

.course_title ul li {
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    margin: 0 8px;
}

.course_title ul li:first-child {
    margin-left: 0;
}

.course_title ul li.active {
    color: #BB2C1B;
}

.course_title_r a {
    display: none;
}

.course_title_r a.active {
    display: block;
    color: #666666;
    font-size: 16px;
}

.course_tab {
    display: none;
}

.course_tab.active {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-wrap: wrap;
}

.course_item {
    width: 23.4%;
    height: 316px;
    background: #F6F7FA;
}

.course_item img {
    width: 100%;
    /* height: 240px;	 */
    background: #666666;
}

.course_item p,
.lxbook_item p {
    height: 42px;
    padding: 0 6%;
    color: #333333;
    font-size: 18px;
    margin: 20px 0;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course_b {
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course_price {
    color: #BB2C1B;
    font-size: 22px;
}

.course_price span {
    font-weight: bold;
}

.course_item .course_b a {
    display: block;
    width: 45%;
    height: 40px;
    background: #BB2C1B;
    border-radius: 20px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}

.book_container {
    padding: 40px;
    background: #fff;
    margin-top: 40px;
}

.lx_book_swiper {
    margin-top: 30px;
    position: relative;
}

.lxbook_item {
    display: block;
    width: 100%;
    height: 443px;
    background: #F6F7FA;
}

.lxbook_item img {
    width: 100%;
    height: 308px;
    background: #666666;
}

.linxuan_bottom {
    height: 209px;
    margin-top: -12px;
}

.linxuan_bottom img {
    height: 100%;
    margin: 0 auto;
}

/* 公共足部 */

.footer {
    padding: 50px 0 60px;
    background: #333333;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #fff;
}

.footer_container h2 {
    text-align: center;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 30px;
}

.footer_link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 28px;
    margin-bottom: 30px;
    border-bottom: 1px solid #484848;
}

.footer_link a {
    margin: 0 6px;
    font-size: 18px;
}

.copyright p {
    text-align: center;
    font-size: 18px;
    color: #999999;
    margin-bottom: 14px;
}

.copyright p a {
    color: #999999;

}

.footer_code {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 57px;
}

.footer_code_item {
    width: 170px;
    margin: 0 75px;
}

.footer_code_item_img {
    width: 170px;
    height: 170px;
    padding: 10px;
    border: 1px dashed #484848;
}

.footer_code_item_img img {
    width: 100%;
    height: 100%;
}

.footer_code_item p {
    margin-top: 20px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

/* 固定右侧 */
.fix_r {
    position: fixed;
    z-index: 999;
    right: -112px;
    top: 40%;
}

.fix_r:hover {
    right: 0;
}

.fix_r_item {
    cursor: pointer;
    width: 162px;
    height: 48px;
    background: #AF2C23;
    border-radius: 24px 0 0 24px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.fix_icon {
    width: 50px;
    height: 100%;
    background: #9C6E2A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fix_text {
    height: 100%;
    flex: 1;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #FFFFFF;
}

/* 列表页导航 */
.list_nav {
    height: 80px;
    background: #BB2C1B;
}

.list_nav_container {
    height: 100%;
    display: flex;
    align-items: center;
}

.list_nav_container a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    flex: 1;
}

.list_nav_container a:hover,
.list_nav_container a.active {
    color: #FFFFFF;
    background: #AA0000;
}

.bread_container {
    margin: 38px 0;
    color: #666666;
    font-size: 18px;
}

.bread_container a {

    color: #666666;
    font-size: 18px;
}

.bread_container span {
    color: #333333;
    font-weight: bold;
}

/* 列表页内容 */
.list_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.list_container_l {
    width: 69.2%;
    background: #FFFFFF;
    padding: 40px;
}


.list_container_l_title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ECEEF1;
}

.list_container_l_title.bkzl_title {
    border-bottom: 0;
    margin-bottom: 0;
}

.province_news {
    display: flex;
    align-items: flex-start;

}

.province_news_l {
    color: #333333;
    width: 94px;
    font-size: 18px;
    line-height: 40px;
}

.province_news_r {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.province_news_r a {
    width: 10.2%;
    height: 40px;
    background: #FCE8E8;
    color: #BB2C1B;
    font-size: 15px;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 1%;
    text-align: center;
    margin-bottom: 10px;
}

.province_news_r a:hover,
.province_news_r a.active {
    color: #FFFFFF;
    background: #BB2C1B;
}

.province_news_r a:nth-child(9n) {
    margin-right: 0;
}

.province_news_news {
    margin-top: 20px;
}

.province_news_news .province_news_r a {
    width: 13.4%;
    margin-right: 1%;
}

.province_news_news .province_news_r a:nth-child(7n) {
    margin-right: 1%;
}

.province_news_news .province_news_r a:nth-child(7n) {
    margin-right: 0;
}


.recommend_article {
    padding: 25px 0;
    margin-top: 25px;
    border-top: 1px solid #ECEEF1;
    border-bottom: 1px solid #ECEEF1;
}

.recommend_article_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.recommend_article_item:last-child {
    margin-bottom: 0;
}

.recommend_article_item_l {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend_article_card {
    width: 44px;
    height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    background: url(../images/province_yellow_bg.png) no-repeat center right;
    text-align: center;
    line-height: 26px;
    margin-right: 13px;
}

.recommend_article_card.article_article_card {
    width: 84px;
    background: url(../images/article_cnxh.png) no-repeat center center;
    background-size: 100% 100%;
}

.recommend_article_item_l a {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    flex: 1;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend_article_item .time {
    width: 72px;
    color: #CCCCCC;
    font-size: 16px;
}

.article_list {
    margin-top: 28px;
}

.article_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article_list li a {
    flex: 1;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 18px;
    line-height: 44.7px;
}

.article_list li span {
    display: block;
    width: 90px;
    color: #CCCCCC;
    font-size: 16px;
}


/* 分页 */

.coursePage-prev img,
.coursePage-next img {
    display: inline;
}


.coursePage {
    text-align: center;
    overflow: hidden;
    margin: 66px 0 50px
}

.coursePage.bkzl_coursePage {
    margin: 48px 0 38px;
}

.coursePage li {
    display: inline-block;
}

.coursePage a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #F2F3F7;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    color: #666666;
    font-size: 14px;
}

.coursePage span {
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
}

.coursePage a.coursePage-prev,
.coursePage a.coursePage-next {
    width: 40px;
    padding: 0;
}

.coursePage a:hover {
    text-decoration: none;

    color: #FFFFFF;
    background: #BB2C1B;
}

.coursePage a.on {
    text-decoration: none;
    color: #FFFFFF;
    background: #BB2C1B;
}

.coursePage li.thisclass a {
    text-decoration: none;
    background: #f61c3a;
    border: solid 1px #f61c3a;
    color: #fff;
}

.coursePage-inp {
    float: left;
    font-style: normal;
    color: #333;
}

.coursePage-inp input {
    width: 50px;
    height: 30px;
    border: solid 1px #eaeaea;
    margin: 0 16px;
    text-align: center;
}

.coursePage-inp button {
    width: 50px;
    height: 32px;
    border: solid 1px #eaeaea;
    background: #eee;
    line-height: 32px;
    margin: 0 0 0 16px;
    cursor: pointer;
    float: right;
}

.list_container_r {
    width: 27.7%;
}

.htlxggh {
    width: 100%;
    height: 283px;
    background: url(../images/htlxgzh_bg.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.htlxggh p {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 1;
}

.htlxggh p span {
    color: #BB2C1B;
}

.lxgzh_img {
    width: 170px;
    height: 170px;
    background: #FFFFFF;
    margin-top: 22px;
    border: 1px dashed #BB2C1B;
}

.lxgzh_img img {
    width: 100%;
    height: 100%;
}

.ggz_gzw {
    width: 100%;
    height: 114px;
    background: url(../images/htlxgzh.png) no-repeat center center;
    background-size: 100% 100%;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ggz_gzw p {

    font-size: 20px;
}

.ggz_gzw h3 {

    font-size: 30px;
}

.htlxzxkf {
    height: 302px;
    background: url(../images/zxkf_title.png) no-repeat center center;
    background-size: 100% 100%;
    padding-top: 30px;
    text-align: center;
    margin: 40px 0;
}

.ht_avtor {
    width: 100px;
    height: 100px;
    background: #BB2C1B;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(51, 0, 0, 0.2);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;

}

.ht_avtor img {
    width: 100%;
    height: 100%;
}

.htlxzxkf h3 {
    line-height: 1;
    margin: 15px 0;
    color: #333333;
    font-size: 28px;
}

.htlxzxkf p {
    font-size: 18px;
    color: #333333;
    line-height: 1;
}

.htlxzxkf a {
    display: block;
    width: 80px;
    height: 48px;
    line-height: 48px;
    background: #BB2C1B;
    border-radius: 24px;
    color: #fff;
    margin: 18px auto 0;
}

.sidebar_common {
    padding: 30px;
    background: #FFFFFF;
}

.sidebar_common h3 {
    color: #333333;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 26px;
}

.week_rmzx ul li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #ECEEF1;
}

.week_rmzx ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.week_rmzx ul li span {
    display: block;
    width: 22px;
    height: 22px;
    background: #D9DADD;
    border-radius: 3px;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}

.week_rmzx ul li:nth-child(1) {
    padding-top: 0;
}

.week_rmzx ul li:nth-child(1) span {

    background: #BB2C1B;
}

.week_rmzx ul li:nth-child(2) span {

    background: #9C6E2A;
}

.week_rmzx ul li:nth-child(3) span {

    background: #F3C14B;
}

.week_rmzx ul li a {
    flex: 1;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 18px;
}

.lnst_container {
    margin: 40px 0;
}

.lnst_container select {
    width: 100% !important;
    margin-bottom: 20px;
    height: 56px;
}

.lnst_container .submit {
    width: 100% !important;
    border-radius: 28px;
    height: 56px;
}


.tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tools a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 92px;
    background: #FCF1F1;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 15px;
}

.tools a:nth-child(1) {

    color: #E7664A;
}

.tools a:nth-child(2) {

    color: #61B8F6;
    background: #DEF2FE;
}

.tools a:nth-child(3) {

    background: #F2F4FE;
    color: #7D7CEA;
}

.tools a:nth-child(4) {

    background: #FCF0E1;
    color: #E88346;
    margin-bottom: 0;
}

.tools a:nth-child(5) {

    background: #F2F4FE;
    color: #7D7CEA;
    margin-bottom: 0;
}

.tools a:nth-child(6) {

    background: #DEF2FE;
    color: #61B8F6;
    margin-bottom: 0;
}

/* 地方遴选频道首页 */
.dflx_index_tl2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    padding: 40px;
    margin: 40px auto;
}

.dflx_index_tl2 .common_title {
    margin-bottom: 30px;
}

.dflx_tl2_l {
    width: 31.3%;
}

.dflx_tl2_l li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.dflx_tl2_l li span {
    display: block;
    width: 37px;
    height: 35px;
    background: url(../images/province_yellow_bg.png) no-repeat center right;
    background-size: auto 100%;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
}

.dflx_tl2_l li a {
    flex: 1;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 18px;
}

.dflx_tl2_l_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.tl1_ksrc .dflx_tl2_l_nav {
    margin: 0;
}

.dflx_tl2_l_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.27%;
    height: 92px;
    background: #FCF1F1;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 15px;
}


.dflx_tl2_l_nav a:nth-child(1),
.dflx_tl2_l_nav a:nth-child(8),
.dflx_tl2_l_nav a:nth-child(9) {
    color: #E7664A;
}

.dflx_tl2_l_nav a:nth-child(2),
.dflx_tl2_l_nav a:nth-child(7),
.dflx_tl2_l_nav a:nth-child(10) {
    color: #61B8F6;
    background: #DEF2FE;
}

.dflx_tl2_l_nav a:nth-child(3),
.dflx_tl2_l_nav a:nth-child(6),
.dflx_tl2_l_nav a:nth-child(11) {
    background: #F2F4FE;
    color: #7D7CEA;
}

.dflx_tl2_l_nav a:nth-child(4),
.dflx_tl2_l_nav a:nth-child(5),
.dflx_tl2_l_nav a:nth-child(12) {
    background: #FCF0E1;
    color: #E88346;
}

.dflx_tl2_l_nav a:nth-child(5) {
    margin-bottom: 0;
}

.dflx_tl2_l_nav a:nth-child(6) {
    margin-bottom: 0;
}

.dflx_tl2_l_nav a:nth-child(7) {
    margin-bottom: 0;
}

.dflx_tl2_l_nav a:nth-child(8) {
    margin-bottom: 0;
}

.dflx_tl2_l_nav a:nth-child(9) {
    margin-top: 15px;
}

.dflx_tl2_l_nav a:nth-child(10) {
    margin-top: 15px;
}

.dflx_tl2_l_nav a:nth-child(11) {
    margin-top: 15px;
}

.dflx_tl2_l_nav a:nth-child(12) {
    margin-top: 15px;
}

.dflx_tl2_l_video {
    width: 100%;
    height: 477px;
    background: #666666;
}

.dflx_tl2_l_video video {
    width: 100%;
    height: 100%;
}


.dflx_tl2_l_dy {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: linear-gradient(90deg, #D64A42, #E9602F);
}

.dy_code {
    width: 110px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
}

.dy_code img {
    width: 100%;
    height: 100%;
}

.dy_r {
    flex: 1;
    color: #fff;
}

.dy_r p {
    font-size: 16px;
}

.dy_r h3 {
    font-size: 20px;
}

.dy_r h3 span {
    font-weight: normal;
    font-size: 18px;
}


.dflx_tl2_c {
    width: 31.3%;

}

.gdgg_group_out {
    width: 100%;
    height: 280px;
    position: relative;
    margin-top: 40px;
}

.gdgg_group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #ECEEF1;
    border-top: 2px solid #D64A42 !important;
}

.gdgg_group:hover {
    z-index: 999;
    height: auto;
    border: 1px solid #D64A42;
}

.gdgg_group_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.gdgg_group_title h3 {

    color: #BB2C1B;
    font-size: 22px;
}

.gdgg_group_title_r a {

    color: #333333;
    font-size: 16px;
}

.gdgg_group li {
    display: flex;
    align-items: center;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 40px;
}

.gdgg_group li span {
    width: 10px;
    margin: 0 6px;
}

.gdgg_group li:hover {
    color: #BB2C1B;
}

.gdgg_group li:hover a {
    color: #BB2C1B;
}

.gdgg_group li a {
    display: block;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.gdgg_group li a:first-child {
    width: 44px;
    flex: inherit;
}

.dflx_tl2_r {
    width: 31.3%;

}


.dflx_tl2_r form,
.dflx_index_tl3_title form {
    width: 75%;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #D9DADD;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    float: right;
}

.dflx_index_tl3_title form {
    width: 300px;
}

.dflx_tl2_r input.content,
.dflx_index_tl3_title input.content {
    padding-left: 20px;
    color: #999;
    font-size: 16px;
    width: 90%;
    height: 100%;
    background-color: #fff;
    display: block;
}

.dflx_tl2_r input.content::placeholder,
.dflx_index_tl3_title input.content::placeholder {
    color: #999;
}

.dflx_tl2_r input.submit,
.dflx_index_tl3_title input.submit {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 12px;
    cursor: pointer;
    background: url(../images/search_icon.png) no-repeat center center;
    background-size: 100% 100%;
}

.dflx_index_tl3 {
    margin: 40px auto;
    background: #fff;
    padding: 32px 40px 40px;
}

.dflx_index_tl3_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.dflx_index_tl3_content {
    display: flex;
    align-items: flex-start;

}

.dflx_index_tl3_l {
    width: 72.7%;
    border-top: 1px solid #ECEEF1;
    padding-top: 25px;
}

.dflx_index_tl3_l .lxbk_item_item {
    width: 96%;
}

.zkxx_tab_container {
    display: flex;
    align-items: flex-start;
    height: 44px;
    overflow: hidden;
}

.zhankai {
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: linear-gradient(90deg, #D64A42, #E9602F);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
}

.dflx_index_tl3_r {
    flex: 1;
    height: 433px;
    background: #F6F7FA;
    text-align: center;
    padding-top: 30px;
}

.dflx_index_tl3_r p {

    color: #666666;
    font-size: 24px;
}

.dflx_index_tl3_r h3 {
    margin: 10px 0 20px;
    color: #333333;
    font-size: 30px;
}

.dflx_index_tl3_r h3 span {
    color: #BB2C1B;
}

.ajax_form {
    width: 100%;
    padding: 0 24px;
}

.ajax_form p {
    margin-bottom: 14px;
    position: relative;
    height: 40px;
}

.ajax_form p.border,
.yuyue-border {
    border-radius: 5px;
    margin-bottom: 14px;
}

.ajax_form select:focus {
    border: 1px solid #BB2C1B;
    background: url(../images/select_bg_active.png) no-repeat 95% center;
    background-color: #fff;
}

.ajax_form input:focus {
    border: 1px solid #BB2C1B;
}

.yuyue-border {
    height: 40px;
}

.ajax_form input,
.ajax_form select {
    width: 49%;
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 17px;
    outline: none;
    font-size: 17px;
    float: left;
    appearance: none;
    color: #666666;
    border: none;
    background: #FFFFFF;
}

.ajax_form input::placeholder {
    color: #666666;
}

.ajax_form select {
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
    background-size: 12px;
    border-radius: 5px;
    color: #666666;
}

.ajax_form input#shoujihao {
    width: 100%;
}

.ajax_form input.trueName {
    width: 100%;
}

.ajax_form select#city,
.ajax_form select.exam_type {
    float: right;
}

.ajax_form input#fs {
    width: 49%;
    padding: 0;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    float: right;
    background: #F8E9E8;
    color: #666666;
    color: #BB2C1B;
    border-radius: 5px;
}

.ajax_form input.button {
    width: 100%;
    height: 50px;
    background: #BB2C1B;
    border-radius: 28px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0;
}

.yuyue-border .nc-container #nc_1_wrapper,
.yuyue-border .nc-container.tb-login #nc_1_wrapper {
    width: 100%;
}

.yuyue-border .nc_scale {
    height: 40px;
}

.yuyue-border .nc-container .nc_scale span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.yuyue-border .nc_iconfont,
.yuyue-border .nc-container .nc_scale .scale_text {
    font-size: 17px;
}

/* 笔试备考 */
.bsbk_container {
    padding: 40px;
    background: #fff;
    margin: 40px auto;
}

.bsbk_content {
    margin-top: 30px;
}

.bsbk_item_item {
    width: 48%;
}

.msfd_container .lxbk_l {
    width: 100%;
    flex: 1;
}

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

.bsbk_article_title span {
    display: block;
    width: 6px;
    height: 6px;
    background: #BB2C1B;
    border-radius: 50%;
    margin: 0 7px;
}

.bsbk_article_title p {
    display: block;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 43px;
    color: #666666;
}

.bsbk_text {
    display: none;
    font-size: 18px;
    color: #999999;
    line-height: 33px;
}

.bsbk_item_item a.active .bsbk_text {
    display: block;
}

.bsbk_item_item a.active .bsbk_article_title p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.msfd_content {
    padding-right: 10%;
}

.msfd_container .lxbk_r {
    margin-top: 57px;
}

/* 考试日历 */
.gdlxpd_ksrl {
    margin-top: 26px;
}

.ksrl_table {}

.ksrl_table table {
    width: 100%;
    border-spacing: 0;
    border: 1px solid #ECEEF1;
    text-align: center;
    border-top: 0;
    border-right: 0;
}

.ksrl_table table th {
    height: 57px;
    background: #BB2C1B;
    color: #F2F3F7;
    font-size: 16px;
}

.ksrl_table table td {
    color: #666666;
    font-size: 16px;
    height: 55px;
    border-bottom: 1px solid #ECEEF1;
    border-right: 1px solid #ECEEF1;
}

.ksrl_table table td .bkq_code_container {
    position: relative;
}

.bkq_code_container:hover .bkq_code {
    display: block;
}



.ksrl_table table td a {
    color: #BB2C1B;
    font-weight: bold;
    cursor: pointer;
}

.bkq_code {
    position: absolute;
    display: none;
    z-index: 1001;
    width: 140px;
    top: 25px;
    left: -30px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.bkq_jt {
    width: 100%;
    height: auto;
}

.bkq_code_img {
    width: 100%;
    height: 140px;
    padding: 15px;
    background-color: #fff;
}

.bkq_code_img img {
    width: 100%;
    height: 100%;
}

.bkq_code p {
    width: 100%;
    height: 76px;
    background: #F2F3F7;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* swiper左右箭头 */
.swiper-button-next {
    background: url(../images/swiper_r.png) no-repeat center center;
    background-size: 100% 100%;
    right: -13px;
}

.swiper-button-prev {
    background: url(../images/swiper_l.png) no-repeat center center;
    background-size: 100% 100%;
    left: -13px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    top: 35%;
}

/* 文章页 */
.article_container_l_title {
    padding-bottom: 15px;



    border-bottom: 1px solid #ECEEF1;





}

.article_container_l_title h1 {
    line-height: 1.5;
    color: #333333;
    font-size: 32px;
    flex: 1;
  /* 标题省略样式
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	 */
}
.article_container_l_title .remarkLine {
	    font: 14px / 30px "MicroSoft YaHei";
	    color: #888;
		display: flex;
		line-height: 4;
		justify-content: space-between;
}
.zh_btn {
    width: 115px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
}

.zh_btn img {
    margin-right: 3px;
}

.article_text {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.article_text_l {
    width: 230px;
    margin-right: 0.03%;
}


/* 分享 */
.social-share .social-share-icon {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    border: none !important;
    background: #FFFFFF !important;
    box-shadow: 0px 2px 10px 0px rgba(9, 21, 76, 0.15);
    margin: 0 !important;
    margin-bottom: 10px !important;
    font-family: "iconfont" !important;
    font-size: 23px !important;
    font-style: normal;
    color: #595656 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-share .icon-wechat {

    font-size: 32px !important;
}

.social-share .icon-wechat:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #9BD75D, #6FB37A) !important;

}

.social-share .icon-weibo:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #DD615C, #EE6F69) !important;
}

.social-share .icon-qq:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #5B89EC, #3C78D0) !important;
}

.share_title {
    color: #c01414;
    text-align: center;
    font-size: 0.38rem;
    line-height: 1rem;
}

.article_cont img {
    display: inline;
}

.article_cont_ggxq,
.article_cont_ggxq p {
    line-height: 38px;
    text-align: justify;
    color: #060606;
    font-size: 18px;
    word-break: break-all;
}
/* .article_cont_ggxq img {
	width: 100%;
} */
.article_cont_ggxq a {
    color: #AF2C23;
}

/* 表格 */
.article_cont_ggxq table {
    width: 100%;
    border-top: solid 2px #AF2C23;
    border-left: solid 1px #dedede;
    margin: 0 auto 32px;
}

.article_cont_ggxq table th {
    line-height: 46px;
    font-size: 16px;
    border-right: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    word-break: break-word;
}

.article_cont_ggxq table td {
    line-height: 42px;
    font-size: 16px;
    border-right: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    text-align: center;
    word-break: break-word;
}

.article_cont_ggxq table td p,
.article_cont_ggxq table th p {
    text-align: center;
}

.page_next_prev {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 28px 0;
}

.page_item {
    width: 48%;
    font-size: 18px;
    color: #666666;
}

.page_item p {

    font-size: 18px;
    color: #AF2C23;
    margin-bottom: 20px;
}

.page_item p::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #BB2C1B;
    border-radius: 50%;
    margin-right: 5px;
}

.page_item a {
    display: block;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more_rj {}

.more_rj h3 {
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #AF2C23;
    margin-top: 37px;
    margin-bottom: 10px;
}

.more_rj h3 img {
    margin-right: 10px;
}

.more_rj li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more_rj li a {
    margin: 0 4px;
    font-size: 18px;
    color: #333333;
}

/* 备考资料 */
.bkzl_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.8;
}

.bkzl_nav span {
    color: #CCCCCC;
    font-size: 18px;
    margin: 0 .9%;
}

.bkzl_nav a {
    color: #666666;
    font-size: 18px;
}

/* 搜索页面 */
.search_header {
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.search_header .Width {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_header .header_l {
    display: flex;
    align-items: center;
    height: 100%;
}

.search_header .nav_item {
    width: 120px;
    height: 100%;
    background: transparent;
    position: relative;
}

.search_header .nav_item:hover .nav_fixed.nav_zylx {
    display: flex;
}

.search_header .nav_item:hover .nav_fixed {
    display: block;
}

.search_header .nav_item_link {
    width: 100%;
    height: 100%;
    line-height: 88px;
    text-align: center;
    background: transparent;
    border-radius: 0;
}

.search_header .nav_fixed::before {
    left: 53px;
}

.search_header .nav_item_link:hover {
    border-bottom: 2px solid #BB2C1B;
    background: transparent;
    color: #BB2C1B;
    font-weight: bold;
}

.search_page {
    height: 859px;
    background: url(../images/gdlx_bg.png) no-repeat top center;
    background-size: auto 100%;
    padding-top: 80px;
}

.search_page .lx_icon {
    margin: 0 auto 50px;
}

.search_search_container {
    height: 66px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.search_search_container form {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_search_container input.content {
    padding-left: 30px;
    color: #999;
    font-size: 18px;
    width: 670px;
    height: 66px;
    background: transparent;
    border: 1px solid #BB2C1B;
    border-radius: 5px 0 0 5px;
    display: block;
}

.search_search_container input.content::placeholder {
    color: #999;
}

.search_search_container input.submit {
    display: block;
    width: 150px;
    height: 66px;
    background: #BB2C1B;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
}

.search_lxwm {
    width: 180px;
    margin: 85px auto 100px;
}

.lxwm_img {
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.lxwm_img img {
    width: 100%;
    height: 100%;
}

.search_lxwm p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
}

.search_page .copyright p:first-child a,
.search_page .copyright p:first-child {
    color: #666666;
}

/* 搜索结果页 */
.search_result_header {
    position: relative;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.search_result_line1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.search_result_line1 .content {
    width: 81% !important;
    background: #fff !important;
}

.search_result_line1 .submit {
    width: 19% !important;
}

.search_result_line1 .search_search_container {
    width: 58.6%;
}

.select_container {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
}

.select_container select {
    width: 47%;
    margin-left: 3%;
    display: block;
    height: 66px;
    background: url(../images/select_bg.png) no-repeat 95% center;
    background-color: #fff;
    border: 1px solid #D9DADD;
    border-radius: 5px;
    padding: 0 16px;
    appearance: none;
    color: #666666;
    font-size: 18px;
}

.result_list {}

.result_list_item {
    padding: 32px 0;
    position: relative;
    border-bottom: 1px solid #ECEEF1;
}

.result_list_item:hover {

    padding-left: 15px;
}

.result_list_item:hover::before {
    content: '';
    display: block;
    width: 3px;
    height: 183px;
    background: linear-gradient(0deg, #D64A42, #E9602F);
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.result_list li:first-child .result_list_item {
    padding-top: 0;
}

.result_list_item h3 {

    font-size: 22px;
    color: #BB2C1B;
}

.result_list_item p {
    margin: 13px 0;
    font-size: 18px;
    color: #333333;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.result_list_item .link_time {
    display: flex;
    align-items: center;
}

.result_list_item .link_time span {
    margin-right: 10px;
    font-size: 16px;
    color: #999999;
}

.about_search_container h3 {

    margin-bottom: 20px;
    font-size: 24px;
    color: #333333;
}

.about_search_list {
    height: 140px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.about_search_list a {
    text-decoration: underline;
    line-height: 43px;
    font-size: 18px;
    display: inline-block;
    color: #0915F5;
}

.lxxkt_container {
    padding: 40px;
    background: #fff;
    margin-top: 40px;
}

.lxxkt_swiper {
    position: relative;
}

.lxxkt_swiper .swiper-button-next,
.lxxkt_swiper .swiper-button-prev {
    top: 50%;
}

.lxxkt_video {
    width: 100%;
    height: 547px;
    background: #ECEEF1;
    position: relative;
    transform: scale(.9);
    cursor: pointer;
}

.lxxkt_video img {
    width: 100%;
    height: 100%;
}

.video_container {
    display: none;
    width: 100%;
    height: 100%;
    background: #666666;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.video_container video {
    display: none;
    width: 100%;
    height: 100%;
}

.lxxkt_swiper .swiper-slide.active .lxxkt_video {
    transform: scale(1);
}

.lxxkt_swiper .swiper-slide.active img {
    display: none;
}

.lxxkt_swiper .swiper-slide.active .video_container,
.lxxkt_swiper .swiper-slide.active .video_container video {
    display: block;
}

/* 聊天框 */
.chat_container {
    width: 400px;
    height: 450px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

.chat_header {
    height: 50px;
    background: #BB2C1B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 19px;
}

.chat_close {
    cursor: pointer;
}

.chat_header p {
    font-size: 18px;
    color: #FFFFFF;
}

.chat_header img {
    cursor: pointer;
}

.chat_content {
    height: 279px;
    padding: 20px;
    overflow-y: auto;
    border-bottom: 1px solid #ECEEF1;
}

.user_content {
    padding: 20px;
    height: 120px;
}

.user_content textarea {
    width: 100%;
    height: 44px;
    font-size: 16px;
    color: #666666;
    resize: none;
}

.fs_content {
    display: flex;
    justify-content: flex-end;
}

.fs_btn {
    width: 60px;
    height: 30px;
    background: #F2F3F7;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #666666;
}

.fs_btn:hover {

    background: #BB2C1B;
    color: #FFFFFF;
}


.send:after,
.show:after,
.msg:after {
    content: "";
    clear: both;
    display: table;
}

.msg>img {
    width: 50px;
    float: left;
}

.msg>p {
    float: left;
    margin: 0 15px;
    padding: 15px;
    background: #F2F3F7;
    line-height: 26px;

    color: #333333;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
    max-width: 265px;
    box-sizing: border-box;
}

.show .msg img,
.show .msg p,
.show .msg {
    float: right;
}

.msg_input {
    position: absolute;
    left: -14px;
    top: 20px;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #F2F3F7 transparent transparent;
}

.show .msg_input {
    left: auto;
    right: -14px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.send,
.show {
    padding-bottom: 20px;
}

.m-footer {
    display: none;
}

@media screen and (max-width: 1520px) {
    .nav .Width .nav_item {
        width: 125px;
    }

    .nav_fixed::before {
        left: 53px;
    }

    .tjzw_item h3 {
        font-size: 20px;
    }
    .thzw_small {
        font-size: 16px;
    }
    .footer_link a {
        font-size: 14px;
    }

    .list_nav_container a {
        font-size: 17px;
    }

    .gdgg_group li a {
        font-size: 15px;
    }

    .lxtk_title_r select,
    .lnst_container select {
        width: 220px;
    }

    .search_zt,
    .lnst_container .submit {
        width: 160px;
    }

   


  
}

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

    .province_li,
    .province_container,
    .dflx_index_tl2,
    .lxxkt_container,
    .dt_item:nth-child(3),
    .dt_item:nth-child(4),
    .login_btn,
    .fix_r,
    .chat_container,
    .list_container_r,
    .footer {
        display: none !important;
    }

    .header {
        height: 2.7rem;
        background: #FFFFFF;
    }

    .header .Width {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .lx_icon {
        width: 7rem;
        height: auto;
    }

    .header_r {
        width: 50%;
    }

    .index_search_container {
        margin-right: 0.25rem;
        width: 9.5rem;
        height: 1.2rem;
        background: #F2F3F7;
        border-radius: 0.6rem;
        overflow: hidden;
        position: relative;
    }

    .index_search_container form {
        height: 100%;
        background-color: #F2F3F7;
    }

    .index_search_container input.content {
        padding-left: 0.75rem;
        color: #999;
        font-size: 0.45rem;
        width: 90%;
        height: 100%;
        background-color: #F2F3F7;
        display: block;
    }

    .index_search_container input.content::placeholder {
        color: #999;
    }

    .index_search_container input.submit {
        width: 0.55rem;
        height: 0.55rem;
        position: absolute;
        top: 50%;
        margin-top: -0.275rem;
        right: 0.3rem;
        cursor: pointer;
        background: url(../images/search_icon.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .login_btn {
        width: 2rem;
        height: 1.2rem;
        background: #BB2C1B;
        border-radius: 0.6rem;
        cursor: pointer;
        text-align: center;
        line-height: 1.2rem;
        font-size: 0.45rem;
        color: #FFFFFF;
    }

    .dt_container {
        height: 5.25rem;
        background: url(../images/dt_bg.png) no-repeat center center;
        background-size: auto 100%;
    }

    .dt_container .Width {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .dt_item {
        width: 50%;
        height: 4.9rem;
        background: url(../images/dt_item.png) no-repeat center center;
        background-size: 100% 100%;
        padding: 0.85rem 0;
    }

    .dt_item p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.5rem;
        font-family: FZLanTingHeiS-DB-GB;
        font-weight: bold;
        color: #2D0402;
    }

    .dt_item p img {
        width: 1rem;
    }

    .dt_item p span {
        margin: 0 0.25rem;
    }

    .dt_item h3 {
        font-size: 0.8rem;
        font-family: FZLanTingHeiS-B-GB;
        text-align: center;
        color: #AF2C23;
        margin: 0.3rem 0;
        line-height: 1.2;
    }

    .dt_link {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dt_link a {
        display: block;
        padding: 0 0.45rem;
        line-height: 1rem;
        text-align: center;
        height: 1rem;
        background: #BB2C1B;
        border-radius: 0.5rem;
        font-size: 0.6rem;
        color: #FDF7EC;
        margin: 0 0.125rem;
    }

    .dt_link a:hover {
        color: #fff;
    }

    .nav {
        height: auto;
        background: #fff;
    }

    .nav .Width {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0.575rem;
        flex-wrap: wrap;
    }

    .nav .Width .nav_item {
        display: block;
        width: 33%;
        height: 2rem;
        text-align: center;
        position: relative;
    }

    .nav_item_link {
        display: block;
        width: 100%;
        height: 1.6rem;
        border-radius: 0.175rem;
        color: #333333;
        background: #ECEEF1;
        border-radius: 0.175rem;
        line-height: 1.6rem;
        position: relative;
        overflow: hidden;
        font-size: .7rem;
    }

    .nav_fixed {
        display: none;
        position: absolute;
        border-top: 0.025rem solid #db5139;
        top: 1.9rem;
        left: 0;
        z-index: 99;
    }

    .nav .Width .nav_item:hover .nav_fixed {
        display: none;
    }

    .nav .Width .nav_item:hover .nav_fixed.nav_zylx {
        display: none;
    }

    .nav_fixed::before {
        content: '';
        width: 0.4rem;
        height: 0.25rem;
        background: url(../images/ssj.png) no-repeat center center;
        background-size: 100% 100%;
        top: -0.25rem;
        left: 1.725rem;
        position: absolute;
    }

    .nav_zylx {
        width: 13.25rem;
        height: 7.35rem;
        background: #fff;
        align-items: flex-start;
    }

    .nav_zylx_l {
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0.65rem 0.75rem;
    }

    .nav_zylx_l a {
        width: 48%;
        display: block;
        line-height: 1.05rem;
        text-align: left;
        color: #333333;
        font-size: 0.45rem;
    }

    .nav_zylx_r {
        width: 5.575rem;
        height: 100%;
        background: #f2f3f7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .nav_zylx_r img {
        margin: 0 auto 0.35rem;
    }

    .nav_zylx_r p {
        color: #666666;
        font-size: 0.45rem;
        line-height: 0.7rem;
        text-align: center;
    }

    /* 遴选课程 */
    .nav_lxkc {
        width: 11rem;
        padding: 0.75rem;
        background: #fff;
    }

    .nav_lxkc h3 {
        color: #bb2c1b;
        font-size: 0.55rem;
        margin-bottom: 0.5rem;
        text-align: left;
    }

    .nav_lxkc_line {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .nav_lxkc_line a {
        display: block;
        border-radius: 0.75rem;
        text-align: center;
        line-height: 1.075rem;
        width: 31%;
        height: 1.075rem;
        margin-bottom: 0.325rem;
        background: #f2f3f7;
        font-size: 0.45rem;
        color: #333333;
        margin-right: 1.5%;
    }

    .marginT30 {
        margin-top: 0.425rem;
    }

    .nav_lxkc_line a:nth-child(3n) {
        margin-right: 0;
    }

    .nav_lxkc_line a:hover {
        background: #bb2c1b;
        color: #fff;
    }

    /* 视频号 */
    .nav_sph {
        width: 3.55rem;
    }

    .nav_sph img {
        width: 100%;
        height: 3.55rem;
        padding: 0.25rem;
        background: #fff;
    }

    .nav_sph p {
        background: #f2f3f7;
        font-size: 0.45rem;
        color: #333333;
        text-align: center;
        padding: 0.35rem 0;
    }

    .nav .hot {
        position: absolute;
        top: 0;
        right: 0;
    }

    a.nav_item_link:hover,
    .nav .Width .nav_item.active .nav_item_link {
        color: #fff;
        background: #BB2C1B;
    }

    .index_gdlx {
        height: 21.475rem;
        background: url(../images/gdlx_bg.png) no-repeat top center;
        background-size: auto 100%;
        padding: 0.75rem 0;
    }

    .index_gdlx.article_index_gdlx {
        padding-bottom: 0;
    }

    .index_gdlx.list_gdlx {
        height: auto;
        background: url(../images/list_bg.png) no-repeat top center;
        background-size: 100% auto;
    }

    .index_gdlx .Width {}

    .index_gdlx_nav {
        display: flex;
        height: auto;
        width: 100%;
        align-items: center;
        background: #fff;
    }

    .gdlx_l {
        width: 3.75rem;
        height: 3.125rem;
    }

    .gdlx_r {
        flex: 1;
        height: 100%;
        display: flex;
        padding: 0.75rem 0;
        flex-wrap: wrap;
        margin-left: -0.45rem;
    }

    .gdlx_r a {
        color: #333;
        margin-left: 1.1rem;
        font-size: .7rem;
    }

    .index_tl1 {
        height: auto;
        background-color: #fff;
        padding: 1rem;
    }

    .index_tl1.gdlxpd_jrrm {
        height: auto;
    }

    .index_tl1_line1 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .tl1_zylx {
        width: 100%;
    }

    .tl1_title_flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.7rem;
    }

    .common_title {
        font-size: 0.9rem;
        color: #333333;
        min-width: 3.5rem;
    }

    .common_title span,
    .tl1_title_flex p span {
        color: #BB2C1B;
    }

    .tl1_title_flex p {
        color: #666666;
        font-size: 0.45rem;
        font-weight: bold;
    }

    .tl1_zylx h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0.6rem 0;
    }

    .index_tl1.gdlxpd_jrrm .tl1_zylx h3 {
        margin: 0.45rem 0;
    }

    .tl1_zylx h3 a {
        color: #333333;
        font-size: 0.8rem;
        margin-right: 0.05rem;
    }

    .tl1_zylx ul li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0.35rem;
    }

    .tl1_zylx ul li a {
        color: #666666;
        font-size: 0.7rem;
    }

    .tl1_zylx ul li span {
        color: #666666;
        font-size: 0.7rem;
    }

    .tl1_lunbo {
        width: 100%;
        height: 9.25rem;
        margin: .6rem 0;
    }

    .gdlxpd_jrrm .tl1_lunbo {
        height: 7.65rem;
    }

    .artile_line01_r_swiper01 .swiper-container {
        width: 100%;
        height: 9.25rem;
        overflow: hidden;
    }

    .artile_line01_r_swiper01 a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .artile_line01_r_swiper01 a img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .artile_line01_r_swiper02 .swiper-container {
        width: 100%;
        height: 9.35rem;
        overflow: hidden;
    }

    .artile_line01_r_swiper02 a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .artile_line01_r_swiper02 a img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .sidebar_swiper .swiper-container {
        width: 100%;
        height: 6.925rem;
        overflow: hidden;
    }

    .sidebar_swiper a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .sidebar_swiper a img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .gdlxpd_swiper .swiper-container {
        width: 100%;
        height: 7.65rem;
        overflow: hidden;
    }

    .gdlxpd_swiper a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .gdlxpd_swiper a img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0.35rem;
    }

    .swiper-pagination-bullet {
        width: 0.3rem;
        height: 0.3rem;
        background: rgba(255, 255, 255, 0.6);
    }

    .swiper-pagination-bullet-active {
        width: 0.75rem;
        border-radius: 0.15rem;
        background: #fff;
        opacity: 1;
    }

    .tl1_ksrc {
        display: none;
        width: 100%;
    }

    .marginB {
        margin-bottom: 0 !important;
    }

    .tl1_ksrc ul {
        height: 100%;
        position: relative;
    }

    .tl1_ksrc ul::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 3.2rem;
        width: 0.025rem;
        height: 91%;
        border-left: 0.025rem dashed #D9DADD;
    }

    .tl1_ksrc li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.35rem;
        position: relative;
    }

    .ksrc_l {
        display: flex;
        align-items: center;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tl1_ksrc li .tip {
        color: #666666;
        font-size: 0.7rem;
    }

    .tl1_ksrc li .circle {
        width: 0.325rem;
        height: 0.325rem;
        background: #F6F7FA;
        border: 2px solid #D9DADD;
        border-radius: 50%;
        margin: 0 0.275rem;
    }

    .tl1_ksrc li .time {
        color: #666666;
        font-size: 0.7rem;
    }

    .tl1_ksrc li a {
        display: block;
        width: 4rem;
        height: 1.3rem;
        border: 1px solid #CCCCCC;
        border-radius: 0.075rem;
        line-height: 1.3rem;
        text-align: center;
        color: #999999;
        font-size: 0.6rem;
    }

    .tl1_ksrc li:hover .tip {
        color: #333333;
    }

    .tl1_ksrc li:hover .circle {
        background: #F9EDEA;
        border: 2px solid #BB2C1B;
    }

    .tl1_ksrc li:hover .time {
        color: #333333;
    }

    .tl1_ksrc li:hover a {
        border: 1px solid #AF2C23;
        color: #AF2C23;
    }

    .index_tl1_line2 {
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        border-top: 0.025rem solid #ECEEF1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .tjzw_item {
        width: 100%;
        height: 3rem;
        background: url(../images/tjzw_bg1.png) no-repeat center center;
        background-size: 100% 100%;
        padding: 0.575rem 1rem;
        color: #FFFFFF;
        margin: .4rem;
    }

    .tjzw_item2 {
        background: url(../images/tjzw_bg2.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .tjzw_item3 {
        background: url(../images/tjzw_bg3.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .tjzw_item h3 {
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        margin-bottom: 0.225rem;
    }

    .tjzw_item h3 img {
        width: 2rem;
        margin-left: 0.25rem;
    }

    .thzw_small {
        font-size: 0.6rem;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    .thzw_small span {
        margin: 0 0.2rem;
    }

    .ad_common {
        height: auto;
        display: block;
    }

    .ad_common2 {
        height: 2.25rem;
        display: block;
    }

    .ad_common2 img {
        width: 100%;
        height: auto;
    }

    .ad_common img {
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        object-fit: cover;
    }

    .index_lxzk {
        margin: 1rem 0;
    }

    .index_tl2 {
        padding: 1rem;
        background: #FFFFFF;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .index_tl2.dflx_tl {
        margin-top: 1rem;
    }

    .index_tl2_l {
        width: 100%;
    }

    .index_tl2_r {
        width: 100%;
    }

    .index_tl2_l_title {
        padding-bottom: 0.425rem;
        margin-bottom: 0.5rem;
        border-bottom: 0.025rem solid #ECEEF1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .index_tl2_l_title h3 {
        width: 100%;
        display: flex;
        align-items: flex-start;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .index_tl2_l_title h3 img {
        margin-right: 0.25rem;
        width: 1rem;
    }

    .index_tl2_l_title h3 a {
        margin: 0 0.15rem;
        font-size: 0.8rem;
        color: #AF2C23;
    }

    .index_tl2_l_title p {
        width: 100%;
        text-align: right;
    }

    .index_tl2_l_title p a {
        font-weight: bold;
        color: #333333;
        font-size: 0.5rem;
    }

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

    .province_info_item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 0.625rem;
    }

    .province_link {
        width: 100%;
        flex: 1;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .province_info_item p {
        width: 2.6rem;
        height: 1.1rem;
        font-size: 0.4rem;
        color: #FFFFFF;
        background: url(../images/province_yellow_bg.png) no-repeat center center;
        text-align: center;
        line-height: 1.1rem;
        margin-right: 0.325rem;
    }

    .province_info_item a {
        margin: 0.15rem 0;
        color: #333333;
        font-size: 0.7rem;
    }

    .province_li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.25rem;
        margin-bottom: 0.75rem;
    }

    .province_li li {
        width: 17.8%;
        height: 1.3rem;
        background: #F2F3F7;
        font-size: 0.45rem;
        text-align: center;
        line-height: 1.3rem;
        color: #333333;
        cursor: pointer;
    }

    .province_li li.active,
    .province_li a:hover,
    .province_li li:hover {
        color: #FFFFFF !important;
        background: #BB2C1B;
    }

    .province_li a {
        display: block;
        width: 9%;
        height: 1.3rem;
        background: #F2F3F7;
        font-size: 0.45rem;
        text-align: center;
        line-height: 1.3rem;
        margin-right: 0.05rem;
        color: #333333;
    }

    .province_container {
        width: 100%;
    }

    .province_item {
        display: none;
    }

    .province_item.active {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .province_card {
        width: 23.1%;
        height: 7.55rem;
        background: #FEF8F8;
    }

    .card_title {
        height: 1rem;
        background: #FDEDED;
        padding-left: 1.825rem;
        position: relative;
        line-height: 1rem;
        font-size: 0.5rem;
        color: #BB2C1B;
        font-weight: bold;
    }

    .card_title span {
        position: absolute;
        top: 0;
        left: 0;
        width: 1.625rem;
        height: 100%;
        background: url(../images/province_bg.png) no-repeat center center;
        background-size: 100% 100%;
        font-size: 0.55rem;
        color: #FFFFFF;
        text-align: center;
        line-height: 1rem;
        padding-right: 0.25rem;
    }

    .province_card h3 {
        color: #BB2C1B;
        font-size: 1rem;
        text-align: center;
        margin-top: 0.7rem;
        margin-bottom: 0.65rem;
        line-height: 1;
    }

    .province_card h3 span {
        color: #333333;
        font-size: 0.5rem;
        font-weight: normal;
    }

    .card_link {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .card_link a {
        height: 0.75rem;
        line-height: 0.7rem;
        border: 1px solid #666666;
        border-radius: 0.075rem;
        color: #333333;
        font-size: 0.4rem;
        text-align: center;
        padding: 0 0.3rem;
        margin: 0 0.125rem;
    }

    .card_link_group a {
        display: block;
        text-align: center;
        color: #666666;
        font-size: 0.4rem;
        line-height: 0.775rem;
    }

    .index_tl2_r_link {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.35rem;
    }

    .index_tl2_r_link a {
        width: 47.7%;
        height: 1.7rem;
        background: #BB2C1B;
        font-size: 0.7rem;
        color: #FFFFFF;
        text-align: center;
        line-height: 1.7rem;
        margin-bottom: 0.5rem;
    }

    .index_tl2_r_link a:hover {
        color: #fff;
    }

    .index_tl2_r_link a:nth-child(2) {
        background: #F3C14B;
    }

    .index_tl2_r_link a:nth-child(3) {
        background: #E99A74;
    }

    .index_tl2_r_link a:nth-child(4) {
        background: #9C6E2A;
    }

    .index_tl3 {
        padding: 1rem;
        background: #FFFFFF;
        margin-top: 1rem;
        padding-bottom: 0.45rem;
    }

    .tl3_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tl3_province_link {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        width: 19.425rem;
        height: 1.4rem;
    }

    .tl3_province_link a {
        margin-left: 0.4rem;
        font-size: 0.4rem;
        color: #666666;
    }

    .lxzk_group {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: 0.25rem;
    }

    .lxzk_item {
        width: 31.3%;
        margin-top: 0.5rem;
    }

    .tl3_lxzk_title {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 0.45rem;
        padding-bottom: 0.45rem;
        border-bottom: 0.025rem solid #ECEEF1;
    }

    .tl3_lxzk_title ul {
        display: flex;
        align-items: center;
        font-size: 0.6rem;
        color: #BB2C1B;
        font-weight: bold;
    }

    .tl3_lxzk_title ul li.active a {
        color: #BB2C1B;
    }

    .tl3_lxzk_title ul span {
        margin: 0 0.2rem;
    }

    .tl3_lxzk_title_more {
        font-size: 0.4rem;
        color: #666666;
    }

    .tl3_lxzk_title_more,
    .tl3_lxzk_item {
        display: none;
    }

    .tl3_lxzk_title_more.active,
    .tl3_lxzk_item.active {
        display: block;
    }

    .tl3_lxzk_item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.55rem;
    }

    .tl3_lxzk_item .title {
        color: #666666;
        font-size: 0.45rem;
    }

    .tl3_lxzk_item .time {
        color: #cccccc;
        font-size: 0.45rem;
    }

    .tl3_lxzk_item a:hover p {
        color: #BB2C1B;
    }

    .index_bottom {
        padding-top: 1rem;
        background: url(../images/index_bottom.png) no-repeat top center;
    }

    .index_bottom.list_bottom {
        padding: 0;
        background: none;
    }

    .lxtk_container {
        padding: 1rem;
        background: #FFFFFF;
    }

    .lxtk_title {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 0.875rem;
    }

    .lxtk_title_r {
        width: 100%;
        margin-top: .8rem;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-end;
    }

    .lxtk_title_r select,
    .lnst_container select {
        width: 100%;
        margin-right: 0;
        display: block;
        height: 2rem;
        background: url(../images/select_bg.png) no-repeat 95% center;
        background-color: #fff;
        border: 1px solid #D9DADD;
        border-radius: 0.125rem;
        padding: 0 0.4rem;
        appearance: none;
        color: #666666;
        font-size: 0.6rem;
        margin-bottom: .4rem;
    }

    .lxtk_title_r select:focus,
    .lnst_container select:focus {
        color: #BB2C1B;
        border: 1px solid #BB2C1B;
        background: url(../images/select_bg_active.png) no-repeat 95% center;
        background-color: #fff;
    }

    .search_zt,
    .lnst_container .submit {
        width: 7rem;
        height: 2rem;
        background: #BB2C1B;
        border-radius: 0.125rem;
        text-align: center;
        line-height: 2rem;
        font-size: 0.7rem;
        color: #FFFFFF;
        cursor: pointer;
    }

    .lxtk_content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .lxtk_item {
        width: 49%;
        height: 3.175rem;
        background: #FEF4F3;
        text-align: center;
        margin-top: 0.7rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .lxtk_item p {
        width: 100%;
        padding: 0 2%;
        font-size: 0.7rem;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lxtk_item a {
        display: block;
        width: 3.05rem;
        height: 1rem;
        border-radius: 0.5rem;
        text-align: center;
        font-size: 0.6rem;
        color: #fff;
        background: #BB2C1B;
        line-height: 1rem;
        margin-top: 0.4rem;
    }

    .lxtk_item a:hover {
        color: #fff;
    }

    .lxbk_container {
        padding: 1rem;
        background: #FFFFFF;
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .lxbk_l {
        width: 100%;
    }

    .lxbk_title {
        line-height: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0.625rem;
        margin-bottom: 0.625rem;
        border-bottom: 0.025rem solid #ECEEF1;
    }

    .lxbk_title a {
        color: #666666;
        font-size: 0.4rem;
    }

    .lxbk_tab,
    .zkxx_tab,
    .msfd_tab,
    .bsbk_tab {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0.125rem;
    }

    .zkxx_tab {
        width: 92%;
    }

    .lxbk_tab li,
    .zkxx_tab li,
    .msfd_tab li,
    .bsbk_tab li {
        width: 2.75rem;
        height: 1.15rem;
        border-radius: 0.575rem;
        cursor: pointer;
        margin-right: 0.375rem;
        font-size: 0.5rem;
        text-align: center;
        line-height: 1.15rem;
        background: #FCE8E8;
        color: #BB2C1B;
    }

    .msfd_tab li,
    .bsbk_tab li {
        width: auto;
        height: 1.2rem;
        line-height: 1.2rem;
        padding: 0 0.4rem;
        margin-right: 1%;
        font-size: 0.6rem;
        margin-bottom: .5rem;
    }

    .zkxx_tab li {
        width: 24%;
        margin-right: 0.8%;
        height: 1.2rem;
        line-height: 1.2rem;
        margin-bottom: 0.5rem;
        font-size: 0.6rem;
    }

    .lxbk_tab li.active,
    .zkxx_tab li.active,
    .msfd_tab li.active,
    .bsbk_tab li.active {
        background: #BB2C1B;
        color: #FFFFFF;
    }

    .lxbk_item,
    .zkxx_container_tab,
    .msfd_item,
    .bsbk_item {
        display: none;
    }

    .zkxx_container_tab.active,
    .msfd_item.active {
        display: block;
    }

    .lxbk_item.active,
    .bsbk_item.active {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .lxbk_item_item {
        width: 100%;
    }

    .lxbk_item_item a,
    .msfd_item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.5rem;
    }

    .lxbk_item_item a span,
    .msfd_item a span {
        width: 0.15rem;
        height: 0.15rem;
        margin-right: 0.15rem;
        background: #BB2C1B;
        border-radius: 50%;
    }

    .lxbk_item_l .lxbk_tip {
        width: 2.375rem;
        color: #BB2C1B;
        font-size: 0.45rem;
        margin-right: 0.15rem;
        white-space: nowrap;
    }

    .lxbk_item_l .lxbk_text {
        color: #666666;
        font-size: 0.7rem;
        width: 100%;
        flex: 1;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lxbk_item_l .lxbk_text:hover {
        color: #BB2C1B;
    }

    .lxbk_item_l {
        flex: 1;
        display: flex;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lxbk_item_item a .time {
        width: 1.25rem;
        text-align: right;
        color: #CCCCCC;
        font-size: 0.6rem;
    }

    .lxbk_r {
        width: 100%;
        height: 10rem;
        background: #F6F7FA;
        padding-top: 0.75rem;
    }

    .lxbk_r p {
        font-weight: bold;
        font-size: 0.6rem;
        color: #333333;
        text-align: center;
    }

    .lxbk_r p span {
        color: #BB2C1B;
    }

    .lxbk_r_code {
        width: 3.5rem;
        height: 3.5rem;
        background: #FFFFFF;
        margin: 0.7rem auto 0.5rem;
        border: 1px dashed #BB2C1B;
        padding: 0.075rem;
    }

    .lxbk_r_code img {
        width: 100%;
        height: 100%;
    }

    .lxbk_r_text {
        width: 100%;
        height: 2rem;
        background: url(../images/zl_bg.png) no-repeat center center;
        margin: 0 auto;
        color: #FFFFFF;
        font-size: 0.7rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .course_container {
        padding: 1rem;
        background: #fff;
        margin-top: 1rem;
    }

    .course_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.7rem;
    }

    .course_title ul {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 0.8rem;
        color: #333333;
        cursor: pointer;
        line-height: 1;
    }

    .course_title ul li {
        font-weight: bold;
        font-size: 0.9rem;
        color: #333333;
        margin: 0 0.2rem;
    }

    .course_title ul li:first-child {
        margin-left: 0;
    }

    .course_title ul li.active {
        color: #BB2C1B;
    }

    .course_title_r a {
        display: none;
    }

    .course_title_r a.active {
        display: block;
        color: #666666;
        font-size: 0.6rem;
    }

    .course_tab {
        display: none;
    }

    .course_tab.active {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .course_item {
        width: 49%;
        height: 9.8rem;
        background: #F6F7FA;
    }

    .course_item img {
        width: 100%;
        height: 6rem;
        background: #666666;
    }

    .course_item p,
    .lxbook_item p {
        height: 1.6rem;
        padding: 0 6%;
        color: #333333;
        font-size: 0.7rem;
        margin: 0.5rem 0;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .course_b {
        padding: 0 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .course_price {
        color: #BB2C1B;
        font-size: 0.7rem;
    }

    .course_price span {
        font-weight: bold;
    }

    .course_item .course_b a {
        display: block;
        width: 45%;
        height: 1rem;
        background: #BB2C1B;
        border-radius: 0.5rem;
        font-size: 0.65rem;
        color: #FFFFFF;
        text-align: center;
        line-height: 1rem;
    }

    .book_container {
        padding: 1rem;
        background: #fff;
        margin-top: 1rem;
    }

    .lx_book_swiper {
        margin-top: 0.75rem;
        position: relative;
    }

    .lxbook_item {
        display: block;
        width: 100%;
        height: 11.075rem;
        background: #F6F7FA;
    }

    .lxbook_item img {
        width: 100%;
        height: 7.7rem;
        background: #666666;
    }

    .linxuan_bottom {
        height: auto;
        margin-top: -0.3rem;
    }

    .linxuan_bottom img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /* 公共足部 */

    .m-footer {
        display: block;
        padding: 1rem 0;
        background: #333333;
        color: #fff;
        font-size: .8rem;
        text-align: center;
    }

    /* 列表页导航 */
    .list_nav {
        height: auto;
        padding: .4rem 0;
        background: #BB2C1B;
    }

    .list_nav_container {
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .list_nav_container a {
        color: #FFFFFF;
        font-size: 0.6rem;
        line-height: 1.4rem;
        text-align: center;
        flex: auto;
        width: 25%;
    }

    .list_nav_container a:hover,
    .list_nav_container a.active {
        color: #FFFFFF;
        background: #AA0000;
    }

    .bread_container {
        margin: 0.95rem 0;
        color: #666666;
        font-size: 0.7rem;
    }

    .bread_container a {
        color: #666666;
        font-size: 0.45rem;
    }

    .bread_container span {
        color: #333333;
        font-weight: bold;
    }

    /* 列表页内容 */
    .list_container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .list_container_l {
        width: 100%;
        background: #FFFFFF;
        padding: 1rem;
    }

    .list_container_l_title {
        padding-bottom: 0.625rem;
        margin-bottom: 0.625rem;
        border-bottom: 0.025rem solid #ECEEF1;
    }

    .list_container_l_title.bkzl_title {
        border-bottom: 0;
        margin-bottom: 0;
    }

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

    .province_news_l {
        color: #333333;
        width: 3.7rem;
        font-size: 0.7rem;
        line-height: 1rem;
    }

    .province_news_r {
        flex: 1;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .province_news_r a {
        width: 24%;
        height: 1.2rem;
        background: #FCE8E8;
        color: #BB2C1B;
        font-size: 0.6rem;
        line-height: 1.2rem;
        border-radius: 0.5rem;
        margin-right: 1%;
        text-align: center;
        margin-bottom: 0.25rem;
    }

    .province_news_r a:hover,
    .province_news_r a.active {
        color: #FFFFFF;
        background: #BB2C1B;
    }

    .province_news_r a:nth-child(9n) {
        margin-right: 0;
    }

    .province_news_news {
        margin-top: 0.5rem;
    }

    .province_news_news .province_news_r a {
        width: 32%;
        margin-right: 1%;
    }

    .province_news_news .province_news_r a:nth-child(7n) {
        margin-right: 1%;
    }

    .province_news_news .province_news_r a:nth-child(7n) {
        margin-right: 0;
    }

    .recommend_article {
        padding: 0.625rem 0;
        margin-top: 0.625rem;
        border-top: 0.025rem solid #ECEEF1;
        border-bottom: 0.025rem solid #ECEEF1;
    }

    .recommend_article_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.6rem;
    }

    .recommend_article_item:last-child {
        margin-bottom: 0;
    }

    .recommend_article_item_l {
        flex: 1;
        display: flex;
        align-items: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .recommend_article_card {
        width: 1.8rem;
        height: 0.9rem;
        font-size: 0.5rem;
        color: #FFFFFF;
        background: url(../images/province_yellow_bg.png) no-repeat center right;
        text-align: center;
        line-height: 0.9rem;
        margin-right: 0.325rem;
    }

    .recommend_article_card.article_article_card {
        width: 2.1rem;
        background: url(../images/article_cnxh.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .recommend_article_item_l a {
        font-weight: bold;
        color: #333333;
        font-size: 0.7rem;
        flex: 1;
        width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .recommend_article_item .time {
        width: 2.6rem;
        text-align: right;
        color: #CCCCCC;
        font-size: 0.4rem;
    }

    .article_list {
        margin-top: 0.7rem;
    }

    .article_list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .article_list li a {
        flex: 1;
        width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #666666;
        font-size: 0.65rem;
        line-height: 44.0.175rem;
    }

    .article_list li span {
        display: block;
        width: 2.6rem;
        color: #CCCCCC;
        text-align: right;
        font-size: 0.4rem;
    }

    /* 分页 */
    .coursePage-prev img,
    .coursePage-next img {
        display: inline;
    }

    .coursePage {
        text-align: center;
        overflow: hidden;
        margin: 1.65rem 0 1.25rem
    }

    .coursePage.bkzl_coursePage {
        margin: 1.2rem 0 0.95rem;
    }

    .coursePage li {
        display: inline-block;
    }

    .coursePage a {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        background: #F2F3F7;
        border-radius: 0.075rem;
        text-align: center;
        line-height: 1rem;
        margin-right: 0.25rem;
        color: #666666;
        font-size: 0.6rem;
    }

    .coursePage span {
        display: inline-block;
        height: 1rem;
        text-align: center;
        line-height: 1rem;
        color: #666666;
        font-size: 0.35rem;
    }

    .coursePage a.coursePage-prev,
    .coursePage a.coursePage-next {
        width: 1rem;
        padding: 0;
    }

    .coursePage a:hover {
        text-decoration: none;
        color: #FFFFFF;
        background: #BB2C1B;
    }

    .coursePage a.on {
        text-decoration: none;
        color: #FFFFFF;
        background: #BB2C1B;
    }

    .coursePage li.thisclass a {
        text-decoration: none;
        background: #f61c3a;
        border: solid 1px #f61c3a;
        color: #fff;
    }

    .coursePage-inp {
        float: left;
        font-style: normal;
        color: #333;
    }

    .coursePage-inp input {
        width: 1.25rem;
        height: 0.75rem;
        border: solid 1px #eaeaea;
        margin: 0 0.4rem;
        text-align: center;
    }

    .coursePage-inp button {
        width: 1.25rem;
        height: 0.8rem;
        border: solid 1px #eaeaea;
        background: #eee;
        line-height: 0.8rem;
        margin: 0 0 0 0.4rem;
        cursor: pointer;
        float: right;
    }

    .list_container_r {
        width: 27.7%;
    }

    .htlxggh {
        width: 100%;
        height: 7.075rem;
        background: url(../images/htlxgzh_bg.png) no-repeat center center;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .htlxggh p {
        font-weight: bold;
        font-size: 0.6rem;
        color: #333333;
        text-align: center;
        line-height: 1;
    }

    .htlxggh p span {
        color: #BB2C1B;
    }

    .lxgzh_img {
        width: 4.25rem;
        height: 4.25rem;
        background: #FFFFFF;
        margin-top: 0.55rem;
        border: 1px dashed #BB2C1B;
    }

    .lxgzh_img img {
        width: 100%;
        height: 100%;
    }

    .ggz_gzw {
        width: 100%;
        height: 2.85rem;
        background: url(../images/htlxgzh.png) no-repeat center center;
        background-size: 100% 100%;
        color: #FFFFFF;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ggz_gzw p {
        font-size: 0.5rem;
    }

    .ggz_gzw h3 {
        font-size: 0.75rem;
    }

    .htlxzxkf {
        height: 7.55rem;
        background: url(../images/zxkf_title.png) no-repeat center center;
        background-size: 100% 100%;
        padding-top: 0.75rem;
        text-align: center;
        margin: 1rem 0;
    }

    .ht_avtor {
        width: 2.5rem;
        height: 2.5rem;
        background: #BB2C1B;
        border: 3px solid #FFFFFF;
        box-shadow: 0rem 0rem 0.375rem 0rem rgba(51, 0, 0, 0.2);
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
    }

    .ht_avtor img {
        width: 100%;
        height: 100%;
    }

    .htlxzxkf h3 {
        line-height: 1;
        margin: 0.375rem 0;
        color: #333333;
        font-size: 0.7rem;
    }

    .htlxzxkf p {
        font-size: 0.45rem;
        color: #333333;
        line-height: 1;
    }

    .htlxzxkf a {
        display: block;
        width: 2rem;
        height: 1.2rem;
        line-height: 1.2rem;
        background: #BB2C1B;
        border-radius: 0.6rem;
        color: #fff;
        margin: 0.45rem auto 0;
    }

    .sidebar_common {
        padding: 0.75rem;
        background: #FFFFFF;
    }

    .sidebar_common h3 {
        color: #333333;
        line-height: 1;
        margin-bottom: 0.75rem;
        font-size: 0.65rem;
    }

    .week_rmzx ul li {
        display: flex;
        align-items: center;
        padding: 0.375rem 0;
        border-bottom: 0.025rem dashed #ECEEF1;
    }

    .week_rmzx ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .week_rmzx ul li span {
        display: block;
        width: 0.55rem;
        height: 0.55rem;
        background: #D9DADD;
        border-radius: 0.075rem;
        margin-right: 0.25rem;
        color: #FFFFFF;
        font-size: 0.45rem;
        text-align: center;
        line-height: 0.55rem;
    }

    .week_rmzx ul li:nth-child(1) {
        padding-top: 0;
    }

    .week_rmzx ul li:nth-child(1) span {
        background: #BB2C1B;
    }

    .week_rmzx ul li:nth-child(2) span {
        background: #9C6E2A;
    }

    .week_rmzx ul li:nth-child(3) span {
        background: #F3C14B;
    }

    .week_rmzx ul li a {
        flex: 1;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333333;
        font-size: 0.45rem;
    }

    .lnst_container {
        margin: 1rem 0;
    }

    .lnst_container select {
        width: 100% !important;
        margin-bottom: 0.5rem;
        height: 1.4rem;
    }

    .lnst_container .submit {
        width: 100% !important;
        border-radius: 0.7rem;
        height: 1.4rem;
    }

    .tools {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .tools a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30%;
        height: 2.3rem;
        background: #FCF1F1;
        border-radius: 0.125rem;
        font-size: 0.5rem;
        margin-bottom: 0.375rem;
    }

    .tools a:nth-child(1) {
        color: #E7664A;
    }

    .tools a:nth-child(2) {
        color: #61B8F6;
        background: #DEF2FE;
    }

    .tools a:nth-child(3) {
        background: #F2F4FE;
        color: #7D7CEA;
    }

    .tools a:nth-child(4) {
        background: #FCF0E1;
        color: #E88346;
        margin-bottom: 0;
    }

    .tools a:nth-child(5) {
        background: #F2F4FE;
        color: #7D7CEA;
        margin-bottom: 0;
    }

    .tools a:nth-child(6) {
        background: #DEF2FE;
        color: #61B8F6;
        margin-bottom: 0;
    }

    /* 地方遴选频道首页 */
    .dflx_index_tl2 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background: #fff;
        padding: 1rem;
        margin: 1rem auto;
    }

    .dflx_index_tl2 .common_title {
        margin-bottom: 0.75rem;
    }

    .dflx_tl2_l {
        width: 31.3%;
    }

    .dflx_tl2_l li {
        display: flex;
        align-items: center;
        margin-bottom: 0.375rem;
    }

    .dflx_tl2_l li span {
        display: block;
        width: 0.925rem;
        height: 0.875rem;
        background: url(../images/province_yellow_bg.png) no-repeat center right;
        background-size: auto 100%;
        margin-right: 0.25rem;
        color: #FFFFFF;
        font-size: 0.5rem;
        text-align: center;
        line-height: 0.9rem;
    }

    .dflx_tl2_l li a {
        flex: 1;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333333;
        font-size: 0.45rem;
    }

    .dflx_tl2_l_nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 0.75rem 0;
    }

    .tl1_ksrc .dflx_tl2_l_nav {
        margin: 0;
    }

    .dflx_tl2_l_nav a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 22.27%;
        height: 2.3rem;
        background: #FCF1F1;
        border-radius: 0.125rem;
        font-size: 0.7rem;
        margin-bottom: 0.375rem;
    }

    .dflx_tl2_l_nav a:nth-child(1),
    .dflx_tl2_l_nav a:nth-child(8),
    .dflx_tl2_l_nav a:nth-child(9) {
        color: #E7664A;
    }

    .dflx_tl2_l_nav a:nth-child(2),
    .dflx_tl2_l_nav a:nth-child(7),
    .dflx_tl2_l_nav a:nth-child(10) {
        color: #61B8F6;
        background: #DEF2FE;
    }

    .dflx_tl2_l_nav a:nth-child(3),
    .dflx_tl2_l_nav a:nth-child(6),
    .dflx_tl2_l_nav a:nth-child(11) {
        background: #F2F4FE;
        color: #7D7CEA;
    }

    .dflx_tl2_l_nav a:nth-child(4),
    .dflx_tl2_l_nav a:nth-child(5),
    .dflx_tl2_l_nav a:nth-child(12) {
        background: #FCF0E1;
        color: #E88346;
    }

    .dflx_tl2_l_nav a:nth-child(5) {
        margin-bottom: 0;
    }

    .dflx_tl2_l_nav a:nth-child(6) {
        margin-bottom: 0;
    }

    .dflx_tl2_l_nav a:nth-child(7) {
        margin-bottom: 0;
    }

    .dflx_tl2_l_nav a:nth-child(8) {
        margin-bottom: 0;
    }

    .dflx_tl2_l_nav a:nth-child(9) {
        margin-top: 0.375rem;
    }

    .dflx_tl2_l_nav a:nth-child(10) {
        margin-top: 0.375rem;
    }

    .dflx_tl2_l_nav a:nth-child(11) {
        margin-top: 0.375rem;
    }

    .dflx_tl2_l_nav a:nth-child(12) {
        margin-top: 0.375rem;
    }

    .dflx_tl2_l_video {
        width: 100%;
        height: 8.175rem;
        background: #666666;
    }

    .dflx_tl2_l_video video {
        width: 100%;
        height: 100%;
    }

    .dflx_tl2_l_dy {
        width: 100%;
        height: 3.75rem;
        display: flex;
        align-items: center;
        padding: 0 0.5rem;
        background: linear-gradient(90deg, #D64A42, #E9602F);
    }

    .dy_code {
        width: 2.75rem;
        height: 2.75rem;
        background: #FFFFFF;
        border-radius: 50%;
        margin-right: 0.25rem;
        overflow: hidden;
    }

    .dy_code img {
        width: 100%;
        height: 100%;
    }

    .dy_r {
        flex: 1;
        color: #fff;
    }

    .dy_r p {
        font-size: 0.4rem;
    }

    .dy_r h3 {
        font-size: 0.5rem;
    }

    .dy_r h3 span {
        font-weight: normal;
        font-size: 0.45rem;
    }

    .dflx_tl2_c {
        width: 31.3%;
    }

    .gdgg_group_out {
        width: 100%;
        height: 7rem;
        position: relative;
        margin-top: 1rem;
    }

    .gdgg_group {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        padding: 0.5rem;
        overflow: hidden;
        border: 1px solid #ECEEF1;
        border-top: 0.05rem solid #D64A42 !important;
    }

    .gdgg_group:hover {
        z-index: 999;
        height: auto;
        border: 1px solid #D64A42;
    }

    .gdgg_group_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .gdgg_group_title h3 {
        color: #BB2C1B;
        font-size: 0.55rem;
    }

    .gdgg_group_title_r a {
        color: #333333;
        font-size: 0.4rem;
    }

    .gdgg_group li {
        display: flex;
        align-items: center;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.4rem;
        line-height: 1rem;
    }

    .gdgg_group li span {
        width: 0.25rem;
        margin: 0 0.15rem;
    }

    .gdgg_group li:hover {
        color: #BB2C1B;
    }

    .gdgg_group li:hover a {
        color: #BB2C1B;
    }

    .gdgg_group li a {
        display: block;
        color: #666666;
        font-size: 0.4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 1;
    }

    .gdgg_group li a:first-child {
        width: 1.1rem;
        flex: inherit;
    }

    .dflx_tl2_r {
        width: 31.3%;
    }

    .dflx_tl2_r form,
    .dflx_index_tl3_title form {
        width: 75%;
        height: 1.1rem;
        background: #FFFFFF;
        border: 1px solid #D9DADD;
        border-radius: 0.55rem;
        overflow: hidden;
        position: relative;
        float: right;
    }

    .dflx_index_tl3_title form {
        width: 60%;
    }

    .dflx_tl2_r input.content,
    .dflx_index_tl3_title input.content {
        padding-left: 0.5rem;
        color: #999;
        font-size: 0.4rem;
        width: 90%;
        height: 100%;
        background-color: #fff;
        display: block;
    }

    .dflx_tl2_r input.content::placeholder,
    .dflx_index_tl3_title input.content::placeholder {
        color: #999;
    }

    .dflx_tl2_r input.submit,
    .dflx_index_tl3_title input.submit {
        width: 0.55rem;
        height: 0.55rem;
        position: absolute;
        top: 50%;
        margin-top: -0.275rem;
        right: 0.3rem;
        cursor: pointer;
        background: url(../images/search_icon.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .dflx_index_tl3 {
        margin: 1rem auto;
        background: #fff;
        padding: 0.8rem 1rem 1rem;
    }

    .dflx_index_tl3_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .dflx_index_tl3_content {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .dflx_index_tl3_l {
        width: 100%;
        border-top: 0.025rem solid #ECEEF1;
        padding-top: 0.625rem;
    }

    .dflx_index_tl3_l .lxbk_item_item {
        width: 100%;
    }

    .zkxx_tab_container {
        display: flex;
        align-items: flex-start;
        height: auto !important;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .zhankai {
        display: none !important;
        cursor: pointer;
        width: 0.55rem;
        height: 0.55rem;
        background: linear-gradient(90deg, #D64A42, #E9602F);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.225rem;
    }

    .dflx_index_tl3_r {
        width: 100%;
        margin: .8rem 0;
        flex: 1;
        height: auto;
        background: #F6F7FA;
        text-align: center;
        padding: 1rem 0;
    }

    .dflx_index_tl3_r p {
        color: #666666;
        font-size: 0.6rem;
    }

    .dflx_index_tl3_r h3 {
        margin: 0.25rem 0 0.5rem;
        color: #333333;
        font-size: 0.75rem;
    }

    .dflx_index_tl3_r h3 span {
        color: #BB2C1B;
    }

    .ajax_form {
        padding: 0 0.75rem;
    }

    .ajax_form p {
        margin-bottom: .5rem;
        height: 1.8rem;
    }

    .ajax_form input,
    .ajax_form select {
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .25rem;
        padding-left: .4rem;
        font-size: .8rem;
    }

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

    .ajax_form input#fs {
        font-size: .6rem;
    }

    .ajax_form input.button {
        height: 1.8rem;
        line-height: 1.8rem;
        font-size: .8rem;
    }

    .yuyue-border {
        height: 1.8rem;
    }

    .yuyue-border ._nc .stage1 {
        padding: 0;
    }

    .yuyue-border ._nc .stage1 .slider {
        left: 0;
        right: 0;
        height: 1.8rem;
    }

    .yuyue-border ._nc .stage1 .track div,
    .yuyue-border ._nc .stage1 .label {
        height: 1.8rem;
        line-height: 1.8rem;
    }

    .yuyue-border ._nc .stage1 .button {
        width: 1.8rem;
        height: 1.8rem;
    }

    .yuyue-border ._nc .icon-slide-arrow,
    .yuyue-border ._nc .icon-ok {
        font-size: 1rem;
    }

    .yuyue-border ._nc .icon {
        width: 1rem;
        height: 1rem;
    }

    .ajax_form input.button {
        width: 100%;
        height: 1.8rem;
        border-radius: 1rem;
        margin: .8rem auto 0;
        font-size: .8rem;
        display: block;
    }

    /* 笔试备考 */
    .bsbk_container {
        padding: 1rem;
        background: #fff;
        margin: 1rem auto;
    }

    .bsbk_content {
        margin-top: 0.75rem;
    }

    .bsbk_item_item {
        width: 100%;
    }

    .msfd_container .lxbk_l {
        width: 100%;
        flex: 1;
    }

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

    .bsbk_article_title span {
        display: block;
        width: 0.15rem;
        height: 0.15rem;
        background: #BB2C1B;
        border-radius: 50%;
        margin: 0 0.175rem;
    }

    .bsbk_article_title p {
        display: block;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.7rem;
        line-height: 1.6rem;
        color: #666666;
    }

    .bsbk_text {
        display: none;
        font-size: 0.7rem;
        color: #999999;
        line-height: 0.825rem;
    }

    .bsbk_item_item a.active .bsbk_text {
        display: block;
    }

    .bsbk_item_item a.active .bsbk_article_title p {
        font-size: 0.75rem;
        color: #333333;
        font-weight: bold;
    }

    .msfd_content {
        padding-right: 10%;
    }

    .msfd_container .lxbk_r {
        margin-top: 1.425rem;
    }

    /* 考试日历 */
    .gdlxpd_ksrl {
        display: none;
        margin-top: 0.65rem;
    }

    .ksrl_table {}

    .ksrl_table table {
        width: 100%;
        border-spacing: 0;
        border: 1px solid #ECEEF1;
        text-align: center;
        border-top: 0;
        border-right: 0;
    }

    .ksrl_table table th {
        height: 1.425rem;
        background: #BB2C1B;
        color: #F2F3F7;
        font-size: 0.4rem;
    }

    .ksrl_table table td {
        color: #666666;
        font-size: 0.4rem;
        height: 1.375rem;
        border-bottom: 0.025rem solid #ECEEF1;
        border-right: 0.025rem solid #ECEEF1;
    }

    .ksrl_table table td .bkq_code_container {
        position: relative;
    }

    .bkq_code_container:hover .bkq_code {
        display: block;
    }

    .ksrl_table table td a {
        color: #BB2C1B;
        font-weight: bold;
        cursor: pointer;
    }

    .bkq_code {
        position: absolute;
        display: none;
        z-index: 1001;
        width: 3.5rem;
        top: 0.625rem;
        left: -0.75rem;
        box-shadow: 0rem 0.125rem 0.375rem 0rem rgba(0, 0, 0, 0.1);
    }

    .bkq_jt {
        width: 100%;
        height: auto;
    }

    .bkq_code_img {
        width: 100%;
        height: 3.5rem;
        padding: 0.375rem;
        background-color: #fff;
    }

    .bkq_code_img img {
        width: 100%;
        height: 100%;
    }

    .bkq_code p {
        width: 100%;
        height: 1.9rem;
        background: #F2F3F7;
        text-align: center;
        line-height: 0.7rem;
        font-size: 0.45rem;
        color: #333333;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* swiper左右箭头 */
    .swiper-button-next {
        background: url(../images/swiper_r.png) no-repeat center center;
        background-size: 100% 100%;
        right: -0.325rem;
    }

    .swiper-button-prev {
        background: url(../images/swiper_l.png) no-repeat center center;
        background-size: 100% 100%;
        left: -0.325rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 1.5rem;
        height: 1.5rem;
        top: 35%;
    }

    /* 文章页 */
    .article_container_l_title {
        padding-bottom: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 0.025rem solid #ECEEF1;
    }

    .article_container_l_title h3 {
        line-height: 1.6;
        color: #333333;
        font-size: 0.8rem;
        flex: 1;
       /* 标题省略样式隐藏
	    overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
		*/
    }

    .zh_btn {
        width: 2.875rem;
        display: flex;
        align-items: center;
        font-size: 0.4rem;
        color: #666666;
    }

    .zh_btn img {
        margin-right: 0.075rem;
    }

    .article_text {
        display: flex;
        align-items: flex-start;
        margin-top: 0.75rem;
    }

    .article_text_l {
        width: 1.25rem;
        margin-right: 0.03%;
    }

    /* 分享 */
    .social-share .social-share-icon {
        width: 1.25rem !important;
        height: 1.25rem !important;
        line-height: 1.25rem !important;
        border: none !important;
        background: #FFFFFF !important;
        box-shadow: 0rem 0.05rem 0.25rem 0rem rgba(9, 21, 76, 0.15);
        margin: 0 !important;
        margin-bottom: 0.25rem !important;
        font-family: "iconfont" !important;
        font-size: 0.575rem !important;
        font-style: normal;
        color: #595656 !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .social-share .icon-wechat {
        font-size: 0.8rem !important;
    }

    .social-share .icon-wechat:hover {
        color: #fff !important;
        background: linear-gradient(135deg, #9BD75D, #6FB37A) !important;
    }

    .social-share .icon-weibo:hover {
        color: #fff !important;
        background: linear-gradient(135deg, #DD615C, #EE6F69) !important;
    }

    .social-share .icon-qq:hover {
        color: #fff !important;
        background: linear-gradient(135deg, #5B89EC, #3C78D0) !important;
    }

    .share_title {
        color: #c01414;
        text-align: center;
        font-size: 0.38rem;
        line-height: 1rem;
    }

    .article_cont img {
        display: inline;
    }

    .article_cont_ggxq,
    .article_cont_ggxq p {
        line-height: 0.95rem;
        text-align: justify;
        color: #060606;
        font-size: 0.45rem;
    }

    .article_cont_ggxq a {
        color: #007aff;
    }

    /* 表格 */
    .article_cont_ggxq table {
        width: 100%;
        border-top: solid 0.05rem #AF2C23;
        border-left: solid 0.025rem #dedede;
        margin: 0 auto 0.8rem;
    }

    .article_cont_ggxq table th {
        line-height: 1.15rem;
        font-size: 0.4rem;
        border-right: solid 0.025rem #dedede;
        border-bottom: solid 0.025rem #dedede;
        word-break: break-word;
    }

    .article_cont_ggxq table td {
        line-height: 1.05rem;
        font-size: 0.4rem;
        border-right: solid 0.025rem #dedede;
        border-bottom: solid 0.025rem #dedede;
        text-align: center;
        word-break: break-word;
    }

    .article_cont_ggxq table td p,
    .article_cont_ggxq table th p {
        text-align: center;
    }

    .page_next_prev {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0.7rem 0;
    }

    .page_item {
        width: 48%;
        font-size: 0.45rem;
        color: #666666;
    }

    .page_item p {
        font-size: 0.45rem;
        color: #AF2C23;
        margin-bottom: 0.5rem;
    }

    .page_item p::before {
        content: '';
        display: inline-block;
        width: 0.15rem;
        height: 0.15rem;
        background: #BB2C1B;
        border-radius: 50%;
        margin-right: 0.125rem;
    }

    .page_item a {
        display: block;
        font-size: 0.45rem;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .more_rj {}

    .more_rj h3 {
        display: flex;
        align-items: center;
        font-size: 0.65rem;
        color: #AF2C23;
        margin-top: 0.925rem;
        margin-bottom: 0.25rem;
    }

    .more_rj h3 img {
        margin-right: 0.25rem;
    }

    .more_rj li {
        display: flex;
        align-items: center;
        font-size: 0.45rem;
        color: #333333;
        margin-top: 0.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .more_rj li a {
        margin: 0 0.1rem;
        font-size: 0.45rem;
        color: #333333;
    }

    /* 备考资料 */
    .bkzl_nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        line-height: 1.8;
    }

    .bkzl_nav span {
        color: #CCCCCC;
        font-size: 0.45rem;
        margin: 0 .9%;
    }

    .bkzl_nav a {
        color: #666666;
        font-size: 0.7rem;
    }

    /* 搜索页面 */
    .search_header {
        display: none;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0rem 0.125rem 0.375rem 0rem rgba(0, 0, 0, 0.1);
    }

    .search_header .Width {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search_header .header_l {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        height: 100%;
    }

    .search_header .header_r {
        width: 0;
    }

    .search_header .nav_item {
        width: 24%;
        height: 100%;
        margin-right: 1%;
        background: transparent;
        position: relative;
        margin: .2rem 1% .2rem 0;
    }

    .search_header .nav_item .hot {
        display: none;
    }

    .search_header .nav_item:hover .nav_fixed.nav_zylx {
        display: flex;
    }

    .search_header .nav_item:hover .nav_fixed {
        display: block;
    }

    .search_header .nav_item_link {
        width: 100%;
        height: 100%;
        line-height: 2.2rem;
        text-align: center;
        background: transparent;
        border-radius: 0;
        border-bottom: 1px solid #BB2C1B;
    }

    .search_header .nav_fixed::before {
        left: 1.325rem;
    }

    .search_header .nav_item_link:hover {
        border-bottom: 0.05rem solid #BB2C1B;
        background: transparent;
        color: #BB2C1B;
        font-weight: bold;
    }

    .search_page {
        height: 100vh;
        background: url(../images/gdlx_bg.png) no-repeat top center;
        background-size: 100% 100%;
        padding-top: 2rem;
    }

    .search_page .lx_icon {
        width: 80%;
        margin: 0 auto 1.25rem;
    }

    .search_search_container {
        height: 2rem;
        overflow: hidden;
        position: relative;
        width: auto;
    }

    .search_search_container form {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search_search_container input.content {
        padding-left: 0.75rem;
        color: #999;
        font-size: 0.7rem;
        width: 90%;
        height: 2rem;
        background: transparent;
        border: 1px solid #BB2C1B;
        border-radius: 0.125rem 0 0 0.125rem;
        display: block;
    }

    .search_search_container input.content::placeholder {
        color: #999;
    }

    .search_search_container input.submit {
        display: block;
        width: 3.75rem;
        height: 2rem;
        background: #BB2C1B;
        border-radius: 0 0.125rem 0.125rem 0;
        font-size: 0.7rem;
        color: #FFFFFF;
        cursor: pointer;
    }

    .search_lxwm {
        width: 4.5rem;
        margin: 2.125rem auto 2.5rem;
    }

    .lxwm_img {
        width: 4.5rem;
        height: 4.5rem;
        background: #FFFFFF;
        box-shadow: 0rem 0.125rem 0.375rem 0rem rgba(0, 0, 0, 0.1);
        padding: 0.125rem;
    }

    .lxwm_img img {
        width: 100%;
        height: 100%;
    }

    .search_lxwm p {
        text-align: center;
        margin-top: 0.5rem;
        font-size: 0.7rem;
        color: #333333;
    }

    .search_page .copyright p:first-child a,
    .search_page .copyright p:first-child {
        color: #666666;
    }

    .copyright p {
        font-size: .7rem;
    }

    /* 搜索结果页 */
    .search_result_header {
        position: relative;
        box-shadow: 0rem 0.125rem 0.375rem 0rem rgba(0, 0, 0, 0.1);
    }

    .search_result_line1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        flex-direction: column;
        margin-bottom: 1.25rem;
    }

    .search_result_line1 .content {
        width: 100% !important;
        background: #fff !important;
    }

    .search_result_line1 .submit {
        width: 19% !important;
    }

    .search_result_line1 .search_search_container {
        width: 100%;
        margin-bottom: .4rem;
    }

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

    .select_container select {
        width: 49%;
        margin-left: 0%;
        display: block;
        height: 2rem;
        background: url(../images/select_bg.png) no-repeat 95% center;
        background-color: #fff;
        border: 1px solid #D9DADD;
        border-radius: 0.125rem;
        padding: 0 0.4rem;
        appearance: none;
        color: #666666;
        font-size: 0.7rem;
    }

    .result_list {}

    .result_list_item {
        padding: 0.8rem 0;
        position: relative;
        border-bottom: 0.025rem solid #ECEEF1;
    }

    .result_list_item:hover {
        padding-left: 0.375rem;
    }

    .result_list_item:hover::before {
        content: '';
        display: block;
        width: 0.075rem;
        height: 4.575rem;
        background: linear-gradient(0deg, #D64A42, #E9602F);
        border-radius: 0.05rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .result_list li:first-child .result_list_item {
        padding-top: 0;
    }

    .result_list_item h3 {
        font-size: 0.8rem;
        color: #BB2C1B;
    }

    .result_list_item p {
        margin: 0.325rem 0;
        font-size: 0.7rem;
        color: #333333;
        line-height: 0.95rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .result_list_item .link_time {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .result_list_item .link_time span {
        margin-right: 0.25rem;
        font-size: 0.6rem;
        color: #999999;
        margin: .2rem 0;
    }

    .about_search_container h3 {
        margin-bottom: 0.5rem;
        font-size: 0.8rem;
        color: #333333;
    }

    .about_search_list {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .about_search_list a {
        text-decoration: underline;
        line-height: 1.075rem;
        font-size: 0.7rem;
        display: inline-block;
        color: #0915F5;
        margin-right: 1rem;
    }

    .lxxkt_container {
        padding: 1rem;
        background: #fff;
        margin-top: 1rem;
    }

    .lxxkt_swiper {
        position: relative;
    }

    .lxxkt_swiper .swiper-button-next,
    .lxxkt_swiper .swiper-button-prev {
        top: 50%;
    }

    .lxxkt_video {
        width: 100%;
        height: 13.675rem;
        background: #ECEEF1;
        position: relative;
        transform: scale(.9);
        cursor: pointer;
    }

    .lxxkt_video img {
        width: 100%;
        height: 100%;
    }

    .video_container {
        display: none;
        width: 100%;
        height: 100%;
        background: #666666;
        box-shadow: 0rem 0rem 0.375rem 0rem rgba(0, 0, 0, 0.3);
    }

    .video_container video {
        display: none;
        width: 100%;
        height: 100%;
    }

    .lxxkt_swiper .swiper-slide.active .lxxkt_video {
        transform: scale(1);
    }

    .lxxkt_swiper .swiper-slide.active img {
        display: none;
    }

    .lxxkt_swiper .swiper-slide.active .video_container,
    .lxxkt_swiper .swiper-slide.active .video_container video {
        display: block;
    }

    /* 聊天框 */
    .chat_container {
        width: 10rem;
        height: 11.25rem;
        background: #FFFFFF;
        box-shadow: 0rem 0.125rem 0.375rem 0rem rgba(0, 0, 0, 0.1);
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 1000;
        display: none;
    }

    .chat_header {
        height: 1.25rem;
        background: #BB2C1B;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.475rem;
    }

    .chat_close {
        cursor: pointer;
    }

    .chat_header p {
        font-size: 0.45rem;
        color: #FFFFFF;
    }

    .chat_header img {
        cursor: pointer;
    }

    .chat_content {
        height: 6.975rem;
        padding: 0.5rem;
        overflow-y: auto;
        border-bottom: 0.025rem solid #ECEEF1;
    }

    .user_content {
        padding: 0.5rem;
        height: 3rem;
    }

    .user_content textarea {
        width: 100%;
        height: 1.1rem;
        font-size: 0.4rem;
        color: #666666;
        resize: none;
    }

    .fs_content {
        display: flex;
        justify-content: flex-end;
    }

    .fs_btn {
        width: 1.5rem;
        height: 0.75rem;
        background: #F2F3F7;
        border-radius: 0.125rem;
        cursor: pointer;
        font-size: 0.4rem;
        text-align: center;
        line-height: 0.75rem;
        color: #666666;
    }

    .fs_btn:hover {
        background: #BB2C1B;
        color: #FFFFFF;
    }

    .send:after,
    .show:after,
    .msg:after {
        content: "";
        clear: both;
        display: table;
    }

    .msg>img {
        width: 1.25rem;
        float: left;
    }

    .msg>p {
        float: left;
        margin: 0 0.375rem;
        padding: 0.375rem;
        background: #F2F3F7;
        line-height: 0.65rem;
        color: #333333;
        font-size: 0.4rem;
        position: relative;
        border-radius: 0.125rem;
        max-width: 6.625rem;
        box-sizing: border-box;
    }

    .show .msg img,
    .show .msg p,
    .show .msg {
        float: right;
    }

    .msg_input {
        position: absolute;
        left: -0.35rem;
        top: 0.5rem;
        width: 0;
        height: 0;
        border-width: 0.175rem;
        border-style: solid;
        border-color: transparent #F2F3F7 transparent transparent;
    }

    .show .msg_input {
        left: auto;
        right: -0.35rem;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -moz-transform: rotate(180deg);
        /* Firefox */
        -webkit-transform: rotate(180deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(180deg);
        /* Opera */
    }

    .send,
    .show {
        padding-bottom: 0.5rem;
    }
}