.text a { color: inherit; }
/* 新闻图 */
.banner-part {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.banner-part .banner-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
/* 头条新闻 */
.tt-part {
    margin-top: 10px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.tt-part .tt-wrap {
    margin: 0 auto;
    width: 1200px;
    height: 90px;
    position: relative;
    box-sizing: border-box;
}
.tt-box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.tt-box .tt-label {
    padding: 15px 21px;
    width: 50px;
    height: 60px;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    background-color: #de0000;
    position: relative;
    background-origin: border-box;
}
.tt-box .tt-label:after {
    content: " ";
    width: 13px;
    height: 13px;
    background: url(./20241204_icon_sjxred.png) bottom center no-repeat;
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 2;
}
.tt-box .tt-content a {
    margin-left: 20px;
    width: 1088px;
    height: 90px;
    line-height: 90px;
    color: #de0000;
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.tt-part .tt-more {
    margin-right: 16px;
    line-height: 42px;
    color: #0670d2;
    font-size: 15px;
    font-weight: 400;
    float: right;
}
/* 新闻栏 */
.news-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.news-part .news-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
/* 轮播图 */
.picbox {
    margin-right: 16px;
    width: 600px;
    height: 373px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
#newsSwiper {
    width: 600px;
    height: 373px;
    overflow: hidden;
    position: relative;
}
#newsSwiper .newspic-box {
    width: 600px;
    height: 373px;
    overflow: hidden;
    position: relative;
}
#newsSwiper .newspic-box .pic img {
    margin: 0 auto;
    width: 600px;
    height: 373px;
    overflow: hidden;
    display: block;
}
#newsSwiper .newspic-box .pic-content {
    padding: 0 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    background-color: rgb(0, 0, 0, .5);
    box-sizing: border-box;
}
#newsSwiper .newspic-box .pic-content .text {
    color: #fff;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* 自定义分页器 */
#newsSwiper .swiper-pagination {
    padding-right: 10px;
    text-align: right;
    box-sizing: border-box;
}
#newsSwiper .swiper-pagination-bullet { background: #fff; }
#newsSwiper .swiper-pagination-bullet-active { background: #1cb36a; }
/* 自定义按钮 */
#newsSwiper .swiper-button-prev { left: 0; }
#newsSwiper .swiper-button-next { right: 0; }
#newsSwiper .swiper-button-prev, #newsSwiper .swiper-button-next {
    width: 40px;
    height: 74px;
    background-color: rgb(0, 0, 0, .6);
}
#newsSwiper .swiper-button-prev:after, #newsSwiper .swiper-button-next:after {
    color: #fff;
    font-size: 20px;
}
/* 新闻 */
.newsbox {
    width: 580px;
    /* height: 448px; */
    /* overflow: hidden; */
    position: relative;
    box-sizing: border-box;
}
.newsbox .news-tabs {
    width: 100%;
    height: 45px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsbox .news-tabs .news-tabs-item {
    width: 290px;
    height: 39px;
    line-height: 39px;
    color: #0670d2;
    font-size: 18px;
    background-color: #dfefff;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: block;
}
.newsbox .news-tabs .news-tabs-item.active {
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #0d65bc;
    font-weight: bold;
}
.newsbox .news-tabs .news-tabs-item.active:after {
    content: " ";
    width: 13px;
    height: 13px;
    background: url(./20241204_icon_sjxblue.png) bottom center no-repeat;
    position: absolute;
    bottom: 0;
    right: -13px;
    z-index: 2;
}
.newsbox .news-content {
    padding-top: 8px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.news-content .conbox-wrap { display: none; }
.szxwbox {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
.szxwbox .szxw-tabs {
    position: relative;
    display: flex;
    flex-direction: column;
}
.szxwbox .szxw-tabs a {
    padding: 30px 10px;
    width: 37px;
    height: 107px;
    position: relative;
    display: block;
    text-align: center;
    color: #002094;
    font-weight: bold;
    background-color: #d6e0ec;
    box-sizing: border-box;
}
.szxwbox .szxw-tabs a.active { color: #00359e; border-left: 2px solid #00359e; background-color: #fff; }
.szxwbox .szxw-content .szxw-conwrap { display: none; }
.szxwbox .szxw-content, .zfywbox .szxw-content {
    width: calc(100% - 37px);
    position: relative;
    box-sizing: border-box;
}
.szxwbox .szxw-content .szxw-conwrap ul, .zfywbox ul {
    padding-left: 10px;
    width: 100%;
    position: relative;
}
.szxwbox .szxw-content .szxw-conwrap ul {
    padding-left: 20px;
}
.szxwbox .szxw-content .szxw-conwrap ul li, .zfywbox ul li {
    padding-left: 15px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
    box-sizing: border-box;
}

.szxwbox .szxw-content .szxw-conwrap ul li:before, .zfywbox ul li:before {
    content: " ";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 20px;
    border-radius: 50%;
    background-color: #00359e;
}
.szxwbox .szxw-content .szxw-conwrap ul li .text, .zfywbox ul li .text  {
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.szxwbox .szxw-content .szxw-conwrap ul li:hover .text, .zfywbox ul li:hover .text {
    color: #00359e;
}
/*  */
.chnl-part {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.chnl-part .chnl-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
}
/* 栏目新闻样式 */
.chnlbox {
    margin-top: 10px;
    width: 400px;
    position: relative;
    box-sizing: border-box;
}
.chnlbox .chnl-title {
    padding-left: 5px;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #d5d5d5;
    position: relative;
    box-sizing: border-box;
}
.chnlbox .chnl-title h3 {
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    color: #00389f;
    font-size: 20px;
    text-align: center;
    border-bottom: 3px solid #00389f;
    position: relative;
    box-sizing: border-box;
    float: left;
}
.chnlbox .chnl-title .chnl-more {
    line-height: 42px;
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    float: right;
}
.chnlbox .chnl-content {
    padding: 10px;
    width: 100%;
    min-height: 210px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.chnlbox .chnl-content .chnl-list {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.chnlbox .chnl-content .chnl-list .chnl-item {
    padding-left: 15px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dotted #e5e5e5;
    position: relative;
    box-sizing: border-box;
}
.chnlbox .chnl-content .chnl-list .chnl-item:before {
    content: ' ';
    position: absolute;
    top: 22px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #00389f;
    border-radius: 50%;
    display: block;
}
.chnlbox .chnl-content .chnl-list .chnl-item .text {
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chnlbox .chnl-content .chnl-list .chnl-item:hover .text {
    color: #00389f;
}

.chnl-part .chnl-wrap .chnlbox:nth-child(3n) { margin-right: 0; }


/* 内容container */
.connews-container {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.connews-container .left-half {
    width: 820px;
    position: relative;
    box-sizing: border-box;
}
.connews-container .right-half {
    width: 364px;
    height: calc(100% - 30px);
    background-color: #f4f9ff;
    position: relative;
    box-sizing: border-box;
}
.jsbox {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.otherbox .chnlbox {
    padding: 0 10px;
    width: 364px;
}
.otherbox .chnlbox .chnl-title h3 {
    padding: 0 15px;
    color: #fff;
    background-color: #2852a1;
    border-bottom: 3px solid #00389f;
}
.otherbox .chnlbox .chnl-title .chnl-more {
    color: #2852a1;
}
/* banner-short */
.banner-short {
    position: relative;
}
/* 护路联防 */
.othernewbox {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* 政法专题 */
.zfztbox .chnl-content {
    padding: 5px 5px;
    width: 334px;
    height: 317px;
    position: relative;
    box-sizing: border-box;
}
#zfztSwiper { width: 334px; height: 337px; position: relative; overflow: hidden; }
#zfztSwiper .ztpic { width: 324px; height: 68px; }
#zfztSwiper .ztpic img { margin: 0 auto; width: 334px; height: 68px; display: block; }
#zfztSwiper > .swiper-wrapper{
    transition-timing-function:linear !important;
}
/* 政法视频 */
.zfsp-part {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.zfsp-part .zfsp-wrap {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    box-sizing: border-box;
}
.zfspbox {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.zfspbox .chnl-title {
    padding: 0 5px;
    width: 100%;
    border-top: 3px solid #002094;
    background-color: #d9e9fc;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.zfspbox .chnl-title h3 {
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    color: #00389f;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    float: left;
}
.zfspbox .chnl-title .zfsp-icon {
    margin-top: -5px;
    padding-right: 10px;
    height: 30px;
    vertical-align: middle;
}
.zfspbox .chnl-title .chnl-more {
    line-height: 42px;
    color: #00389f;
    font-size: 14px;
    font-weight: 400;
    float: right;
}
.zfspbox .chnl-content {
    padding: 20px 0;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
#zfspSwiper {
 
    width: 1180px;
    height: 182px;
    position: relative;
}
#zfspSwiper .newspic-box {
    margin: 0 auto;
    width: 280px;
    height: 182px;
    overflow: hidden;
    position: relative;
}
#zfspSwiper .newspic-box .pic img {
    margin: 0 auto;
    width: 280px;
    height: 182px;
    overflow: hidden;
    display: block;
}
#zfspSwiper .newspic-box .pic-content {
    padding: 0 10px;
    width: 100%;
    height: 39px;
    line-height: 39px;
    position: absolute;
    bottom: 0;
    background-color: rgb(0, 0, 0, .5);
    box-sizing: border-box;
}
#zfspSwiper .newspic-box .pic-content .text {
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* 自定义分页器 */
#zfspSwiper .swiper-pagination {
    padding-right: 10px;
    text-align: right;
    box-sizing: border-box;
}
#zfspSwiper .swiper-pagination-bullet { background: #fff; }
#zfspSwiper .swiper-pagination-bullet-active { background: #1cb36a; }
/* 自定义按钮 */
#zfspSwiper .swiper-button-prev { left: 0; }
#zfspSwiper .swiper-button-next { right: 0; }
#zfspSwiper .swiper-button-prev, #zfspSwiper .swiper-button-next {
    width: 40px;
    height: 74px;
    top: 70px;
    background-color: rgb(0, 0, 0, .6);
}
#zfspSwiper .swiper-button-prev:after, #zfspSwiper .swiper-button-next:after {
    color: #fff;
    font-size: 20px;
}