.main-content a.title:hover {
    color: #207FDC !important;
}
a{
    transition: all ease 0.25s;
}
.mb50 {
    margin-bottom: 50px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.rd5 {
    border-radius: 5px;
}

.main-content {}

.main-content .box-shadow {
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 0px rgba(215,229,242,0.2);
}

.main-content .row {
    margin-left: -30px !important;
    margin-right: -30px !important;
}
.main-content .rel{
    position: relative;
}

.main-content .swiper-slide,
.main-content .swiper-container {
    position: relative;
}

.main-content .swiper-slide .info-img img {
    max-width: 100%;
    width: 100%;
    max-height: 595px;
    transition: all ease 0.4s;
}

.main-content .swiper-slide .info-img img:hover {
    transform: scale(1.01);
}

.main-content .swiper-slide .info-cont {
    position: absolute;
    bottom: -100%;
    width: 100%;
    background: rgb(16,118,190,0.8);
    padding: 0 24px;
    background: linear-gradient(0deg, #000 0%, rgba(16, 118, 190, 0) 100%);
    transition: all ease 1.5s;
}
.main-content .swiper-slide-active .info-cont{
    bottom:0;
}
.main-content .swiper-slide .info-date {
    display: block;
    width: 30%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    /* display: none; */
}

.main-content .swiper-slide .info-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    /* line-height: 60px; */
    padding: 15px 0;
    display: inline-block;
    transition: all ease 0.25s;
}

.main-content .swiper-slide .info-title:hover {
    color: #73b5f7 !important;
}

.main-content .swiper-pagination-fraction {
    position: absolute;
    width: max-content;
    font-size: 24px;
    font-family: Georgia;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    padding-bottom: 0px;
    padding-right: 10px;
    left: unset;
    right: 0;
    /* display: none; */
}

.main-content .swiper-pagination-current {
    font-size: 40px;
}

.main-content .swiper-pagination-total {
    font-size: 24px;
}

.main-content .swiper-button-prev {
    background: url(arrow-right.png) no-repeat;
    background-size: contain;
    width: 50px;
    transform: rotate(180deg);
}
.main-content .swiper-pagination{
    width: auto;
    left: auto;
    right: 10px;
    bottom: 18px;
}
.main-content .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}
.main-content .swiper-pagination-bullet-active{
    background: #007aff;
}
.main-content .swiper-button-next {
    background: url(arrow-right.png) no-repeat;
    background-size: contain;
    width: 50px;
}

.main-content .swiper-button-next:after,
.main-content .swiper-button-prev:after {
    content: "";
}

.main-content .headline {
    padding: 20px 0px 0px 0px;
}
.main-content .headline .ybbg{
    font-weight: 600;
    font-size: 26px;
    color: #025eb8;
    position: relative;
    padding-left: 18px;
    margin-bottom: 15px;
}
.main-content .headline .ybbg:after{
    content: '';
    display: inline-block;
    width: 5px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #025EB8;
    transform: translateY(-50%);
}
.main-content .headline .top {
    padding-bottom: 20px;
    border-bottom: 1px dashed #cacfd4;
}

.main-content .headline .top .title {
    display: block;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    color: #025eb8;
    line-height: 34px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    border-left: 3px solid #b60200;
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all ease 0.25s;
}

.main-content .headline .top .abstract {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main-content .news-list ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.main-content .news-list li a {
    width: 100%;
    overflow: hidden;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #444444;
    margin-top: 15px;
    margin-bottom: 10px;
    background: url(icon-list.png) left 9px no-repeat;
    background-size: auto;
    padding-left: 25px;
}

.main-content .more {
    float: right;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #979797;
    background: url(comm2025-more.png) right 5px no-repeat;
    background-size: auto;
    padding-right: 25px;
}

.main-content .more:hover {
    color:  #b60200;
}
.main-content .snews-boxs .more{
    position: absolute;
    bottom: 0;
    right: 15px;
}

.news-box .news-list {
    display: none;
}

.news-box .news-list.active {
    display: block;
}

.common-title {
    position: relative;
    margin-bottom: 27px;
    min-height: 70px;
}

.news-boxs .common-title.switch {
    overflow: hidden;
}

.common-title.switch .switch_tab {
    float: left;
}

.common-title.switch .switch_tab a {
    cursor: pointer;
}

.common-title.switch .switch_tab:last-child {
    margin-left: 30px;
}

.common-title.switch.switch-unset .switch_tab:last-child {
    margin-left: 0;
}

.common-title.switch::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 46px;
    background: #207FDC;
    position: absolute;
    left: 160px;
    top: 10px;
    display: none;
}

.common-title.switch-unset::after {
    content: '';
    display: none;
}

.common-title.switch .switch_tab a.more {
    display: none;
}

.common-title a.h24 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #444444;
    line-height: 50px;
    vertical-align: middle;
    /* display: inline-block; */
    /* border-top: 1px solid #BC392C; */
}

.common-title img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 15px;
    opacity: 0.3;
}

.common-title.switch .switch_tab.active a.h24 {
    font-weight: bold;
}
.common-title.switch .switch_spec.active a.h24{
    color: #0f66bb;
}
.common-title.switch .switch_spec{
    border-top: 2px solid transparent;
    padding-top: 3px;
    position: relative;
}
.kyjz-boxs .common-title.switch .switch_spec,.tzgg .common-title.switch .switch_spec{
    position: initial;
}
.common-title.switch .switch_spec:after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.common-title.switch .switch_spec.active:after{
    background:#b60200;
}
.common-title.switch .switch_spec.active{
    padding-bottom: 0px;
}

.common-title.switch .switch_spec.activ img{
    opacity: 1;
}
.tzgg .common-title.switch::after{
    left: 115px;
}
.common-title.switch .switch_tab.active a.more {
    display: block;
}

.common-title.switchs {
    overflow: hidden;
}
.common-title.switchs .switch_tab.active img{
    opacity: 1;
}
.common-title.switchs .switch_spec.active a.h24{
    color:#0f66bb;
}
.common-title.switchs .switch_tab {
    float: left;
}

.common-title.switchs .switch_tab a {
    cursor: pointer;
}

/* .common-title.switchs .switch_tab:last-child {
    margin-left: 30px;
} */

.common-title.switchs .switch_tab a.more {
    display: none;
}

.common-title.switchs .switch_tab.active a.more {
    display: block;
}

.common-title a.more {
    position: absolute;
    right: 0;
    top: calc(50% + 5px);
    color: #000;
    transform: translateY(-50%);
}
.main-content .kyjz-boxs .common-title a.more{
    color: #fff;
    background: url(comm2025-more-white.png) right 5px no-repeat;
    background-size: auto;
    border-bottom: 1px solid #fff;
}
.news-box .public-wrap ul {
    padding-left: 0;
    list-style: none;
}

.news-box .public-wrap .img-boxs {
    position: relative;
    width: 360px;
    height: 242px;
    overflow: hidden;
}
.index-news-bg01{
    background: url(index-news-bg01.png) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 50px;
}
.index-news-bg01 .other-mores .more{
    float: none;
}
.news-box .public-wrap .img-boxs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-box .public-wrap ul>a.db{
    width: 100%;
    display: flex;
    background: #fff;
    flex-wrap: wrap;
    box-shadow: 0px 0px 21px 0px #d7e5f2;
    margin-bottom: 38px;
}
.news-box .public-wrap ul>a.db .content-box{
    padding: 20px;
    flex: 1;
}
.news-box .public-wrap ul>a.db .content-box .date{
    font-size: 18px;
	color: #b60200;
}
.news-box .public-wrap ul>a.db .content-box .des{
    font-size: 18px;
	line-height: 28px;
	color: #666666;
}
.kyjz-news-bg{
    background: url(kyjz-news-bg.png) top center no-repeat;
    background-size: cover;
    padding:50px 0 60px 0;
}
.kyjz-news-bg .common-title.switch .switch_tab:last-child{
    margin-left: 0;
}
.kyjz-news-bg .common-title.switchs .switch_spec.active a.h24{
    color: #fff;
}
.main-content .kyjz-news-bg .news-list li .kyjz-links-boxs{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    background: rgba(175,175,175,0.5);
    min-height: 200px;
    border-radius: 10px;
    overflow: hidden;
    padding:25px 20px;
    display: block;
    position: relative;
}
.kyjz-links-boxs:hover{
    transform: translateY(-8px);
}
.kyjz-links-boxs .kyjz-data{
    font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
}
.kyjz-links-boxs .kyjz-data:after{
    content: '';
    display: inline-block;
    height: 34px;
    width: 3px;
    background: #b60200;
    position: absolute;
    left:0;
    top:30px;
}
.kyjz-links-boxs .kyjz-title{
    font-size: 18px;
	line-height: 30px;
	color: #ffffff;
    margin-top: 30px;
    margin-bottom: 18px;
    min-height: 60px;
}
.kyjz-links-boxs .kyjz-address{
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}




.news-box .public-wrap .img-boxs img:hover {
    transform: scale(1.02);
}

.news-box .public-wrap .img-boxs .date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(15,102,187,0.75);
    border-top-right-radius: 10px;
    padding: 12px 24px 11px 14px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
}

.news-box .public-wrap .content-box .title {
    font-weight: bold;
    font-size: 20px;
    color: #444444;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all ease 0.25s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-box .public-wrap .content-box .title:hover {
    color: #207FDC;
}

.tw .news-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tw .news-list li a{
    width: 80%;
    overflow: hidden;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.tw .news-list li .date-s {
    display: block;
    flex: 1;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
}

.tw .news-list li a {
    line-height: 30px;
}

.news-box.tzgg.box-shadow{
    padding-top: 0px;
}

.tzgg .news-list {
    /* margin-top: 60px; */
}

.tzgg .news-list li {
    padding-bottom: 25px;
    margin-top: 25px;
}

.tzgg .news-list li .date {
    float: left;
    text-align: center;
    width: 60px;
    height: 60px;
    background: rgba(15,102,187,0.75);
    border-radius: 0px 10px 0px 10px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    padding-top: 11px;
    margin-right: 10px;
}
.main-content .tzgg .news-list .tzgg-links-boxs{
    padding:30px 20px;
    box-shadow: 0px 3px 0px 0px #bfbfbf;
	border: solid 1px #e6e6e6;
    min-height: 200px;
    border-bottom: 2px solid #bfbfbf;
    background-size: cover;
    display: block;
    background: url(tzgg-news-bg01.png) center center no-repeat;
}
.main-content .tzgg .news-list .tzgg-links-boxs:hover{
    background: url(tzgg-news-bg02.png) center center no-repeat;
    border: solid 1px #025eb8;
    background-size: cover;
    border-bottom: 2px solid #bfbfbf;
}
.main-content .tzgg .news-list .tzgg-links-boxs:hover .tzgg-title{
    color: #fff;
}
.main-content .tzgg .news-list .tzgg-links-boxs:hover .tzgg-data{
    color: #fff;
}
.main-content .tzgg .news-list .tzgg-links-boxs .tzgg-title{
    font-size: 18px;
    line-height: 32px;
    color: #444;
    transition: all ease 0.25s;
}
.main-content .tzgg .news-list .tzgg-links-boxs .tzgg-data{
    font-size: 16px;
	line-height: 20px;
	color: #666666;
    margin-top: 25px;
    transition: all ease 0.25s;
}


.tzgg .news-list li .title {
    display: inline-block;
    width: calc(100% - 70px);
    padding-left: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    border-left: 1px solid #c6d5e4;
    margin-left: 10px;
}

.zdsys.news-box {
    padding-top: 0px;
}

.rc.news-box {
    padding-top: 0px;
}

.kjcx-news-bg{
    padding:50px 0;
    background: url(cxpt-news-bg01.png) top center repeat-x;
    background-size: 100% 100%;
}
.rc.news-box .more,.zdsys.news-box .more{
    float: none;
    margin-top: 20px;
    display: inline-block;
}
.zdsys.news-box .more{
    margin-top: 40px;
}
.rc.news-box .date {
    width: 60px;
    height: 60px;
    padding: 10px 5px;
    background: rgba(15,102,187,0.75);
    border-radius: 0px 10px 0px 10px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}
.rc.news-box .date span{
    display: block;
}
.rc.news-box .news-list li {
    border-bottom: 1px solid #EAEFF4;
    margin-bottom: 15px;
    padding-bottom: 8px;
}
.rc.news-box .news-list li{
    width: 100%;
    display: flex;
}
.rc.news-box .news-list li:last-child{
    margin-bottom: 0;
}
.rc.news-box .news-list li a {
    margin-top: 0;
    margin-bottom: 5px;
    min-height: 48px;
    background: none;
    flex: 1;
    display:-webkit-box;
    min-height: 64px;
}

.rc.news-box .news-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    /* padding-bottom: 0; */
}

.kyjz.news-box {
    padding-bottom: 26px;
    padding-top: 0px;
}

.kyjz.news-box .news-list li {
    border-bottom: 1px solid #EAEFF4;
}

.kyjz.news-box .news-list li:last-child {
    border-bottom: none;
}

.kyjz.news-box .news-list li a {
    overflow: unset;
    text-overflow: unset;
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
}

.kyjz.news-box .news-list li a .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #444;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all ease 0.25s;
}
.kyjz.news-box .news-list li a .title:hover{
    color: #bc392b;
}
.kyjz.news-box .news-list li a .date,
.kyjz.news-box .news-list li a .place {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.kjlj .public-wrap ul {
    display: flex;
    gap: 40px;
}

.kjlj .public-wrap li {
    width: 100%;
}

.kjlj .public-wrap li .img-box {
    position: relative;
    width: 100%;
    transition: all ease 0.3s;
}

.kjlj .public-wrap li .bg {
    width: 100%;
    object-fit: fill;
    height: auto;
}

.kjlj .public-wrap li .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    transition: all ease 0.4s;

}
.kjlj .public-wrap li:hover .img-box{
    transform: translateY(5px);
}
.kjlj .public-wrap li:hover .icon {
    transform: translateY(-50%) translateX(-50%) rotateY(180deg) scale(1.1);
}

.kjlj .public-wrap li:hover p {
    color: #025EB8;
}

.kjlj .public-wrap p {
    margin-top: 7px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 24px;
}

.zt .public-wrap .row {
    margin-left: 0px !important;
    margin-right: -15px !important;
}

.zt .public-wrap a {
    padding-left: 8px;
}
.zt .public-wrap a:hover img{
    transform: translate(8px,-10px) scale(1.05);
}
.zt .public-wrap a div {
    width: 100%;
    background: #C6D5E4;
    border-radius: 0px 10px 0px 10px;
    padding-top: 10px;
}

.zt .public-wrap img {
    width: 100%;
    height: auto;
    transition: all ease 0.3s;
    margin-left: -8px;
    margin-bottom: -10px;
}
.kjcx-news-bg .sys-list{
    margin-left: -15px;
    margin-right: -15px;
}
.sys-list li{
    margin-bottom: 30px;
}
.sys-list li a{
    display: block;
    background: url(cxpt-news-bg02.png) center center no-repeat;
    background-size: 100% auto;
    min-height: 171px;
    padding:25px;
    position: relative;
    box-shadow: 0px 0px 21px 0px #e6e6e6;
}
.sys-list li a::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 80px;
    background: #b60200;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sys-list .sclect-boxs{
    width: 100%;
    overflow: hidden;
    padding:35px 10px 45px 10px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 21px 0px #e6e6e6;
}
.sys-list .sclect-boxs::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 80px;
    background: #b60200;
    position: absolute;
    left: 0;
    top: 22px;
}
.sys-list .sclect-boxs-wrap{
    width: 50%;
    padding:0 15px;
    float: left;
}
.sys-list select{
    appearance: none;
    width: 100%;
    background: #f3f3f3 url(collapse.png) 95% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #444;
    font-size: 18px;
    border-radius: 5px;
    line-height: 36px;
    border: none;
    outline: none;
    min-height: 70px;
    padding-left: 20px;
}
.sys-list li a .img-box{
    overflow: hidden;
    border-radius: 10px;
}
.sys-list li a .img-box img{
    transform: scale(1.05);
    transition: all ease 0.3s;
}
.sys-list li a .img-box:hover img{
    transform: scale(1);
}
.sys-list li a:hover{
    transform: translateY(-5px);
    box-shadow: 0px 0px 21px 0px #d7e5f2;
}
.sys-list li a:hover .title{
    color: #207FDC;
}
.sys-list li .title{
    font-weight: bold;
    font-size: 20px;
    color: #444;
    margin-bottom: 0;
    transition: all ease 0.25s;
}
.sys-list li .des{
    font-size: 18px;
	line-height: 30px;
	color: #666666;
    margin-top: 20px;
}
.sys-list li .intro{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 0;
    height: 60px;
    overflow: hidden;
    position: relative;
}
.sys-list li .intro-boxs{
    position: absolute;
    width: 100%;
    animation: scroll 30s linear infinite;
}
@keyframes scroll {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}
.zt-news-bg{
    background: url(zt-news-bg01.png) bottom center no-repeat;
    background-size: 100% auto;
    padding:70px 0 40px 0;
}
.zt-news-channels{
    text-align: center;
    margin-bottom: 40px;
}
.zt-news-bg .zt-boxs-wrap{
    margin:0 -15px;
}
.zt-news-channels span{
    position: relative;
    font-size: 24px;
    font-weight: 700;
	line-height: 50px;
	color: #000000;
}
.zt-news-channels span img{
    max-width: 26px;
    margin-right: 10px;
}
.zt-news-channels span:after,.zt-news-channels span::before{
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #b60200;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.zt-news-channels span:after{
    right: -55px;
}
.zt-news-channels span:before{
    left: -55px;
}
.zt-boxs-wrap{
    position: relative;
}
.zt-boxs-wrap .zt-more{
    margin-top: 50px;
    text-align: center;
}
.zt-boxs-wrap .zt-more a{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #1067bb;
    padding: 9px 36px;
    border-radius: 4px;
}
.zt-boxs-wrap .zt-more a:hover{
    background: #b60200;
}
.index-special-swiper .img-boxs{
    height: 135px;
    border-radius: 3px;
    overflow: hidden;
}
.index-special-swiper .img-boxs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zt-boxs-wrap .swiper-button-prevs,.zt-boxs-wrap .swiper-button-nexts{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
}
.zt-boxs-wrap .swiper-button-prevs{
    transform: translateY(-50%);
    right: -45px;
    background: url(zt-news-icon01.png) center center no-repeat;
    background-size: cover;
}
.zt-boxs-wrap .swiper-button-nexts{
    transform: translateY(-50%) rotate(180deg);
    left: -45px;
    background: url(zt-news-icon01.png) center center no-repeat;
    background-size: cover;
}
.zt-boxs-wrap .swiper-button.swiper-button-disabled{
    opacity: 0.3;
}
.kjlj-boxs-wrap{
    margin:60px -15px 0 -15px;
}
.kjlj-boxs-wrap .kjlj-boxs-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.kjlj-boxs-wrap .kjlj-boxs-item .img-box{
    width: 102px;
    height: 102px;
    background: #fff;
    position: relative;
    border-radius: 50%;
    transition: all ease 0.25s;
}
.kjlj-boxs-wrap .kjlj-boxs-item .img-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    transform: translate(-50%,-50%);
}
.kjlj-boxs-wrap .kjlj-boxs-item .img-box img:first-child{
    display: block;
}
.kjlj-boxs-wrap .kjlj-boxs-item .img-box img:last-child{
    display: none;
}
.kjlj-boxs-wrap .kjlj-boxs-item .img-box:after{
    content: '';
    display: inline-block;
    width: 123px;
    height: 123px;
    border: 1px dashed #a3a3a3;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
}
.kjlj-boxs-wrap .kjlj-boxs-item p{
    font-size: 18px;
	line-height: 24px;
	color: #444444;
    margin-top: 30px;
    text-align: center;
    min-height: 50px;
    max-width: 105px;
}
.kjlj-boxs-wrap .kjlj-boxs-item .img-box:hover{
    background: #025eb8;
}
.kjlj-boxs-wrap .kjlj-boxs-item .img-box:hover img:first-child{
    display: none;
}
.kjlj-boxs-wrap .kjlj-boxs-item .img-box:hover img:last-child{
    display: block;
}
.kjlj-boxs-wrap .kjlj-boxs-item .img-box:hover:after{
    border-color: #025EB8;
    animation: rotateCircle 30s linear infinite;
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.footer-link {
    margin-top: 50px;
}

.footer-link .footer-link-wrap select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #444;
    font-size: 18px;
    padding: 10px 20px;
    background: #f9f9f9 url(collapse.png) 95% center no-repeat;
    border-radius: 5px;
    border: solid 1px #d7d7d7;
    line-height: 36px;
    outline: none;
}

.footer-link .footer-link-wrap select option {
    color: #333;
}

@media (max-width: 1640px) {
    .main-content .headline .news-list li a {
        line-height: 33px;
    }

    .kjlj .public-wrap li .icon {
        max-width: 70%;
        max-height: 40%;
    }
}

@media (max-width: 1440px) {
    .main-content .headline {
        padding-top: 20px;
    }

    .main-content .headline .top .title {
        margin-bottom: 15px;
    }

    .main-content .headline .top {
        padding-bottom: 15px;
    }

    .main-content .headline .news-list li a {
        line-height: 27px;
    }

    .common-title img {
        margin-right: 5px;
    }

    .common-title.switch::after {
        left: 145px;
    }

    .common-title.switch .switch_tab:last-child {
        margin-left: 30px;
    }

    .news-box.box-shadow {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 1199px) {

    .col-md-8,
    .col-md-4 {
        width: 100%;
    }
    .news-box .public-wrap .img-boxs{
        width: 100%;
    }
    .news-box .public-wrap ul>a.db .content-box .des{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .main-content .row,
    footer .row {

        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .headline {
        padding-top: 15px;
        padding-bottom: 30px !important;
    }
	.tw .news-list li{
		flex-wrap:wrap;
	}
	.swiper-zt-boxs{
		padding:0 15px;
	}
	.zt-boxs-wrap .swiper-button-prevs, .zt-boxs-wrap .swiper-button-nexts{
		display:none;
	}
    .main-content .news-list li a {
        display: block;
		white-space:initial;
		width:100%;
    }

    .news-box .public-wrap .content-box .title {
        -webkit-line-clamp: unset;

    }

    .rc.news-box .news-list li a {
        line-height: 28px;
    }

    .main-content .headline {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-content .swiper-slide .info-cont {
        position: relative;
        background: #1076BE;
        padding-bottom: 50px;
    }

    .main-content .swiper-slide .info-title {
        line-height: 30px;
    }

    .main-content .swiper-slide .info-date {
        padding: 10px 0;
        margin-bottom: 15px;
    }

    .main-content .swiper-pagination-fraction {
        font-size: 36px;
        padding-bottom: 0;
    }

    .main-content .swiper-pagination-current {
        font-size: 60px;
    }

    .main-content .swiper-pagination-total {
        font-size: 23px;
    }

    .kjlj .public-wrap ul {
        flex-wrap: wrap;
        gap: 5%;
    }

    .kjlj .public-wrap ul li {
        width: 20%;
    }

    .footer-link-wrap .col-md-3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .kjlj-boxs-wrap .kjlj-boxs-item{
        flex-wrap: wrap;
    }
    .kjlj-boxs-wrap .kjlj-boxs-item li{
        width: 50%;
    }
    .kjlj-boxs-wrap .kjlj-boxs-item .img-box{
        margin: 0 auto;
    }
    .kjlj-boxs-wrap .kjlj-boxs-item p{
        max-width: initial;
    }
    .sys-list .sclect-boxs-wrap{
        width: 100%;
        margin-bottom: 20px;
    }
    .sys-list li .des{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .main-content .kyjz-news-bg .news-list li .kyjz-links-boxs{
        margin-bottom: 20px;
    }
    .news-box .public-wrap ul>a.db{
        flex-wrap: wrap;
    }
}