@charset "UTF-8";

.tz-more {
    margin-top: .3rem;
    transition: all 0.5s;
}

.tz-more a {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: .16rem;
    color: #666666;
    transition: all 0.5s;
}

.tz-more a img {
    width: .21rem;
    margin-left: .05rem;
}

.tz-more a:hover {
    color: #265FF6;
}

.tz-more:hover img{
    transform: rotateX(180deg);
    transition: all 0.5s;
}
.tz-more:hover {
    transform: translateX(.1rem);
}
.sjsb {
    padding-top: .8rem;
}

.sj-pt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sj-pt>a {
    width: 52%;
}

.sj-pt .pic {
    width: 100%;
    height: 100%;
    min-height: 4.65rem;
    padding-top: 0;
}

.sj-tx {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
    padding: .7rem;
    padding-left: .2rem;
}

.sjsb ul li:nth-child(even) .sj-tx {
    padding: .7rem;
    padding-right: .2rem;
}

.sj-tx::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -0.2rem;
    top: -0.2rem;
    background: url(/2024xz/style/../images/sj-tbg1.png) no-repeat left bottom #fff;
    background-size: 100%;
}

.sjsb ul li:nth-child(even) .sj-tx::before {
    left: .2rem;
    background: url(/2024xz/style/../images/sj-tbg2.png) no-repeat right bottom #fff;
    background-size: 2.3rem;
}

.sjsb ul li {
    margin-bottom: 1rem;
    overflow: hidden;
}

.sjsb ul li:nth-child(odd) .sj-tx {
    background-color: #152F90;
}

.sjsb ul li:nth-child(even) .sj-tx {
    background-color: #FF7F02;
}

.sjsb ul li:nth-child(even) a {
    order: 2;
}

.sj-tx h3 {
    font-size: .3rem;
    color: #1C2462;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-bottom: .55rem;
}

.sj-tx p {
    font-size: .16rem;
    line-height: .28rem;
    height: .84rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666666;
    position: relative;
    margin-bottom: 1rem;
}

.sj-more {
    position: relative;
}

.sj-more a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .22rem;
    color: #1C2462;
    transition: all 0.5s;
    margin: .15rem 0;
}

.sj-more a img {
    width: .21rem;
    margin-left: .05rem;
}

.sj-more a:hover {
    transform: translateX(.1rem);
}

.sj-more a:hover img {
    transform: rotateX(180deg);
    transition: all 0.5s;
}



/* ggfw2 */

#ggfw ul li {
    width: 16.66%;
    border-left: 1px dashed rgba(28, 36, 98, .69);
}

#ggfw ul li:first-child {
    border-left: none;
}

#ggfw ul {
    justify-content: center;
}

#ggfw ul li:after {
    opacity: 0;
}

/* 银河99905新闻列表 */

.hdxw ul li {
    margin-bottom: .45rem;
}

.hdxw ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0rem .04rem .12rem 0rem rgba(213, 213, 213, 0.4725);
    background: url(/2024xz/style/../images/hd-tbg.png) no-repeat right bottom #fff;
    padding: .3rem;
    transition: all 0.5s;
}

.hdxw ul li a .pic {
    width: 4.6rem;
    height: 2.73rem;
    padding-top: 0;
    margin-right: .4rem;
}

.hd-tx {
    flex: 1;
    min-width: 0;
}

.hd-tx span {
    font-size: .2rem;
    color: #666666;
    display: block;
}

.hd-tx h3 {
    font-size: .2rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.hd-tx p {
    font-size: .16rem;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
    margin-bottom: .3rem;
}


.hd-more {
    font-size: .18rem;
    color: #FF7F02;
    padding-right: .3rem;
    line-height: .2rem;
    background: url(/2024xz/style/../images/more4.png) no-repeat right center;
    background-size: .22rem;
    display: inline-block;
    transition: all 0.5s;
}

.hdxw ul li a:hover h3,
.hdxw ul li a:hover span {
    color: #265FF6;
}

.hdxw ul li a:hover .hd-more {
    color: #265FF6;
    background: url(/2024xz/style/../images/more2.png) no-repeat right center;
    background-size: .22rem;
}

.hdxw ul li a:hover {
    box-shadow: 0rem .07rem .17rem 0rem rgba(38, 95, 246, 0.108);
}

/* 通知公告 */

.tzgg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.tz-l {
    width: 70%;
}

.tz-r {
    width: 26%;
}

.tz-date {
    background: url(/2024xz/style/../images/tz-date.png) no-repeat center center #265FF6;
    background-size: .44rem;
    padding: .1rem;
    padding-top: .05rem;
    text-align: center;
    margin-right: .35rem;
}

.tz-l>ul>li>a:hover .tz-date {
    background: url(/2024xz/style/../images/tz-dateh.png) no-repeat center center #fff;
    background-size: .44rem;
}


.tz-date b {
    display: block;
    font-size: .26rem;
    color: #FFFFFF;
    font-weight: normal;
    font-weight: 600;
}

.tz-date span {
    font-family: Arial;
    font-size: .12rem;
    color: #FFFFFF;
    display: block;
}

.tz-l>ul>li>a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .25rem .2rem;
    border-bottom: .01rem solid rgba(151, 151, 151, .2);
    border-right: .03rem solid transparent;
}

.tz-l>ul>li>a h3 {
    flex: 1;
    min-width: 0;
    font-size: .2rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.tz-l>ul>li>a:hover {
    background: url(/2024xz/style/../images/tz-tbg.jpg) no-repeat;
    background-size: cover;
    border-right-color: #FF7F02;
    box-shadow: 0rem .04rem .12rem 0rem rgba(213, 213, 213, 0.4725);
}



.tz-l>ul>li>a:hover .tz-date span,
.tz-l>ul>li>a:hover .tz-date b {
    color: #265FF6;
}

.tz-l>ul>li>a:hover h3 {
    color: #ffffff;
}


.tz-r {
    padding-left: .2rem;
    border-left: 1px solid rgba(151, 151, 151, .3);
}

.tz-r>h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .24rem;
    color: #2864ff;
    margin-bottom: .35rem;
    font-weight: 600;
}

.tz-r>h3 img {
    width: .24rem;
    margin-right: .1rem;
    display: block;
}

.tz-r ul li {
    margin-bottom: .35rem;
}

.tz-r ul li a {
    display: block;
}

.tz-r ul li a span {
    width: .65rem;
    line-height: .26rem;
    padding-left: .14rem;
    font-size: .16rem;
    color: #265FF6;
    display: inline-block;
    background: url(/2024xz/style/../images/tz-datebg1.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: .15rem;
    position: relative;
}

.tz-r ul li a span::before {
    content: '';
    width: .09rem;
    height: .09rem;
    background: #F5FCFF;
    border: 1px solid rgba(151, 151, 151, 0.3037);
    position: absolute;
    top: 50%;
    left: -0.25rem;
    transform: translateY(-50%);
    border-radius: 50%;
}

.tz-r ul li a p {
    font-size: .18rem;
    line-height: .32rem;
    max-height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
}

.tz-r ul li a:hover p {
    color: #265FF6;
}


.tz-r ul li a:hover span {
    background: url(/2024xz/style/../images/tz-datebg2.png) no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}



.tz-r ul li a:hover span::before {
    width: .15rem;
    height: .15rem;
    background: url(/2024xz/style/../images/tz-d2.png) no-repeat;
    background-size: 100% 100%;
    left: -0.3rem;
}



/* lsyg */
.lsyg {
    overflow-x: auto;
}
.lsyg img,
.lsyg svg {
    width: 100%;
    display: block;
    min-width: 14rem;
}

.ny-tit {
    font-size: .48rem;
    color: #1C2462;display:none;
}





















@media screen and (max-width: 1024px) {
    .sj-pt>a {
        width: 100%;
    }

    .sj-tx {
        flex: auto;
        width: 100%;
    }

    .sj-pt .pic {
        padding-top: 54%;
        min-height: auto;
        height: auto;
    }

    .sj-tx {
        padding: .3rem;
        padding-right: .5rem;
    }

    .sjsb ul li:nth-child(even) .sj-tx {
        padding: .3rem;
        padding-left: .5rem;
    }

    .sj-tx::before {
        background-size: auto 95% !important;
    }

    .sj-tx h3 {
        margin-bottom: .2rem;
    }

    .sj-tx p {
        margin-bottom: .2rem;
    }

    .sjsb ul li:nth-child(even) a {
        order: 0;
    }

    .sjsb {
        padding-top: .3rem;
    }

    #ggfw ul li {
        width: 25%;
    }

    #ggfw ul {
        justify-content: flex-start;
    }

    #ggfw ul li:nth-child(9) {
        border-left: none;
        border-bottom: none;
    }

    #ggfw ul li:nth-child(10),
    #ggfw ul li:nth-child(11) {
        border-bottom: none;
    }

    #ggfw ul li:nth-child(5) {
        border-left: none;
    }

}

@media screen and (max-width: 768px) {
    .sjsb ul li {
        margin-bottom: .3rem;
    }

    .hdxw ul li a .pic {
        width: 100%;
        padding-top: 66%;
        height: auto;
        margin: 0;
        margin-bottom: .3rem;
    }

    .hd-tx {
        flex: auto;
        width: 100%;
    }

    .tzgg>div {
        width: 100%;
    }

    .tz-l {
        margin-bottom: .5rem;
    }

    .tz-r ul li {
        margin-bottom: .2rem;
    }
}

@media screen and (max-width: 480px) {

    .ny-ggfw ul li a p{
        font-size: .16rem;
        margin-top: .05rem;
    }
    .ny-ggfw ul li a .icon img{
        max-height: .45rem;
    }
    .hdxw ul li a {
        padding: .2rem;
    }
    .ny-ggfw ul li a {
        height: 1.2rem;
    }
}