/* CSS Document */
@charset "utf-8";
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.scrollbar-no-width::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}



/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}

/* base_CSS */
.ct_container {
    width: 100%;
    min-width: 1200px;
    background: rgb(241, 241, 241);
}

.ct_contbox {
    width: 1200px;
    margin: 0px auto;
    padding-top: 10px;
    overflow: hidden;
}

.ct_font_arial {
    font-family: Arial;
}

/* 顶部 */
.ct_top_box {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 9;
}

.ct_top {
    width: 1200px;
    height: 20px;
    line-height: 20px;
    padding: 10px 0px;
    margin: 0px auto;
}

.ct_top_left {
    float: left;
}

.ct_top_left span {
    height: 20px;
    line-height: 20px;
    float: left;
    padding-left: 5px;
}

.ct_top_left .ct_top_red {
    padding-left: 10px;
}

.ct_top_red {
    color: #c10d0c;
}

.ct_top_gray {
    color: #666;
}

.ct_top_black {
    color: #333;
}

.ct_top_right {
    float: right;
}

.ct_top_right a {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 8px;
    float: left;
}

.ct_top_right .ct_top_black {
    border-left: 1px solid #d9d9d9;
}

.ct_top_right i {
    margin-right: 5px;
}

.ct_top_right {
    position: relative;
}

.ct_top_qklogin {
    width: auto;
    height: 20px;
    border-right: 1px solid #d9d9d9;
    padding-right: 5px;
    float: left;
}

.ct_top_qklogin li {
    height: 20px;
    line-height: 20px;
    color: #666;
    padding-right: 5px;
    float: left;
}

.ct_top_qklogin a.ct_top_qk {
    width: 25px;
    height: 20px;
    background-image: url(/images/ct_qklogo.png);
    background-repeat: no-repeat;
    padding: 0px;
}

.ct_qkQQ {
    background-position: -25px 0px;
}

.ct_qkQQ:hover {
    background-position: 0px 0px;
}

.ct_qkWX {
    background-position: -75px 0px;
}

.ct_qkWX:hover {
    background-position: -50px 0px;
}

.ct_qkWB {
    background-position: -125px 0px;
}

.ct_qkWB:hover {
    background-position: -100px 0px;
}


.ct_top_wx {
    position: relative;
}

.ct_top_wxbox {
    width: 102px;
    height: 102px;
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 5px;
    left: -50px;
    top: 30px;
    position: absolute;
    z-index: 3;
    display: none;
}

.ct_top_wxbox span {
    height: 20px;
    line-height: 20px;
    color: #c10d0c;
    text-align: center;
    display: block;
}

.ct_top_mapbox {
    width: 1200px;
    height: 290px;
    right: 0px;
    top: 30px;
    position: absolute;
    z-index: 10;
    display: none;
}

.ct_top_map_bg {
    width: 20px;
    height: 10px;
    background-image: url(/images/ct_top_map_t.gif);
    background-position: center;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    position: relative;
    margin-left:1168px;
}

.ct_top_map_line {
    width: 18px;
    height: 2px;
    background-color: #fff;
    display: block;
    left: 1px;
    bottom: -2px;
    position: absolute;
    z-index: 3;
}

.ct_top_map_cont {
    width: 1198px;
    border: 1px solid #f4f4f4;
    display: inline;
    float: left;
}

.ct_top_map_conts {
    width: 1178px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 15px 10px;
    display: block;
    overflow: hidden;
}

.ct_top_map_cont dt a {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.ct_top_map_cont dd a {
    height: 20px;
    line-height: 20px;
    color: #666;
}

.ct_top_map_cont a:hover {
    color: #c10d0c;
}

.ct_top_map_cont dl {
    width: 124px;
    padding: 5px;
    margin-left: 5px;
    display: inline;
    float: left;
    overflow: hidden;
}

.ct_top_map_cont dt {
    width: 100px;
    height: 20px;
    line-height: 20px;
    border-left: 4px solid #c10d0c;
    color: #c10d0c;
    margin-bottom: 10px;
    display: block;
}

.ct_top_map_cont dd {
    width: 80px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 2px 10px;
    margin-top: 10px;
    display: block;
}

.ct_top_map_cont dd:hover {
    text-indent: 5px;
    border: 1px solid #c10d01;
}

.ct_ico {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.ct_ico_use {
    background-position: -10px -8px;
}

.ct_ico_useout {
    background-position: -10px -436px;
}

.ct_ico_home {
    background-position: -38px -8px;
}

.ct_ico_star {
    background-position: -64px -8px;
}

.ct_ico_weix {
    background-position: -94px -8px;
}

.ct_ico_list {
    background-position: -124px -8px;
}

/* 头部 */
.ct_head_box {
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
    height: 117px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ct_head {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
}

.ct_head_logo {
    margin-left: 20px;
}
.ct_head_logo img{
    width: 341px;
    height: 46px;
}
.ct_head_right{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 54px;
    justify-content: center;
}
.ct_head_right .ct_head_shortcut{
    line-height: 34px;
    position: relative;
}
.ct_head_right .ct_head_shortcut a{
    margin-right: 14px;
}
.ct_head_right .ct_head_shortcut  .ct_ico{
    width: 20px;
    height: 20px;
    margin: 0px;
}
.ct_head_right .ct_head_login{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    background: #d00000;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-left: 12px;
}
.ct_head_search_box {
    height: 32px;
    background: #f9f9f9;
    margin-right: 38px;
    display: flex;
    flex-direction: row;
    position: relative;
}
.ct_head_search_keyword_container{
    position: absolute;
    width: 387px;
    background-color: #fff;
    top: 44px;
    border: 1px solid #ededed;
    border-radius: 2px;
    z-index: 999;
    padding: 15px;
    display: flex;
    flex-direction: column;
    display: none;

}
.search_hot_keyword ,.hot_title {
    display: flex;
    flex-direction: row;
}
.search_hot_keyword .hot_title img{
    width: 16px;
    height: 16px;
    margin-top: 2px;
}
.search_hot_keyword .hot_title span{
    font-size: 14px;
    color: #838383;
    margin-left: 4px;
    margin-right: 17px;
}
.search_hot_keyword .hot_tag_item{
    margin-right: 17px;
    font-size: 12px;
    height: 25px;
    background: #f9f9f9;
    border-radius: 4px;
    line-height: 25px;
    padding: 0 6px;
    color: #999999;
}
.search_hot_keyword .hot_tag_item a{
    color: #999999;
}
.search_hot_keyword .hot_tag_item a:hover{
    color: #E6090E;
}
.search_hot_info{
    margin-top: 20px;
}
.search_hot_info .search_hot_info_item{
    display: flex;
    flex-direction: row;
    font-size: 12px;
    color: #8C8C8C;
    margin-bottom: 21px;
}
.search_hot_info .search_hot_info_item ._seq{
    width: 17px;
    height: 16px;
    background: #e1e1e1;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    margin-right: 12px;
}
.search_hot_info .search_hot_info_item .red{
    background: #E6090E;
    color: #fff;
}
.search_hot_info .search_hot_info_item  ._title{
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    padding-right: 20px;
    cursor: pointer;
}
.search_hot_info .search_hot_info_item  ._title a{
    color: #8C8C8C;
}
.search_hot_info .search_hot_info_item  ._title a:hover{
    color: #E6090E;
}
.ct_head_search_box .ct_head_search_select{
    border: none;
    background: none;
    padding-left: 5px;
    padding-right: 5px;
}
.ct_head_search_box .ct_head_search_select:focus{
    outline: none;
    background: none;
}
.ct_head_search_box .icon-search {
    width: 16px;
    height: 16px;
    margin: 7px 10px;
}
.ct_head_search_input{
    border: none;
    width: 245px;
    height: 25px;
    background: none;
    padding: 0 5px;
    margin: 3px 0px;

}
.ct_head_search_input:focus{
    outline: none;
    background: none;
}
.ct_head_search_box .icon-search{
    width: 16px;
    height: 16px;
}
.ct_head_search_btn{
    width: 57px;
    height: 32px;
    background: #d00000;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
}


.ct_head_city_box {
    width: 394px;
    height: 32px;
    background: #f9f9f9;
    border: 1px solid #ededed;
    border-radius: 2px;
}

.ct_head_city_select {
    line-height: 40px;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    color: #ff9a49;
}

.ct_head_city_now {
    line-height: 26px;
    font-size: 12px;
    color: #999;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.ct_head_citybox {
    width: 160px;
    height: auto;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 10px;
    bottom: -22px;
    left: 102px;
    _top: -20px;
    _left: 94px;
    position: absolute;
    z-index: 2;
    display: none;
}

.ct_haed_city_s {
    width: 10px;
    height: 20px;
    background-image: url(/images/ct_head_city.gif);
    top: 2px;
    left: 93px;
    _top: -3px;
    _left: 85px;
    display: block;
    position: absolute;
    z-index: 3;
    display: none;
}

.ct_head_citybox li {
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    margin-left: 10px;
    display: inline;
    float: left;
}

.ct_head_citybox li a {
    color: #666;
    float: left;
}

.ct_head_citybox a:hover {
    color: #c10d0c;
}



.ct_head_search {
    width: 420px;
    height: 64px;
}

.ct_head_search_tagbox {
    width: 420px;
    height: 26px;
    float: left;
}

.ct_head_search_tag {
    line-height: 26px;
    color: #333;
    padding: 0px 20px;
    float: left;
    cursor: pointer;
}

.ct_head_search_active {
    background-color: #c10d0c;
    color: #fff;
}

.ct_head_search_tel {
    width: 142px;
    font-family: Arial;
    font-size: 14px;
    color: #ff5112;
    padding-right: 3px;
    float: right;
}

.ct_head_search_tel strong {
    font-size: 18px;
}

.ct_ico_tel {
    background-position: -10px -35px;
}

.ct_head_form {
    height: 38px;
    float: left;
    display: none;
}

.ct_head_ipt {
    width: 306px;
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
    border: 2px solid #c10d0c;
    padding: 7px 8px;
    float: left;
    outline: 0;
}

.ct_head_btn {
    width: 90px;
    height: 38px;
    line-height: 38px;
    background-color: #c10d0c;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: 0px;
    float: left;
    cursor: pointer;
    outline: 0;
}

.ct_head_btn:hover {
    background-color: #c10d1c;
}

.ct_head_sug {
    padding-top: 8px;
    overflow: hidden;
}

.ct_head_sug li {
    border-right: 1px solid #d9d9d9;
    padding: 0px 10px;
    float: left;
}

.ct_head_sug li a:link,.ct_head_sug li a:visited{
    color: #999;
}

.ct_head_sug li a:hover {
    color: #c10d0c;
}

/* 子页顶部 */
.ct_head_tip_box {
    width: 120px;
    padding: 20px 20px;
    float: left;
}

.ct_ico_ht_tip {
    width: 110px;
    height: 30px;
    background-position: -340px -81px;
    margin: 0px;
}

.ct_ico_ht_tip_reg {
    width: 110px;
    height: 30px;
    background-position: -340px -126px;
    margin: 0px;
}

.ct_ico_ht_tip_for {
    width: 110px;
    height: 30px;
    background-position: -340px -171px;
    margin: 0px;
}

.ct_ico_ht_tip_rz {
    width: 110px;
    height: 30px;
    background-position: -412px -306px;
    margin: 0px;
}

.ct_ico_ht_tip_zx {
    width: 110px;
    height: 30px;
    background-position: -290px -306px;
    margin: 0px;
}

.ct_ico_ht_tip_gx {
    width: 110px;
    height: 30px;
    background-position: -190px -489px;
    margin: 0px;
}

.ct_ico_ht_tip_xq {
    width: 110px;
    height: 30px;
    background-position: -340px -261px;
    margin: 0px;
}

.ct_head_tip_box span {
    height: 20px;
    line-height: 20px;
    color: #ff9a49;
    text-indent: 5px;
    margin-top: 10px;
    display: block;
}

.ct_ico_ht_wz {
    width: 14px;
    height: 14px;
    background-position: -65px -34px;
}

.ct_head_info_box {
    width: 160px;
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #ff9a49;
    padding: 40px 20px;
    float: right;
}

.ct_ico_ht_back {
    background-position: -95px -32px;
}

/* 导航 */
.ct_nav_box{
    height: 40px;
    background-color: #c10d0c;
    position: relative;
    z-index: 6;
}

.ct_nav,.ct_navbox {
    width: 1200px;
    border-left: 1px solid #960100;
    border-right: 1px solid #e42928;
    margin: 0px auto;
    overflow: visible;
    position: relative;
}

.ct_nav li {
    width: 117px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #e42928;
    border-right: 1px solid #960100;
    float: left;
}

.ct_nav li a {
    width: 117px;
    height: 40px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    display: block;
}

.ct_nav li a:hover {
    background-color: #fff;
    height: 38px;
    line-height: 36px;
    color: #c10d0c;
    border-top: 2px solid #e42928;
}

.ct_nav_lact {
    background-color: #fff;
    height: 38px;
    line-height: 36px;
    color: #c10d0c;
    border-top: 2px solid #e42928;
}

.ct_navbox {
    width: 1192px;
    border: 0px;
    overflow: visible;
    position: relative;
}

.ct_navbox .ct_nav {
    width: auto;
    float: left;
}

.ct_navbox_back {
    width: 115px;
    height: 45px;
    background-image: url(/images/ct_nabback.gif);
    background-position: right top;
    background-repeat: no-repeat;
    top: -5px;
    right: 0px;
    position: absolute;
}

.ct_navbox_back a {
    width: 109px;
    height: 45px;
    line-height: 45px;
    background-color: #e30908;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
}

.ct_navbox_back a:hover {
    text-decoration: underline;
}

/* 二级导航 */
.ct_nav_sbox {
    width: 1200px;
    height: 18px;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 2px solid #c10d01;
    padding: 20px 0px;
    top: 40px;
    left: -5px;
    position: absolute;
    z-index: 10;
    display: none;
}

.ct_nav_sbox a.ct_nav_s {
    width: auto;
    height: 18px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    border-left: 1px solid #d3d3d3;
    padding: 0px 21px;
    float: left;
}

.ct_nav_sbox .ct_nav_s:hover {
    background-color: none;
    height: 18px;
    line-height: 18px;
    color: #c10d0c;
    text-decoration: underline;
    border-top: 0px;
}

.ct_nav_sbox a.ct_nav_sx {
    border: 0px;
}

/* 底部 */
.ct_footer_box {
    background-color: #fff;
    border-top: 1px solid #F5F5F5;
    height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ct_footer {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    flex-direction: row;

}
.ct_footer_logo{
    padding: 0 35px 0 31px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ct_footer_logo img{
    width: 48px;
    height: 48px;
}
.ct_footer_content{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ct_footer_content .ct_footer_nav{
    display: flex;
    flex-direction: row;
}
.ct_footer_content .ct_footer_nav ._nav_item{
    font-size: 12px;
    font-weight: 400;
    color: #7f8c8d;
    margin-right: 24px;
    cursor: pointer;
}
.ct_footer_content .ct_footer_nav ._nav_item a{
    color: #7f8c8d;
}
.ct_footer_content .ct_footer_nav ._nav_item a:hover{
    color: #c10d0c;
}
.ct_footer_content .ct_footer_coptyright{
    margin-top: 12px;
    display: flex;
    flex-direction: row;
}
.ct_footer_content .ct_footer_coptyright ._coptyright_item{
    font-size: 12px;
    font-weight: 400;
    color: #b8c4cc;
    margin-right: 18px;
    display: flex;
    flex-direction: row;
    line-height: 20px;
}
.ct_footer_content .ct_footer_coptyright .coptyright_logo{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.ct_footer_content .ct_footer_coptyright ._coptyright_item a{
    color: #b8c4cc;
}
.ct_footer_content .ct_footer_coptyright ._coptyright_item a:hover{
    color: #c10d0c;
    cursor: pointer;
}
.ct_footer_qr{
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-right: 20px;
}

.ct_footer_qrc{
    margin-right: 30px;
    text-align: center;
}
.ct_footer_qrc img{
    border: 1px dashed #969798;
    width: 87px;
    height: 87px;
    margin-bottom: 4px;
}
.ct_footer_qrc span{
    color: #7F8C8D;
    font-size: 12px;
}

/* 左侧菜单 */
/* 除IE6浏览器的通用方法 */
.ct_fixbar_box_container{
    width: 44px;
    top: 234px;
    right: 15px;
    position: fixed;
    z-index: 9;
    _margin-top: 202px;
}
.ct_fixbar_box_container .fbttop{
    margin-top: 17px;
}
.ct_fixbar_box {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
}
/* IE6浏览器的特有方法 */
/* 修正IE6振动bug */
* html,* html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

* html .ct_fixbar_box {
    position: absolute;
    right: expression(eval(document.documentElement.scrollLeft));
    top: expression(eval(document.documentElement.scrollTop));
}

.ct_fixbar_ad {
    width: 36px;
    height: 202px;
    display: none;
}

.ct_fixbar {
    width: 24px;
    height: 24px;
    padding: 6px;
    display: block;
    margin: 10px 3px;
    position: relative;
    cursor: pointer;
    outline: 0;
}

.ct_ico_fbqrc {
    background-position: -2px -188px;
}

.ct_ico_fbqrc:hover {
    background-color: #79c174;
    background-position: -35px -188px;
}

.ct_ico_fbuser {
    background-position: -2px -120px;
}

.ct_ico_fbuser:hover {
    background-color: #60abe6;
    background-position: -35px -120px;
}

.ct_ico_fbstar {
    background-position: -2px -54px;
}

.ct_ico_fbstar:hover {
    background-color: #fcb123;
    background-position: -35px -54px;
}

.ct_ico_fbnews {
    background-position: -2px -154px;
}

.ct_ico_fbnews:hover {
    background-color: #fe6166;
    background-position: -35px -154px;
}

.ct_ico_fbsugs {
    background-position: -2px -87px;
}

.ct_ico_fbsugs:hover {
    background-color: #6382e6;
    background-position: -35px -87px;
}

.ct_ico_fbkefu {
    background-position: -2px -221px;
}

.ct_ico_fbkefu:hover {
    background-color: #80cc21;
    background-position: -35px -221px;
}

.ct_ico_fbttop {
    background-position: -2px -256px;
    margin: 5px auto;
}

.ct_ico_fbttop:hover {
    background-color: #c10d0c;
    background-position: -35px -256px;
}

.ct_fixbar_line {
    width: 30px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    border-top: 1px solid #f1d3d9;
    display: block;
    _display: inline-block;
    margin: 0px auto;
    _margin-left: 3px;
}

.ct_fixbar_qrc {
    width: 115px;
    height: auto;
    background-color: #fff;
    border: 1px solid #79c174;
    left: -122px;
    top: 0px;
    position: absolute;
    visibility: hidden;
}

.ct_ico_ffqrc {
    width: 105px;
    height: 105px;
    background-position: -535px -246px;
    margin: 5px auto;
    display: block;
    position: relative;
}

.ct_fixbar_qrc span {
    height: 24px;
    line-height: 24px;
    background-color: #caf5c7;
    color: #79c174;
    text-align: center;
    display: block;
}

.ct_ico_fbqrc:hover .ct_fixbar_qrc {
    visibility: visible;
}

.ct_fixbar_s {
    width: 8px;
    height: 14px;
    background-position: -42px -33px;
    margin: 0px;
    display: block;
    top: 5px;
    right: -12px;
    position: absolute;
    z-index: 3;
}

.ct_fixbar_tip {
    width: 68px;
    height: 25px;
    background-color: #fcf7ed;
    text-align: center;
    top: 5px;
    left: -74px;
    position: absolute;
    z-index: 3;
    visibility: hidden;
    color: #fff;
    line-height: 25px;
}

.ct_fixbar_tip span {

    background: rgba(0,0,0,0.60);
    border-radius: 4px;
    display: block;
    position: relative;
}

.ct_fixbar_tip .ct_fixbar_s {
    top: 11px;
    right: -7px;
}

.ct_fixbar:hover .ct_fixbar_tip {
    visibility: visible;
}

.flex-row{
    flex: 1;
    display: flex;
    flex-direction: row;
}
.flex-column{
    flex: 1;
    display: flex;
    flex-direction: column;
}




/*分页*/
.page-container {
    height: 50px;
    display: table;
    margin: 50px auto;
}

.page-container .page {
    text-align: center;
}

.page-container .fl {
    float: left;
}

.page-container .fr {
    float: right;
}

.page-container .pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
}

.page-container .pagingUl li {
    float: left;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background: #f5f5f5;
    text-align: center;
    margin-right: 10px;
    border-radius: 8px
}

.page-container .pagingUl li a {
    display: inline-block;
    text-align: center;
    line-height: 39px;
    color: #222222;
    font-size: 15px;
    width: 39px;
    height: 39px;
    background: #f5f5f5;
    border-radius: 8px;
}

.page-container .prv,
.page-container .next {
    text-align: center;
    cursor: pointer;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background: #f5f5f5;
    border-radius: 8px;
}

.page-container .prv {
    margin-right: 10px;
}

.page-container .first,
.page-container .last {
    cursor: pointer;
    margin-right: 10px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
    color: #222222;
}

.page-container .prv:hover,
.page-container .next:hover,
.page-container .first:hover,
.page-container .last:hover,
.page-container .pagingUl li a:hover,
.page-container .activity-page {
    color: #fff !important;
    background: #e6090e !important;
}
.button-plain{
    height: 37px;
    border: 1px solid #be0d0c;
    border-radius: 4px;
    line-height: 37px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    color: #c10d0c;
    display: block;
}

.share-code {
    text-align: center;
}
.share-code .bdsharebuttonbox {
    width: 110px;
    height: 73px;
    background: #c10d0c;
    border: 1px solid #e42928;
    border-radius: 58px;
    margin: 0 auto;
}
.share-code .bdsharebuttonbox img {
    margin: 10px auto 8px auto;
}
.share-code .bdsharebuttonbox a {
    font-size: 13px;
    color: #fff;
}
.share-code .bdsharebuttonbox a:hover {
    font-size: 13px;
    color: #fff;
}
.common_right_info_card{
    margin-bottom: 33px;
}
.common_right_info_card .common_right_info_title{
    display: flex;
    flex-direction: row;
    height: 26px;
    line-height: 26px;
    justify-content: space-between;
    margin-bottom: 26px;
}
.common_right_info_card .common_right_info_title .__title{
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
}
.common_right_info_card .common_right_info_title .__more{
    font-size: 14px;
    color: #bebebe;
}
.common_right_info_card .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.common_right_info_card .hot_service_org_list{

}
.common_right_info_card .hot_service_org_item{
    width: 179px;
    height: 165px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.10);
    display: block;
    float: left;
    margin-bottom: 26px;
    margin-right: 7px;
}
.common_right_info_card .hot_service_org_item:nth-of-type(2n) {
    margin-right: 0;
}
.common_right_info_card .hot_service_org_item .__image{
    width: 176px;
    height: 119px;
}
.common_right_info_card .hot_service_org_item .__image img{
    width: 100%;
    height: 100%;
}
.common_right_info_card .hot_service_org_item .__title{
    padding: 8px 20px 6px 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: CENTER;
    color: #000000;
    line-height: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 25px;
    font-weight: bolder;
}


.common_right_info_card .hot_service_item_list{

}
.common_right_info_card .hot_service_item_item{
    margin-bottom: 24px;
}
.common_right_info_card .hot_service_item_item a{
    display: flex;
    flex-direction: row;
    position: relative;
}

.common_right_info_card .hot_service_item_item .__image{
    width: 180px;
    height: 109px;
    margin-right: 16px;
}
.common_right_info_card .hot_service_item_item .__image img{
    width: 100%;
    height: 100%;
}

.common_right_info_card .hot_service_item_item .__content{

}

.common_right_info_card .hot_service_item_item .__content .__title{
    padding-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    height: 25px;
    font-weight: bolder;
}

.common_right_info_card .hot_service_item_item .__content .__tag{
    color: #888888;
    font-size: 12px;
}

.common_right_info_card .hot_service_item_item .__content .__footer{
    position: absolute;
    bottom: 0;
    right: 0;
}

.tabs_cont_activity {
    flex: 1;
}

.tabs_cont_activity li {
    display: flex;
    flex-direction: row;
}

.tabs_cont_activity .timeline {
    width: 8px;
    height: 86px;
    margin-right: 10px;
}

.tabs_cont_activity .timeline .circle {
    display: block;
    width: 4px;
    height: 4px;
    border: 2px solid #c80000;
    border-radius: 50%;
}

.tabs_cont_activity .timeline .line {
    display: block;
    width: 2px;
    height: 78px;
    background: #e8e8e8;
    margin: 0 3px;
}

.tabs_cont_activity .info {
    flex: 1;
    width: 300px;
    padding-bottom: 20px;
    margin-top: -4px;
}

.tabs_cont_activity .info .date {
    color: #888888;
    font-size: 12px;
    margin-left: 0px !important;
}

.tabs_cont_activity .info .title {
    color: #333333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin-top: 3px;
}

.tabs_cont_activity .info .tag {
    background: url(/images/new/listIconBg.png) no-repeat left 1px;
    color: #888888;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 6px;
}
