/* CSS Document */
@charset "utf-8";
#app {
    background: #f1f1f1;
    padding: 12px 0;
}
.card_title h3 a{
    font-size: 18px;
    color: #0f0f0f;
}
.card_title .title-more a{
    font-size: 16px;
    color: #888888 !important;
}
.card_title .active {
    color: #8a0c0c;
}
.card_title h3 span{
    width: 6px;
    text-align: center;
    font-size: 20px;
}
.ul_card {
    display: flex;
    flex-wrap: wrap;
}
.ul_card li{
    width: 31%;
    margin: 4px 1%;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #8b060629;
}
.ul_card li .expert_info div{
    display: flex;
    padding: 3px 0;
    font-size: 13px;
    color: gray;
}
.ul_card li .expert_info div span{
    font-size: 14px;
    font-weight: bolder;
    padding-right: 16px;
    color: black;
}

.ul_card li .position_info div{
    display: flex;
    padding: 3px 0;
    font-size: 12px;
    color: gray;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul_card li .position_info div .job_name{
    font-size: 14px;
    font-weight: bolder;
    padding-right: 16px;
    color: black;
}
.ul_card li .position_info .price{
   color: #8a0c0c;
}
.d_flex{
    display: flex;
}
.jc{
    justify-content: center;
}

.apply_btn{
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}
.apply_btn div{
    border-radius: 4px;
    border: 1px solid #8a0c0c;
    color: #8a0c0c;
    font-size: 14px;
    padding: 4px 8px;
    cursor: pointer;
}
.apply_btn div:hover{
    background: #8a0c0c;
    color: #FFFFFF;
}
.activity{
    display: flex;
}
.trucn{
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activity img{
    width: 100px;
    height: 60px;
    border-radius: 4px;
    margin-right: 8px;
    flex-shrink: 0;
}




.ct_contbox {
    margin-top: 10px;
}
.index_banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
}
.index_banner .ct_one_left {
    width: 100%;
    height: 460px;
    background: #ffffff;
    border-radius: 4px;
}

.index_banner .ct_slider_box {
    width: 100%;
    height: 460px;
}

.index_banner .ct_slider_box ul li {
    width: 100%;
    height: 460px;
    position: relative;
}

.index_banner .ct_slider_box img {
    width: 100%;
    height: 460px;
    border-radius: 4px;
}
.index_banner .ct_slider_box .dots {
    height: 25px;
    text-align: right;
    right: 20px;
    bottom: 0;
    position: absolute;
    font-size: 0;
}

.index_banner .ct_slider_box .dots li {
    width: 20px;
    height: 4px;
    background: #f6f6f6;
    border-radius: 27px;
    text-align: center;
    margin-right: 10px;
    display: inline;
    float: left;
    cursor: pointer;
}

.index_banner .ct_slider_box .dots li.active {
    background: #c10d0c;
}

.index_banner .ct_layout_slt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
    line-height: 57px;
    padding-left: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), #000000 100%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.index_banner .ct_layout_slt a {
    font-size: 16px;
    color: #ffffff;
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.index_banner .ct_one_right {
    width: 465px;
    height: 329px;
    border-radius: 4px;
    padding: 14px;
    background: #FFFFFF;
    border-radius: 16px;
}

.index_banner .tabs_menu {
    display: flex;
    flex-direction: row;
    position: relative;
}

.index_banner .tabs_menu li {
    padding: 0 6px 6px 6px;
    margin-right: 18px;
    cursor: pointer;
}

.index_banner .tabs_menu li span {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.index_banner .tabs_menu li.active {
    border-bottom: 3px solid #8a0c0c;
}

.index_banner .tabs_menu li:hover span {
    color: #e6090e;
}

.index_banner .tabs_menu .mores {
    position: absolute;
    right: 0;
    top: 5px;
    margin-right: 0;
    padding: 0;
}

.index_banner .tabs_cont {
    margin-top: 10px;
}

.index_banner .tabs_cont li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 36px;
    line-height: 36px;
}

.index_banner .tabs_cont li .text {
    width: 380px;
    font-size: 15px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_banner .tabs_cont li .date {
    color: #000000;
    font-size: 14px;
    width: 95px;
    text-align: right;
    flex-shrink: 0;
}


.index_banner .tabs_cont li a:hover .text {
    color: #8a0c0c;
}
.ct_seven_box .tabs_cont li {
    padding: 6px 0;
}
.ct_seven_box .tabs_cont li a{
    display: flex;
    justify-content: space-between;
}
.ct_seven_box .tabs_cont li .text {
    flex: 1;
    font-size: 15px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ct_seven_box .tabs_cont li .date {
    color: #000000;
    font-size: 14px;
    width: 110px;
    text-align: right;
}

.ct_seven_box .tabs_cont li a:hover .text {
    color: #8a0c0c;
}
.ct_one {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.ct_one .ct_one_left {
    width: 695px;
    height: 357px;
    background: #ffffff;
    border-radius: 4px;
}

.ct_one .ct_slider_box {
    width: 695px;
    height: 357px;
}

.ct_one .ct_slider_box ul li {
    width: 695px;
    height: 357px;
    position: relative;
}

.ct_one .ct_slider_box img {
    width: 695px;
    height: 357px;
    border-radius: 4px;
}

.ct_one .ct_slider_box .dots {
    height: 25px;
    text-align: right;
    right: 20px;
    bottom: 0;
    position: absolute;
    font-size: 0;
}

.ct_one .ct_slider_box .dots li {
    width: 20px;
    height: 4px;
    background: #f6f6f6;
    border-radius: 27px;
    text-align: center;
    margin-right: 10px;
    display: inline;
    float: left;
    cursor: pointer;
}

.ct_one .ct_slider_box .dots li.active {
    background: #c10d0c;
}

.ct_one .ct_layout_slt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
    line-height: 57px;
    padding-left: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), #000000 100%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ct_one .ct_layout_slt a {
    font-size: 16px;
    color: #ffffff;
}

.ct_one .ct_one_right {
    width: 465px;
    height: 329px;
    background: #ffffff;
    border-radius: 4px;
    padding: 14px;
}

.ct_one .tabs_menu {
    display: flex;
    flex-direction: row;
    position: relative;
}

.ct_one .tabs_menu li {
    padding: 0 6px 6px 6px;
    margin-right: 18px;
    cursor: pointer;
}

.ct_one .tabs_menu li span {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.ct_one .tabs_menu li.active {
    border-bottom: 3px solid #8a0c0c;
}

.ct_one .tabs_menu li:hover span {
    color: #e6090e;
}

.ct_one .tabs_menu .mores {
    position: absolute;
    right: 0;
    top: 5px;
    margin-right: 0;
    padding: 0;
}

.ct_one .tabs_cont {
    margin-top: 10px;
}

.ct_one .tabs_cont li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 36px;
    line-height: 36px;
}

.ct_one .tabs_cont li .text {
    width: 380px;
    font-size: 13px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ct_one .tabs_cont li .date {
    color: #8f8f8f;
    font-size: 12px;
    width: 95px;
    text-align: right;
}

.ct_one .tabs_cont li a:hover .text {
    color: #e6090e;
}

.ct_two {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 16px;
}

.ct_two .ct_two_item {
    width: 247px;
    height: 84px;
    padding: 22px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ct_two .ct_two_item .icon-box {
    width: 50px;
    height: 50px;
    background: rgba(230, 9, 14, 0.16);
    border-radius: 50%;
    margin-top: 16px;
}

.ct_two .ct_two_item .icon-box img {
    width: 100%;
    height: 100%;
}

.ct_two .ct_two_item .link-box {
    margin-top: 16px;
    margin-left: 20px;
    flex: 1;
    height: 50px;
}

.ct_two .ct_two_item:nth-of-type(2) .link-box {
    margin-left: 10px;
}

.ct_two .link-box a {
    font-size: 13px;
    color: #333333;
    margin: 0 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.ct_two .link-box a span {
    vertical-align: middle;
}

.ct_two .link-box a .line {
    display: inline-block;
    width: 2px;
    height: 11px;
    vertical-align: middle;
    background: #8a0c0c;
    margin-right: 6px;
}

.ct_two .ct_two_item:nth-of-type(2) .link-box a {
    margin: 0 6px 10px 6px;
}

.ct_two .link-box a:hover {
    color: #e6090e;
}

.ct_contbox_ad {
    height: 110px;
    margin-top: 16px;
    background: #ffffff;
    border-radius: 4px;
}

.ct_three {
    height: 674px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 16px;
}

.ct_three .ct_three_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ct_contbox .module_title {
    padding: 34px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}
.ct_contbox .module_title  a{
    color: #333333;
}

.ct_three .ct_three_left {
    width: 778px;
    display: flex;
    flex-direction: column;
    padding: 0 15px 22px 34px;
}

.ct_three .ct_three_right {
    width: 320px;
    display: flex;
    flex-direction: column;
    padding-right: 34px;
    padding-bottom: 22px;
}

.ct_contbox .tabs_menus {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
}

.ct_contbox .tabs_menus li {
    font-size: 14px;
    color: #888888;
    cursor: pointer;
}

.ct_contbox .tabs_menus li span {
    padding: 0 4px 8px 4px;

}

.ct_contbox .tabs_menus li.active {
    color: #333333;
}

.ct_contbox .tabs_menus li.active span {
    border-bottom: 3px solid #8a0c0c;
    color: #333;
}

.ct_contbox .tabs_menus li:hover span {
    color: #e6090e;
}

.ct_contbox .tabs_conts {
    overflow: hidden;
    justify-content: space-between;
}

.ct_contbox .tabs_conts li {
    float: left;
    width: 188px;
    height: 226px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.10);
    margin-right: 6px;
    margin-top: 29px;
}

.ct_contbox .tabs_conts li:nth-of-type(4n) {
    margin-right: 0;
}

.ct_contbox .tabs_conts li a {
    display: block;
    width: 100%;
    height: 100%;
}

.ct_contbox .tabs_conts li a:hover h3 {
    color: #e6090e;
}

.ct_contbox .tabs_conts .info {
    flex: 1;
}

.ct_contbox .tabs_conts .info img {
    width: 100%;
    height: 100px;
}

.ct_contbox .tabs_conts .info h3 {
    padding: 4px 10px 0 10px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

.ct_contbox .tabs_conts .info p {
    color: #999999;
    font-size: 14px;
    padding: 0 10px;
}
.ct_contbox .tabs_cont .tag {
    background: url(/images/new/listIconBg.png) no-repeat left 1px;
    color: #888888;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 6px;
}

.ct_contbox .tabs_conts .score {
    height: 20px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ct_contbox .tabs_conts .score .left span {
    color: #666666;
    font-size: 12px;
    vertical-align: middle;
}

.ct_contbox .tabs_conts .score .left img {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.ct_contbox .tabs_conts .score .right {
    color: #8a0c0c;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.ct_three_right .tabs_menu {
    height: 40px;
}

.ct_three_right .tabs_menu span {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
}

.ct_three_right .tabs_menu .line {
    display: inline-block;
    width: 2px;
    height: 11px;
    background: #e6090e;
    vertical-align: middle;
    margin-right: 3px;
}

.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;
}

.look_more {
    height: 37px;
}

.look_more a {
    display: block;
    line-height: 37px;
    background: #fafafa;
    border-radius: 4px;
    text-align: center;
    color: #848484;
    font-size: 13px;
}

.look_more a:hover {
    color: #e6090e;
}

.ct_four {
    height: 655px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 16px;
}

.ct_four .ct_four_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ct_four .ct_four_left {
    width: 650px;
    display: flex;
    flex-direction: column;
    padding: 0 15px 22px 34px;
}

.ct_four .tabs_menu {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ct_four .tabs_menu .menu {

}

.ct_four .tabs_menu .menu span {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
}

.ct_four .tabs_menu .menu .line {
    display: inline-block;
    width: 2px;
    height: 11px;
    background: #e6090e;
    vertical-align: sub;
    margin-right: 5px;
}

.ct_contbox .mores a {
    color: #888888;
    font-size: 12px;
}

.ct_contbox .mores a:hover {
    color: #e6090e;
}

.ct_four .ct_four_left li {
    margin-bottom: 26px;
}

.ct_four .ct_four_left .has_img_item a {
    display: flex;
    flex-direction: row;
}

.ct_four .ct_four_left .has_img_item img {
    width: 147px;
    height: 100px;
}

.ct_four .ct_four_left .has_img_item .info {
    padding: 12px 0 12px 12px;
    width: 491px;
}

.ct_four .ct_four_left .title {
    font-size: 15px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ct_four .ct_four_left .context {
    padding-top: 14px;
}

.ct_four .ct_four_left .top {
    color: #e6090e;
    font-size: 12px;
    border: 1px solid #e6090e;
    border-radius: 4px;
    line-height: 21px;
    padding: 2px 6px;
}

.ct_four .ct_four_left .tag {
    color: #888888;
    font-size: 12px;
    margin-left: 18px;
}

.ct_four .ct_four_left .date {
    color: #888888;
    font-size: 12px;
    margin-left: 18px;
}

.ct_four .ct_four_left .no_img_item .tag {
    margin-left: 0;
}

.ct_four .ct_four_left li a:hover .title {
    color: #e6090e;
}

.ct_four .ct_four_right {
    width: 435px;
    display: flex;
    flex-direction: column;
    padding-right: 34px;
    padding-bottom: 22px;
}

.ct_four .ct_four_right .no_img_item {
    margin-bottom: 21px;
}

.ct_four .ct_four_right .no_img_item:last-child {
    margin-bottom: 0;
}

.ct_four .ct_four_right .no_img_item .title {
    color: #333333;
    font-size: 13px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
    max-height: 40px;
}

.ct_four .ct_four_right .tag {
    color: #888888;
    font-size: 12px;
}

.ct_four .ct_four_right .date {
    color: #888888;
    font-size: 12px;
    margin-left: 18px;
}

.ct_four .ct_four_right a:hover .title {
    color: #e6090e;
}

.ct_five {
    background: #ffffff;
    border-radius: 4px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.ct_five_box {
    flex: 1;
}

.ct_five .more {
    height: 33px;
    line-height: 33px;
    padding-bottom: 34px;
    text-align: center;
}

.ct_five .more a {
    display: inline-block;
    width: 116px;
    height: 100%;
    margin: 0 auto;
    border: 1px solid #e6090e;
    border-radius: 40px;
    color: #e6090e;
    font-size: 12px;
}

#swiperBox .swiper-container {
    overflow: visible;
}

#swiperBox .swiper-slide {
    width: 540px;
    height: 350px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#swiperBox .swiper-slide img {
    display: block;
    width: 540px;
    height: 290px;
}

#swiperBox .swiper-slide p {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #636363;
    font-size: 16px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}

#swiperBox .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#swiperBox .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#swiperBox .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#swiperBox .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(/images/new/swiperBtnIcon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#swiperBox .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#swiperBox .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(/images/new/swiperBtnIcon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#swiperBox .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.ct_six {
    height: 674px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 16px;
}

.ct_six_box {
    height: 542px;
    padding: 0 34px 34px 34px;
    display: flex;
    flex-direction: column;
}

.ct_six_box .flex-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
}

.ct_six_box .tabs_menus li {
    margin-right: 30px;
}

.ct_six_box .flex-bottom {
    flex: 1;
}

.ct_six .tabs_conts li {
    width: 276px;
    height: 220px;
}

.ct_six .tabs_conts .score img, .ct_six .tabs_conts .score span {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-weight: normal;
}

.ct_six .tabs_conts li .info img {
    height: 148px;
}

.ct_seven {
    /*height: 573px;*/
    background: #ffffff;
    border-radius: 4px;
    margin-top: 16px;
}

.ct_seven .ct_seven_box {
    /*height: 441px;*/
    padding: 0 34px 34px 34px;
    display: flex;
    flex-direction: column;
}

.ct_seven_box .flex-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}

.ct_seven .ct_seven_box .tabs_menus li {
    margin-right: 30px;
}

.ct_seven_box .flex-bottom {
    flex: 1;
}

.ct_seven .tabs_conts li {
    width: 173px;
    height: 130px;
}

.ct_seven .tabs_conts li:nth-of-type(4n) {
    margin-right: 6px;
}

.ct_seven .tabs_conts li:nth-of-type(6n) {
    margin-right: 0;
}

.ct_seven .tabs_conts .info h3 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ct_eight {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 16px;
}

.ct_eight .ct_eight_item {
    width: 450px;
    height: 228px;
    padding: 28px 28px 20px 28px;
    background: #ffffff;
    border-radius: 4px;
}

.ct_eight_item .big_icon {
    margin: 0 auto;
}

.ct_eight_item .title {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0 6px 0;
}

.ct_eight_item .text {
    width: 166px;
    margin: 0 auto;
}

.ct_eight_item .text span {
    padding: 0 2px;
    color: #999999;
    font-size: 12px;
}

.ct_eight_item .has_icon_box {
    overflow: hidden;
    margin-top: 14px;
}

.ct_eight_item .has_icon_box li a {
    display: flex;
    flex-direction: row;
}

.ct_eight_item .has_icon_box li {
    float: left;
    width: 49.5%;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    height: 34px;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.ct_eight_item .has_icon_box li:nth-of-type(3), .ct_eight_item .has_icon_box li:nth-of-type(4) {
    border-bottom: none;
}

.ct_eight_item .has_icon_box li:nth-of-type(2n) {
    border-right: none;
}

.ct_eight_item .has_icon_box li img {
    vertical-align: middle;
    width: 20px;
    height: 22px;
    margin: 5px 0;
}

.ct_eight_item .has_icon_box li span {
    vertical-align: middle;
    padding-left: 12px;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
}

.ct_nine {
    height: 207px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 16px;
    padding: 50px 0px;
}

.ct_nine_top {
    height: 65px;
    display: flex;
    flex-direction: row;
    padding: 0 150px
}

.ct_nine_top .title {
    width: 135px;
}

.ct_nine_top .title h3 {
    color: #8a0c0c;
    font-size: 24px;
    font-weight: 700;
}

.ct_nine_top .title p {
    color: #aeaeae;
    font-size: 12px;
}

.ct_nine_top .unit_swiper_box {
    width: 748px !important;
    margin-left: 42px;
    overflow: auto;
}

.ct_nine_top .unit_swiper_box .swiper-slide {
    width: 150px !important;
    margin-right: 15px
}

.ct_nine_top .unit_swiper_box .swiper-slide img {
    width: 150px;
    height: 58px;
}

.ct_nine_bottom {
    padding: 0 150px;
}

.ct_nine_bottom_item {
    display: flex;
    flex-direction: row;
    line-height: 48px;
}

.ct_nine_bottom_item .title {

}

.ct_nine_bottom_item .title span {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    vertical-align: middle;
}

.ct_nine_bottom_item .title .line {
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #dadada;
}

.ct_nine_bottom_item .list {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.ct_nine_bottom_item .list a {
    color: #686868;
    font-size: 12px;
    margin-right: 20px;
}

.ct_nine_bottom_item .list a:hover {
    color: #e6090e;
}

.resource_sharing_ct_six {
    height: 750px;
}

.resource_sharing_ct_six .resource_sharing_six_box {
    height: 632px;
    padding-bottom: 20px;
}

.resource_sharing_six_box .tabs_menus {
    width: 100%;
}

.resource_sharing_six_box .tabs_menus li {
    margin-right: unset;
}

.resource_sharing_six_box .flex-bottom {
    display: flex;
    flex-direction: row;
}

.resource_sharing_six_box .flex-bottom .left_box {
    width: 230px;
    margin-top: 10px;
    background: #fafafa;
    border-radius: 4px;
    color: #666666;
    font-size: 13px;
}

.resource_sharing_six_box .flex-bottom .right_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.button_tabs_menu {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.button_tabs_menu ul {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.button_tabs_menu ul li {
    width: 90px;
    height: 30px;
    background: #fafafa;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    margin: 0 0 0 10px;
    cursor: pointer;
    color: #848484;
    font-size: 12px;
}

.button_tabs_menu ul li.active {
    background: #ffe3e3;
    border: 1px solid #906868;
    color: #8a0c0c;
}

.button_tabs_menu ul li:hover {
    color: #8a0c0c;
}

.resource_sharing_six_box .flex-bottom .right_box .middle {
    flex: 1;
}

.resource_sharing_six_box .flex-bottom .right_box .middle ul {
    overflow: hidden;
}

.resource_sharing_six_box .flex-bottom .right_box .middle ul li {
    width: 288px;
    margin-right: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: row;
    float: left;
    margin-bottom: 12px;
    border: 1px solid #eee;
}

.resource_sharing_six_box .flex-bottom .right_box .middle ul li:nth-of-type(3n) {
    margin-right: 0;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .head_photo {
    width: 95px;
    padding: 10px;
    height: 128px;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .info {
    width: 163px;
    padding: 10px 10px 10px 0;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .info h3 {
    color: #c10d0c;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #666666;
    font-size: 12px;
    line-height: 25px;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .info p span:first-child {
    color: #888888;
}

.resource_sharing_six_box .flex-bottom .right_box .bottom {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.resource_sharing_six_box .flex-bottom .right_box .bottom a {
    width: 116px;
    height: 33px;
    border: 1px solid #e6090e;
    border-radius: 40px;
    color: #e6090e;
    font-size: 12px;
    display: inline-block;
}

.resource_sharing_six_box .flex-bottom .right_box .bottom a:hover {
    background: #e6090e;
    color: #fff;
}

.resource_sharing_six_box .flex-bottom .left_box .tabs_menus {
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
}

.resource_sharing_six_box .flex-bottom .left_box .tabs_menus li {
    margin: 15px 10px;
}

.resource_sharing_six_box .flex-bottom .left_box .tabs_menus li span {
    padding: 0 0 0 5px;
}

.resource_sharing_six_box .flex-bottom .left_box .tabs_menus li.active span {
    border: none;
    font-size: 14px;
}

.resource_sharing_six_box .flex-bottom .left_box .tabs_menus li.active .line {
    width: 2px;
    height: 11px;
    background: #e6090e;
    display: inline-block;
    padding: 0;
    margin-top: 2px;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box {

}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box li {
    border: none;
    width: 890px;
    margin-right: 0;
    border-bottom: 1px solid #f6f6f6;
    box-shadow: none;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box li .head_photo {
    width: 180px;
    height: 110px;
    border: 1px solid #eee;
    padding: 0;
    margin: 10px;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box li .info {
    flex: 1;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box li .info h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box .info p {
    color: #888;
    line-height: 20px;
    margin-top: 5px;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box .info .desc {
    line-height: 20px;
    height: auto;
    max-height: 40px;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box .flex-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box .flex-box p {
    margin-top: 0;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box .info p .mini-title {
    color: #333;
}

.ml20 {
    margin-left: 20px;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box .flex-box .region {
    width: 500px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

.resource_sharing_six_box .flex-bottom .right_box .middle .company_box .flex-box a {
    width: 82px;
    height: 28px;
    background: #c10d0c;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    margin-top: -10px;
}

.ct_seven.famous_library {
    height: 707px;
    position: relative;
}

.ct_seven.famous_library .ct_seven_box {
    height: 575px;
}

.ct_seven.famous_library .button_tabs_menu {
    position: absolute;
    right: 34px;
    top: 50px;
}

.ct_seven.famous_library .tabs_menus {
    width: 100%;
}

.ct_seven.famous_library .tabs_menus li {
    margin-right: unset;
    height: 248px;
}

.ct_seven.famous_library .tabs_conts {

}

.ct_seven.famous_library .tabs_conts li {
    height: 248px;
    margin-top: 15px;
}

.ct_seven.famous_library .tabs_conts li img {
    display: block;
    width: 100%;
    height: 130px;
}

.ct_seven.famous_library .tabs_conts li .rl_list1_d1 {
    height: 35px;
    line-height: 35px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: 微软雅黑;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    padding: 0px 10px;
    overflow: hidden;
}

.ct_seven.famous_library .tabs_conts li .rl_list1_d2 {
    line-height: 20px;
    padding: 0px 10px 0px 30px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../../images/new/listIconBg.png) no-repeat 10px;
}

.ct_seven.famous_library .tabs_conts li .rl_list1_d3 {
    line-height: 20px;
    padding: 4px 10px 5px 30px;
    color: #999999;
    background: url(../../images/new/ri_price-tag-3-line.png) no-repeat 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ct_seven.famous_library .tabs_conts li .rl_list1_d4 {
    line-height: 20px;
    padding: 0px 10px 0px 30px;
    color: #999999;
    background: url(../../images/new/ri_time-line.png) no-repeat 10px;
    font-size: 14px;
}

.category_menus {

}

.category_menus .mod_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 24px;
    margin-bottom: 10px;
}

.category_menus .mod_title span {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.category_menus .mod_title a {
    color: #888888;
    font-size: 12px;
}

.category_menus .mod_list {
    overflow: hidden;
}

.category_menus .mod_list li {
    float: left;
    width: 288px;
    height: 82px;
    background: #ffffff;
    border-radius: 8px;
    margin: 5px 15px 5px 0;
}

.category_menus .mod_list li:nth-of-type(4n) {
    margin-right: 0;
}

.category_menus .mod_list li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 25px;
}

.category_menus .mod_list li a:hover h3 {
    color: #c01d10;
}

.category_menus .mod_list .menu {
    flex: 1;
    overflow: hidden;
}

.category_menus .mod_list .menu h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category_menus .mod_list .menu p {
    font-size: 13px;
    color: #666666;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category_menus .mod_list .icon {
    width: 35px;
    height: 35px;
    margin: 8px 0;
}

.quick_navs {
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 0;
}

.quick_navs .nav_title {
    width: 140px;
    height: 100px;
    line-height: 100px;
    margin: 22px 0;
    font-size: 18px;
    font-weight: 700;
    color: #8a0c0c;
    padding-left: 50px;
}

.quick_navs .nav_list {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 30px;
}

.quick_navs .nav_list li {
    width: 235px;
    height: 100px;
    border: 1px solid #efefef;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    margin: 22px 0;
}

.quick_navs .nav_list a {
    display: flex;
    flex-direction: row;
    height: 44px;
    line-height: 44px;
    width: 160px;
    margin: 28px auto;
}

.quick_navs .nav_list a:hover h3 {
    color: #c01d10;
    font-size: 16px;
}

.quick_navs .nav_list a .icon {
    width: 44px;
    height: 44px;
}

.quick_navs .nav_list a h3 {
    padding-left: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.latest_supply_demand {
    height: auto;
}

.latest_supply_demand .ct_six_box {
    height: auto;
}

.latest_supply_demand .tabs_conts li {
    height: 185px;
}

.latest_supply_demand .tabs_conts li h3 {
    font-size: 18px;
    font-weight: 700;
    color: #960100;
    padding: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latest_supply_demand .tabs_conts li p {
    display: flex;
    flex-direction: row;
    padding: 5px 18px;
    justify-content: space-between;
}

.latest_supply_demand .tabs_conts li p span:first-child {
    font-size: 12px;
    color: #888888;
}

.latest_supply_demand .tabs_conts li p span:last-child {
    font-size: 12px;
    color: #666666;
}

.latest_supply_demand .tabs_conts li p span.special {
    color: #8a0c0c;
    font-size: 14px;
    font-weight: 700;
}

.latest_supply_demand .tabs_conts li .date {
    text-align: right;
    color: #999999;
    font-size: 14px;
    justify-content: end;
}

.latest_supply_demand .tabs_conts li .date img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.supply_demand_ct_six, .supply_demand_ct_six .resource_sharing_six_box {
    height: auto;
}

.supply_demand_ct_six .flex-top {
    width: 800px;
}

.supply_demand_ct_six .flex-bottom .left_box .tabs_menus li {
    margin: 10px;
}

.supply_demand_ct_six .flex-bottom .right_box .middle ul li {
    flex-direction: column;
    width: 212px;
    height: 175px
}

.supply_demand_ct_six .flex-bottom .right_box .middle ul li:nth-of-type(3n) {
    margin-right: 10px;
}

.supply_demand_ct_six .flex-bottom .right_box .middle ul li:nth-of-type(4n) {
}

.supply_demand_ct_six .flex-bottom .right_box .middle ul li {
    padding-bottom: 10px;
}

.supply_demand_ct_six .flex-bottom .right_box .middle ul li h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding: 15px 15px 0 15px;
    height: 60px;
    max-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.supply_demand_ct_six .flex-bottom .right_box .middle ul li .rl_list1_d3 {
    line-height: 20px;
    padding: 4px 10px 2px 30px;
    color: #999999;
    background: url(../../images/new/ri_price-tag-3-line.png) no-repeat 10px 6px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.supply_demand_ct_six .flex-bottom .right_box .middle ul li .rl_list1_d2 {
    line-height: 20px;
    padding: 4px 10px 10px 30px;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../../images/new/listIconBg.png) no-repeat 10px 6px;
    display: flex;
    justify-content: space-between;
}

.supply_demand_ct_six .flex-bottom .right_box .middle ul li .rl_list1_d2 span:last-child {
    color: #8a0c0c;
    font-weight: 700;
}

.supply_demand_ct_six .flex-bottom .right_box .middle ul li .rl_list1_d4 {
    line-height: 20px;
    padding: 4px 10px 2px 30px;
    color: #999999;
    background: url(../../images/new/ri_time-line.png) no-repeat 10px 6px;
    font-size: 14px;
}

.industry_dynamics, .industry_dynamics .ct_six_box {
    height: auto;
}

.industry_dynamics .ct_four_left {
    padding-bottom: 0;
}

.industry_dynamics .ct_four_flex {
    margin-top: 15px;
}

.industry_dynamics .ct_four_right {
    padding-right: 0;
    padding-bottom: 0;
}

.industry_dynamics .ct_four_right .tabs_cont {
    overflow: hidden;
}

.industry_dynamics .ct_four_right .tabs_cont li {
    width: 190px;
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}

.industry_dynamics .ct_four_right .tabs_cont li:nth-of-type(2n) {
    margin-right: 0;
}

.industry_dynamics .ct_four_right .tabs_cont li a:hover h3 {
    color: #c01d10;
}

.industry_dynamics .ct_four_right .tabs_cont li img {
    width: 100%;
    height: 100px;
}

.industry_dynamics .ct_four_right .tabs_cont li h3 {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #454545;
}

.service_recommendations, .service_recommendations .ct_six_box {
    height: auto;
}

.service_recommendations .company_box {

}

.service_recommendations .company_box li {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #f6f6f6;
    box-shadow: none;
}

.service_recommendations .company_box li .head_photo {
    width: 180px;
    height: 110px;
    border: 1px solid #eee;
    padding: 0;
    margin: 10px;
}

.service_recommendations .company_box .info p {
    font-size: 12px;
    color: #888;
    line-height: 20px;
}

.service_recommendations .company_box .info p span {
    vertical-align: middle;
}

.service_recommendations .company_box .info p .mini-title {
    color: #333;
    font-size: 12px;
}

.service_recommendations .company_box .info p img {
    display: inline-block;
}

.service_recommendations .company_box .info p .special {
    color: #8a0c0c;
    font-size: 14px;
    font-weight: 700;
}

.service_recommendations .company_box li .info {
    flex: 1;
    width: 163px;
    padding: 10px 10px 10px 0;
}

.service_recommendations .company_box li .info h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
}

.service_recommendations .company_box li .info h3 .tag {
    color: #a9a9a9;
    font-size: 13px;
}

.service_recommendations .company_box .info .desc {
    line-height: 20px;
    height: auto;
    max-height: 40px;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify;
    color: #888;
    font-size: 12px;
    margin: 12px 0;
}

.service_recommendations .company_box .flex-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
}

.service_recommendations .company_box .flex-box a {
    width: 82px;
    height: 28px;
    background: #c10d0c;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}

.ml40 {
    margin-left: 40px;
}

.job_menus {

}

.job_menus .mod_list {

}

.job_menus .mod_list li {
    width: 390px;
}

.job_menus .mod_list li:nth-of-type(3n) {
    margin-right: 0;
}

.job_menus .mod_list li:nth-of-type(4n) {
    margin-right: 15px;
}

.has_operation_tabs {

}

.has_operation_tabs .oper-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}

.has_operation_tabs .oper-btns a {
    width: 220px;
    height: 63px;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    line-height: 63px;
}

.has_operation_tabs .oper-btns img {
    width: 41px;
    height: 42px;
    margin: 10px 20px;
}

.has_operation_tabs .oper-btns span {
    font-size: 13px;
    font-weight: 700;
    color: #c10d0c;
}

.famous {
    position: relative;
    height: auto;
}

.famous .ct_seven_box {
    height: auto;
}

.famous .mores {
    position: absolute;
    right: 34px;
    top: 50px;
}

.urgent-recruitment {
    background: #fff;
    margin-top: 16px;
}

.urgent-recruitment-box {
    padding: 0 34px 34px 34px;
}

.urgent-recruitment .urgent-recruitment-box ul {
    margin-bottom: 20px;
    overflow: hidden;
}

.urgent-recruitment .urgent-recruitment-box li {
    float: left;
    width: 555px;
    height: 144px;
    margin-right: 16px;
    margin-bottom: 16px;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #eee;
}

.urgent-recruitment .urgent-recruitment-box li:nth-of-type(2n) {
    margin-right: 0;
}

.urgent-recruitment .urgent-recruitment-box li a {
    display: flex;
    flex-direction: row;
    padding: 16px;
    position: relative;
}

.urgent-recruitment .urgent-recruitment-box li a img {
    width: 180px;
    height: 110px;
}

.urgent-recruitment-box .info {
    padding-left: 20px;
}

.urgent-recruitment .urgent-recruitment-box li .info h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 20px;
    margin-bottom: 15px;
}

.urgent-recruitment .urgent-recruitment-box li .info p {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.urgent-recruitment .urgent-recruitment-box li .info p .tip {
    font-size: 12px;
    color: #888888;
}

.urgent-recruitment .urgent-recruitment-box li .info p .special {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #8a0c0c;
}

.urgent-recruitment-box .bottom {
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.urgent-recruitment-box .bottom a {
    width: 116px;
    height: 33px;
    border: 1px solid #e6090e;
    border-radius: 40px;
    color: #e6090e;
    font-size: 12px;
    display: inline-block;
}

.ct_financing {
    height: auto;
}

.ct_financing .ct_six_box {
    height: auto;
}

.ct_financing .tabs_conts li {
    width: 219px;
    height: 240px;
    margin-top: 16px;
}

.ct_financing .tabs_conts li:nth-of-type(5n) {
    margin-right: 0;
}

.ct_financing .tabs_conts li:nth-of-type(4n) {
    margin-right: 6px;
}

.ct_financing .tabs_conts li img {
    width: 100%;
    height: 130px;
}

.ct_financing .tabs_conts li h3 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    padding: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ct_financing .tabs_conts li p {
    font-size: 12px;
    color: #888888;
    padding: 0 16px 5px 16px;
}

.ct_financing .tabs_conts li p span:last-child {
    font-size: 12px;
    color: #666666;
}

.ct_financing .tabs_conts li a:hover h3 {
    color: #c01d10;
}

.finance_service .help_list {
    overflow: hidden;
}

.finance_service .help_list li {
    float: left;
    width: 130px;
    height: 112px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    margin-right: 18px;
    margin-bottom: 16px;
    border: 1px solid #eee;
    text-align: center;
}

.finance_service .help_list li:nth-of-type(3n) {
    margin-right: 0;
}

.finance_service .help_list li a:hover p {
    color: #c01d10;
}

.finance_service .help_list li img {
    width: 53px;
    height: 53px;
    margin: 15px auto 10px auto;
}

.finance_service .help_list li p {
    font-size: 13px;
    font-weight: 700;
    color: #848484;
    margin-top: 15px;
}

.finance_service .service_flow {
    display: flex;
    flex-direction: row;
    background: #fafafa;
    border-radius: 4px;
    padding: 20px;
    margin-top: 15px;
}

.finance_service .service_flow .left {
    flex: 1;
}

.finance_service .service_flow .left h3 {
    font-size: 15px;
    color: #000000;
}

.finance_service .service_flow .left .steps {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.finance_service .service_flow .left .steps .line {
    width: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 10px 10px 0;
}

.finance_service .service_flow .left .steps .line .circle {
    width: 4px;
    height: 4px;
    background: #fff;
    border: 2px solid #c80000;
    border-radius: 50%;
}

.finance_service .service_flow .left .steps .line .streak {
    flex: 1;
    width: 2px;
    background: #e8e8e8;
    margin: 0 auto;
}

.finance_service .service_flow .left .steps .text {
    flex: 1;
    font-size: 13px;
    font-weight: 700;
    color: #848484;
    line-height: 20px;
}

.finance_service .service_flow .left .steps .text p {
    margin: 4px 0;
}

.finance_service .service_flow .right {

}

.finance_service .service_flow .right img {
    width: 184px;
    height: 155px;
}

.ct_service_index .nav_list a {
    width: 150px;
    height: auto;
    line-height: normal;
    justify-content: space-between;
    margin: 0 auto;
}

.ct_service_index .nav_list a img {
    margin-top: 27px;
}

.ct_service_index .info {
    line-height: 40px;
    margin-top: 15px;
    text-align: center;
}

.ct_service_index .info .num {
    font-size: 32px;
    font-weight: 700;
    color: #de2b2b;
}

.ct_service_index .info .title {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}

.ct_service_activities {
    background: #fff;
    margin-top: 15px;
}

.ct_service_activities .ct_six_box {
    height: auto;
}

.ct_service_activities ul {
    overflow: hidden;
}

.ct_service_activities ul li {
    float: left;
    width: 273px;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #eee;
}

.ct_service_activities ul li:nth-of-type(4n) {
    margin-right: 0;
}

.ct_service_activities ul li .title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 18px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ct_service_activities ul li .date {
    font-size: 14px;
    color: #999999;
    padding: 0px 10px 0px 30px;
    background: url(../../images/new/ri_time-line.png) no-repeat 10px 3px;
}

.ct_service_activities ul li .tag {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}

.ct_service_activities ul li .tag span {
    font-size: 12px;
    color: #888888;
    background: url(../../images/new/listIconBg.png) no-repeat 0px 8px;
    padding-left: 20px;
    padding-top: 8px;
}

.ct_service_activities ul li .tag a {
    background: #c10d0c;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    padding: 5px 15px;
}

.ct_service_activities .bottom {
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 15px;
}

.ct_service_activities .bottom a {
    width: 116px;
    height: 33px;
    border: 1px solid #e6090e;
    border-radius: 40px;
    color: #e6090e;
    font-size: 12px;
    display: inline-block;
}

.ct_service_activities .bottom a:hover {
    background: #e6090e;
    color: #fff;
}

.ct_service_need .tabs_conts li {
    height: 155px;
    margin-top: 15px;
}

.ct_service_application_record {
    position: relative;
    background: #fff;
    margin-top: 15px;
}

.ct_service_application_record .ct_six_box {
    height: auto;
}

.ct_service_application_record .mores {
    position: absolute;
    right: 34px;
    top: 50px;
}

.ct_service_application_record .ct_contbox .mores a {
    color: rgb(136, 136, 136);
    font-size: 12px;
}

.ct_service_application_record .table_thead {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fafafa;
    font-size: 14px;
    color: #666666;
    line-height: 45px;
}

.ct_service_application_record .table_thead li {
    flex: 1;
    text-align: center;
}

.ct_service_application_record .table_tbody {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #ffffff;
    font-size: 14px;
    color: #333333;
    line-height: 45px;
}

.ct_service_application_record .table_tbody:nth-of-type(2n) {
    background: #fcfcfc;
}

.ct_service_application_record .table_tbody li {
    flex: 1;
    text-align: center;
}

.ct_service_application_record .table_tbody li:last-child {
    font-size: 14px;
    color: #960100;
}

.ct_agency {
}

.ct_agency .mores {
    width: 50px;
    height: 100px;
    line-height: 100px;
    margin: 22px 0;
    padding-right: 95px;
}

.ct_agency .nav_list {
    justify-content: left;
    flex: auto;
}

.ct_agency .nav_list li {
    width: 175px;
    height: 70px;
    box-shadow: none;
    border-radius: unset;
    margin: 35px 15px 35px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ct_agency .nav_list li img {
    width: 95%;
    height: auto;
    max-height: 100%;
}

.ct_news_features .ct_four_right .tabs_cont .no_img_item {
    display: flex;
}

.ct_news_features .ct_four_right .tabs_cont .no_img_item img {
    width: 48px;
    height: 30px;
    border-left: 1px dashed #906868;
    border-right: 1px dashed #906868;
    margin-right: 12px;
}

.ct_policy_highlights {
    height: 735px;
}

.ct_policy_highlights .ct_four_right .tabs_cont {
    overflow: hidden;
}

.ct_policy_highlights .has_video_item {
    float: left;
    width: 206px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #eee;
    margin: 15px 16px 15px 0;
}

.ct_policy_highlights .has_video_item:nth-of-type(2n) {
    margin-right: 0;
}

.ct_policy_highlights .has_video_item img {
    width: 100%;
    height: 126px;
}

.ct_policy_highlights .has_video_item h3 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ct_policy_highlights .has_video_item .context {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.ct_policy_highlights .has_video_item .context .date {
    line-height: 20px;
    padding: 0px 10px 0px 18px;
    color: #999999;
    background: url(../../images/new/ri_time-line.png) no-repeat 0px;
    font-size: 14px;
    margin-left: 15px;
}

.ct_policy_highlights .has_video_item .context .look {
    line-height: 20px;
    padding: 0px 10px 0px 18px;
    color: #999999;
    background: url(../../images/new/ri_eye-line.png) no-repeat 0px;
    font-size: 14px;
    margin-right: 15px;
}

.ct_policy_highlights .has_product_item {
    float: left;
    width: 207px;
    margin: 15px 20px 15px 0;
}

.ct_policy_highlights .has_product_item:nth-of-type(2n) {
    margin-right: 0;
}

.ct_policy_highlights .has_product_item img {
    width: 100%;
    height: 100px;
}

.ct_policy_highlights .has_product_item h3 {
    font-size: 15px;
    font-weight: 700;
    color: #454545;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ct_financial_investment {
    height: 550px;
}

.ct_financial_investment .ct_slider_box {
    width: 401px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
}

.ct_financial_investment .ct_slider_box ul li {
    width: 401px;
    position: relative;
}

.ct_financial_investment .ct_slider_box img {
    width: 401px;
    height: 270px;
    border-radius: 4px;
}

.ct_financial_investment .ct_slider_box .dots {
    height: 25px;
    font-size: 0;
    margin: 0 auto;
}

.ct_financial_investment .ct_slider_box .dots li {
    width: 20px;
    height: 4px;
    background: #f6f6f6;
    border-radius: 27px;
    text-align: center;
    margin-right: 10px;
    display: inline;
    float: left;
    cursor: pointer;
}

.ct_financial_investment .ct_slider_box .dots li.active {
    background: #c10d0c;
}

.ct_financial_investment .ct_slider_box .ct_layout_slt {
    padding: 14px 16px 0px;
    font-size: 14px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 95px;
    line-height: 24px;
}

.ct_financial_investment .ct_slider_box .ct_layout_slt a {
    color: #888888;
}

.ct_financial_investment .ct_four_left {
    width: 700px;
}

.ct_financial_investment .ct_four_right {
    padding-left: 34px;
    padding-right: 0;
    width: 401px;
}

.training_classes .ct_four_left {
    width: 660px;
    padding-right: 25px;
}

.training_classes .ct_four_middle {
    padding-right: 25px;
}

.training_classes .ct_four_middle .has_video_item {

}

.training_classes .ct_four_right .look_more {
    margin-top: 20px;
}

.training_classes .video_text_item {
    margin-top: 14px;
    width: 330px;
}

.training_classes .video_text_item .title {
    width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.training_classes .video_text_item .context {
    text-align: right;
}

/* 左侧锚点导航 */
.ct_fixnav_box {
    width: 1200px;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin: 0px auto;
}

.ct_fixnav {
    width: 25px;
    height: auto;
    background-color: #fff;
    top: -200px;
    margin-left: -45px;
    position: fixed !important;
    z-index: 5;
}

.ct_fixnav a {
    width: 25px;
    height: 24px;
    background-image: url(/images/sprite2.gif);
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
    display: block;
}

.ct_fixnav a:hover {
    border-bottom: 1px solid #c10d01;
}

.ct_fixnav_01 {
    background-position: 0px -2px;
}

.ct_fixnav_02 {
    background-position: 0px -27px;
}

.ct_fixnav_03 {
    background-position: 0px -52px;
}

.ct_fixnav_04 {
    background-position: 0px -78px;
}

.ct_fixnav_05 {
    background-position: 0px -103px;
}

.ct_fixnav_06 {
    background-position: 0px -129px;
}

.ct_fixnav_01:hover {
    background-position: -26px -2px;
}

.ct_fixnav_02:hover {
    background-position: -26px -27px;
}

.ct_fixnav_03:hover {
    background-position: -26px -52px;
}

.ct_fixnav_04:hover {
    background-position: -26px -78px;
}

.ct_fixnav_05:hover {
    background-position: -26px -103px;
}

.ct_fixnav_06:hover {
    background-position: -26px -129px;
}

/* index_CSS */
.ct_index_slider_box {
    height: 410px;
}

.ct_slider_box {
    position: relative;
}

.ct_slider_box ul {
    height: 460px;
    overflow: hidden;
}

.ct_slider_box ul li {
    height: 460px;
    background-position: top center;
    float: left;
}


.index_banner_slider_box {
    position: relative;
}

.index_banner_slider_box ul {
    height: 460px;
    overflow: hidden;
}

.index_banner_slider_box ul li {
    height: 460px;
    background-position: top center;
    float: left;
}

.ct_index_fane_box {
    width: 1200px;
    height: 0px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.ct_index_fastmenu_box {
    width: 210px;
    height: 410px;
    top: 0px;
    left: 4px;
    position: absolute;
}

.ct_fastmenu_bg {
    background-repeat: repeat;
}

.ct_index_fastmenu_t {
    width: 190px;
    height: 30px;
    line-height: 30px;
    background-image: url(/images/fast_menu_tbg.png);
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
}

.ct_ico_fmu {
    width: 30px;
    height: 30px;
    background-position: -149px -4px;
    _background-position: -149px -2px;
}

.ct_ico_fnt {
    width: 30px;
    height: 30px;
    background-position: -108px -457px;
}

.ct_index_tipnews {
    width: 190px;
    height: 88px;
    background-image: url(/images/fast_menu_cbbg.png);
    padding: 10px;
    overflow: hidden;
}

.ct_index_tipnews li {
    width: 190px;
    height: 22px;
    line-height: 22px;
    float: left;
    overflow: hidden;
}

.ct_index_tipnews li a {
    color: #333;
}

.ct_index_tipnews li a:hover {
    color: #c10d0c;
}

.ct_fast_quicklink {
    width: 240px;
    height: 106px;
    background-image: url(/images/fast_menu_cabg.png);
    border-top: 2px solid #222;
    overflow: hidden;
}

.ct_fast_qk_cont {
    width: 105px;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    display: inline;
    float: left;
    overflow: hidden;
}

.ct_fast_qk_conts {
    width: 104px;
    border-right: 1px solid #fff;
}

.ct_fast_qk_cont i {
    width: 28px;
    height: 28px;
    margin: 0px;
    margin-top: 12px;
    display: inline;
    float: left;
}

.ct_ico_wdjsj {
    background-position: -618px -583px;
}

.ct_ico_wtssj {
    background-position: -586px -583px;
}

.ct_ico_wqcsj {
    background-position: -554px -583px;
}

.ct_ico_wwssj {
    background-position: -522px -583px;
}

.ct_fast_qk_cont a {
    width: 72px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
    text-indent: 5px;
    display: inline;
    float: left;
}

.ct_fast_qk_cont a:hover {
    color: #c10d0c;
}

.ct_index_fastmenu {
    width: 210px;
    height: 54px;
    background-image: url(/images/fast_menu_cabg.png);
    padding: 10px 0px;
    overflow: hidden;
}

.ct_index_fastmenu2 {
    background-image: url(/images/fast_menu_cbbg.png);
}

.ct_fastmenu_bg dt {
    width: 40px;
    height: 42px;
    padding-top: 12px;
    padding-left: 10px;
    float: left;
}

.ct_fastmenu_bg dd {
    width: 160px;
    _width: 150px;
    height: 54px;
    float: left;
    overflow: hidden;
}

.ct_fastmenu_bg dd a {
    width: auto;
    height: 27px;
    line-height: 27px;
    font-size: 12px;
    color: #333;
    padding-right: 15px;
    float: left;
    overflow: hidden;
}

.ct_fastmenu_bg dd a:hover {
    color: #c10d0c;
}

.ct_ico_fm1 {
    width: 30px;
    height: 30px;
    background-position: -149px -26px;
}

.ct_ico_fm2 {
    width: 30px;
    height: 30px;
    background-position: -149px -56px;
}

.ct_ico_fm3 {
    width: 30px;
    height: 30px;
    background-position: -149px -87px;
}

.ct_ico_fm4 {
    width: 30px;
    height: 30px;
    background-position: -149px -126px;
}

.ct_ico_fm5 {
    width: 30px;
    height: 30px;
    background-position: -149px -157px;
}

.ct_index_newinfo_box {
    width: 240px;
    height: 410px;
    top: 0px;
    right: 4px;
    position: absolute;
}

.ct_index_newinfo_box .ct_index_fastmenu_t {
    width: 220px;
}

.ct_ico_fnew {
    width: 30px;
    height: 30px;
    background-position: -150px -192px;
}

.ct_ico_ftak {
    width: 30px;
    height: 30px;
    background-position: -150px -228px;
}

.ct_newinfo {
    width: 220px;
    height: 192px;
    background-image: url(/images/fast_menu_cbbg.png);
    padding: 10px;
}

.ct_newinfo li {
    width: 220px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.ct_ico_nilt {
    width: 10px;
    height: 24px;
    background-position: -118px -128px;
    margin-right: 5px;
}

.ct_newinfo li a {
    color: #333;
}

.ct_newinfo li a:hover {
    color: #c10d0c;
}

.ct_fastlink {
    width: 210px;
    height: 30px;
    background-image: url(/images/fast_menu_cbbg.png);
    padding: 10px 15px;
}

.ct_fastlink_login, .ct_fastlink_register {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-position: -429px -361px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: left;
    margin: 0px;
}

.ct_fastlink_register {
    background-position: -539px -361px;
    color: #c10d0c;
    float: right;
}

.ct_fastlink_login:hover {
    color: #fff;
}

.ct_contbox_layouta {
    height: 390px;
}

.ct_layout {
    border: 1px solid #d9d9d9;
    display: inline;
    float: left;
}

.ct_layout_dj {
    width: 288px;
    height: 388px;
}

.ct_layout_t_box {
    height: 20px;
    border-bottom: 1px solid #d3d3d3;
    padding: 7px 0px;
}

.ct_layout_title {
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-indent: 10px;
    border-left: 2px solid #c10d0c;
    margin-left: 15px;
    _margin-left: 8px;
    float: left;
}

.ct_layout_more {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    float: right;
}

.ct_ico_more {
    width: 20px;
    height: 20px;
    background-position: -112px -247px;
}

.ct_layout_c_box {
    padding: 10px;
}

.ct_layout_ul_t {
    width: 268px;
    height: 22px;
    padding: 10px 0px;
    overflow: hidden;
}

.ct_layout_ul_li {
    width: 74px;
    height: 20px;
    line-height: 20px;
    color: #999;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: 10px;
    float: left;
    cursor: pointer;
}

.ct_layout_ul_active, .ct_layout_ul_li:hover {
    color: #c10d0c;
    border-color: #c10d0c;
}

.ct_layout_dl_c {
    width: 268px;
    height: 291px;
    display: none;
}

.ct_layout_dl_c dt {
    width: 268px;
    height: 120px;
    border-bottom: 1px solid #d3d3d3;
    float: left;
}

.ct_layout_dl_c dd {
    width: 268px;
    height: 30px;
    margin-top: 4px;
    float: left;
}

.ct_layout_dl_no {
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    text-align: center;
    float: left;
}

.ct_layout_dl_c dt .ct_layout_dl_no {
    width: 59px;
    color: #c10d0c;
}

.ct_layout_dl_pt {
    width: 188px;
    height: 110px;
    color: #333;
    border-left: 1px dashed #d9d9d9;
    padding: 5px 10px;
    padding-bottom: 0px;
    float: left;
}

.ct_layout_dl_pt span {
    width: 188px;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.ct_layout_dl_t {
    width: 208px;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.ct_layout_mr {
    width: 398px;
    height: 388px;
    margin-left: 20px;
}

.ct_layout_picnew {
    width: 378px;
    height: 200px;
    border-bottom: 1px dashed #d3d3d3;
}

.ct_layout_pn_b {
    width: 240px;
    height: 190px;
    color: #fff;
    float: left;
    position: relative;
}

.ct_layout_pn_b span {
    width: 240px;
    height: 30px;
    line-height: 30px;
    background-image: url(/images/ct_mr_tbg.png);
    font-family: "微软雅黑";
    font-size: 14px;
    text-align: center;
    display: block;
    bottom: 0px;
    left: 0px;
    position: absolute;
    overflow: hidden;
}

.ct_layout_pn_s {
    width: 118px;
    height: 95px;
    color: #333;
    float: right;
}

.ct_layout_pn_s span {
    width: 118px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.ct_layout_c_mr {
    width: 378px;
    height: 122px;
    padding-top: 0px;
}

.ct_layout_c_mr li {
    width: 378px;
    height: 24px;
    line-height: 24px;
    float: left;
}

.ct_layout_c_mr li a {
    width: 280px;
    height: 24px;
    color: #333;
    float: left;
    overflow: hidden;
}

.ct_layout_c_mr li a:hover {
    color: #c10d0c;
}

.ct_layout_c_mr li span {
    width: 80px;
    height: 24px;
    color: #999;
    float: right;
}

.ct_ico_mrlt {
    width: 20px;
    height: 20px;
    background-position: -112px -280px;
    margin-right: 5px;
}

.ct_ico_mrcl {
    width: 20px;
    height: 20px;
    background-position: -112px -303px;
    margin-right: 0px;
}

.ct_layout_qz {
    width: 468px;
    height: 388px;
    margin-left: 20px;
}

.ct_layout_qz_top {
    width: 448px;
    height: 75px;
}

.ct_layout_qz_timg {
    width: 125px;
    height: 75px;
    float: left;
}

.ct_layout_qz_tname {
    width: 303px;
    height: 31px;
    line-height: 31px;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    color: #333;
    float: right;
    overflow: hidden;
}

.ct_layout_qz_tcont {
    width: 303px;
    height: 44px;
    line-height: 22px;
    color: #666;
    text-indent: 24px;
    float: right;
}

.ct_layout_qz_tcont a {
    color: #c10d0c;
}

.ct_layout_qz_tcont a:hover {
    text-decoration: underline;
}

.ct_layout_qz_ul {
    width: 428px;
    height: 120px;
    padding: 0px 20px;
}

.ct_layout_qz_ul li {
    width: 428px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.ct_layout_qz_ul li a {
    color: #333;
    float: left;
}

.ct_layout_qz_ul li a:hover {
    color: #c10d0c;
}

.ct_layout_qz_ul li span {
    font-size: 12px;
    color: #666;
    float: right;
}

.ct_layout_qz_pul {
    width: 448px;
    height: 118px;
}

.ct_layout_qz_pul a {
    color: #333;
    margin-left: 7px;
    float: left;
}

.ct_layout_qz_pul a:hover {
    color: #c10d0c;
}

.ct_layout_qz_pul a span {
    width: 140px;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.ct_contbox_tg {
    width: 1198px;
    height: 110px;
    border: 1px solid #d9d9d9;
    position: relative;
}

.ct_tg_title {
    width: 80px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #c10d0c;
    text-align: center;
    top: 10px;
    left: 10px;
    position: absolute;
    z-index: 2;
}

.ct_contbox_tg .ct_layout_c_box {
    width: 1178px;
    height: 90px;
}

.ct_contbox_tg .ct_layout_c_box li {
    width: 103px;
    height: 50px;
    border-right: 1px solid #d3d3d3;
    margin-top: 20px;
    margin-left: 8px;
    padding-right: 5px;
    float: left;
}

.ct_contbox_tg .ct_layout_c_box a {
    width: 103px;
    height: 50px;
}

.ct_contbox_fw {
    height: 500px;
}

.ct_layout_tagbox {
    width: 950px;
    height: 500px;
    float: left;
    overflow: hidden;
}

.ct_title_tag_box {
    width: 950px;
    height: 40px;
}

.ct_title_tag_t {
    width: 154px;
    height: 39px;
    line-height: 39px;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #c10d0c;
    float: left;
}

.ct_ico_fw_t {
    width: 38px;
    height: 38px;
    background-position: -476px -138px;
}

.ct_title_tag_ul {
    width: 794px;
    height: 40px;
    background-image: url(/images/ct_tag_tbg.gif);
    background-repeat: repeat-x;
    border-right: 1px solid #d9d9d9;
    float: left;
}

.ct_title_tag {
    width: auto;
    height: 40px;
    line-height: 40px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    padding: 0px 12px;
    float: left;
    cursor: pointer;
}

.ct_title_tag_active {
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    color: #c10d0c;
    border: 1px solid #d9d9d9;
    border-top: 2px solid #c10d0c;
    border-bottom: 0px;
    padding: 0px 11px;
}

.ct_layout_tag_c {
    width: 928px;
    height: 439px;
    border: 1px solid #d9d9d9;
    border-top: 0px;
    padding: 10px;
    display: none;
}

.ct_layout_tag_typebox {
    width: 128px;
    height: 438px;
    border-right: 1px solid #d3d3d3;
    padding: 0px 10px 0px 5px;
    float: left;
}

.ct_contbox_my .ct_layout_tag_typebox {
    height: 360px;
}

.ct_layout_tag_typebox h3 {
    width: 128px;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #c10d0c;
    text-indent: 5px;
}

.ct_layout_tag_type {
    width: 118px;
    height: 200px;
    border-bottom: 1px solid #d9d9d9;
    padding: 5px;
}

.ct_layout_tag_type a {
    height: 25px;
    line-height: 25px;
    color: #333;
    padding-right: 10px;
    _padding-right: 8px;
    display: inline;
    float: left;
}

.ct_layout_tag_type a:hover {
    color: #c10d0c;
}

.ct_layout_tag_typebox h4 {
    width: 128px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #c10d0c;
    text-indent: 5px;
    border-bottom: 1px solid #c10d0c;
    padding-top: 5px;
}

.ct_layout_tag_pl {
    width: 122px;
    height: 60px;
    border: 1px solid #d9d9d9;
    margin: 0px auto;
    margin-top: 15px;
    display: block;
}

.ct_layout_tag_cont, .ct_layout_tag_conts {
    width: 784px;
    height: 214px;
    float: left;
}

.ct_layout_tag_conts {
    padding-top: 10px;
}

.ct_layout_tag {
    width: 176px;
    height: 214px;
    margin-left: 11px;
    float: left;
    display: inline;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    padding: 0 3px
}

.ct_layout_tagc_img {
    width: 170px;
    height: 111px;
    position: relative;
    margin: 6px 3px

}

.ct_layout_tagc_tip {
    height: 26px;
    background-image: url(/images/fast_menu_tbg.png);
    filter: alpha(opacity:0.5);
    padding-left: 5px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.ct_ico_fwbz, .ct_ico_fwsh, .ct_ico_fwrz {
    background-position: -11px -298px;
    margin-top: 5px;
    margin-right: 5px;
    float: left;

}

.ct_ico_fwsh {
    background-position: -11px -328px;
}

.ct_ico_fwrz {
    background-position: -11px -358px;
}

.ct_layout_tagc_tne {
    width: 170px;
    height: 20px;
    color: #333;
    padding: 10px 0px;
    display: block;
    cursor: pointer;
    margin: 0 3px;
}

.ct_layout_tagc_tne span {
    width: 120px;
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 12px;
    font-weight: bold;
    float: left;
    overflow: hidden;
}

.ct_ico_fweye {
    height: 20px;
    background-position: -11px -380px;
    margin: 0px;
    /* float: right;  */
}

.ct_layout_tagc_stc {
    width: 170px;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    margin-left: 3px;
    margin-right: 3px;
    /* padding-bottom: 20px;
    border-bottom: 1px dashed #d3d3d3; */
}

.ct_layout_star {
    width: 106px;
    height: 24px;
    line-height: 24px;
    float: left;
}

.ct_layout_star img {
    width: 10px;
    height: 10px;
    display: inline;
}

.cpy_cont_left_list_cont_p3 img {
    width: 13px;
    height: 13px;
    display: inline;
}

.ct_ico_fwstar {
    width: 10px;
    height: 24px;
    background-position: -48px -293px;
    margin: 0px;
    _margin-right: 4px;
}

.ct_layout_stcash {
    width: 64px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-align: right;
    float: right;
}

.ct_layout_stcash span {
    font-size: 18px;
    color: #c10d0c;
    padding-left: 5px;
}

.ct_layout_fh {
    width: 228px;
    height: 388px;
    float: right;
}

.ct_layout_fh .ct_layout_c_box {
    width: 208px;
    height: 224px;
    padding-bottom: 0px;
}

.ct_layout_fh .ct_layout_c_box li {
    width: 208px;
    height: 50px;
    border-bottom: 1px dashed #d3d3d3;
    float: left;
    margin-bottom: 5px;
}

.ct_layout_fh_tt {
    width: 208px;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    text-indent: 5px;
    display: block;
    overflow: hidden;
}

.ct_layout_fh_tc {
    width: 208px;
    height: 20px;
    color: #999;
}

.ct_layout_fh_tc .ct_layout_fhl {
    height: 20px;
    line-height: 20px;
    float: left;
}

.ct_layout_fh_tc .ct_layout_fhr {
    height: 20px;
    line-height: 20px;
    float: right;
}

.ct_ico_fh_list {
    background-position: -114px -331px;
    margin-right: 5px
}

.ct_layout_fh_ad {
    width: 198px;
    height: 100px;
    padding-top: 5px;
    margin: 0px auto;
    display: block;
}

.ct_layout_fh_btn, .ct_layout_fh_btn2 {
    width: 228px;
    height: 43px;
    background-color: #61cac4;
    color: #61cac4;
    border: 1px solid #61cac4;
    margin-top: 10px;
    float: right;
}

.ct_layout_fh_btn span {
    width: 140px;
    height: 43px;
    line-height: 43px;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    float: right;
    cursor: pointer;
}

.ct_layout_fh_btn2 {
    background-color: #f0895c;
    color: #f0895c;
    border: 1px solid #f0895c;
}

.ct_ico_fh_jg, .ct_ico_fh_qy {
    width: 42px;
    height: 42px;
    background-position: -473px -178px;
    float: left;
    margin-left: 20px
}

.ct_ico_fh_qy {
    background-position: -473px -220px;
}

.ct_contbox_rz {
    height: 360px;
}

.ct_layout_rzzx {
    width: 408px;
    height: 358px;
}

.ct_layout_rzzx .ct_layout_c_box {
    width: 378px;
    height: 298px;
    padding: 15px;
    padding-top: 0px;
}

.ct_layout_rz_pnew {
    width: 378px;
    height: 115px;
    border-bottom: 1px dashed #d3d3d3;
    margin-top: 10px;
}

.ct_layout_rz_pnt {
    width: 378px;
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
    float: left;
}

.ct_layout_rz_p {
    width: 125px;
    height: 75px;
    float: left;
}

.ct_layout_rz_new {
    width: 243px;
    height: 75px;
    line-height: 24px;
    color: #666;
    text-indent: 24px;
    float: right;
}

.ct_layout_rz_ul {
    width: 378px;
    height: 46px;
    padding-top: 10px;
}

.ct_layout_rz_ul li {
    width: 378px;
    height: 23px;
    line-height: 23px;
    float: left;
}

.ct_layout_rz_ul li a {
    width: 270px;
    height: 23px;
    line-height: 23px;
    color: #333;
    float: left;
    overflow: hidden;
}

.ct_layout_rz_ul li a:hover {
    color: #c10d0c;
}

.ct_layout_rz_ul li span {
    width: 100px;
    height: 23px;
    line-height: 23px;
    color: #999;
    text-align: right;
    float: right;
}

.ct_layout_rzcp {
    width: 768px;
    height: 358px;
    margin-left: 20px;
}

.ct_layout_rzcp .ct_layout_c_box {
    width: 738px;
    height: 293px;
    padding: 15px;
}

.ct_layout_rcp_tj {
    width: 200px;
    height: 291px;
    float: left;
    border: 1px solid #eee;
}

.ct_layout_rcp_img {
    width: 202px;
    height: 151px;
}

.ct_layout_rcp_link {
    width: 192px;
    height: 18px;
    line-height: 18px;
    background-color: #f9e2dc;
    padding: 6px 0px;
    padding-left: 10px;
}

.ct_layout_rcp_link a {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
}

.ct_layout_rcp_link a:hover {
    color: #c10d0c;
}

.ct_ico_rcp_sq, .ct_ico_rcp_sj {
    width: 18px;
    height: 18px;
    background-position: -42px -324px;
    margin-right: 5px;
}

.ct_ico_rcp_sj {
    background-position: -42px -356px;
}

.ct_layout_rcp_infobox {
    width: 182px;
    height: 92px;
    background-color: #fcedea;
    padding: 10px;
    overflow: hidden;
}

.ct_layout_rcp_info {
    width: 86px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    margin-left: 5px;
    display: inline;
    float: left;
}

.ct_layout_rcp_info span {
    font-size: 16px;
    color: #c10d0c;
    padding: 0px 5px;
}

.ct_layout_rcp_info span.ct_layout_rcp_b {
    color: #333;
}

.ct_layout_rcp_inline {
    width: 176px;
    height: 32px;
    line-height: 32px;
}

.ct_layout_rcp_pc {
    width: 268px;
    height: 293px;
    float: left;
}

.ct_layout_rcp_pc1 {
    width: 267px;
    height: 293px;
    float: left;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.ct_layout_rcp_ult {
    width: 268px;
    height: 142px;
}

.ct_layout_rcp_ult li {
    width: 133px;
    height: 140px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    overflow: hidden;
}

.ct_layout_rcp_ulf {
    width: 268px;
    height: 150px;
    border-top: 1px solid #eee;
}

.ct_layout_rcp_ulf li {
    width: 133px;
    height: 74px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    float: left;
    overflow: hidden;
}

.ct_contbox_ads {
    height: 110px;
}

.ct_contbox_ads a {
    float: left;
    display: inline;
}

.ct_contbox_ads_b {
    width: 410px;
    height: 110px;
}

.ct_contbox_ads_s {
    width: 375px;
    height: 110px;
    margin-left: 20px;
}

.ct_contbox_gq {
    height: 500px;
}

.ct_contbox_my {
    height: 420px;
}

.ct_contbox_gq .ct_layout_tagbox, .ct_contbox_gq .ct_title_tag_box {
    width: 1200px;
}

.ct_contbox_my .ct_layout_tagbox {
    width: 740px;
    height: 420px;
    overflow: hidden;
}

.ct_contbox_my .ct_title_tag_box {
    width: 740px;
}

.ct_contbox_gq .ct_layout_tag_c {
    width: 1178px;
    position: relative;
}

.ct_contbox_my .ct_layout_tag_c {
    width: 718px;
    height: 359px;
    overflow: hidden;
}

.ct_contbox_gq .ct_title_tag_ul {
    width: 1044px;
}

.ct_contbox_my .ct_title_tag_ul {
    width: 584px;
}

.ct_contbox_gq .ct_layout_tag_cont {
    width: 1034px;
}

.ct_contbox_my .ct_layout_tag_cont {
    width: 574px;
    height: 360px;
}

.ct_layout_tag_gq {
    width: 214px;
    height: 192px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    margin-left: 20px;
    display: inline;
    float: left;
}

.ct_layout_tag_gq:hover {
    border: 1px solid #c10d0c;
}

.ct_layout_tag_my {
    width: 569px;
    height: 179px;
    border-bottom: 1px dashed #d3d3d3;
    margin-left: 5px;
    display: inline;
    float: left;
}

.ct_layout_tag_my {
    height: 169px;
    padding-top: 10px
}

.ct_layout_my_cbox {
    width: 155px;
    height: 135px;
    border: 1px solid #d3d3d3;
    padding: 5px;
    margin-top: 10px;
    margin-left: 20px;
    display: inline;
    float: left;
}

.ct_layout_my_cbox:hover {
    border-color: #c10d0c;
}

.ct_layout_my_cbox .ct_ico_gp_tg {
    margin-right: 0px;
}

.ct_contbox_my .ct_layout_qz {
    width: 440px;
    height: 418px;
    margin: 0px;
    float: right;
}

.ct_contbox_my .ct_layout_t_box {
    padding: 9px 0px;
}

.ct_contbox_my .ct_layout_qz_top {
    width: 420px;
    height: 110px;
}

.ct_contbox_my .ct_layout_qz_tname {
    width: 420px;
    height: 35px;
    line-height: 35px;
    float: left;
}

.ct_contbox_my .ct_layout_qz_tcont {
    width: 283px;
    height: 75px;
    line-height: 25px;
}

.ct_contbox_my .ct_layout_qz_ul, .ct_contbox_my .ct_layout_qz_ul li {
    width: 400px;
}

.ct_contbox_my .ct_layout_qz_pul {
    width: 420px;
    padding-bottom: 0px;
}

.ct_contbox_my .ct_layout_qz_pul a {
    margin-left: 10px;
}

.ct_contbox_my .ct_layout_qz_pul span {
    width: 126px;
}

.ct_layout_my_cbox a {
    width: 155px;
    /*   height: 20px; */
    line-height: 20px;
    color: #333;
    padding-top: 5px;
    display: block;
}

.ct_layout_my_cbox a:hover {
    color: #c10d0c;
}

.ct_layout_tgq_t {
    width: 204px;
    height: 20px;
    line-height: 20px;
    color: #666;
    padding: 4px 5px;
    display: block;
}

.ct_layout_tgq_t span {
    width: 160px;
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    font-weight: bold;
    float: left;
    overflow: hidden;
}

.ct_layout_tgq_t .ct_ico_mrcl {
    margin-right: 5px;
}

.ct_ico_gq_h, .ct_ico_gp_tg {
    width: 20px;
    height: 20px;
    background-position: -76px -275px;
    margin-right: 5px;
}

.ct_ico_gp_tg {
    background-position: -76px -303px;
}

.ct_layout_tgq_tc {
    height: 40px;
    border-bottom: 1px dashed #d3d3d3;
}

.ct_layout_tgq_vei {
    width: 80px;
    height: 20px;
    line-height: 20px;
    float: left;
}

.ct_layout_tgq_vec {
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    color: #ff7c3b;
    float: right;
}

.ct_layout_tgq_vei i {
    margin-top: 0px;
    float: none;
}

.ct_ico_gp_ca {
    width: 20px;
    height: 20px;
    background-position: -76px -331px;
    margin-right: 5px;
}

.ct_layout_tgq_btnbox {
    width: 214px;
    height: 25px;
    line-height: 25px;
    color: #666;
    padding-top: 5px;
}

.ct_layout_tgq_btnbox a {
    width: 80px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border: 1px;
    border-style: solid;
}

.ct_layout_tgq_btnbox .left {
    color: #c10d0c;
    border-color: #c10d0c;
    float: left;
}

.ct_layout_tgq_btnbox .right {
    color: #bbb;
    border-color: #bbb;
    float: right;
}

.ct_layout_gq_pxbox {
    width: 190px;
    height: 24px;
    top: -32px;
    right: 5px;
    position: absolute;
    z-index: 2;
}

.ct_layout_gq_px {
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    border: 0px;
    padding: 0px 10px;
    margin-right: 15px;
    display: inline;
    float: left;
}

.ct_layout_gq_px:hover {
    color: #efa4a4;
}

.ct_gq_pact {
    background-color: #c10d0c;
    color: #fff;
}

.ct_contbox_wm {
    height: 465px;
}

.ct_layout_wlkt {
    width: 634px;
    height: 463px;
}

.ct_layout_wlkt .ct_layout_c_box {
    width: 612px;
    height: 401px;
    padding: 11px;
}

.ct_layout_wl_tbox {
    width: 612px;
    height: 21px;
}

.ct_layout_wlt {
    height: 21px;
    line-height: 21px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    padding: 0px 10px;
    margin-left: 10px;
    display: inline;
    float: left;
    cursor: pointer;
}

.ct_layout_wltact {
    background-color: #c10d0c;
    color: #fff;
}

.ct_layout_wl_cbox {
    width: 612px;
    height: 380px;
    display: none;
}

.ct_layout_wl_c {
    width: 184px;
    height: 174px;
    color: #333;
    border-bottom: 1px dashed #d3d3d3;
    padding: 0px 10px;
    margin-top: 15px;
    display: inline;
    float: left;
    cursor: pointer;
}

.ct_layout_wl_c:hover {
    border-bottom: 1px solid #c10d0c;
}

.ct_layout_wl_cp {
    width: 184px;
    height: 110px;
}

.ct_layout_wl_ct {
    width: 174px;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 14px;
    padding: 0px 5px;
    padding-top: 5px;
    overflow: hidden;
}

.ct_layout_wl_cf {
    width: 184px;
    height: 24px;
    padding-bottom: 5px;
}

.ct_layout_wl_cf span {
    height: 24px;
    color: #666;
    float: left;
}

.ct_layout_wl_cf span.ct_font_arial {
    float: right;
}

.ct_layout_wl_cf i {
    width: 20px;
}

.ct_layout_wl_cf .ct_ico_fweye {
    float: none;
}

.ct_layout_mytx {
    width: 542px;
    height: 463px;
    margin-left: 20px;
}

.ct_layout_mytx .ct_layout_c_box {
    width: 542px;
    height: 423px;
    padding: 0px;
}

.ct_layout_mytx .ct_layout_wl_tbox {
    width: 522px;
    padding-top: 10px;
    padding-left: 10px;
}

.ct_layout_nrcbox {
    width: 542px;
    height: 392px;
    display: none;
}

.ct_layout_nrc {
    width: 219px;
    height: 90px;
    border: 1px solid #d3d3d3;
    padding: 10px;
    margin-top: 15px;
    margin-left: 20px;
    display: inline;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.ct_layout_nrc:hover {
    border-color: #c10d0c;
}

.ct_nrc_t {
    width: 219px;
    height: 25px;
    line-height: 25px;
}

.ct_nrc_tl {
    width: 145px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    float: left;
}

.ct_ico_nrch {
    width: 20px;
    height: 20px;
    background-position: -108px -539px;
    margin: 0px;
    margin-left: 5px;
}

.ct_nrc_tr {
    width: 70px;
    color: #666;
    text-align: right;
    float: right;
}

.ct_nrc_tr span {
    font-size: 14px;
    color: #c10d0c;
}

.ct_nrc_c {
    width: 219px;
    height: 20px;
    padding: 5px 0px;
    border-bottom: 1px solid #d3d3d3;
    color: #999;
}

.ct_nrc_tn {
    width: 219px;
    height: 35px;
    line-height: 35px;
}

.ct_nrc_name {
    width: 169px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    float: left;
    overflow: hidden;
}

.ct_nrc_tn .ct_font_arial {
    width: 50px;
    color: #999;
    text-align: right;
    float: right;
}

.ct_ico_wdj, .ct_ico_wts, .ct_ico_wqc, .ct_ico_wws {
    width: 38px;
    height: 38px;
    background-position: -288px -80px;
}

.ct_ico_wts {
    background-position: -288px -133px;
}

.ct_ico_wqc {
    background-position: -288px -186px;
}

.ct_ico_wws {
    background-position: -288px -239px;
}

.ct_contbox_kj {
    height: 140px;
}

.ct_contbox_kjbox {
    width: 388px;
    height: 138px;
    border: 1px solid #d9d9d9;
    float: left;
}

.ct_contbox_kj_t {
    width: 348px;
    height: 80px;
    padding: 15px 20px;
    display: inline;
    float: left;
}

.ct_ico_kjqy, .ct_ico_kjjg, .ct_ico_kjck {
    width: 78px;
    height: 78px;
    background-position: -192px -78px;
    float: left;
}

.ct_contbox_kf_tc {
    width: 230px;
    height: 80px;
    padding-left: 10px;
    display: inline;
    float: left;
}

.ct_contbox_kf_tc h3 {
    width: 230px;
    height: 30px;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #333;
    padding-bottom: 5px;
    display: block;
}

.ct_contbox_kf_tc h4 {
    width: 230px;
    height: 20px;
    line-height: 20px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: block;
}

.ct_contbox_kf_c {
    width: 388px;
    height: 21px;
    line-height: 21px;
    border-top: 1px solid #d9d9d9;
    padding: 3px 0px;
    display: inline;
    float: left;
    overflow: hidden;
}

.ct_contbox_kf_c a {
    width: 96px;
    height: 21px;
    line-height: 21px;
    color: #666;
    text-indent: 10px;
    border-left: 1px dashed #d3d3d3;
    display: inline;
    float: left;
}

.ct_contbox_kf_c a:hover {
    color: #c10d0c;
}

.ct_contbox_kf_c a.ct_kf_line {
    border: 0px;
}

.ct_contbox_kf_c i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.ct_ico_kjsq {
    background-position: -154px -332px;
}

.ct_ico_kjhd {
    background-position: -185px -332px;
}

.ct_ico_kjxq {
    background-position: -216px -332px;
}

.ct_ico_kjrz {
    background-position: -246px -333px;
}

.ct_contbox_kjbox_s {
    margin-left: 15px;
    display: inline;
}

.ct_ico_kjjg {
    background-position: -192px -162px;
}

.ct_ico_kjsq2 {
    background-position: -154px -357px;
}

.ct_ico_kjhd2 {
    background-position: -185px -355px;
}

.ct_ico_kjxq2 {
    background-position: -216px -356px;
}

.ct_ico_kjrz2 {
    background-position: -246px -356px;
}

.ct_ico_kjck {
    background-position: -192px -245px;
}

.ct_ico_kjkp {
    background-position: -154px -379px;
}

.ct_ico_kjjgl {
    background-position: -185px -379px;
}

.ct_ico_kjqyl {
    background-position: -216px -379px;
}

.ct_ico_kjfwl {
    background-position: -245px -380px;
}

.ct_contbox_hz {
    height: 100px;
}

.ct_contbox_hz .ct_layout {
    width: 1148px;
    height: 58px;
    padding: 20px 25px;
}

.ct_layout_hz_t {
    width: 160px;
    height: 58px;
    padding-right: 13px;
    display: inline;
    float: left;
}

.ct_ico_hztp {
    width: 150px;
    height: 34px;
    background-position: -274px -356px;
    margin: 0px;
}

.ct_layout_hz_t span {
    width: 150px;
    height: 24px;
    line-height: 24px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333;
    display: block;
}

.ct_layout_hz_cont {
    width: 150px;
    height: 58px;
    padding: 0px 22px;
    display: inline;
    float: left;
}

.ct_contbox_yl {
    padding-bottom: 30px;
}

.ct_contbox_yl .ct_layout {
    width: 1178px;
    padding: 10px;
}

.ct_layout_ylbox {
    width: 1138px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    border-bottom: 1px dashed #d3d3d3;
    overflow: hidden;
}

.ct_layout_yl_t {
    width: 123px;
    height: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border-right: 2px solid #d3d3d3;
    float: left;
}

.ct_layout_ylbox a {
    color: #333;
    margin-left: 25px;
    display: inline;
    float: left;
}

.ct_layout_ylbox a:hover {
    color: #c10d0c;
}

.special_category_container {
    margin-top: 16px;
}

.special_category_container .special_category_item {
    width: 534px;
    height: 550px;
    background: #ffffff;
    border-radius: 4px;
    float: left;
    margin-bottom: 16px;
    padding: 23px 30px 0 30px;
}

.special_category_container .special_category_item:nth-child(odd) {
    margin-right: 12px;
}

.special_category_container .special_category_item .tabs_menu {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.special_category_container .special_category_item .tabs_menu .menu .line {
    display: inline-block;
    width: 2px;
    height: 11px;
    background: #e6090e;
    vertical-align: sub;
    margin-right: 5px;
}

.special_category_container .special_category_item .tabs_menu .menu span {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
}

.special_category_container .special_category_item .has_img_item a {
    display: flex;
    flex-direction: row;
}

.special_category_container .special_category_item .has_img_item img {
    width: 147px;
    height: 100px;
}

.special_category_container .special_category_item .tabs_cont li {
    margin-bottom: 26px;
}

.special_category_container .special_category_item .has_img_item .info {
    padding: 5px 0 12px 12px;
    width: 491px;
}

.special_category_container .special_category_item .title {
    font-size: 15px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;

}

.special_category_container .special_category_item .context {
    padding-top: 14px;
}

.special_category_container .special_category_item .tag {
    color: #888888;
    font-size: 12px;
    right: 18px;
}
