/* ====== 全局防缩放 ====== */
html {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
}

/* ====== 公告栏布局 ====== */
.xxgk {
    display: flex;
    align-items: center;
    min-height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.xxgk-title {
    flex-shrink: 0;
    border-left: 0.06rem solid #144785;
    width: 2.3rem;
}

.xxgk-title a {
    display: block;
    width: 100%;
    font-size: 0.34rem;
    font-weight: bold;
    padding-left: 0.5rem;
    position: relative;
    background: url(zzzf2607_trumpet.png) no-repeat .1rem center;
    background-size: .3rem;
}
/* CSS 替代喇叭图片 */
.xxgk-title a::before {
    content: '';
    position: absolute;
    left: 0.2rem;
    top: 50%;
    /* transform: translateY(-50%); */
    /* border: 0.1rem solid transparent; */
    /* border-left-color: #144785; */
}

.xxgk-list {
    flex: 1;
    width: 4.1rem;
    min-width: 0;
    height: 0.8rem;
    line-height: 0.8rem;
    overflow: hidden;
    position: relative;
    padding-left: 0.15rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.xxgk-list ul{
    position: relative;
    overflow: hidden;
}
.xxgk-list li{
    float: left;
    margin-right: 50px;
    /*	line-height: 70px;*/
    position: relative;
}
.xxgk-more {
    flex-shrink: 0;
    width: 0.5rem;
    text-align: center;
}

/* ====== 无缝滚动 ====== */
.marquee-track {
    display: inline-flex;
    white-space: nowrap;
    width: max-content;
    animation: marquee-scroll var(--marquee-duration, 25s) linear infinite;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.marquee-track a {
    margin-right: 0.4rem;
    padding-left: 0.2rem;
    font-size: 0.3rem;
    color: #232d39;
    flex-shrink: 0;
    text-decoration: none;
    position: relative;
}
/* CSS 替代圆点图片 */
.marquee-track a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
}

@keyframes marquee-scroll {
    0%   { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    100% { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); }
}

.xxgk-list:active .marquee-track,
.xxgk-list:hover .marquee-track {
    animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
    .marquee-track { animation: none !important; }
}

/* ====== 红色主题 ====== */
.red-index .xxgk-title { border-left-color: #ee1c25; }
.red-index .xxgk-title a::before { border-left-color: #ee1c25; }
.red-index .marquee-track a::before { background: #ee1c25; }
/* 滚动结束 */

.xxgk .wrapper {
    background: #fff;
    overflow: hidden;
}

.xxgk-title {
    flex-shrink: 0;
    border-left: 0.06rem solid #144785;
    width: 2rem;
}

.xxgk-list a {
    margin-right: 0.4rem;
    padding-left: 0.2rem;
    background: url(zzzf2607_dot.png) no-repeat left center;
}

.xxgk-more {
    flex-shrink: 0;
    width: 0.5rem;
    text-align: center;
}

.main-news {
    margin-top: 0.3rem;
}

.main-news .img-slide .swiper-container {
    width: 6.9rem;
    height: 4.56rem;
    margin-bottom: 0.5rem;
    overflow-y: visible;
}

.main-news .img-slide .swiper-slide {
    position: relative;
    width: 6.9rem;
    height: 4.16rem !important;
}

.main-news .img-slide .swiper-slide .img-con img,
.main-news .img-slide .swiper-slide .img-con a,
.main-news .img-slide .swiper-slide .img-con {
    display: block;
    width: 100%;
    height: 100%;
}

.main-news .img-slide .swiper-slide .txt-con {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.7rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.main-news .img-slide .swiper-slide .txt-con .title {
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.7rem;
    padding: 0 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.my-fraction-pagination {
    display: none;
}

.img-slide-pagination {
    position: absolute;
    z-index: 10;
    bottom: 0rem;
    text-align: center;
    box-sizing: border-box;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.img-slide-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 0.07rem;
    background: #e0e0e0;
    margin: 0 0.07rem;
    cursor: pointer;
    transition: all 0.4s;
}

.img-slide-pagination .swiper-active-switch {
    background: #144785;
}

.news-list-con {
    width: 6.9rem;
    /* height: 458px; */
    background: #fff;
    padding: 0.4rem 0.3rem;
    padding-top: 0;
}

.news-list-con .title-con {
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: 0.01rem solid #d0d9e4;
}

.news-list-con .title-con ul li {
    position: relative;
    float: left;
    font-size: 0.38rem;
    color: #232d39;
    font-weight: bold;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.news-list-con .title-con ul li:first-child {
    margin-left: 0;
}

.news-list-con .title-con ul li:first-child::before {
    display: none;
}

.news-list-con .title-con ul li::before {
    position: absolute;
    content: "";
    width: 0.01rem;
    height: 0.45rem;
    left: -0.5rem;
    top: 0.4rem;
    background: #d0d9e4;
}

.news-list-con .title-con ul li a {
    padding-left: 0.6rem;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 0.44rem;
}

.news-list-con .title-con ul li.on {
    position: relative;
    /* color: #144785; */
}

.news-list-con .title-con ul li.on::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.04rem;
    background: #ed6d00;
    left: 0;
    bottom: -0.01rem;
}

.gzdt-link {
    background-image: url(zzzf2607_chnlIcon1.png);
}

.hyzx-link {
    background-image: url(zzzf2607_chnlIcon2.png);
}

.news-list-con .title-more{
    border: .02rem solid #ed6d00;
    border-radius: .12rem;
    text-align: center;
    padding: .25rem 0;
}
.news-list-con .title-more a {
    color: #ed6d00;
    font-size: .3rem;
    line-height: 1;
    overflow: hidden;
}
.news-list-con .title-more .jt{
    position: relative;
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background: #ed6d00;
    vertical-align: middle;
    margin-top: -.04rem;
    margin-left: .1rem;
    border-radius: .05rem;
}
.news-list-con .title-more .jt::before{
    content: '';
    background: url(zzzf2607_moreArr.png) no-repeat center center;
    background-size: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-list-con .list-con li {
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.news-list-con .list-con {
    margin-top: 0.3rem;
}

.news-list-con .list-con li a.title {
    display: block;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #232d39;
    padding-left: 0.3rem;
    background: url(zzzf2607_dot.png) no-repeat left 0.17rem;
}
.news-list-con .list-con li span {
    display: block;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #557194;
    padding-left: 0.3rem;
}

.news-list-con .list-con li.fir .title {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.news-list-con .list-con li.fir .desc{
    color: #999;
    font-size: .28rem;
    line-height: 1.6;
}
.news-list-con .list-con li.fir .desc a {
    color: #144785;
}


.ywxt-con {
    margin-top: .6rem;
}

.ywxt-con-title {
    font-size: .42rem;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
    padding-left: .9rem;
    background: url(zzzf2607_logoIcon.png) no-repeat left center;
    background-size: auto .44rem;
    padding-bottom: .05rem;
    margin-bottom: .3rem;
}

.ywxt-inner ul {
    overflow: hidden;
}

.ywxt-inner li {
    border: .05rem solid #fff;
    border-radius: .2rem;
    background: linear-gradient(to bottom, #f2f7ff, #f9fbfe);
    margin-bottom: .3rem;
    padding-bottom: .6rem;
}

.ywxt-inner li:last-child {
    margin-bottom: 0;
}

.ywxt-inner li .img-con {
    text-align: center;
    padding-top: .3rem;
}
.ywxt-inner li .img-con img {
    width: 40%;
}
.ywxt-inner li .title {
    font-size: .38rem;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: .5rem;
}

.ywxt-inner li .desc {
    font-size: .28rem;
    line-height: 1.8;
    color: #999999;
    /* padding: 0 40px; */
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
    word-break: break-all;
    width: 6rem;
    margin: 0 auto;
    margin-top: .3rem;
}

.ywxt-inner li .desc a {
    color: #144785;
}

/* 红色主题首页 start */
.red-index .xxgk-title {
    border-left: 5px solid #ee1c25;
}

.red-index .xxgk-title a {
    /* color: #ee1c25; */
    background: url(zzzf2607_trumpetRed.png) no-repeat .2rem center;
    background-size: .4rem;
}

.red-index .gzdt-link {
    background-image: url(zzzf2607_chnlIcon1Red.png);
}

.red-index .news-list-con .title-con ul li:hover a,
.red-index .news-list-con .title-con ul li.on {
    /* color: #ee1c25; */
}

.red-index .hyzx-link {
    background-image: url(zzzf2607_chnlIcon2Red.png);
}

.red-index .ywxt-inner li .desc a,
.red-index .news-list-con .list-con li.fir .desc a {
    color: #ee1c25;
}

.red-index .zdgf-link {
    background-image: url(zzzf2607_chnlIcon3Red.png);
}

.red-index .zcfg-link {
    background-image: url(zzzf2607_chnlIcon4Red.png);
}

.red-index .header .header-top {
    background: url(zzzf2607_topBgRed.jpg) no-repeat;
    border-top: 6px solid #ee1c25;
    border-bottom: .01rem solid #ede3e4;
}

.red-index .header .search-con input {
    color: #b2b2b2;
}

.red-index .header .search-con {
    border: 1px solid #ede3e4;
}

.red-index .header .search-con button {
    background: #ee1c25 url(zzzf2607_search.png) no-repeat center;
}

.red-index .main-nav {
    background: url(zzzf2607_navBgRed.jpg) no-repeat;
    background-size: 100% 62px;
}

.red-index .main-nav ul li .firlink:hover {
    background: #ee1c25;
}

.red-index .main-nav ul li:hover .chil-nav {
    background: #ee1c25;

}

.red-index .main-nav ul li .chil-nav h3:hover {
    background: #cd1d25;
}

.red-index .main-nav ul li .chil-nav h3:hover a {
    color: #fff;
}

.red-index .footer .footer-bottom .footer-bottom-left,
.red-index .friendly-links a {
    color: #231816;
}

.red-index .main-nav ul li:hover .firlink {
    background: #cd1d25;
}
/* 红色主题首页 end */

.zdgf-link {
    background: url(zzzf2607_chnlIcon3.png) 0 .06rem no-repeat;
    background-size: .44rem;
}
.zcfg-link {
    background: url(zzzf2607_chnlIcon4.png) 0 .06rem no-repeat;
    background-size: .44rem;
}