@charset "utf-8";

.fjlist {
    padding-bottom: .2rem
}

.fjlist:after {
    content: '';
    width: 31.333%;
    display: inline-block;
}

.fjlist li {
    width: 31.333%;
    margin-bottom: .3rem;
    position: relative;
}

.fjlist li .dbtn {
    position: absolute;
    right: .1rem;
    bottom: .74rem;
    z-index: 5;
    width: .3rem;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.fjlist li:hover .dbtn {
    opacity: 1;
    visibility: inherit;
}

.fjlist li .pic {
    height: 2.05rem
}

.fjlist li .txt {
    background: #efefef;
    padding: 0 .2rem;
    ;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #cc0c18;
    text-align: center;
    font-size: .18rem
}

.fjlist li .txt h4 {
    line-height: .6rem;
}

.fjlist li:hover .txt {
    background: #cc0c18;
    border-color: #cc0c18;
    color: #fff
}


.ltlist li {
    width: 48%;
    position: relative;
    margin-bottom: .45rem
}

.ltlist li .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 60%;
}

.ltlist li .txt {
    margin-left: 9%;
    height: 2.2rem;
    background: url(../images/ny/shbg.jpg) no-repeat center;
    background-size: cover;
    padding-left: 54%;
    padding-top: .7rem;
    padding-right: .1rem;
}

.ltlist li .txt h4 {
    font-size: .24rem;
    margin-bottom: .2rem
}

.ltlist li .txt p {
    line-height: 1.8em;
    font-size: .14rem;
    color: #666;
    margin-bottom: .2rem;
    height: .5rem
}

.ltlist li:hover .txt {
    background: url(../images/ny/shbgon.jpg) no-repeat center;
    background-size: cover;
}

.ltlist li:hover .txt h4 a {
    color: #fff
}

.ltlist li:hover .txt p {
    color: #fff
}

.nytzlist1 {
    padding-bottom: .4rem
}

.nytzlist1 li {
    padding: .2rem 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-right: 1.2rem;
    padding-left: .15rem
}

.nytzlist1 li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .3rem;
    width: 5px;
    height: 5px;
    background: #aaa;
    border-radius: 50%;
}

.nytzlist1 li:hover:before {
    background: #cc0c18
}

.nytzlist1 li:hover a {
    color: #cc0c18
}

.nytzlist1 li time {
    color: #666;
    position: absolute;
    right: 0;
    top: .2rem
}

.nytzlist1 li h4 {
    font-size: .18rem;
    line-height: 1.4em
}


.nyxsjy {
    background: #fff;
}

.nyxsjy .links {
    padding: .4rem 5% .2rem;
}

.nyxsjy .links li {
    width: 33.333%;
    margin-bottom: .3rem
}

.nyxsjy .links li i {
    font-size: .24rem;
    color: #cc0c18;
    display: inline-block;
    transition: .3s
}

.nyxsjy .links li:hover i {
    transform: translateX(.1rem);
}

.nyxsjy .links li h4 {
    font-size: .2rem;
    margin-bottom: .05rem
}


.spys {
    padding-top: 2rem;
    color: #fff
}

.spys dl {
    width: 48%;
    padding-left: .25rem;
    border-left: 2px solid #fff
}

.spys dl dt {
    font-size: .28rem;
    margin-bottom: .25rem
}

.spys dl dd ul li {
    margin-right: .35rem;
    font-size: .22rem;
    margin-bottom: .15rem
}

.spys dl dd ul li a {
    color: rgba(255, 255, 255, .8);
}

@media (max-width: 1024px) {
    .spys {
        padding-top: 1rem;
        color: #fff
    }
}

@media (max-width: 900px) {
    .fjlist li {
        width: 48%;
        margin-bottom: .3rem
    }

    .fjlist li .pic {
        height: 26vw
    }

    .spys {
        padding-top: .6rem;
        color: #fff
    }

    .spys dl {
        width: 100%
    }

    .spys dl:nth-child(1) {
        margin-bottom: .4rem
    }
}

@media (max-width: 640px) {
    .fjlist li .txt h4 {
        line-height: .5rem
    }

    .ltlist li {
        width: 100%
    }

    .nyxsjy .links li {
        width: 50%
    }

    .spys dl dt {
        font-size: .26rem
    }

    .spys dl dd ul li {
        font-size: .2rem;
    }
}