body{
    background-color: rgb(8, 35, 50)!important;
}
.navbar-bottom{
    background:rgb(0, 46, 68);
}
.navbar-bottom .bottom_content{
    color:#fff;
}
.navbar-bottom .bottom_content .content-left .menu li a{
    color:#fff;
}
.video-news-box{
    width: 1580px;
    height: 32px;
    margin: 0 auto;
}
.video-news-box .m1{
    width: 100%;
}
.video-news-box .m1 .n1{
    width: 100%;
    height: 28px;
    padding: 14px 0 14px;
}
.video-news-box .m1 .n1 .n1-l{
    width: 64px;
    height: 28px;
    float: left;
}
.video-news-box .m1 .n1 .n1-l .s{
    display: block;
    width: 62px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #028bf3;
    border-radius: 5px;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #028bf3;
}

.video-news-box .m1 .n1 .n1-r{
    width: 1448px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.video-news-box .m1 .n1 .n1-r a {
    color: white;
}
.video-news-box .m1 .n1 .n1-r a .show-time {
    margin-left: 20px;
}
.video-news-box .m1 .n2{
    width: 1260px;
    height: 320px;
    background: white;
    margin-bottom: 28px;
}
.news_red{
    color: red !important;
}
.strong{
    font-weight: bold;
}
.swiper-container-notice{
    font-size: 16px;
    line-height: 28px;
}
.video-news-box .m1 .n2 .n2-r{
    width: 874px;
    height: 320px;
    float: right;
}
.video-news-box .m1 .n2 .n2-r .banner{
    width: 874px;
    height: 320px;
    overflow: hidden;
}
.video-news-box .m1 .n2 .n2-r .banner .swiper-container1{
    width: 874px;
    height: 320px;
}
.video-news-box .m1 .n2 .n2-r .banner .swiper-container1 .swiper-slide .pic{
    width: 874px;
    height: 320px;
}

.video-news-box .m1 .n2 .n2-r .banner .swiper-container1 .swiper-pagination{
    width: 100%;
    height: 12px;
    margin-bottom: 24px;
}
.video-news-box .m1 .n2 .n2-r .banner .swiper-container1 .swiper-pagination-bullet{
    margin: 0 10px;
}
.video-news-box .m1 .n2 .n2-r .banner .swiper-container1 .swiper-pagination-bullet-active{
    background: #fff;
}
.swiper-container {
            width: 1580px;
            height: 517px;
            display: flex;
            gap: 20px;
            padding: 0;
            overflow: hidden;
            margin-top: 25px;
        }

        .swiper-container .sc_left {
            width: 300px;
            height: 100%;
            display: flex;
            flex-direction: column;
            background-color: rgb(0, 46, 68);
            padding: 20px;
            gap: 12px;
            box-sizing: border-box;
        }

        .swiper-container .sc_left .section-title {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 8px;
        }

        .swiper-container .sc_left .video-item {
            width: 100%;
            cursor: pointer;
            /* transition: all 0.3s ease; */
            position: relative;
            box-sizing: border-box;
        }

        /* .swiper-container .sc_left .video-item:hover {
            opacity: 0.8;
        } */

        .swiper-container .sc_left .video-item.has-image {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .swiper-container .sc_left .video-item.has-image .image-wrapper {
            height: 146px;
            position: relative;
            border-radius: 4px;
            overflow: hidden;
        }

        .swiper-container .sc_left .video-item.has-image .item-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 1s ease;
        }
        .swiper-container .sc_left .video-item.has-image .item-image:hover{
            transform: scale(1.1);
        }

        /* .swiper-container .sc_left .video-item.has-image .play-btn {
            position: absolute;
            bottom: 12px;
            left: 12px;
            width: 36px;
            height: 36px;
            background: rgba(2, 139, 243);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-container .sc_left .video-item.has-image .play-btn::before {
            content: '';
            width: 0;
            height: 0;
            border-left: 10px solid #fff;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            margin-left: 2px;
        } */

        .swiper-container .sc_left .video-item.has-image .item-title {
            padding: 10px;
            border-radius: 0 0 4px 4px;
            font-family: "Microsoft YaHei";
            font-weight: 400;
            font-size: 16px;
            color: #fff;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: 48px;
        }
        .swiper-container .sc_left .video-item.has-image .item-title:hover{
            color: rgb(2, 139, 243);
        }

        .swiper-container .sc_left .video-item.no-image {
            padding: 8px;
            display: flex;
            align-items: center;
            gap: 10px;
            /* border-radius: 4px; */
            height: 62px;
            
        }

        .swiper-container .sc_left .video-item.no-image .play-btn {
            width: 24px;
            height: 24px;
            background: rgb(2, 139, 243);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            margin-top: 2px;
        }

        .swiper-container .sc_left .video-item.no-image .play-btn::before {
            content: '';
            width: 0;
            height: 0;
            border-left: 7px solid #fff;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            margin-left: 2px;
        }

        .swiper-container .sc_left .video-item.no-image .item-title {
            display: flex;
            align-items: center;
            height: 48px;
            overflow: hidden;
        }

        .swiper-container .sc_left .video-item.no-image .item-title > span {
            font-family: "Microsoft YaHei";
            font-weight: 400;
            font-size: 16px;
            color: #fff;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }
        .swiper-container .sc_left .video-item.no-image .item-title > span:hover{
            color: rgb(2, 139, 243);
        }
        .swiper-container .sc_left .video-item.no-image .item-title:hover{
            color: rgb(2, 139, 243);
        }
        .swiper-container .sc_left .no-image.active{
            background: url('../img/png/video-cloumn-active.png') no-repeat center center;
            background-size: cover;
        }
        .swiper-container .sc_left .has-image.active{
            background: url('../img/png/video-cloumn-active.png') no-repeat center bottom;
            background-size: 260px 64px;
        }
        .swiper-container .sc_left .video-item.active .item-title{
            color: rgb(2, 139, 243);
        }

        .swiper-container .sc_center {
            flex: 1;
            height: 100%;
            position: relative;
            background-color: #0f2744;
            overflow: hidden;
        }

        .swiper-container .sc_center .main-swiper {
            width: 100%;
            height: 100%;
        }

        .swiper-container .sc_center .main-swiper .swiper-slide {
            position: relative;
            overflow: hidden;
        }

        .swiper-container .sc_center .main-swiper .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            cursor: pointer;
        }

        .swiper-container .sc_center .main-swiper .slide-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 50px 30px 30px;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
        }

        .swiper-container .sc_center .main-swiper .slide-title {
            font-size: 32px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 10px;
        }

        .swiper-container .sc_center .main-swiper .slide-desc {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.7);
        }

        .swiper-container .sc_center .main-swiper .swiper-pagination {
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            width: auto;
        }

        .swiper-container .sc_center .main-swiper .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: rgba(255, 255, 255, 0.4);
            border-radius: 50%;
            margin: 0 8px !important;
            opacity: 1;
            transition: all 0.3s ease;
        }

        .swiper-container .sc_center .main-swiper .swiper-pagination-bullet-active {
            background: rgb(2, 139, 243);
            transform: scale(1.3);
        }

        .swiper-container .sc_center .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #000;
            z-index: 100;
            display: none;
        }

        .swiper-container .sc_center .video-overlay.active {
            display: block;
        }

        .swiper-container .sc_center .video-overlay .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 36px;
            height: 36px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 10;
            transition: all 0.3s ease;
        }

        .swiper-container .sc_center .video-overlay .close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: rotate(90deg);
        }

        .swiper-container .sc_center .video-overlay .close-btn::before,
        .swiper-container .sc_center .video-overlay .close-btn::after {
            content: '';
            position: absolute;
            width: 18px;
            height: 2px;
            background: #fff;
        }

        .swiper-container .sc_center .video-overlay .close-btn::before {
            transform: rotate(45deg);
        }

        .swiper-container .sc_center .video-overlay .close-btn::after {
            transform: rotate(-45deg);
        }

        .swiper-container .sc_center .video-overlay iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        .swiper-container .sc_right {
            width: 320px;
            height: 100%;
            display: flex;
            flex-direction: column;
            gap: 19px;
            box-sizing: border-box;
        }

        .swiper-container .sc_right .video-card {
            width: 100%;
            height: 115px;
            display: flex;
            gap: 8px;
            background: rgb(0, 46, 68);
            overflow: hidden;
            cursor: pointer;
            box-sizing: border-box;
            padding: 17px 15px;
        }

      

        .swiper-container .sc_right .video-card .card-image {
            width: 130px;
            height: 100%;
            object-fit: cover;
            flex-shrink: 0;
            position: relative;
            border-radius: 6px;
            overflow: hidden;
        }
        .swiper-container .sc_right .video-card .card-image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 1s ease;
        }
        .swiper-container .sc_right .video-card .card-image img:hover{ 
            transform: scale(1.1);
        }
        .swiper-container .sc_right .video-card .card-image .play-btn{
            width: 24px;
            height: 24px;
            background: rgb(2, 139, 243);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            margin-top: 2px;
            position: absolute;
            left:8px;
            bottom:8px;
        }
        .swiper-container .sc_right .video-card .card-image .play-btn::before{
            content: '';
            width: 0;
            height: 0;
            border-left: 7px solid #fff;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            margin-left: 2px;
        }
        .swiper-container .sc_right .video-card.active{
            background: url('../img/png/video-right-active.png') no-repeat center;
            background-size: cover;
        }
        .swiper-container .sc_right .video-card.active .card-title{
            color: rgb(2, 139, 243);
        }


        .swiper-container .sc_right .video-card .card-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .swiper-container .sc_right .video-card .card-title {
            color: rgba(255, 255, 255, 1);
            font-family: "Microsoft YaHei";
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .swiper-container .sc_right .video-card .card-title:hover{
            color: rgb(2, 139, 243);
        }
        .common_right_share_box .crsb_box .crsb_dv1{
    width: 50px;
    height: 42px;
    background: rgba(0, 46, 68, 1);
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0px;
    border-bottom: 0px;
}
.common_right_share_box .crsb_box .crsb_dv1 .crsb_dv1_icn1{
  width: 24px;
  height: 24px;
  background: url('/kpd/img/png/common_phone3.png') no-repeat center;
  background-size: cover;
  margin: 9px auto 0px;
}
.common_right_share_box .crsb_box .crsb_dv1 .crsb_dv1_icn2{
  width: 24px;
  height: 24px;
  background: url('/kpd/img/png/common_wb3.png') no-repeat center;
  background-size: cover;
  margin: 9px auto 0px;
}
.common_right_share_box .crsb_box .crsb_dv1 .crsb_dv1_icn3{
  width: 24px;
  height: 24px;
  background: url('/kpd/img/png/common_wx3.png') no-repeat center;
  background-size: cover;
  margin: 9px auto 0px;
}

.common_right_share_box .crsb_box .crsb_dv1 .crsb_dv1_icn5{
  width: 24px;
  height: 24px;
  background: url('/kpd/img/png/common_jinggao3.png') no-repeat center;
  background-size: cover;
  margin: 9px auto 0px;
}
.common_right_share_box .crsb_box .crsb_dv1 .crsb_dv1_icn6{
  width: 24px;
  height: 24px;
  background: url('/kpd/img/png/common_back3.png') no-repeat center;
  background-size: cover;
  margin: 9px auto 0px;
}
.common_right_share_box .crsb_box .crsb_dv1 .crsb_dv1_icn7{
  width: 24px;
  height: 24px;
  background: url('/kpd/img/png/common_b3.png') no-repeat center;
  background-size: cover;
  margin: 9px auto 0px;
}
.common_right_share_box .crsb_box .crsb_dv1 .crsb_dv1_icn8{
  width: 24px;
  height: 24px;
  background: url('/kpd/img/png/common_dy3.png') no-repeat center;
  background-size: cover;
  margin: 9px auto 0px;
}
.main_mid .mm_left{
    background-color: rgb(0, 46, 68);
}
.main_mid .mm_left .dv1{
    color: #fff;
}
.main_mid .mm_left .lanmu_but{
    color: #fff;
}
.main_mid .mm_left .lanmu_it{
    color: #fff;
}
.main_mid .mm_left .rid{
    color: #fff;
}
.el-radio__input.is-checked+.el-radio__label{
    color: #fff!important;
}
.main_mid .mm_right{
    background-color: rgb(0, 46, 68);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0)!important;
}
.main_mid .mm_right .fast_item .fast_title .ft_right .sp1{
    color: #AEC1C9;
}
.main_mid .mm_right .fast_item{
    background: rgb(0, 46, 68);
}
.main_mid .mm_right .fast_item .fast_title .ft_right .sp2{
    color: #AEC1C9;
}
.main_mid .mm_right .fast_item .fast_title .ft_right .sp2 span{
    color: #AEC1C9;
}
.main_mid .mm_right .fast_item .fast_title{
    border-bottom: 1px solid rgb(37, 91, 117) ;
}
.main_mid .mm_right .fast_item .fast_btm{
    border-top: 1px solid rgb(37, 91, 117) ;
}
.main_mid .mm_right .fast_item .fast_mid .fm_title{
    color: #fff;
}
.main_mid .mm_right .fast_item .fast_mid .fm_txt{
    color: #fff;
}
.main_mid .mm_right .fast_item .fast_btm .fb_left .sp3{
    color: #fff;
}
.main_mid .mm_right .fast_item .fast_btm .fb_right div a{
    color: #fff;
}
.main_content .index_main .main_mid .m2-l{
    width: 260px;    
    border-radius: 4px;
    background: rgb(0, 46, 68);
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    align-self: flex-start;
}
.main_content .index_main .main_mid .m2-l .v0 {  
  border-bottom: 1px solid rgb(37, 91, 117);
  padding-bottom: 10px;
}
.main_content .index_main .main_mid .m2-l .v0 .t1{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
}
.main_content .index_main .main_mid .m2-l .v0 .t2{
    width: 100%;  
    margin-top: 20px;  
}
.main_content .index_main .main_mid .m2-l .v0 .t2 .el-tag {
    height: 28px;
    line-height: 28px;
    background: rgba(0, 58, 84, 1);
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.main_content .index_main .main_mid .m2-l .v0 .t2 .el-tag .el-tag__close {
    font-size: 14px;
    color: #fff;
}
.main_content .index_main .main_mid .m2-l .v0 .t2 .el-tag .el-tag__close:hover {
    background-color: #028bf3;
    color: #fff;
}
.main_content .index_main .main_mid .m2-l .v0 .t2 .reset {
    width: 78px;
    height: 28px;
    border-radius: 2px;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 0;
    background: transparent;
}
/* .main_content .index_main .main_mid .m2-l .v0 .t2 .reset:hover {
    background: #FFF2D8!important;
} */
.main_content .index_main .main_mid .m2-l .lanmu {
    padding-top: 20px;
    border-bottom: 1px solid  rgb(37, 91, 117);
}
.main_content .index_main .main_mid .m2-l .lanmu .oc_but {
    height: 16px;
    line-height: 16px;
}
.main_content .index_main .main_mid .m2-l .lanmu_it {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
}
.main_content .index_main .main_mid .m2-l .lanmu_but {
  float: right;
  line-height: 36px;
}
.main_content .index_main .main_mid .m2-l .lanmu_item {
    margin: 20px 0;
}
.main_content .index_main .main_mid .m2-l .lanmu_item .item {
    margin-top: 25px;
    /* height: 16px; */
    line-height: 16px;
}
.main_content .index_main .main_mid .m2-l .lanmu_item .item .sp {
    padding: 1px 4px; border: 0.5px solid #AEC1C9; float: right; font-size: 12px; color: #AEC1C9;line-height:16px;
}
.main_content .index_main .main_mid .m2-l .lanmu_item .rid {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  /* height: 16px; */
}
.main_content .index_main .main_mid .m2-l .lanmu_item .el-radio__label {
  font-size: 16px;
}
.main_content .index_main .main_mid .m2-l .lanmu_item .el-radio__inner {
  width: 16px;
  height: 16px;
}
.main_content .index_main .main_mid .m2-l .lanmu_item .el-radio__input.is-checked .el-radio__inner {
  background-color:#028bf3 !important;
  border-color: #028bf3 !important;
}
.main_content .index_main .main_mid .m2-l .lanmu_item .more-btn {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    line-height: 21px;
}
.main_content .index_main .main_mid .m2-l .lanmu_item .more-btn:hover {
    color: #028bf3;
}
.main_mid{
    display: flex;
    margin-top: 0px;
}
.content{
    margin: 0px auto !important;
}
.main_content{
    margin-top: 0px;
}
.navbar-bottom .bottom_content .content-left .home{
    background: url(/kpd/img/png/menu.png) no-repeat center;
    background-size: cover;
}
.navbar-bottom .bottom_content .content-right .icon-fangdajing{
    color: #fff;
}
.main_mid .mm_right{
    width: 920px;
}
/* 新版侧边栏切换相关start */
.mm_rank{
    margin-top: 20px;
    margin-left: 20px;
}
.cr_switch-box{
  width: 320px;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: rgb(0, 46, 68);
  border: 0px;
  padding-bottom: 1px;
}
.cr_switch-box .cr_switch_top{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  box-sizing: border-box;
}
.cr_switch-box .cr_switch_top .cr_switch_top_left{
  display: flex;
  align-items: center;
  gap: 5px;
}
.cr_switch-box .cr_switch_top .cr_switch_top_left .cr_switch_top_left_txt{
  color: #fff;
  font-family: "Microsoft YaHei";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.cr_switch-box .cr_switch_top .cr_switch_top_left_icon{
  width: 20px;
  height: 20px;
}
.cr_switch-box .cr_switch_top .cr_switch_top_left .icon_oclock{
  background: url('../img/png/icon-oclock.png') no-repeat center;
  background-size: cover;
}
.cr_switch-box .cr_switch_top .cr_switch_top_left .icon_topic{
  background: url('../img/png/icon-topic.png') no-repeat center;
  background-size: cover;
}
.cr_switch-box .cr_switch_top .cr_switch_top_left .icon_hot{
  background: url('../img/png/icon-hot.png') no-repeat center;
  background-size: cover;
}
.cr_switch-box .cr_switch_top .cr_switch_top_right{
  display: flex;
  align-items: center;
  gap: 15px;
}
.cr_switch-box .cr_switch_top .cr_switch_top_right .cr_switch_tr_item{
  color: #fff;
  font-family: "Microsoft YaHei";
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
  position: relative;
}
.cr_switch-box .cr_switch_top .cr_switch_top_right .active{
  color: rgba(2, 139, 243, 1);
}
.cr_switch-box .cr_switch_top .cr_switch_top_right .active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: rgba(2, 139, 243, 1);
}

.cr_switch-box .cr_switch_main{
  box-sizing: border-box;
}
.cr_switch-box .cr_switch_main .cr_switch_main_item{
  box-sizing: border-box;
  display: none;
}
.cr_switch-box .cr_switch_main .active{
  display: block;
}
.hotdigger .zixunhot_item .dv2{
    color: #fff;
}
.hotdigger .zixunhot_item .dv3{
    color: #fff;
}
.cr_switch_main_item .zixunhot_item .dv1{
    color: rgb(0, 46, 68);
}
.footer{
    background-color: rgb(8, 35, 50);
}
.footer a{
    color: #fff;
}
.footer_chuanbo .footer_chuanbo_box .footer_chuanbo_txt{
    color: #fff;
}
.copyright{
    color: #fff;
}
.nextpageStyle a{
    color: #fff;
}
.contact{
    color: #fff;
}
.main_mid .mm_right .fast_item .fast_title .ft_left span{
    color: #fff;
}
.icon-xiaohuojian {
    color: #E45649 !important;
}
.footer_logo a{
    background: url(../img/png/footer-logo4.png) no-repeat center;
    background-size: cover;
}
.nextpageStyle a i{
    background: url(../fiction/index/img/png/v1-10-2.png) center no-repeat;
    background-size: cover;
}
.navbar-bottom .bottom_content .search-input-blank .search-input{
    background-color: rgb(0, 46, 68);
    color: rgb(174, 193, 201);
}
.navbar-bottom .bottom_content .search-input-blank .search-input::placeholder{
    color: rgb(174, 193, 201);
}
.navbar-bottom .bottom_content .search-input-blank .search-blank{
    background-color: rgb(0, 46, 68);
}
.navbar-bottom .bottom_content .search-input-blank .recent_search li{
    color: #fff!important;
}
.navbar-bottom .bottom_content .search-input-blank .search-submit{
    color: #fff;
}
.navbar-bottom .bottom_content .search-input-blank .recent_search i{
    color: rgb(174, 193, 201);
}
.navbar-bottom .bottom_content .search-input-blank .hide-search{
    background: url(/kpd/img/png/close.png) no-repeat center;
    background-size: cover;
}
.navbar-bottom .bottom_content .search-input-blank{
    border: 1px solid rgb(174, 193, 201);
}
.zixun_tab_new .fast_item{
    background: rgb(0, 46, 68);
}
.zixun_tab_new .fast_item .fast_title{
    border-bottom: 1px solid rgb(37, 91, 117);
}
.zixun_tab_new .fast_item .fast_title .ft_right .sp1{
    color: rgb(174, 193, 201);
}
.zixun_tab_new .fast_item .fast_title .ft_right .sp2{
    color: rgb(174, 193, 201);
}
.zixun_tab_new .fast_item .fast_mid .fm_title{
    color: #fff;
}
.lanmu_text{
    color: #fff;
}
.zixun_tab_new .fast_item .fast_mid .fm_txt{
    color: rgb(174, 193, 201);
}
.zixun_tab_new .fast_item .fast_btm{
    border-top: 1px solid rgb(37, 91, 117);
}
.main_mid .mm_right .fast_item .fast_btm .fb_left .sp3{
    color: #AEC1C9;
}
.main_mid .mm_right .fast_item .fast_btm .fb_right div a{
    color: #AEC1C9;
}
.zixun_tab_new .fast_item .fast_title .ft_right .sp2 span{
    color: rgb(174, 193, 201);
}
.zixun_tab_new .fast_item .fast_btm .fb_left .sp3{
    color: #AEC1C9;

}.zixun_tab_new .fast_item .fast_btm .fb_right div a{
    color: #AEC1C9;
}
.icon-huojian3{
    color: #AEC1C9;
}
.zixun_tab_new .fast_item .fast_btm .fb_right .dv2 .iconfont{
    background: url(/kpd/img/xfpl3.png) no-repeat center;
    background-size: 20px 20px;
}
.zixun_tab_new .fast_item .fast_btm .fb_right .dv3 .iconfont{
    background: url(/kpd/img/xffx3.png) no-repeat center;
    background-size: 20px 20px;
}
.el-radio__inner{
    background-color: rgb(0, 46, 68);
    border: 1px solid #AEC1C9;
}
.zixun_tab_new .fast_item .fast_title .ft_left span{
    color: #fff;
}