.pc_none {
    display: none !important;
}
.img-cont img{
    display: block;
    width: 100%;
}
.nav_main .nav_site_more {
    display: none;
}
.nav_main .nav_box {
    background: url("sk_xktx_t_zzx.png") right no-repeat;
    background-size: 100% 100%;
}
.nav_fixed .nav_site_more{
    display: block;
}

a{
    color: inherit;
}

a:hover{
    color: #ac4840;
}

/* head */
.xktx_logo_search_wrap {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 100;
}

.xktx_nav_ul {
    overflow: hidden;
}

.xktx_nav_ul li a {
    height: 100%;
    padding: 0 40px;
    display: block;
    line-height: 48px;
    color: #FFF;
}

.xktx_nav_ul li {
    float: left;
}

.xktx_nav_ul li:nth-child(1) a {
    padding-left: 0;
}


.xktx_color .top_left .title {
    width: 115px;
    height: 57px;
    background: url(./sk_xktx_zzx_subject_bg.png) no-repeat;
    background-size: 100%;
    line-height: 55px;
    text-align: center;
    font-size: 26px;
    float: left;
    margin-left: 40px;
    margin-top: -8px;
    padding-left: 0;
}

.xktx_color .nav_fixed .title {
    width: 82px;
    height: 41px;
    line-height: 38px;
    background: url(./sk_xktx_zzx_subject_bg.png) no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    padding-left: 0;
    color: #ac4840;
}

.xktx_color .nav_wrap .nav_main{
    background-color: #ac4840;
}

.xktx_color .nav_fixed .nav_main {
    background-color: #FFF;
}



.top_left .title {
    color: #ac4840;
}

.jjx_bg {
    background-color: #ce2034;
}

.jjx{
    position: relative;
}



/* content */

.xktx_wrap {
    width: 1400px;
    margin: 70px auto 0 auto;
    padding-bottom: 70px;
}

.xktx_title01_wrap {
    width: 100%;
    height: 52px;
    text-align: center;
}

.xktx_title01 {
    display: inline-block;
    position: relative;
}

.xktx_title01:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 18px;
    background-color: #ac4840;
    display: block;
}

.xktx_title01_left {
    width: 152px;
    height: 52px;
    line-height: 42px;
    font-size: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFF;
    background: url(./sk_xktx_zzx_title01.png) no-repeat left top;
    float: left;
}

.xktx_title01_right {
    float: left;
    padding-left: 30px;
    font-size: 33px;
    font-weight: bold;
}

.xktx_title01_right a {
    color: #333;
}

.xktx_toutiao {
    text-align: center;
    margin-top: 10px;
}
.xktx_toutiao .xktx_toutiao_link {
    display: inline-block;
    line-height: 50px;
    margin: 0 12px;
    color: #333;
    position: relative;
    padding-left: 13px;
}


.xktx_toutiao .xktx_toutiao_link::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #666;
    display: block;
    position: absolute;
    left: 0;
    top: 22px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.xktx_toutiao .xktx_toutiao_link:hover {
    color: #ce2034;
}

.xktx_toutiao .xktx_toutiao_more {
    padding-right: 40px;
    color: #666;
    font-size: 16px;
    margin-left: 40px;
    background: url(./sk_xktx_jjx_morebg.png) no-repeat right center;
}

/*----------我是分割线1---------*/

.xktx_content_warp {
    margin-top: 70px;
}

.xktx_content_warp a:hover{
    color: #ac4840;
}

.xktx_content_warp p a{
    color: #ac4840;
}

.xktx_content_warp p a:hover{
    color: #ac4840;
}


.xktx_content_swiper {
    width: 700px;
    height: 395px;
    overflow: hidden;
}

.swiper-container1 .swiper-slide{
    position: relative;
}

.swiper1_img {
    width: 100%;
    height: 395px;
}

.swiper1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper1_text {
    width: 100%;
    background-color: rgba(0,0,0, .5);
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    padding: 0 150px 0 25px;
    box-sizing: border-box;
    font-size: 22px;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-container1 {
    position: relative;
}

.swiper-container1 .pagination1 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}

.swiper-container1 .pagination1 .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #FFF;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-container1 .pagination1 .swiper-active-switch {
    width: 20px;
    background: #ce2034;
}

.swiper1_prev,
.swiper1_next {
    width: 42px;
    height: 70px;
    background: url(./sk05_kg_btn03.png) no-repeat;
    position: absolute;
    top: 150px;
    left: -42px;
    opacity: .8;
    cursor: pointer;
}

.swiper1_next {
    right: -42px;
    left:inherit;
    background: url(./sk05_kg_btn04.png) no-repeat;
}
.swiper1_prev:hover,
.swiper1_next:hover {
    background: url(./sk05_kg_btn01.png) no-repeat;
}

.swiper1_next:hover {
    background: url(./sk05_kg_btn02.png) no-repeat;
}
.swiper1_prev:hover,
.swiper1_next:hover {
    opacity: 1;
}


.xktx_content_right {
    width: 662px;
    height: 394px;
    box-sizing: border-box;
}

.xktx_title02_wrap {
    position: relative;
    border-bottom: 6px solid #ffbb3a;
    padding-bottom: 10px;
}

.xktx_title02 {
    overflow: hidden;
}

.xktx_title02_wrap:after {
    content: '';
    position: absolute;
    width: 132px;
    height: 6px;
    background-color: #ac4840;
    left: 0;
    bottom: -6px;
    display: block;
}

.xktx_title02_left {
    font-size: 26px;
    color: #ac4840;
    float: left;
    font-weight: bold;
}

.xktx_more {
    font-size: 16px;
    padding-right: 30px;
    color: #666;
    background: url(./sk_xktx_zzx_more_btn.png) no-repeat right center;
    display: inline-block;
    margin-top: 14px;
    color: #ac4840;
}

.xktx_more:hover{
    color: #ac4840;
}

/*  政治学 新增 */

.rdjj_content .rdjj-text li:before,.zzx-other .other-content .other-list li:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ac4840;
    display: inline-block;
    margin-right: 13px;
    vertical-align: 4px;
    border-radius: 3px;
}

.rdjj_content .rdjj-text li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bjtj_content{
    width: 662px;
}

.bjtj_content .bjtj-list{
    padding-top: 10px;
}

.bjtj_content .bjtj-list li{
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}

.bjtj_content .bjtj-list li h3{
    font-weight: normal;
    /* font-size: 18px; */
    font-weight: bold;
}

.bjtj_content .bjtj-list li p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-top: 10px;
}

.ztjc_content{
    width: 684px;
}

.ztjc_content .ztjc-main{
    margin-top: 32px;
    overflow: hidden;
}

.ztjc_content .ztjc-main img{
    height: 246px;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.ztjc_content .ztjc-main:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.ztjc_content .ztjc-main h3{
    text-align: center;
    margin-top: 16px;
    font-size: 18px;
}

.ztjc_content .ztjc-main p{
    font-size: 16px;
    color: #666666;
    margin-top: 12px;
    line-height: 1.6;
}

.zzx-other{
    margin-right: -30px;
}

.zzx-other .other-content{
    width: 446px;
    float: left;
    margin-right: 30px;
    margin-bottom: 50px;
}

.zzx-other .other-content .other-top{
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.zzx-other .other-content .other-top img{
    height: 200px;
    object-fit: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.zzx-other .other-content .other-top:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.zzx-other .other-content .other-top .text-cont{
    position: absolute;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: rgba(0,0,0,.5);
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 18px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.zzx-other .other-content .other-list li{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* poster - 投稿信箱 */

.poster_wrap{
    width: 100%;
    height: 100px;
    background-color: #ac4840;
    overflow: hidden;
}

.poster_wrap_in {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.poster_wrap_in a {
    width: 120%;
    height: 100%;
    display: block;
    background: url(sk_xktx_zzx_email.png) no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
    padding-top: 54px;
    padding-left: 400px;
}
.poster_wrap_in a p{
    font-size: 18px;
    color: #ffffff;
}

.poster_wrap_in a p span{
    margin-left: 30px;
}




/* 底部列表 */

.xktx_bottom_list_ul {
    width: 1400px;
    margin: 50px auto 0 auto;
}

.xktx_bottom_list_ul li {
    width: 448px;
    float: left;
    margin-right: 28px;
    margin-bottom: 28px;
}

.xktx_bottom_list_ul li:nth-child(3n) {
    margin-right: 0;
}

.xktx_bottom_list_pic_container {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.xktx_bottom_list_pic_container a {

}


.xktx_bottom_list_pic_container a img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.xktx_bottom_list_pic_container:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.xktx_bottom_list_pic_container a div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    padding-top: 40px;
}

.xktx_bottom_list_pic_container a div p {
    text-align: center;
    font-size: 36px;
    color: #FFF;
    border-bottom: none;
}

.xktx_bottom_list_pic_container a div p:before{
    display: none;
}


.xktx_bottom_list_pic_container a div span {
    width: 26px;
    height: 26px;
    background: url(./sk_xktx_jjx_bottom_list_more_bg.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-top: 10px;
}

.xktx_bottom_list_ul li p {
    border-bottom: 1px dashed #ccc;
    height: 60px;
    line-height: 60px;
}

.xktx_bottom_list_ul li p:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #ac4840;
    display: inline-block;
    margin-right: 13px;
    vertical-align: 3px;
    border-radius: 3px;
}

.xktx_bottom_list_ul li p a {
    color: #333;
    font-size: 18px;
    line-height: 40px;
}

.xktx_bottom_list_ul li p a:hover {
    color: #ac4840;
}


.friendLink_wrap {
    width: 1400px;
    margin: 0 auto;
}




.friendLink_title {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}

.friendLink {
    text-align: center;
    margin-top: 20px;
}

.friendLink a {
    font-size: 18px;
    color: #333;
    margin: 0 10px;
}
.sk_xktx_footer {
    clear: both;
    background-color: #ac4840;
}
.sk_xktx_footer a {
    color: #fff;
}

.yqlj_content .xktx_title02{
    text-align: center;
}

.yqlj_content .xktx_title02_left{
    float: none;
}

.yqlj_content .xktx_title02_wrap:after{
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1440px) {

    .nav_ul li{
    }

    .xktx_color .nav_fixed .title {
        width: 70px;
        height: 35px;
        line-height: 35px;
        background-size: 100%;
        text-align: center;
        font-size: 16px;
        float: left;
        margin-left: 20px;
        margin-top: 8px;
        padding-left: 0;
    }

    .xktx_color .top_left .title {
        width: 82px;
        height: 41px;
        background-size: 100%;
        line-height: 41px;
        text-align: center;
        font-size: 18px;
        float: left;
        margin-left: 30px;
        margin-top: -2px;
        padding-left: 0;
    }

    .nav_fixed .title {
        width: 70px;
        height: 38px;
        line-height: 38px;
        background-size: 100%;
        text-align: center;
        font-size: 16px;
        float: left;
        margin-left: 20px;
        margin-top: 8px;
        padding-left: 0;
    }

    .xktx_wrap {
        width: 1000px;
        margin: 50px auto 0;
        padding-bottom: 20px;
    }

    .xktx_title01_wrap {
        width: 100%;
        height: 39px;
        text-align: center;
    }

    .xktx_title01 {
        display: inline-block;
        position: relative;
    }

    .xktx_title01:after {
        content: '';
        height: 1px;
        position: absolute;
        bottom: 0;
        right: 0 ;
        left: 14px;
        display: block;
    }

    .xktx_title01_left {
        width: 109px;
        height: 37px;
        line-height: 29px;
        font-size: 22px;
        padding-left: 30px;
        box-sizing: border-box;
        font-weight: bold;
        color: #FFF;
        background-size: 109px;
        float: left;
    }

    .xktx_title01_right {
        float: left;
        padding-left: 20px;
        font-size: 22px;
        font-weight: bold;
    }

    .xktx_title01_right a {
        color: #333;
    }

    .xktx_toutiao {
        text-align: center;
        margin-top: 10px;
    }

    .xktx_toutiao .xktx_toutiao_link {
        display: inline-block;
        line-height: 40px;
        margin: 0 6px;
        color: #333;
        position: relative;
        padding-left: 8px;
        font-size: 14px;
    }


    .xktx_toutiao .xktx_toutiao_link::before {
        content: '';
        width: 4px;
        height: 4px;
        background-color: #666;
        display: block;
        position: absolute;
        left: 0;
        top: 18px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }

    .xktx_toutiao .xktx_toutiao_link:hover {
        color: #ce2034;
    }

    .xktx_toutiao .xktx_toutiao_more {
        padding-right: 30px;
        color: #666;
        font-size: 14px;
        margin-left: 30px;
        background: url(./sk_xktx_jjx_morebg.png) no-repeat right center;
        background-size: 23px;
    }

    /*----------我是分割线1---------*/


    .xktx_content_warp {
        margin-top: 50px;
    }


    .xktx_content_swiper {
        width: 500px;
        height: 282px;
    }

    .swiper1_img {
        height: 282px;
    }

    .swiper1_text {
        width: 100%;
        background-color: rgba(0,0,0, .5);
        height: 42px;
        line-height: 42px;
        font-weight: bold;
        padding: 0 100px 0 25px;
        box-sizing: border-box;
        font-size: 18px;
        color: #FFF;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .swiper-container1 {
        position: relative;
    }

    .swiper-container1 .pagination1 {
        position: absolute;
        right: 10px;
        bottom: 12px;
        z-index: 10;
    }

    .swiper-container1 .pagination1 .swiper-pagination-switch {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #FFF;
        margin: 0 5px;
        opacity: 0.8;
        /* border: 1px solid #fff; */
        cursor: pointer;
    }
    .swiper-container1 .pagination1 .swiper-active-switch {
        width: 20px;
        background: #ce2034;
    }

    .swiper1_prev,
    .swiper1_next {
        width: 42px;
        height: 70px;
        background: url(./sk05_kg_btn03.png) no-repeat;
        position: absolute;
        top: 100px;
        left: -42px;
        opacity: .8;
        cursor: pointer;
    }

    .swiper1_next {
        right: -42px;
        left:inherit;
        background: url(./sk05_kg_btn04.png) no-repeat;
    }

    .swiper1_prev:hover,
    .swiper1_next:hover {
        opacity: 1;
    }


    .xktx_content_right {
        width: 470px;
        height: 282px;
    }

    .xktx_title02_left{
        font-size: 22px;
    }

    .xktx_more{
        margin-top: 6px;
        font-size: 14px;
        background-size: 16px auto;
        padding-right: 20px;
    }
    .xktx_title02_wrap{
        padding-bottom: 6px;
        border-bottom-width: 3px;
    }

    .xktx_title02_wrap:after{
        width: 96px;
        height: 3px;
        bottom: -3px;
    }


    .xktx_content_bottom {
        border-bottom: 1px solid #ddd;
        padding-bottom: 14px;
        margin-left: 11px;
    }

    .xktx_content_bottom h2 {
        font-size: 18px;
        margin-top: 8px;
    }

    .xktx_content_bottom h2 a {
        color: #333;
    }

    .xktx_content_bottom p {
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin-top: 10px;
    }

    .xktx_content_ul {
        margin-top: 6px;
    }

    .xktx_content_ul li{
        padding: 10px;
    }

    .xktx_content_warp h3,.xktx_content_ul li h3{
        font-size: 15px;
    }

    .xktx_content_ul li h3{
        background-size: 18px auto;
        padding-left: 22px;
    }

    .xktx_content_ul li p{
        font-size: 12px;
        margin-top: 4px;
    }

    .xszx_content .xszx_top p{
        font-size: 12px;
        margin-top: 8px;
    }

    .xszx_content .xszx_top{
        padding: 15px 0;
        margin-bottom: 5px;
    }

    .xszx_content .xszx-text{
        padding-top: 6px;
    }

    .xszx_content .xszx-text li{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .rdjj_content .rdjj-text li:before, .zzx-other .other-content .other-list li:before{
        width: 4px;
        height: 4px;
        vertical-align: 4px;
        margin-right: 10px;
    }

    .xszx_content .xszx-img img{
        height: 248px;
    }

    .xszx_content .xszx-img p{
        font-size: 16px;
    }

    .xszx_content .xszx-img{
        width: 388px;
        margin: 0 40px;
    }

    .pyxsd_content{
        width: 475px;
    }

    .pyxsd_content .pyxsd-top{
        height: 86px;
        line-height: 86px;
        background-size: 130px auto;
        font-size: 16px;
        padding-left: 165px;
        padding-right: 28px;
    }
    .pyxsd_content .pyxsd-text{
        margin-top: 5px;
    }

    .pyxsd_content .pyxsd-text li{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .szjl_content{
        width: 472px;
    }

    .szjl_content .szjl-list{
        margin-top: 10px;
    }

    .szjl_content .szjl-list li h3{
        font-size: 16px;
    }

    .szjl_content .szjl-list li p{
        margin-top: 7px;
        font-size: 12px;
    }

    .szjl_content .szjl-list li{
        padding: 12px 0;
    }

    .xkzl-wrap .xkzl-content{
        width: 1000px;
    }

    .xkzl-wrap .xkzl-content .xktx_title02_wrap{
        margin-bottom: 25px;
    }

    .xkzl-wrap .xkzl-swiper{
        width: 614px;
        height: 394px;
    }

    .xkzl-wrap .xkzl-swiper .swiper1_img{
        height: 394px;
    }

    .xkzl-wrap .xkzl-news{
        width: 362px;
    }

    .xkzl-wrap .xkzl-news .pic-list li .img-cont{
        width: 142px;
        height: 86px;
    }

    .xkzl-wrap .xkzl-news .pic-list li .text-cont{
        width: 200px;
        height: 86px;
    }
    .xkzl-wrap .xkzl-news .pic-list li .text-cont p{
        font-size: 14px;
    }

    .xkzl-wrap .xkzl-news .pic-list li .text-cont h3{
        font-size: 16px;
        line-height: 1.6;
    }

    .xkzl-wrap .xkzl-news .text-list{
        padding-top: 0;
    }

    .xszx_content .xszx-text li, .xkzl-wrap .xkzl-news .text-list li{
        font-size: 14px;
        margin-bottom: 12px;
    }

    .xktx_content_ul li h3 span{
        height: 20px;
        line-height: 20px;
        padding-right: 4px;
        margin-right: 4px;
    }

    .xktx_list {
        width: 100%;
        margin-top: 40px;
    }


    .xktx_content_jjxp{
        width: 500px;
    }
    .xktx_content_jjgc {
        width: 476px;
    }

    .rdjj_content .rdjj-text li{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .swiper-container1 .swiper-btn{
        width: 20px;
        height: 20px;
        bottom: 12px;
    }

    .bjtj_content{
        width: 470px;
    }

    .bjtj_content .bjtj-list li{
        padding: 12px 0;
    }

    .bjtj_content .bjtj-list li p{
        font-size: 12px;
        margin-top: 8px;
    }

    .ztjc_content{
        width: 488px;
    }

    .ztjc_content .ztjc-main{
        margin-top: 20px;
    }

    .ztjc_content .ztjc-main img{
        height: 176px;
    }
    .ztjc_content .ztjc-main h3{
        margin-top: 10px;
        font-size: 15px;
    }

    .ztjc_content .ztjc-main p{
        margin-top: 8px;
        font-size: 12px;
    }

    .zzx-other .other-content{
        width: 320px;
        margin-right: 20px;
        margin-bottom: 40px;
    }

    .zzx-other .other-content .other-top img{
        height: 144px;
    }

    .zzx-other .other-content .other-top .text-cont,.zzx-other .other-content .other-list li{
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    /* poster - 投稿信箱 */

    .poster_wrap{
        height: 72px;
    }

    .poster_wrap_in{
        width: 1000px;
    }


    .poster_wrap_in a {
        padding-top: 35px;
        padding-left: 290px;
    }

    .poster_wrap_in a p{
        font-size: 16px;
        line-height: 1.2;
    }

    .tsqk-wrap{
        margin: 30px 0;
    }

    .tsqk-wrap .tsqk-content{
        width: 1000px;
    }

    .tsqk-content .tab-top{
        border-width: 3px;
    }
    .tsqk-content .tab-top .tab-item{
        width: 65px;
        font-size: 21px;
        padding-bottom: 8px;
        border-bottom-width: 3px;
        margin-bottom: -3px;
    }

    .tsqk-content .tab-main .tsqk-swiper{
        width: 680px;
        padding: 0 40px;
    }

    .tsqk-content .tab-main .tsqk-swiper .swiper-btn{
        width: 30px;
        height: 30px;
        background-size: 100% auto;
        top: 94px;
    }

    .tsqk-content .tab-main .tsqk-swiper .text-cont{
        font-size: 14px;
        margin-top: 5px;
        padding: 0 30px;
    }

    .tsqk-content .tab-main .tsqk-swiper .swiper-slide{
        padding: 0 10px;
    }

    .tsqk-content .tab-main .tsqk-swiper img{
        height: 215px;
    }

    .tsqk-content .tab-main .tsqk-list{
        width: 308px;
    }

    .tsqk-content .tab-main .tsqk-list li{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .tsqk-content .tab-main{
        margin-top: 20px;
    }
    /* 底部列表 */

    .xktx_bottom_list_ul {
        width: 1000px;
        margin: 36px auto 0 auto;
        overflow: hidden;
    }

    .xktx_bottom_list_ul li {
        width: 320px;
        float: left;
        margin-right: 20px;
        margin-bottom: 22px;
    }

    .xktx_bottom_list_ul li:nth-child(3n) {
        margin-right: 0;
    }

    .xktx_bottom_list_pic_container {
        width: 100%;
        height: 108px;
        position: relative;
        overflow: hidden;
        margin-bottom: 8px;
    }

    .xktx_bottom_list_pic_container a {

    }


    .xktx_bottom_list_pic_container a img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    .xktx_bottom_list_pic_container:hover img{
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .xktx_bottom_list_pic_container a div {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        text-align: center;
        padding-top: 18px;
    }

    .xktx_bottom_list_pic_container a div p {
        text-align: center;
        font-size: 26px;
        color: #FFF;
        height: 46px;
    }

    .xktx_bottom_list_pic_container a div span {
        width: 20px;
        height: 20px;
        background: url(./sk_xktx_jjx_bottom_list_more_bg.png) no-repeat;
        background-size: 100%;
        display: inline-block;
        margin-top: 0px;
    }

    .xktx_bottom_list_ul li p {
        height: 42px;
        line-height: 42px;
    }

    .xktx_bottom_list_ul li p a {
        color: #333;
        font-size: 14px;
        line-height: 30px;
    }

    .xktx_bottom_list_ul li p a:hover {
        color: #ce2034;
    }


    .friendLink_wrap {
        width: 1000px;
        margin: 0 auto;
    }


    .jjx_bg {
        background-color: #ce2034;
    }

    .friendLink_title {
        text-align: center;
        font-size: 22px;
        line-height: 40px;
    }


    .jjx{
        position: relative;
        color: #ce2034;
    }
    .jjx::before {
        content: '';
        width: 46px;
        height: 2px;
        background-color: #ce2034;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -23px;
        bottom: 0;
    }


    .friendLink {
        text-align: center;
        margin-top: 20px;
    }

    .friendLink a {
        font-size: 12px;
        color: #333;
        margin: 0 10px;
    }
}


