@keyframes rowleft {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-13.8rem, 0, 0);
      transform: translate3d(-13.8rem, 0, 0);
    }
}

.pc_none {
    display: none !important;
}
.top {
    z-index: 2;
    box-shadow:0 0 0
}
.nav_wrap .sub_xktx {
    position: inherit;
}
.nav_main .nav_site_more {
    display: none;
}
.nav_main .nav_box {
    background: url("sk_xktx_t_fx.png") right no-repeat;
    background-size: 100% 100%;
}
.nav_fixed .nav_site_more{
    display: block;
}

a:hover {
    color: #4482c1;
}

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

.xktx_color .nav_fixed .title {
    color: #4482c1;
}

.f_blue {
    color: #4482c1;
}
.f_point {
    margin: 0 5px;
}

.xktx_last_more {
    color: #4482c1;
}

.pb0 {
    padding-bottom: 0 !important
}

.xktx_full_wrap {
    width: 100%;
    padding-top: 20px;
}
.bg_glay {
    background-color: #f4f6f9 !important;
}

.xktx_wrap_row3,
.xktx_wrap_row4,
.xktx_wrap_row5{
    margin-top: 40px !important;
}

/* 导航样式 */

.xktx_color .xk_button span{
    width: 10px;
    display: inline-block;
    text-align: center;
}
.xktx_color .nav_wrap .sub_xktx{
    background-color: #70b0f1;
    /* margin-top: -50px; */
    position: relative;
    top: -50px;
}

.xktx_color .nav_wrap .sub_xktx.active{
    height: 50px;
    top: 0;
}

.xktx_color .nav_wrap .sub_xktx a {
    color: #FFF;
    margin: 0 28px 0 0;
}

.xktx_color .nav_wrap .sub_xktx .nav_wrapper {
    position: relative;
}

.xktx_color .nav_wrap .sub_xktx .nav_wrapper::before {
    content: '';
    height: 0;
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: block;
    opacity: .5;
}

/* 带圆点带线的列表 */
.xktx_pointLine_list_ul {

}

.xktx_pointLine_list_ul li {
    width: 100%;
    line-height: 58px;
    border-bottom: 1px dashed #CCC;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xktx_pointLine_list_ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #4482c1;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -3px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.xktx_pointLine_list_ul li a {
    color: #666;
}

.xktx_pointLine_list_ul li a:hover {
    color: #4482c1;
}

/* 带圆点不带线的列表 */

.xktx_point_list_ul {
    margin-top: 14px;
}

.xktx_point_list_ul li {
    line-height: 42px;
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xktx_point_list_ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #d28a31;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.xktx_point_list_ul li a {
    color: #666;
}

.xktx_point_list_ul li a:hover {
    color: #4482c1;
}


/* public */

/* 第一种title */
.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: #4482c1;
    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_fx_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;
}


/* 第2种title */
.xktx_title02_wrap {
    width: 100%;
    text-align: center;
}

.xktx_title02 {
    width: 100%;
    height: 38px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.xktx_title02:after {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    background-color: #4482c1;
    display: block;
}

.xktx_title02_left {
    line-height: 38px;
    font-size: 26px;
    padding: 0 36px 0 26px;
    box-sizing: border-box;
    font-weight: bold;
    color: #4482c1;
    background-color: #FFF;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: bold;
}

.xktx_title02_left::before{
    content: '';
    width: 20px;
    height: 20px;
    background: url(./sk_xktx_fx_title02_leftTop.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.xktx_title02_left::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(./sk_xktx_fx_title02_rightBottom.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.xktx_title02_right {
    float: left;
    padding-left: 30px;
    font-size: 33px;
    color: #333;
    font-weight: bold;
}



/* public - over */


.xktx_more {
    font-size: 16px;
    padding-right: 30px;
    background: url(./sk_xktx_fx_morebg_1.png) no-repeat right center;
    display: inline-block;
    line-height: 38px;
    color: #4482c1;
}

.xktx_more_arrow {
    font-size: 16px;
    color: #666;
    display: inline-block;
    line-height: 56px;
    color: #d28a31;
}

.f_middle {
    font-size: 24px !important;
}


/* 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_fx_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_fx_subject_bg.png) no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-left: 30px;
    margin-top: 13px;
    padding-left: 0;
}

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

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

.xktx_color .top_left .title {
    color: #4482c1;
}



/* content */

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

.xktx_wrap::after{
    display: table;
    content: '';
    clear: both;
}

.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: #4482c1;
}

.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;
    height: 395px;
}


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

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

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

.swiper1_img img {
    width: 100%;
    height: 100%;
}

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

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

.swiper1_img img {
    width: 100%;
    height: 100%;
}

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

.swiper-container1 {
    position: relative;
}

.swiper-more {
    position: absolute;
    bottom: 18px;
    right: 20px;
    font-size: 16px;
    color: #FFF;
}

.swiper-container1 .pagination1 {
    position: absolute;
    right: 90px;
    bottom: 20px;
    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: #4482c1;
}

.swiper1_prev,
.swiper1_next {
    width: 42px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
}

.swiper1_prev {
    background: url(./sk05_kg_btn03.png) no-repeat;
    background-size: 100%;
    left: -42px;
}

.swiper1_prev:hover {
    background: url(./sk05_kg_btn01.png) no-repeat;
    background-size: 100%;
}

.swiper1_next {
    background: url(./sk05_kg_btn04.png) no-repeat;
    background-size: 100%;
    right: -42px;
}

.swiper1_next:hover {
    background: url(./sk05_kg_btn02.png) no-repeat;
    background-size: 100%;
}

.xktx_content_right {
    width: 650px;
}


/* title选项卡 */

.title01_tab {
    width: 100%;
    height: 48px;
    position: relative;
}

.title01_tab::before{
    content: '';
    height: 20px;
    background-color: #dbedff;
    position: absolute;
    left: 0;
    right: 84px;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
}

.title01_tab .title01_tab_left {
    position: absolute;
    left: 24px;
    top: 0;
    z-index: 2;
}

.title01_tab .title01_tab_left a {
    float: left;
    padding: 0 16px;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background-color: #4482c1;
    position: relative;
    color: #FFF;
    /* border: 1px solid #4482c1; */
}

.title01_tab .title01_tab_left a:nth-child(1)::before {
    content: '';
    width: 12px;
    height: 48px;
    display: block;
    position: absolute;
    background: url(./xktx_fx_tabLeft_bg.jpg) no-repeat left top;
    background-color: red;
    top: 0;
    left: -10px;
}

.title01_tab .title01_tab_left a:nth-child(1)::after {
    content: '';
    width: 12px;
    height: 100%;
    display: block;
    background: url(./xktx_fx_tabRight_bg.jpg) no-repeat right top;
    position: absolute;
    top: 0;
    right: -10px;
}

/* .title01_tab .title01_tab_left a:nth-child(2)::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 14px solid #ddd;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
}

.title01_tab .title01_tab_left a:nth-child(2)::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 14px solid #ddd;
    border-right: 10px solid transparent;
    display: block;
    position: absolute;
    bottom: 0;
    right: -10px;
} */


/* .title01_tab .title01_tab_left a:nth-child(1):hover::before,
.title01_tab .title01_tab_left a:nth-child(1).active::before{
    border-bottom: 14px solid #2c5a89;
}

.title01_tab .title01_tab_left a:nth-child(1):hover::after,
.title01_tab .title01_tab_left a:nth-child(1).active::after{
    border-top: 14px solid #2c5a89;
}

.title01_tab .title01_tab_left a:nth-child(2):hover::before,
.title01_tab .title01_tab_left a:nth-child(2).active::before{
    border-bottom: 14px solid #2c5a89;
}

.title01_tab .title01_tab_left a:nth-child(2):hover::after,
.title01_tab .title01_tab_left a:nth-child(2).active::after{
    border-top: 14px solid #2c5a89;
} */




/* .title01_tab .title01_tab_left a:hover,
.title01_tab .title01_tab_left a.active{
    background-color: #4482c1;
    color: #FFF;
} */

.title01_tab .title01_tab_right{
    height: 48px;
    /* border-bottom: 1px solid #4482c1; */
    position: absolute;
    right: 0;
    bottom: 0;
    left: 200px;
}

.title01_tab .xktx_more{
    line-height: 48px;
}

.title01_content {
    display: none;
}

.title01_content:nth-child(1) {
    display: block;
}






.xktx_more:hover {
    color: #4482c1;
}

.xktx_content_bottom {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 14px;
}

.xktx_content_bottom h2 {
    font-size: 22px;
    margin-top: 16px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xktx_content_bottom h2 a {
    color: #333;
}

.xktx_content_bottom p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 14px;
}

.xktx_content_ul {
    margin-top: 10px;
}

.xktx_content_ul li{
    line-height: 42px;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xktx_content_ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    overflow: hidden;
    display: block;
    position: absolute;
    background-color: #4482c1;
    left: 11px;
    top: 18px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.xktx_content_ul li a {
    color: #666;
}

.xktx_content_ul li a:hover {
    color: #4482c1;
}



/* 习近平法治思想 & 学者原创 */
.xktx_fx_xjpfzsxANDxzyc {
    overflow: hidden;
    margin-top: 80px;
}

.xktx_fx_row2_content {
    margin-top: 20px;
}

.xktx_fx_row2_content_top {
    overflow: hidden;
}

.xktx_fx_row2_pic {
    width: 274px;
    height: 154px;
    float: left;
    overflow: hidden;
}

.xktx_fx_row2_pic img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.xktx_fx_row2_pic img:hover {
    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_fx_row2_pic_text {
    width: 100%;
    width: 408px;
    float: right;
}
.xktx_fx_xzyc .xktx_fx_row2_pic_text {
    width: 374px;
}

.xktx_fx_row2_pic_text h2 {
    font-size: 22px;
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xktx_fx_row2_pic_text p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-top: 10px;
}

/* 原习近平法治思想 - 现资讯公告 */
.xktx_fx_xjpfzsx {
    width: 700px;
    float: left;

}

.xktx_fx_tabChild {
    display: none;
}

.xktx_fx_tabChild:nth-child(1) {
    display: block;
}

.xktx_title_tab a:hover,
.xktx_title_tab a.active {
    color: #4482c1;
}

.xktx_title_tab span {
    color: #CCC;
}


/* 学者原创 */
.xktx_fx_xzyc{
    width: 670px;
    float: right;
}





/* poster - 投稿信箱 */

.poster_wrap{
    width: 100%;
    height: 102px;
    background-color: #1d7abf;
}

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

.poster_wrap_in a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(./sk_xktx_fx_email.jpg) no-repeat;
    background-size: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
}

.poster_wrap_in a span {
    margin: 0 10px;
}

/* 专题 */

.xktx_fx_row3 {
    overflow: hidden;
}

.xktx_fx_zt {
    width: 924px;
    float: left;
}

.xktx_fx_zt_pic_ul {
    margin-top: 20px;
    overflow: hidden;
}

.xktx_fx_zt_pic_ul li {
    width: 446px;
    height: 250px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.xktx_fx_zt_pic_ul li:nth-child(2n) {
    margin-right: 0;
}

.xktx_fx_zt_pic_ul li .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xktx_fx_zt_pic_ul li .pic img{
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.xktx_fx_zt_pic_ul li:hover .pic 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_fx_zt_pic_ul li .text{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0, .5);
    color: #FFF;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 学人 */
/* .xktx_fx_xr {
    width: 436px;
    float: right;
} */

/* .xktx_fx_xr .xktx_pointLine_list_ul {
    margin-top: 20px;
} */



/* 中国社会科学报·法学 */
.xktx_fx_listShow {
    width: 448px;
    float: right;
}

.xktx_fx_listShow_top {
    width: 100%;
    height: 56px;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    background-color: #4482c1;
}

.xktx_fx_listShow_top::before{
    content: '';
    height: 1px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    background-color: #FFF;
    display: block;
}

.xktx_fx_listShow_top_title {
    text-align: center;
    color: #FFF;
    font-size: 26px;
    line-height: 56px;
    background-color: #4482c1;
    position: absolute;
    left: 33%;
    box-sizing: border-box;
}

.xktx_fx_listShow_top_title span:nth-child(1) {
    margin-right: 10px;
}

.xktx_fx_listShow_top_title span:nth-child(2) {
    margin-left: 10px;
}

.xktx_fx_listShow_top_title span:nth-child(1),
.xktx_fx_listShow_top_title span:nth-child(2) {
    width: 7px;
    height: 28px;
    margin-top: 14px;
    position: relative;
}

.xktx_fx_listShow_top_title span:nth-child(1)::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
}

.xktx_fx_listShow_top_title span:nth-child(1)::after {
    content: '';
    width: 1px;
    height: 80%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 10%;
}

.xktx_fx_listShow_top_title span:nth-child(2)::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
}

.xktx_fx_listShow_top_title span:nth-child(2)::after {
    content: '';
    width: 1px;
    height: 80%;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 10%;
}

.xktx_fx_listShow_top_title span:nth-child(1){
    float: left;
}
.xktx_fx_listShow_top_title span:nth-child(2) {
    float: right;
}

.xktx_fx_zgshkxb {
    height: 500px;
}
.xktx_fx_listShow_center {
    background-color: #FFF;
    background: url(./sk_xktx_fx_listShow_topBg.png) no-repeat top center;
    background-size: 100%;
    padding-top: 21px;
    padding: 14px 15px 0 14px;
    box-sizing: border-box;
}

.xktx_fx_listShow_centerIn {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    padding: 0 4px;
    box-sizing: border-box;
}

.xktx_fx_listShow_centerIn .xktx_pointLine_list_ul li{
    line-height: 66px;
}

.xktx_fx_listShow_bottom {
    width: 100%;
    height: 35px;
    background: url(./sk_xktx_fx_listShow_bottomBg.png) no-repeat;
    background-size: 100%;
}


/* 选项卡群 */

.xktx_fx_tab_wrap {
    width: 100%;
    overflow: hidden;
}

.xktx_fx_tab {
    width: 448px;
    float: left;
    margin-right: 28px;
    margin-bottom: 38px;
}

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

.xktx_fx_tab_top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    font-size: 0;
}

.xktx_fx_tab_top::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #4482c1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.xktx_fx_tab_top a {
    display: inline-block;
    position: relative;
    font-size: 22px;
    color: #666;
    padding: 0 10px;
    line-height: 48px;
    border: 1px solid transparent;
}

/* .xktx_fx_tab_top a:hover::before,
.xktx_fx_tab_top a.active::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #4482c1;
    position: absolute;
    bottom: 0;
    left: 0;
} */

.xktx_fx_tab_top a:hover,
.xktx_fx_tab_top a.active {
    color: #FFF;
    background-color: #4482c1;
    font-weight: bold;
}

.xktx_fx_tab_content_wrap {
    padding-top: 40px;
}
.xktx_fx_tab .xktx_fx_tab_content_wrap {
    padding-top: 20px;
}
.xktx_fx_tab_content {
    display: none;
}

.xktx_fx_tab_content:nth-child(1) {
    display: block;
}

.xktx_fx_tab_content h2 {
    font-size: 22px;
    color: #333;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.xktx_fx_tab_content_pic {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.xktx_fx_tab_content_pic img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.xktx_fx_tab_content_pic: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_fx_tab_content_text {
    font-size: 16px;
    color: #666;
    margin: 16px 0;
    line-height: 1.8;
}


/* 编辑推书 */
/* 法学刊物 */
/* 法学研究机构 */

.xktx_fx_row5 {
    width: 448px;
    margin-right: 28px;
    float: left;
}

.xktx_fx_row5:nth-child(3) {
    margin-right: 0;
}

.xktx_fx_row5_title_wrap {
    width: 100%;
    height: 56px;
    text-align: center;
    position: relative;
    background: url(./sk_xktx_fx_title03.png) repeat-x left center;
    background-size: 23px;
}

.xktx_fx_row5_title {
    font-size: 26px;
    line-height: 46px;
    background-color: #4482c1;
    color: #FFF;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    font-weight: bold;

}

.xktx_fx_row5_title span {
    height: 100%;
    border: 1px solid #FFF;
    display: inline-block;
    padding: 0 14px;
}


.xktx_fx_row5_content {
    overflow: hidden;
}

.xktx_fx_row5_conPic {
    width: 153px;
    height: 170px;
    line-height: 170px;
    float: left;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.xktx_fx_row5_conPic img {
    width: 100%;
    vertical-align: bottom;
}

.xktx_fx_row5_conText {
    width: 274px;
    margin-top: 26px;
    float: right;
}

.xktx_fx_row5_conText h2 {
    font-size: 22px;
    color: #333;
    margin: 10px 0;
}

.xktx_fx_row5_conText p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.xktx_fx_row5_ul {
    overflow: hidden;
}

.xktx_fx_row5_ul li {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.xktx_fx_row5_pic{
    height: 140px;
    line-height: 140px;
    padding: 0 20px 0 10px;
    text-align: center;
}

.xktx_fx_row5_pic img {
    width: 100%;
    vertical-align: bottom;
}

.xktx_fx_row5_text {

}

.xktx_fx_row5_text h2 {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xktx_fx_row5_text p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* 编辑推书 */
.xktx_fx_row5:nth-child(1) .xktx_pointLine_list_ul {
    /* margin-top: 20px; */
}



/* 法学研究机构 */

.xktx_fx_fxyjjg_type .xktx_fx_listShow_center {
    height: 256px;
}

.xktx_fx_fxyjjg_type .xktx_fx_listShow_top_title {
    left: 29%;
}

.xktx_fx_fxyjjgH .xktx_pointLine_list_ul li {
    line-height: 46px;
}

.xktx_fx_fxyjjgH .xktx_pointLine_list_ul li {
    padding: 0;
    text-align: center;
}
.xktx_fx_fxyjjgH .xktx_pointLine_list_ul li::before {
    display: none;
}




/* 书-swiper */

.swiper_row5 {
    height: 300px;
}

.xktx_swiper_bookImg {
    height: 226px;
    line-height: 226px;
    padding: 0 60px;
    vertical-align: bottom;
}

.xktx_swiper_bookImg img {
    vertical-align: bottom;
    width: 100%;
}

.xktx_swiper_bookText {
    padding: 0 30px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}

/*--------------------------------swiper2----------------------------------*/
.swiper_tab_content {
    position: relative;
}
.swiper-container2 {
    box-sizing: border-box;
    position: relative;
}
.swiper2_prev,
.swiper2_next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 100px;
    cursor: pointer;
    opacity: .5;
}

.swiper2_prev{
    background: url(./sk_xktx_lsx_lssj_prev.png) no-repeat;
    background-size: 100%;
    left: -40px;
}

.swiper2_next{
    background: url(./sk_xktx_lsx_lssj_next.png) no-repeat;
    background-size: 100%;
    right: -40px;
}

.swiper2_prev:hover,
.swiper2_next:hover{
    opacity: 1;
}
/*------------------------------swiper3------------------------------------*/
.swiper-container3 {
    position: relative;
}
.swiper3_prev,
.swiper3_next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 100px;
    cursor: pointer;
    opacity: .5;
}

.swiper3_prev{
    background: url(./sk_xktx_lsx_lssj_prev.png) no-repeat;
    background-size: 100%;
    left: -40px;
}

.swiper3_next{
    background: url(./sk_xktx_lsx_lssj_next.png) no-repeat;
    background-size: 100%;
    right: -40px;
}

.swiper3_prev:hover,
.swiper3_next:hover{
    opacity: 1;
}


.xktx_wrap_row5 .xktx_fx_tab_top a {
    margin: 0 10px;
}


.home_case{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 20px;
}

.marquee_wrap {
    position: relative;
    height: 60px;
    line-height: 60px;
}

.jg-list-ul {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.jg-list-ul li {
    /* width: 150px; */
    float: left;
}

.jg-list-ul li a {
    padding: 0 20px;
    font-size: 18px;
}




.zx_footer_bg {
    background-color: #4482c1;
}

.friendLink {
    margin-top: 50px;
    margin-bottom:  40px;
}



@media screen and (max-width: 1440px) {
    /* 导航样式 */
    .xktx_color .nav_wrap .sub_xktx.active{
        height: 40px;
    }
    .xktx_color .nav_wrap .sub_xktx a {
        color: #FFF;
        margin: 0 8px 0 0;
    }
    .xktx_color .nav_fixed .title {
        width: 70px;
        height: 35px;
        line-height: 35px;
        background: url(./sk_xktx_fx_subject_bg.png) no-repeat;
        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: url(./sk_xktx_fx_subject_bg.png) no-repeat;
        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: url(./sk_xktx_fx_subject_bg.png) no-repeat;
        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: 0 auto;
        padding-bottom: 20px;
        padding-top: 50px;
        /* overflow: hidden; */
    }

    .xktx_wrap::after{
        display: table;
        content: '';
        clear: both;
    }

    .xktx_wrap_row3,
    .xktx_wrap_row4,
    .xktx_wrap_row5{
        margin-top: 0px !important;
        padding-top: 20px !important;
    }

    /* 带圆点带线的列表 */
    .xktx_pointLine_list_ul {

    }

    .xktx_pointLine_list_ul li {
        width: 100%;
        line-height: 41px;
        border-bottom: 1px dashed #CCC;
        padding-left: 20px;
        position: relative;
        font-size: 14px;
        box-sizing: border-box;
    }

    .xktx_pointLine_list_ul li::before {
        content: '';
        width: 4px;
        height: 4px;
        background-color: #4482c1;
        position: absolute;
        left: 7px;
        top: 50%;
        margin-top: -2px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }

    .xktx_pointLine_list_ul li a {
        color: #666;
    }

    .xktx_pointLine_list_ul li a:hover {
        color: #4482c1;
    }

    /* 带圆点不带线的列表 */

    .xktx_point_list_ul {
        margin-top: 10px;
    }

    .xktx_point_list_ul li {
        line-height: 26px;
        padding-left: 15px;
        position: relative;
        font-size: 12px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .xktx_point_list_ul li::before {
        content: '';
        width: 4px;
        height: 4px;
        background-color: #d28a31;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }

    .xktx_point_list_ul li a {
        color: #666;
    }

    .xktx_point_list_ul li a:hover {
        color: #4482c1;
    }

    .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;
        background-color: #4482c1;
        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: url(./sk_xktx_fx_title01.png) no-repeat left top;
        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;
    }


    /* 第2种title */
    .xktx_title02_wrap {
        width: 100%;
        text-align: center;
    }

    .xktx_title02 {
        width: 100%;
        height: 30px;
        display: inline-block;
        position: relative;
        text-align: center;
    }

    .xktx_title02:after {
        content: '';
        height: 1px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0;
        background-color: #4482c1;
        display: block;
    }

    .xktx_title02_left {
        line-height: 30px;
        font-size: 22px;
        padding: 0 36px 0 26px;
        box-sizing: border-box;
        font-weight: bold;
        color: #4482c1;
        background-color: #FFF;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        font-weight: bold;
    }

    .xktx_title02_left::before{
        content: '';
        width: 14px;
        height: 14px;
        background: url(./sk_xktx_fx_title02_leftTop.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .xktx_title02_left::after {
        content: '';
        width: 14px;
        height: 14px;
        background: url(./sk_xktx_fx_title02_rightBottom.png) no-repeat;
        background-size: 100%;
        position: absolute;
        right: 10px;
        bottom: 0;
    }














    .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: #4482c1;
    }

    .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;
        height: 282px;
    }


    .xktx_content_swiper {
        width: 500px;
        height: 100%;
    }

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

    .swiper1_img img {
        width: 100%;
        height: 100%;
    }

    .swiper1_text {
        background-color: rgba(0,0,0,.5);
        height: 44px;
        line-height: 44px;
        font-weight: bold;
        padding: 0 18px;
        box-sizing: border-box;
        font-size: 16px;
        color: #FFF;
        padding-right: 120px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .swiper-container1 {
        position: relative;
    }

    .swiper-more {
        position: absolute;
        bottom: 14px;
        right: 10px;
        font-size: 12px;
        color: #FFF;
    }

    .swiper-container1 .pagination1 {
        position: absolute;
        right: 48px;
        bottom: 14px;
        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: #4482c1;
    }

    .swiper1_prev,
    .swiper1_next {
        width: 42px;
        height: 70px;
        position: absolute;
        top: 50%;
        margin-top: -35px;
        cursor: pointer;
    }

    .swiper1_prev {
        background: url(./sk05_kg_btn03.png) no-repeat;
        background-size: 100%;
        left: -10%;
    }

    .swiper1_prev:hover {
        background: url(./sk05_kg_btn01.png) no-repeat;
        background-size: 100%;
    }

    .swiper1_next {
        background: url(./sk05_kg_btn04.png) no-repeat;
        background-size: 100%;
        right: -10%;
    }

    .swiper1_next:hover {
        background: url(./sk05_kg_btn02.png) no-repeat;
        background-size: 100%;
    }

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


    .xktx_content_right {
        width: 466px;
    }

    /* title选项卡 */

    .title01_tab {
        width: 100%;
        height: 34px;
        overflow: hidden;
        position: relative;
    }

    .title01_tab::before{
        content: '';
        height: 15px;
        right: 60px;
        top: 50%;
        margin-top: -7px;
        z-index: 1;
    }

    .title01_tab .title01_tab_left{
        float: left;
    }

    .title01_tab .title01_tab_left a {
        float: left;
        padding: 0 10px;
        height: 34px;
        line-height: 34px;
        font-size: 22px;
        font-weight: bold;
        position: relative;
    }

    .title01_tab .title01_tab_left a:nth-child(1)::before {
        content: '';
        width: 10px;
        height: 34px;
        display: block;
        position: absolute;
        background: url(./xktx_fx_tabLeft_bg.jpg) no-repeat left top;
        background-size: 9px;
        top: 0;
        left: -9px;
    }
    
    .title01_tab .title01_tab_left a:nth-child(1)::after {
        content: '';
        width: 9px;
        height: 100%;
        display: block;
        background: url(./xktx_fx_tabRight_bg.jpg) no-repeat right top;
        background-size: 9px;
        position: absolute;
        top: 0;
        right: -9px;
    }

    /* .title01_tab .title01_tab_left a:nth-child(2)::before {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 10px solid #ddd;
        border-right: 8px solid transparent;
        display: block;
        position: absolute;
        top: 0;
        right: -8px;
    }

    .title01_tab .title01_tab_left a:nth-child(2)::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid #ddd;
        border-right: 8px solid transparent;
        display: block;
        position: absolute;
        bottom: 0;
        right: -8px;
    }

    .title01_tab .title01_tab_left a:nth-child(1):hover::before,
    .title01_tab .title01_tab_left a:nth-child(1).active::before{
        border-bottom: 10px solid #2c5a89;
    }

    .title01_tab .title01_tab_left a:nth-child(1):hover::after,
    .title01_tab .title01_tab_left a:nth-child(1).active::after{
        border-top: 10px solid #2c5a89;
    }

    .title01_tab .title01_tab_left a:nth-child(2):hover::before,
    .title01_tab .title01_tab_left a:nth-child(2).active::before{
        border-bottom: 10px solid #2c5a89;
    }

    .title01_tab .title01_tab_left a:nth-child(2):hover::after,
    .title01_tab .title01_tab_left a:nth-child(2).active::after{
        border-top: 10px solid #2c5a89;
    } */


    .title01_tab .title01_tab_right{
        height: 34px;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 168px;
    }

    .title01_tab .xktx_more{
        line-height: 34px;
    }

    .title01_content {
        display: none;
    }

    .title01_content:nth-child(1) {
        display: block;
    }


    .xktx_more {
        font-size: 14px;
        padding-right: 20px;
        color: #4482c1;
        background: url(./sk_xktx_fx_morebg_1.png) no-repeat right center;
        background-size: 16px;
        display: inline-block;
        line-height: 32px;
    }


    .xktx_content_bottom {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 9px;
    }

    .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: 22px;
        color: #666;
        margin-top: 10px;
    }

    .xktx_content_ul {
        margin-top: 5px;
    }

    .xktx_content_ul li{
        line-height: 30px;
        padding-left: 24px;
        font-size: 14px;
    }

    .xktx_content_ul li::before {
        content: '';
        width: 4px;
        height: 4px;
        overflow: hidden;
        display: block;
        position: absolute;
        background-color: #4482c1;
        left: 8px;
        top: 13px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }

    .xktx_content_ul li a {
        color: #666;
    }

    .xktx_content_ul li a:hover {
        color: #4482c1;
    }

    .xktx_title03_wrap .xktx_more{
        margin-top: 0px;
    }



    /* 习近平法治思想 & 学者原创 */
    .xktx_fx_xjpfzsxANDxzyc {
        overflow: hidden;
        margin-top: 50px;
    }

    .xktx_fx_row2_content {
        margin-top: 10px;
    }

    .xktx_fx_row2_content_top {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .xktx_fx_row2_pic {
        width: 192px;
        height: 108px;
        float: left;
        overflow: hidden;
    }

    .xktx_fx_row2_pic img {
        width: 100%;
        height: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    .xktx_fx_row2_pic img:hover {
        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_fx_row2_pic_text {
        width: 292px;
        float: right;
    }
    .xktx_fx_xzyc .xktx_fx_row2_pic_text {
        width: 266px;
    }

    .xktx_fx_row2_pic_text h2 {
        font-size: 16px;
        color: #333;
    }

    .xktx_fx_row2_pic_text p {
        font-size: 12px;
        color: #666;
        line-height: 22px;
        margin-top: 4px;
    }

    /* 习近平法治思想 */
    .xktx_fx_xjpfzsx {
        width: 500px;
        float: left;
    }

    /* 学者原创 */
    .xktx_fx_xzyc{
        width: 470px;
        float: right;
    }

    /* poster - 投稿信箱 */

    .poster_wrap{
        width: 100%;
        height: 72px;
        background-color: #1d7abf;
    }

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

    .poster_wrap_in a {
        width: 100%;
        height: 100%;
        display: block;
        background: url(./sk_xktx_fx_email.jpg) no-repeat;
        background-size: 100%;
        padding-top: 40px;
        box-sizing: border-box;
        text-align: center;
        color: #FFF;
    }

    .poster_wrap_in a span {
        margin: 0 10px;
    }

    /* 专题 */

    .xktx_fx_row3 {
        overflow: hidden;
    }

    .xktx_fx_zt {
        width: 660px;
        float: left;
    }

    .xktx_fx_zt_pic_ul {
        margin-top: 10px;
        overflow: hidden;
    }

    .xktx_fx_zt_pic_ul li {
        width: 320px;
        height: 180px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    .xktx_fx_zt_pic_ul li:nth-child(2n) {
        margin-right: 0;
    }

    .xktx_fx_zt_pic_ul li .pic{
        width: 100%;
        height: 100%;
    }

    .xktx_fx_zt_pic_ul li .pic img{
        width: 100%;
        height: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    .xktx_fx_zt_pic_ul li:hover .pic 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_fx_zt_pic_ul li .text{
        width: 100%;
        height: 42px;
        line-height: 42px;
        background-color: rgba(0,0,0, .5);
        color: #FFF;
        font-size: 16px;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    /* 学人 */
    /* .xktx_fx_xr {
        width: 312px;
        float: right;
    }

    .xktx_fx_xr .xktx_pointLine_list_ul {
        margin-top: 10px;
    } */


    /* 中国社会科学报·法学 */
    .xktx_fx_listShow {
        width: 320px;
        float: right;
    }

    .xktx_fx_listShow_top {
        width: 100%;
        height: 40px;
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
        background-color: #4482c1;
    }

    .xktx_fx_listShow_top_title {
        text-align: center;
        color: #FFF;
        font-size: 22px;
        line-height: 40px;
        background-color: #4482c1;
        position: absolute;
        left: 30%;
        box-sizing: border-box;
    }


    .xktx_fx_listShow_top_title span:nth-child(1),
    .xktx_fx_listShow_top_title span:nth-child(2) {
        width: 7px;
        height: 20px;
        margin-top: 10px;
        position: relative;
    }

    .xktx_fx_zgshkxb {
        height: 360px;
    }
    .xktx_fx_listShow_center {
        height: 360px;
        background-color: #FFF;
        background: url(./sk_xktx_fx_listShow_topBg.png) no-repeat top center;
        background-size: 100%;
        padding-top: 12px;
        padding: 10px 10px 0 10px;
        box-sizing: border-box;
    }

    .xktx_fx_listShow_centerIn {
        width: 100%;
        height: 100%;
        background-color: #FFF;
        padding: 0 4px;
        box-sizing: border-box;
    }

    .xktx_fx_listShow_centerIn .xktx_pointLine_list_ul li{
        line-height: 48px;
    }

    .xktx_fx_listShow_bottom {
        width: 100%;
        height: 35px;
        background: url(./sk_xktx_fx_listShow_bottomBg.png) no-repeat;
        background-size: 100%;
    }





    /* 选项卡群 */

    .xktx_fx_tab_wrap {
        width: 100%;
        overflow: hidden;
    }

    .xktx_fx_tab {
        width: 320px;
        height: 408px;
        float: left;
        margin-right: 20px;
        margin-bottom: 28px;
    }

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

    .xktx_fx_tab_top {
        width: 100%;
        height: 40px;
        line-height: 40px;
        position: relative;
        text-align: center;
    }

    .xktx_fx_tab_top::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #4482c1;
        position: absolute;
        bottom: 1px;
        left: 0;
    }

    .xktx_fx_tab_top a {
        display: inline-block;
        position: relative;
        font-size: 18px;
        color: #666;
        line-height: 36px;
        padding: 0 6px;
    }

    /* .xktx_fx_tab_top a:hover::before,
    .xktx_fx_tab_top a.active::before {
        content: '';
        width: 100%;
        height: 3px;
        background-color: #4482c1;
        position: absolute;
        bottom: 0;
        left: 0;
    } */

    .xktx_fx_tab_top a:hover,
    .xktx_fx_tab_top a.active {
        color: #FFF;
        background-color: #4482c1;
        font-weight: bold;
    }

    .xktx_fx_tab_content_wrap {
        padding-top: 10px;
    }

    .xktx_fx_tab_content {
        display: none;
    }

    .xktx_fx_tab_content:nth-child(1) {
        display: block;
    }

    .xktx_fx_tab_content h2 {
        font-size: 18px;
        color: #333;
        margin-top: 10px;
    }

    .xktx_fx_tab_content_pic {
        width: 100%;
        height: 108px;
        overflow: hidden;
    }

    .xktx_fx_tab_content_pic img {
        width: 100%;
        height: 100%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    .xktx_fx_tab_content_pic: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_fx_tab_content_text {
        font-size: 12px;
        color: #666;
        margin: 10px 0;
        line-height: 22px;
    }


    /* 编辑推书 */
    /* 法学刊物 */
    /* 法学研究机构 */

    .xktx_fx_row5 {
        width: 320px;
        margin-right: 18px;
        float: left;
    }

    .xktx_fx_row5:nth-child(3) {
        margin-right: 0;
    }

    .xktx_fx_row5_title_wrap {
        width: 100%;
        height: 42px;
        text-align: center;
        background: url(./sk_xktx_fx_title03.png) repeat-x left center;
        background-size: 20px;
        position: relative;
    }

    /* .xktx_fx_row5_title_wrap::before {
        content: '';
        width: 100%;
        height: 3px;
        background-color: #32c9ff;
        position: absolute;
        bottom: 0;
        left: 0;
    } */

    .xktx_fx_row5_title {
        font-size: 22px;
        line-height: 32px;
        display: inline-block;
        position: relative;
        font-weight: bold;
        color: #FFF;
    }

    .xktx_fx_row5_title span {
        height: 100%;
        border: 1px solid #FFF;
        display: inline-block;
        padding: 0 8px;
    }

    /* .xktx_fx_row5_title::before {
        content: '';
        height: 3px;
        width: 100%;
        background-color: #4482c1;
        position: absolute;
        bottom: 0;
        left: 0;
    } */





    .xktx_fx_row5_content {
        overflow: hidden;
    }

    .xktx_fx_row5_conPic {
        width: 110px;
        height: 129px;
        line-height: 129px;
        float: left;
        text-align: center;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .xktx_fx_row5_conPic img {
        width: 100%;
        vertical-align: bottom;
    }

    .xktx_fx_row5_conText {
        width: 196px;
        margin-top: 20px;
        float: right;
    }

    .xktx_fx_row5_conText h2 {
        font-size: 18px;
        color: #333;
        margin: 10px 0;
    }

    .xktx_fx_row5_conText p {
        font-size: 12px;
        color: #666;
        line-height: 1.8;
    }


    .xktx_fx_row5_ul {
        overflow: hidden;
    }

    .xktx_fx_row5_ul li {
        width: 33.33%;
        float: left;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .xktx_fx_row5_pic{
        height: 110px;
        line-height: 110px;
        padding: 0 10px 0 8px;
        text-align: center;
    }

    .xktx_fx_row5_pic img {
        width: 100%;
        vertical-align: bottom;
    }

    .xktx_fx_row5_text {

    }

    .xktx_fx_row5_text h2 {
        font-size: 14px;
        color: #333;
        margin: 10px 0;
    }

    .xktx_fx_row5_text p {
        font-size: 12px;
        color: #666;
        line-height: 1.5;
    }

    .xktx_fx_row5_text .xktx_last_more {
        font-size: 12px;
    }

    /* 法学研究机构 */

    .xktx_fx_fxyjjg_type .xktx_fx_listShow_center {
        height: 200px;
    }

    .xktx_fx_fxyjjg_type .xktx_fx_listShow_top_title {
        left: 23%;
    }

    .xktx_fx_fxyjjgH .xktx_pointLine_list_ul li {
        line-height: 36px;
    }

    .xktx_fx_fxyjjgH .xktx_pointLine_list_ul li {
        padding: 0;
        text-align: center;
    }
    .xktx_fx_fxyjjgH .xktx_pointLine_list_ul li::before {
        display: none;
    }

    /* 编辑推书 */
    .xktx_fx_row5:nth-child(1) .xktx_pointLine_list_ul {
        margin-top: 10px;
    }



    /* 书-swiper */

    .swiper_row5 {
        height: 260px;
        position: relative;
    }

    .xktx_swiper_bookImg {
        height: 180px;
        line-height: 180px;
        padding: 0 40px;
        vertical-align: bottom;
    }

    .xktx_swiper_bookImg img {
        vertical-align: bottom;
        width: 100%;
    }

    .xktx_swiper_bookText {
        padding: 0 10px;
        margin-top: 20px;
    }

    /*--------------------------------swiper2----------------------------------*/
    .swiper_tab_content {
        position: relative;
    }
    .swiper2_prev,
    .swiper2_next {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 80px;
        cursor: pointer;
        opacity: .5;
    }

    .swiper2_prev{
        background: url(./sk_xktx_lsx_lssj_prev.png) no-repeat;
        background-size: 100%;
        left: -30px;
    }

    .swiper2_next{
        background: url(./sk_xktx_lsx_lssj_next.png) no-repeat;
        background-size: 100%;
        right: -30px;
    }

    .swiper2_prev:hover,
    .swiper2_next:hover{
        opacity: 1;
    }
    /*------------------------------swiper3------------------------------------*/

    .swiper3_prev,
    .swiper3_next {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 80px;
        cursor: pointer;
        opacity: .5;
    }

    .swiper3_prev{
        background: url(./sk_xktx_lsx_lssj_prev.png) no-repeat;
        background-size: 100%;
        left: -30px;
    }

    .swiper3_next{
        background: url(./sk_xktx_lsx_lssj_next.png) no-repeat;
        background-size: 100%;
        right: -30px;
    }

    .swiper3_prev:hover,
    .swiper3_next:hover{
        opacity: 1;
    }

    .home_case{
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding-top: 20px;
    }

    .marquee_wrap {
        position: relative;
        height: 40px;
        line-height: 40px;
    }

    .jg-list-ul {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .jg-list-ul li {
        /* width: 150px; */
        float: left;
    }

    .jg-list-ul li a {
        padding: 0 20px;
        font-size: 14px;
    }

    .friendLink {
        margin-top: 40px;
        margin-bottom:  30px;
    }


}


