﻿@charset "utf-8";

/*面包屑*/
.head_linktab {
    padding: 20px 0;
    font-size: 0;
}

.head_tab_guide>.main_box1200>a {
    padding: 0 22px;
}

.head_linktab a,
.head_linktab span {
    font-size: 12px;
    color: #333;
}

.head_linktab a:last-child {
    color: #999999;
    cursor: default;
}

.head_linktab i {
    font-size: 12px;
    color: #999;
    margin: 0 10px;
}
/*正文*/
.information_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/*问答*/
.ques_tit {
    font-size: 28px;
    line-height: 40px;
    color: #333;
    margin-bottom: 16px;
    font-weight: 600;
}
.ques_askcontent{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 22px;
    font-weight: 400;
}
.ques_tit_info_l{
        display: flex;
    align-items: center;
    color: #cccccc;
}
.ques_tit_info {
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
        margin-bottom: 15px;
}

.ques_tit_info_l>.ques_head {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    margin-right: 10px;
}

.ques_tit_info_l>span {
    margin-right: 32px;
}
.ques_tit_info_r{
        position: relative;
        width: 100%;
        color: #cccccc;
}
.ques_tit_info_r span{
        position: absolute;
}   
.ques_tit_info_r span:first-child{
     top: -20px;
      color: black;
}
.ques_tit_info_r i {
    margin: 0 8px;
    font-size: 18px;
}

.ques_content {
    font-size: 16px;
    color: #333;
    line-height: 30px;
     overflow: hidden;
}

.ques_imglist {
    font-size: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 40px;
}

.ques_imglist img {
    max-width: 260px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 11px;
}


.ans_tit {
    height: 44px;
    background: #F4F4F4;
    border: 1px solid #ECECEC;
    line-height: 44px;
}

.ans_tit a {
    color: #999999;
    margin-left: 33px;
}

.ans_tit a:hover {
    color: #d7321c;
}

.ans_tit a i {
    font-size: 19px;
}

.ans_textarea {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #dedede;
    border-top: none;
    font-size: 18px;
    color: #333;
    height: 215px;
    width: 100%;
    margin-bottom: 15px;
}

.submit_ans {
    text-align: right;
}
.submit_ans button:first-child{
    border: 1px solid #cccccc;
    color:#cccccc;
}
.sub_btn{
    float: unset !important;    
        margin-top: 16px;
        margin-bottom: 16px;
            margin-left: 15px;
}
.ans_btn {
    display: inline-block;
    width: 97px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    background: white;
    border: 1px solid #d7321c;
    color: #d7321c;
    float: right;
    border-radius: 4px;
    margin-bottom:14px;
}

.ans_btn:hover {
    background: #d7321c !important;
     color: white !important;
     border:1px solid white !important;
}
.huida_btn{
    float: right;
        display: flex;
            cursor: pointer;
}
.huida_btn button{
 display: inline-block;
    line-height: 14px;
    text-align: center;
    font-size:14px;
    background: white;
    border: none;
    color: #d7321c;
    border-radius: 4px;
    font-weight:400;
        margin-left: 4px;
            cursor: pointer;
}
.aues_share {
    margin-bottom: 80px;
}

.bestans_icon {
display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 30px;
    background: url(../images/best.png) no-repeat;
    background-size: 25px 30px;
    margin-right: 10px;
}
.best-answer .bestans_tit span{
    color:#d7321c;
    
}
.bestans_tit {
    font-size: 24px;
    line-height: 40px;
    color: #222222;
    padding-bottom: 20px;
    color: black;
        display: flex;
    align-items: center;
}

.ans_list {
    font-size: 0;
    margin-bottom: 20px;
}

.ans_list .ans_list_content {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    margin: 20px 0;
}

.ans_list img {
    max-width: 100%;
/*  max-height:150px;*/
    display: inline-block;
    vertical-align: middle;
    margin:0 11px 10px 0;
}

.othertitline {
    width: 4px;
    height: 22px;
    border-radius: 2px;
    background: #d52a13;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 10px;
}

.other_anslist .ans_list {
    border-bottom: 1px solid #ECECEC;
}

.nomore_listtit {
    padding-bottom: 12px;
}

.line_adindex {
    height: 1px;
    background: #ECECEC;
    margin: 40px auto;
}

.adlisttit {
    border: none;
    padding-bottom: 8px;
}

.ques_rtit {
    height: 200px;
    box-sizing: border-box;
    padding: 12px;
    background: linear-gradient(0deg, rgba(255, 103, 92, 1), rgba(255, 70, 79, 1));
    box-shadow: 0px 1px 0px 0px rgba(236, 236, 236, 1);
    margin-bottom: 22px;
}

.ques_rtit_top {
    font-size: 20px;
    color: #fff;
    margin-bottom: 36px;
}

.ques_rtit_top>i {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background: url(../images/icon.png) no-repeat 0 -645px;
}

.ques_rtit>p {
    color: #fff;
    text-align: center;
}

.big_span_ques_rtit {
    font-size: 18px;
    margin-bottom: 14px;
}

.small_span_ques_rtit {
    font-size: 16px;
}

.ans_listr {
    color: #999999;
    font-size: 14px;
    white-space: nowrap;
}

.ans_listr_line {
    height: 13px;
    width: 1px;
    display: inline-block;
    vertical-align: top;
    background: #999;
    margin: 0 5px;
    margin-top: 4px;
}


/*用户中心*/


/*用户中心*/

.uc_content {
    background: #f8f8f8;
    padding-top: 20px;
}

.uc_content_l {
    width: 325px;
    margin-bottom: 100px;
}

.uc_content_r {
    width: 845px;
}

.uc_head {
    height: 280px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
    margin-bottom: 28px;
}

.uc_head img {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    margin-bottom: 34px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);
}

.uc_head p {
    font-size: 24px;
    color: #222222;
}

.uc_list {
    background: #fff;
    padding: 35px 0 35px 0;
}

.uc_list li a {
    display: block;
    height: 74px;
    font-size: 24px;
    color: #222222;
    text-align: center;
    line-height: 74px;
    border-left: 4px solid transparent;
}

.uc_list li a:hover {
    background: #FFEEEC;
    border-left: 4px solid #D52A13;
}

.uc_list li .uc_list_action {
    background: #FFEEEC;
    border-left: 4px solid #D52A13;
}

.uc_collection_tit {
    height: 54px;
    background: #Fff;
    line-height: 54px;
    margin-bottom: 12px;
}

.uc_collection_tit>span {
    font-size: 24px;
    color: #222;
}

.uc_collection_tit .uc_collection_tit_line {
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background: #d52a13;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -11px;
}

.uc_collection_list {
    margin-bottom: 30px;
}

.uc_collection_list>li {
    background: #fff;
    padding:25px 30px 30px 22px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 12px;
}

.uc_collection_list>li>a {
    color: #222222;
    font-size: 18px;
    line-height: 32px;
    display: block;
    margin-bottom: 10px;
}

.uc_collection_list>li>a:hover {
    color: #D52A13;
}

.uc_collection_list_info>span {
    font-size: 14px;
    color: #999999;
}

.uc_collection_list_info_r>span {
    font-size: 14px;
    color: #999999;
}

.uc_collection_list_info_r>a {
    margin-left: 30px;
    width: 75px;
    height: 24px;
    border: 1px solid #D52A13;
    border-radius: 12px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #D52A13;
    display: inline-block;
}

.uc_collection_list_info_r>a:hover {
    background: #D52A13;
    color: #fff;
}

.my_wenda_tit {
    height: 54px;
    background: #fff;
    line-height: 54px;
    margin-bottom: 12px;
}

.my_wenda_tit a {
    font-size: 20px;
    border-bottom: 2px solid transparent;
    color: #222222;
}

.my_wenda_tit a:hover {
    color: #D52A13;
}

.my_wenda_tit .my_wenda_action {
    color: #D52A13;
    border-color: #D52A13;
}

.no_content {
    text-align: center;
    margin: 150px auto;
    position: relative;
}

.no_content>img {
    margin-bottom: 20px;
}

.no_content_tip {
    font-size: 20px;
    color: #999999;
}

.no_content_tip span {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    background: #f8f8f8;
    margin-left: 26px;
}
.no_content:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    width: 240px;
    left: 50%;
    margin-left: 13px;
    transform: translateX(-50%);
    height: 1px;
    background: #999999;
}
.my_wenda_type{
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
.my_wenda_type>span{
    margin-right: 18px;
}
.shoucang_l a{
    margin: 0 5px;
}
.shoucang_l span{
    color: #999999;
}
.swiper-wrapper img{
    width:100%;
    height:100%
}
.app_down:hover .app_box {
    display: block;
}
.app_down{
    height:50px;
    display:inline-block;
}
.app_box {
    display:none;
    position: absolute;
    top: 80px;
    right: -15px;
    z-index: 5;
    padding-top: 15px;
    width: 120px;
    height: 130px;
    text-align: center; 
    background-color:white; 
    box-shadow: -2px 2px 3px 2px rgba(0, 0, 0, 0.2);
}
.app_box img{
    width:80%;
   display: inline-block;
   vertical-align: middle;
}
.app_box span{
    display:block;
    color:black;
    margin-top: 5px;
}
.app_box:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    right: 52px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #fff #fff;
    transform: rotate(135deg);
    box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.newQuestions{
        margin-bottom: 40px;
}
.answerList img,.questionList img{
    max-width: 260px;
    max-height: 150px;
    display: inline-block;
    vertical-align: top;    
    margin: 0 5px 5px 5px;
}
.answerList .answerContent{
    margin:5px 0 5px 0;
}

/* 红色导航 */
.infor_go{
    background: #d7321c;
    min-width: 1200px;
}
.main_box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
 .infor_go_list{
    font-size: 0;
    padding: 15px 0;
}
.infor_go_list li{
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    background: url(../images/red_line_go.png) no-repeat right center;
    padding-top: 12px;
}
.infor_go_list li:last-child{
    margin-right: 0;
    background: none;
}
.infor_go_list li:nth-child(1){
    max-width: 412px;
}
.infor_go_list li:nth-child(2){
    max-width: 320px;
}
.infor_go_list li:nth-child(3){
    max-width: 240px;
}
.infor_go_list li:nth-child(4){
    max-width: 150px;
}
.infor_go_list li .infor_go_name{
    float:left;
    font-size: 24px;
    color: #ffffff;
    width: 22px;
    margin-top: 11px;
}
.infor_go_list li .infor_go_list_r{
    margin-left: 48px;
}
.infor_go_list li .infor_go_list_r a{
    font-size: 16px;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 12px;
    text-align: left;
    max-width:112px;
    overflow: hidden;
    white-space: nowrap;
}
.infor_go_list li .infor_go_list_r a:hover{
    text-decoration: underline;
}
.infor_go_list li:nth-child(2) .infor_go_list_r {
    max-height:320px;
    max-width: 320px;
}
/* 动态下拉表 */
/* .more{
    font-size: 16px;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 12px;
    text-align: left;
    max-width: 112px;
    white-space: nowrap;
   position: relative;
}
#moreList{
   display: none;
    position: absolute;
    background: #d7321c;
    z-index: 999;
    padding-bottom: 20px;
   left: -24px;
}
#moreList li{
    display: inherit;
    background: none;
    margin-right: 0;
    margin-left: 25px;
}
#moreList li a{
margin-bottom:0;}
.more:hover>#moreList{
display:block;
} */
.more{
    font-size: 16px;
    color: #fff;
    display: inline-block;
   height: 22px;
    line-height: 22px;
   position: relative;
    left: 10px;
    top: 2px;
}
#moreList{
   display: none;
    position: absolute;
    background:#d83532;
    z-index: 999;
    padding-bottom: 10px;
    left: -22px;
    right: 10px;
    width: 110px;
   padding-top: 6px;
}

#moreList li{
    width: 100%;
}
#moreList li a{
    width: 100%;
    text-align: center;
    padding: 0;
    margin-left: 12px;
    max-width: 85px;
    }
.more:hover>#moreList{
display:block;
}

.zan{
    cursor: pointer;
    width: fit-content;
        display: flex;
    align-self: end;
}
.zan i{
    background: url(../images/zan.png) no-repeat 0 0;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
   vertical-align: middle;
}
.zan span{
    position: relative;
    left: 4px;
    top: 4px;
        color: #cccccc;
        font-size:12px;
}
.footer_link_list a:hover{color:#d83532;}
.channel_conditioninput::-webkit-input-placeholder {    /* WebKit browsers */
    color: #999999;
   font-size: 16px;
}

/* 教师考试公共红色入口 */
.teacher_tit {
    height: 50px;
    box-sizing: border-box;
    padding-top: 4px;
    background: #ef2d36;
    width:100%;
    min-width: 1250px;
}
.teacher_title_main {
    width: 12.5rem;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.teacher_tit>.teacher_title_main>a {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 46px;
    line-height: 47px;
    padding: 0 21px;
}

.teacher_tit>.teacher_title_main>a:first-child {
    margin-left: 5px;
}

.teacher_tit>.teacher_title_main .teacher_tit_action {
    background: #fff;
    font-weight: bold;
    color: #ef2d36;
}
.teacher_tit_action1{
    font-weight: bold;
    background: #D71019;
}
.address_map {
    width: 1250px;
    margin: 0 auto;
    height: 85px;
}

.address_mapbtn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #ef2d36;
    font-size: 14px;
    text-align: center;
    display: block;
    border: 1px solid #ef2d36;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 25px;
}

.address_mapbtn>i {
    font-size: 14px;
}

.address_map>ul {
    font-size: 0;
    flex: 1;
    padding-top: 10px;
}

.teacher_tit_content {
    border-bottom: 1px solid #e3e3e3;
}

.address_map>ul>li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
    margin-right: 16px;
}

.address_map>ul>li>a {
    color: #333;
    font-size: 13px;
}
.city{
    max-height: 200px;
    overflow-y: auto;
}
.details_content a{
  color:blue;
}
.details_content a:hover{
  color:blue;
}
.details_content a:visited{
    color:rgb(85, 26, 139);
}

.download{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.download img{
    height: 24px;
    margin-right: 5px;
}
.download a{
     font-size: 16px;
    color: rgb(216,30,6);
    font-weight: 545;
}
video{
        width: 100%;
        margin-bottom: 20px;
}
.fontColor{
    color: #333333 !important;
}
.youmeng a{
    display:none;
}
.topList{
    display: flex;
    font-size: 14px;
    height: 100%;    
    margin: 0 10px 0 10px;
    line-height: 64px;
}
.listAll{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 0.5;
}
.topList li{
  cursor: pointer;
    border-top: 2px solid white;
}
.topList li a{
    height: 100%;
    padding: 0 16px 0 16px;
    display: block;
     margin-top: -2px;
    }
    .topList li:hover{
            border-top: 2px solid #bc210c;
    }
     .topList li:hover a{
        color: #d52a13;
     }

     

.flex_cb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_cl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex_cc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex_tb {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_bl {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex_br {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.flex_bc {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
}

.flex_ca {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex_ce {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.hide {
    display: none;
}

.main_box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.font12_1 {
    font-size: 12px;
    color: #333;
}

.font12_2 {
    font-size: 12px;
    color: #666;
}

.font12_3 {
    font-size: 12px;
    color: #999;
}

.font14_1 {
    font-size: 14px;
    color: #333;
}

.font14_2 {
    font-size: 14px;
    color: #666;
}

.font14_3 {
    font-size: 14px;
    color: #999;
}

.font16_1 {
    font-size: 16px;
    color: #333;
}

.font16_2 {
    font-size: 16px;
    color: #666;
}

.font16_3 {
    font-size: 16px;
    color: #999;
}


/*单行超出省略*/

.oneoverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*2行超出省略*/

.twooverflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-wrap: break-word;
}

body {
    background: #f8f8f8;
}


/*频道页*/

.head_linktab {
    padding: 20px 0;
    font-size: 0;
}

.head_tab_guide>.main_box1200>a {
    padding: 0 22px;
}

.head_linktab a,
.head_linktab span {
    font-size: 12px;
    color: #333;
}

.head_linktab a:last-child {
    color: #999999;
    cursor: default;
}

.head_linktab i {
    font-size: 12px;
    color: #999;
    margin: 0 10px;
}

.infor_exam_in {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}

.nav_ex {
    float: left;
    z-index: 1;
    background: #fff;
}

.nav_ex>ul>li {
    box-sizing: border-box;
    width: 120px;
    border-left: 2px solid transparent;
}

.nav_ex>ul>li>a {
    font-size: 14px;
    color: #333;
    display: block;
    padding: 15px 0px;
    text-align: center;
    margin: 0 15px;
    border-bottom: 1px solid #f5f5f5;
}

.nav_ex>ul>li:hover {
    background: rgba(216, 53, 49, 0.06);
    border-color: #D83531;
}
.nav_ex>ul>li:hover a{
    color:#D83531;
}
.nav_ex>ul>.nav_action {
    background: rgba(216, 53, 49, 0.06);
    border-color: #D83531;
}
.nav_action a{
    color: #D83531 !important;
}
.infor_exam_m {
    box-sizing: border-box;
    width: 740px;
    margin-bottom: 30px;
}

.infor_exam_r {
    width: 300px;
}

.infor_exam_m_in {
    padding: 20px 30px;
    background: #fff;
}

.infor_m_intit {
    padding-bottom: 20px;
}

.infor_m_lname {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.banner_top {
    display: block;
    margin-top: 20px;
}

.banner_top img {
    display: block;
    width: 100%;
    max-height: 50px;
}

.city_menubtn {
    position: relative;
    cursor: pointer;
}

.city_menu_list {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 3;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #EEEEEE;
    padding: 14px 5px 0 14px;
    font-size: 0;
    box-sizing: border-box;
    width: 330px;
}

.city_menu_list>li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.city_menu_list>li>a {
    display: block;
    width: 50px;
    height: 28px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    line-height: 28px;
}

.city_menu_list>li>a:hover {
    color: #D83531;
}

.city_menu_list>.city_menu_action>a {
    background: #F7F7F7;
    color: #D83531;
}

.point_mtit {
    display: block;
    width: 6px;
    height: 6px;
    background: rgba(153, 153, 153, 1);
    margin: 0 7px;
    border-radius: 5px;
}

.infor_m_city {
    font-size: 22px;
    color: #999;
    margin-right: 8px;
}

.icon_arrdown {
    display: block;
    width: 16px;
    height: 9px;
    transition: all 0.3s ease;
    background: url(../images/arrow_down.png) no-repeat center center;
}

.icon_arrdown_action {
    transform: rotate(-180deg);
}

.libao_m_in {
    display: block;
    width: 141px;
    height: 31px;
    background: url(../images/libao.png) no-repeat center center;
    font-size: 12px;
    color: #D7321D;
    text-align: right;
    line-height: 31px;
}

.infor_m_bm {
    background: #F8F8F8;
    padding: 16px 20px;
    margin-bottom:20px;
}

.infor_m_bm>ul>li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.infor_m_bm>ul>li:last-child{
    margin-bottom: 0;
}
.infor_m_bm>ul>li .bmplay_icon {
    display: block;
    width: 16px;
    height: 12px;
    background: url(../images/play.png) no-repeat;
}

.infor_m_bm>ul>li>a {
    font-size: 16px;
    color: #333;
    flex: 1;
    margin-left: 10px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infor_m_bm>ul>li>a:hover {
    color:#d7321c;
}

.hot_icon {
    display: block;
    width: 34px;
    height: 17px;
    background: url(../images/hot.png) no-repeat;
}

.bmpoint_icon {
    width: 16px;
    text-align: center;
}

.bmpoint_icon>i {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(221, 221, 221, 1);
    border-radius: 5px;
    vertical-align: middle;
}

.bm_time {
    font-size: 14px;
    color: #999;
}

.bmtime_table {
    margin-bottom: 30px;
}

.bmtime_table_tit {
    padding: 0 0 16px 0;
}

.bmtime_table_tit_l {
    font-size: 18px;
    color: #D83531;
}

.bmtime_table_tit_r {
    font-size: 12px;
    color: #333;
}

.bmtime_table_tit_r .red_timetit {
    color: #D83531;
}

.bmtime_table_main {
    border-bottom: 1px solid rgba(234, 234, 234, 1);
    border-left: 1px solid rgba(234, 234, 234, 1);
}

.bmtime_table_main tr th {
    background: #FAFAFA;
    color: #333333;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    border-top: 1px solid rgba(234, 234, 234, 1);
    border-right: 1px solid rgba(234, 234, 234, 1);
    font-weight: normal;
    width:40px;
}

.bmtime_table_main tr th:first-child{
    width:30px;
}
.bmtime_table_main tr td {
    border-top: 1px solid rgba(234, 234, 234, 1);
    border-right: 1px solid rgba(234, 234, 234, 1);
    font-size: 14px;
    color: #333;
    text-align: center;
}

.bmtime_table_main tr td:nth-child(2) a{
    color: #D7321D;
}
.bmtime_table_main tr td:nth-child(2){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
}
.bmtime_table_main tr td:nth-child(2){
    color: #D7321D;
    padding: 0 10px;
}
.bmtime_table_main tr td a:hover {
    color: #D7321D;
}

.bmtime_table_main tr td a {
    color: #333;
    height: 44px;
    line-height: 44px;
}

.icon_bi {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 13px;
    background: url(../images/bi.png) no-repeat;
    margin-right: 4px;
}

.bm_zixun_tit {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
        display: flex;
    justify-content: space-between;
}

.bm_zixun_tit .bm_zixun_titname {
    font-size: 18px;
    color: #D83531;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 9px;
    position: relative;
    font-weight: 600;
}

.bm_zixun_tit .bm_zixun_titname:after {
    content: "";
    width: 70px;
    height: 2px;
    background: #D83531;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.video_pc_detail_articel_list {
    font-size: 0px;
}

.video_pc_detail_articel_tit {
    margin-bottom: 20px;
}

.video_pc_detail_articel_list li {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.video_pc_detail_articel_list li:last-child{
        margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: none;
}
.information_cl li:last-child:last-child{
        margin-bottom: 0;
    padding-bottom: 0;
        border-bottom: none;
    }
.video_pc_detail_articel_list li h2 {
    margin-bottom: 16px;
}

.video_pc_detail_articel_list li h2 a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.video_pc_detail_articel_list li h2 a:hover {
    color: #D7321D;
}

.video_pc_detail_articel_list li>a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    position: relative;
    display: block;
    margin-bottom: 14px;
    max-height: 52px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
     word-break: break-all;
}

.video_pc_detail_articel_list li>a:hover {
    text-decoration: underline;
    color: #D7321D;
}

.video_pc_detail_articel_list li a i {
    font-style: normal;
    color: #D83531;
}

.video_pc_detail_articel_list li a span {
    position: absolute;
    right: 0px;
}

.video_pc_detail_articel_list1 li:last-child {
    border-bottom: none;
    margin-bottom: 20px;
}

.bm_zixun_info>.icon_xiaoren {
    width: 14px;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    background: url(../images/xiaoren.png) no-repeat;
    margin-right: 5px;
}

.bm_zixun_info>span {
    font-size: 14px;
    color: #999;
}

.bm_zixun_info>b {
    font-weight: normal;
    margin: 0 5px;
    font-size: 14px;
    color: #999;
}

.infor_exam_r_box {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.bbx_tit {
    margin-bottom: 5px;
    line-height: 30px;
}

.bbx_tit span:nth-child(1) {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.bbx_tit span:nth-child(2) {
    font-size: 12px;
    color: #D83531;
}

.bbx_tit_sub {
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}

.bbx_tit_check {
    font-size: 0;
}

.bbx_tit_check>a {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}

.bbx_tit_check>a:hover {
    color: #D7321D;
}
.bbx_tit_check>a:last-child {
    margin-right: 0;
}
/* .bbx_tit_check>a:nth-child(2n) {
    margin-right: 0;
}
 */
.bbx_tit_check>a>input {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    margin-top: 2px;
    background: url(../images/check_1.png) no-repeat;
}

.bbx_tit_check>.checkaction {
    color: #D7321D;
}

.bbx_tit_check>.checkaction>input {
    background: url(../images/check_2.png) no-repeat;
}

.bbx_input {
    line-height: 32px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    border-radius: 4px;
    margin-bottom: 16px;
    display: block;
    border: 1px solid rgba(238, 238, 238, 1);
}

.bbx_input:focus {
    border-color: #D7321D;
}

.bbx_tit_btn {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: rgba(216, 53, 49, 0.12);
    border-radius: 4px;
    color: #D83531;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    margin-top: 20px;
}

.bbx_tit_btn:hover {
    background: rgba(216, 53, 49, 0.2);
}

.hot_dt_tab {
    margin-bottom: 15px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
}

.hot_dt_tab>a {
    font-size: 16px;
    color: #666666;
    display: block;
    position: relative;
    padding-bottom: 12px;
}

.hot_dt_tab>a:hover {
    color: #D7321D;
}

.hot_dt_tab>.at_tabaction {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

.hot_dt_tab>.at_tabaction:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #D83531;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    margin-left: -15px;
}

.hot_dt_list>li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 26px;
}

.hot_dt_list>li:last-child {
    margin-bottom: 0;
}

.hot_dt_list>li a {
    line-height: 24px;
    color: #333;
    font-size: 14px;
}

.hot_dt_list>li a:hover {
    color: #D7321D;
}

.hot_dt_list>li>span {
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 5px;
}

.hot_dt_content_wrap .hot_dt_content {
    display: none;
}

.hot_dt_content_wrap .hot_dt_content:first-child {
    display: block;
}


.gcs_tk {
    margin-bottom: 25px;
    line-height: 30px;
    height: 30px;
}

.gcs_tk span:nth-child(1) {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.gcs_tk span:nth-child(2) {
    font-size: 14px;
    color: #999;
}


.bkw_gzh {
    background: url(../images/saoma.png) no-repeat center top;
    width: 100%;
    text-align: center;
    padding-top: 6px;
    height: 199px;
}

.bkw_gzh_p1 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}

.bkw_gzh_p2 {
    font-size: 14px;
    color: #999999;
}

.bkw_gzh>img {
    width: 140px;
    height: 140px;
    margin-bottom: 12px;
}

.infor_zhenti_table {
    border-bottom: 1px solid rgba(234, 234, 234, 1);
    border-left: 1px solid rgba(234, 234, 234, 1);
    table-layout: fixed;
    margin-bottom: 30px;
}

.infor_zhenti_table tr th {
    background: #FAFAFA;
    width: 112px;
    color: #333333;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    border-top: 1px solid rgba(234, 234, 234, 1);
    border-right: 1px solid rgba(234, 234, 234, 1);
    font-weight: normal;
}

.infor_zhenti_table tr td {
    border-top: 1px solid rgba(234, 234, 234, 1);
    border-right: 1px solid rgba(234, 234, 234, 1);
    font-size: 14px;
    height: 44px;
    color: #333;
    text-align: center;
}

.infor_zhenti_table tr td a {
    color: #333;
}

.infor_zhenti_table tr td a:hover {
    text-decoration: underline;
}

.infor_zhenti_table tr td:first-child {
    font-size: 16px;
}

.zhenti_jion {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}

.zhenti_jion>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    background: #F8F8F8;
    height: 56px;
}

.zhenti_jion>a:hover {
    background: rgba(216, 53, 49, 0.12);
}

.zhenti_jion>a>img {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.zhenti_jion_r {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.zhenti_jion_r p:nth-child(1) {
    font-size: 14px;
    color: #333333;
    margin-bottom: 0px;
}

.zhenti_jion_r p:nth-child(2) {
    font-size: 12px;
    color: #999;
    margin-bottom: 0px;
}

.more_btn {
    font-size: 12px;
    color: #999;
}

.more_btn>i {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 0px;
    font-size: 13px;
}

.more_btn:hover {
    color: #D83531;
}


.shiwu_zt_list {
    font-size: 0;
}

.shiwu_zt_list>li {
    width: 330px;
    margin-bottom: 15px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.shiwu_zt_list>li:nth-child(2n) {
    margin-right: 0;
}

.shiwu_zt_list_inlist>li {
    margin-bottom: 15px;
}

.shiwu_zt_list_inlist>li>a {
    font-size: 15px;
    color: #333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shiwu_zt_list_inlist>li>a:hover {
    color: #D83531;
}

.shiwu_zt {
    margin-bottom: 10px;
}

.i_artice_tit {
    font-size: 32px;
    color: #333333;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 870px;
}

.i_artice_tit_sub {
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
}

.i_artice_tit_sub>span {
    margin-right: 15px;
}

.artice_banner_t {
    display: inline-block;
    margin-bottom: 30px;
}

.artice_banner_t>img {
    width: 870px;
    display: block;
    height:80px;
}

.infor_arti_m {
    box-sizing: border-box;
    width: 800px;
    padding-left: 25px;
    border-left: 1px solid #EEEEEE;
        margin-bottom: 30px;
            margin-left: 72px;
}

.infor_arti_detail {
    margin-bottom: 30px;
}

.infor_arti_detail p {
    font-size: 18px !important;
    color: #333333;
    line-height: 26px;
    margin-bottom: 20px;
    text-indent: 2em !important;
    font-weight: 400;
    font-family:"PingFang SC","Microsoft Yahei","Arial", sans-serif !important;
}
.infor_arti_detail {
    overflow: hidden;
}

.infor_arti_detail table p{
        text-indent: unset;
}
.infor_arti_detail img {
    max-width: 100%;
}

.infor_arti_detail_head {
    margin-left: 22px;
    z-index: 1;
    min-width: 216px;
    max-width:330px !important;
}

.infor_arti_wrap {
    margin-bottom: 40px; 
}

.infor_arti_detail_tip {
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    line-height: 20px;
    font-size: 12px;
    width: 760px;
    height: 67px;
}

.arti_nav>a {
    position: relative;
    margin-bottom: 15px;
    color: #999999;
    font-size: 12px;
    text-align: center;
    display: block;
}
.arti_nav>a>i{
    font-size: 26px;
    color: #CCCCCC;
    pointer-events:none;
}
.arti_nav>a>i:hover{
    color: #D83531;
}
.arti_nav>a>img{
    margin-bottom: 6px;
}
.yuedu_num {
    position: absolute;
    left: 22px;
    top: -6px;
    z-index: 2;
}
.arti_nav_line{
    margin: 14px auto;
    width: 20px;
    height: 1px;
    background: #E1E1E1;
}

.arti_nav{
    margin-top: 10px;
}
.arti_tab {
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
}
.arti_tab>a {
    font-size: 16px;
    color: #666666;
    display: block;
    position: relative;
    padding-bottom: 12px;
    margin-right: 30px;
}

.arti_tab>a:hover {
    color: #D7321D;
}

.arti_tab>.arti_tab_tabaction {
    color: #D83531;
    font-size: 18px;
    font-weight: 600;
}

.arti_tab>.arti_tab_tabaction:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #D83531;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.arti_content_in .video_pc_detail_articel_list{
    display: none;
}
.arti_content_in .video_pc_detail_articel_list:nth-child(1){
    display: block;
}
.ytkapp_down_tit{
    font-size: 18px;
    color:#222;
    text-align: center;
    padding: 40px 0 30px 0;
}
.close_ytkapp{
    width: 12px;
    height: 12px;
    background: url(../images/close.png) no-repeat;
    transition: all 0.3s ease;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.close_ytkapp:hover{
    transform: rotate(180deg);
}
.erweima_img{
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}
.ytkapp_down_sys{
    text-align: center;
    font-size: 16px;
    color: #999999;
}
.ytkapp_down_box{
    border-radius: 5px;
}
.pullDown{
     display: inline-block;
    margin-left: 10px;
       width: 14px;
    height: 14px;
    transition: all 0.3s ease;
    background: url(../images/pullDown.png) no-repeat center center;
    background-size: 14px 14px;
}



.ziliao_box {
    margin-left:40px;
    margin-right:40px; 
    background: #fff;
}

.ziliao_box_tit {
    font-size: 18px;
    color: #D9300A;
    text-align: center;
    padding: 24px 0;
}

.ziliao_box_input {
    height: 40px;
    width: 100%;
    line-height: 40px;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    color: #333;
    display: block;
    border: 1px solid #ECECEC;
    margin-bottom: 15px;
}
.ziliao_box_input:focus{
    border-color: #D9300A;
}
.ziliao_box_inputtips{
    font-size: 12px;
    color:#D9300A;
    margin-bottom: 24px;
}
.ziliao_box_in{
    width: 250px;
    margin: 0 auto;
}
.ziliao_box_btn{
    width: 170px;
    height: 38px;
    line-height: 38px;
    background: #D9300A;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 19px;
    margin: 0 auto;
    display: block;
    box-shadow:0px 0px 7px #8e1e05;
    margin-bottom: 20px;
}
.ziliao_box_btn:hover{
    box-shadow:none;
    background: #bd2806;
}
.ziliao_box_btn_fanqi{
    font-size: 16px;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
}
.ziliao_box_btn_fanqi a{
    color: #999;
}
.msgbox_name{
    font-size: 20px;
    color: #333;
    margin-bottom: 23px;
}
.msgbox{
    width: 576px;
    box-sizing: border-box;
    padding: 20px 20px 15px 24px;
}
.msgbox_msg{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 25px;
}
.msgbox_btn{
    text-align: right;
    font-size: 0;
}
.msgbox_btn a{
    width: 110px;
    height: 44px;
    background: #D9300A;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: top;
}
.msgbox_btn a:hover{
    background: #b42b0c;
}
.ziliao_box_btn:hover{
    color:white;
}
.subhead_l a:last-child{
    max-width: 114px;
}
.login_after span{
   max-width: 102px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.phone_num{
        margin-right: 30px;
}

/* 分页 */
         #pagination-page li.active>a{
border: 1px solid  #F85C5B;
 }
    #pagination-page li>a{
     border: 1px solid #e2e2e2;
    border-radius: 3px;
    margin: 0 8px 0 0;
     background: white;
    }
    .paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a{
     color: #F85C5B !important;
    }
    

    #pagination-page li>a:hover{
      color: #d7321c;
      border: 1px solid #d7321c;
     }
    .head_tab{
      margin-bottom: 0 !important;
    }
    .ad{
        margin-bottom: 10px;
    }
    /*精选问答*/
/*.jx_ask_titsub{*/
    /*margin-bottom: 20px;*/
/*}*/
.jx_ask{
    padding-left: 110px;
    margin-bottom: 25px;
}
.jx_ask>span{
    font-size: 28px;
    color: #333333;
}
.jx_ask>i{
    display:inline-block;
    vertical-align: top;
    width: 28px;
    height: 24px;
    background: url("../images/jx_icon.png") no-repeat;
    background-size: 28px 24px;
    margin-right: 8px;
    margin-top: 9px;
}
.question_top,.question_center,.question_bottom,.jisu_video,.bm_zixun{
    background: white;
    padding: 20px 10px 20px 10px;
        margin-bottom: 10px;
}
.question_top{
padding-bottom:5px;
}
.question_top .ques_head{
    width: 20px;
    height: 20px;
}
.check_more {
    height: 28px;
    line-height: 28px;
    width: 198px;
    text-align: center;
    background: #f5f5f5;
    color: #999999;
    font-size: 16px;
    border: 1px solid #ececec;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 35px;
}

.check_more:hover {
    color: #d7321c;
    border-color: #d7321c;
}

@media (max-width:991px) {
    .ques_tit{font-size:18px;line-height:1.5;}
    .information_cr {
        display:none;
    }
    .video_pc_detail_articel_list li{padding-bottom:10px;margin-bottom:10px;}
    .arti_tab>a,.arti_tab>.arti_tab_tabaction{font-size:16px;}
    .video_pc_detail_articel_list li h2{margin: 5px 0;}
    .video_pc_detail_articel_list li h2 a{font-size:14px;}

}

