.dis_b{
    display: block!important;
}
/*内容*/
.tab_main_box{
    width: 1200px;
    min-height: 700px;
    max-height: 2800px;
    background-color: #fff;
    margin: -60px auto 0;
    overflow: hidden;
}
/*内容tab*/
.main_tab{
    height: 50px;
    padding: 40px 60px 0;
}
.main_tab_one{
    float: left;
    cursor: pointer;
    color: #A1A3A8;
    cursor: pointer;
}
.main_tab_one:hover{
    color: #555964;
}
.main_tab_one+.main_tab_one{
    margin-left: 60px;
}
.main_tab_txt{
    font-size: 16px;
    line-height: 16px;
}
.main_tab_line{
    width: 64px;
    height: 4px;
    background-color:#F54648;
    margin: 14px auto 0;
    display: none;
}
.main_tab_select{
    color: #555964;
    font-weight: 500;
}
/*内容con*/
.main_content{
    padding: 40px 60px;
}
.main_tab_con2,.main_tab_con3,.main_tab_con4,.main_tab_con5,.main_tab_con6{
    display: none;
}
/*文字公用*/
.main_tab_con_txt{
    font-size: 14px;
    line-height: 26px;
    margin-top: -6px;
}
.main_tab_con_txt+.main_tab_con_txt{
    margin-top: 26px;
}

/*列表公用*/
.common_list_one{
    padding:2px 0 25px;
    border-bottom: 1px solid #E8E8E8;
}
.common_list_one+.common_list_one{
    margin-top: 40px;
}
.common_list_l{
    width: 210px;
    font-size: 14px;
    color: #A1A3A8;
    float: left;
}
.common_list_r{
    width: 870px;
    float: left;
}
.common_list_t1{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: -8px;
}
.common_list_t2{
    font-size: 14px;
    line-height: 26px;
    color: #83868E;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;  /* 定义为盒子显示 */
    -webkit-line-clamp:2; /* 限制一个块元素显示的文本行数*/
    -webkit-box-orient: vertical;  /* 定义为竖向编排显示 */
}


/*阅读内容*/
.read_content{
    width: 1080px;
    min-height: 700px;
    background-color: #fff;
    margin: -60px auto 0;
    padding: 60px;
}
.read_con_title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin:-4px 0 -4px -8px;
}
.read_con_info{
    font-size: 14px;
    line-height: 14px;
    color: #A1A3A8;
    margin-top: 16px;
}
.read_con_info2{
    margin-left: 30px;
}
.read_con_txts{
    font-size: 14px;
    line-height: 26px;
    margin-top: 34px;
}
/*.read_con_txts p+p{*/
    /*margin-top: 25px;*/
/*}*/

/*分页*/
.com_PageCode{
    height: 40px;
    margin-top: 40px;
    float: right;
    border: 1px solid #E0E0E0;
}
.com_PageCode #prev,.com_PageCode #next,.com_PageCode p a{
    width: 39px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    color: #555964;
    font-size: 14px;
    float: left;
}
.com_PageCode p{
    float: left;
}
.com_PageCode #next{
    border-right: none;
}
.com_PageCode #prev{
    width: 38px;
}
.com_PageCode .current .active,.com_PageCode .current a:hover{
    background-color: #F8F8F8;
}

.com_PageCode{
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    float: right;
    border: 1px solid #E0E0E0;
}
.com_PageCode li{
    width: 39px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #E0E0E0;
    color: #555964;
    font-size: 14px;
    float: left;
}
.com_PageCode a{
    color: #555964;
    display: flex;
    justify-content: center;
    align-items: center;
}
.active{
    background-color: #F8F8F8;
}

.media_cli:hover  {
    cursor: pointer;
}
.media_cli:hover .common_list_t1{
    color: #ff4648;
}
.read_con_txts img{width: 100%; height: auto;}
