.djyd-tit {
    display: flex;
    position: relative;
    justify-content: center;
}

.djyd-tit h2 {
    position: relative;
    font-size: 0.5rem;
    font-weight: normal;
    line-height: .75rem;
    color: #333333;
}

.djyd-tit h2::before {
    content: "";
    position: absolute;
    background: #81E2FF;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    z-index: -1;
    left: -.1rem;
    top: -.07rem;
}

.djyd-tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/djyd-titmore.png) no-repeat;
    background-position: right bottom;
    background-size: auto 0.29rem;
    font-size: 0.14rem;
    font-weight: 300;
    line-height: 0.3rem;
    color: #666666;
    padding: 0.16rem 0.73rem 0.16rem 0;
}

.djyd-tit a:hover {
    color: #D01F20;
}

.djyd1-c {
    display: flex;
    margin-top: .7rem;
}

.djyd-tit2 h2::before {
    top: auto;
    left: -.2rem;
    bottom: -.1rem;
    background: linear-gradient(90deg, #FFBEBE 0%, #FFFFFF 100%);
}

.djyd-tit2 h2::after {
    content: "";
    position: absolute;
    top: -.2rem;
    right: -.5rem;
    bottom: -.1rem;
    width: 0.73rem;
    height: 0.73rem;
    border-radius: 50%;
    background: linear-gradient(90deg, #FFBEBE 0%, #FFFFFF 100%);
    z-index: -1;
}

.djyd1-l {
    width: 48%;
}


.djyd1-l a {
    position: relative;
    display: block;
}

.djyd1-l a .pic {
    padding-top: 64.65%;
}

.djyd1-l a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.31rem;
    background: linear-gradient(180deg, rgba(255, 190, 190, 0) 0%, rgba(91, 4, 4, 0.664) 100%);
    z-index: 1;
}

.djyd1-l a p {
    position: absolute;
    left: .3rem;
    right: 2rem;
    bottom: .3rem;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
}

.djyd1-l .slick-dots {
    text-align: right;
    width: auto;
    right: 0.3rem;
    bottom: 0.35rem;
    display: flex;
    align-items: center;
}

.djyd1-l .slick-dots li {
    width: 0.17rem;
    height: 0.17rem;
    border-radius: 50%;
    padding: 0.05rem;
    margin: 0 0.15rem;
    border: 1px dashed transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.djyd1-l .slick-dots li.slick-active {
    border: 1px dashed #fff;
}

.djyd1-l .slick-dots li button {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    margin: 0;
}


.djyd1-r {
    flex: 1;
    min-width: 0;

}

.djyd1-r ul {
    display: flex;
    min-height: 100%;
}

.djyd1-r ul li {
    width: 46%;
    margin-left: 4%;
    min-height: 100%;
    background: #FFFFFF;
    transition: all 0.5s;
}

.djyd1-r ul li a {
    display: block;
}


.djyd1-r ul li a .pic {
    padding-top: 80%;
}

.djyd1-r ul li a .info {
    transition: all 0.5s;
    padding: .3rem;
}

.djyd1-r ul li a .info h3 {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
}

.djyd1-r ul li a .info div {
    display: flex;
    align-items: flex-end;
    border-top: 1px solid #DCDCDC;
    margin-top: .25rem;
    padding-top: .17rem;
    font-family: Arial;
}

.djyd1-r ul li a .info div b {
    font-size: 0.22rem;
    font-weight: 600;
    line-height: 0.22rem;
    color: #FF5E5E;
}

.djyd1-r ul li a .info div span {
    font-size: 0.14rem;
    line-height: .2rem;
}

.djyd1-r ul li:hover {
    background: #FF5E5E;
}

.djyd1-r ul li:hover a .info h3 {
    color: #fff;
    font-weight: 600;
}

.djyd1-r ul li:hover a .info div {
    border-top: 1px solid rgba(255, 255, 255, 0.49);
}

.djyd1-r ul li:hover a .info div b {
    color: #FFFFFF
}

.djyd1-r ul li:hover a .info div span {
    color: rgba(255, 255, 255, 0.69)
}

.djyd1-b {
    margin-top: .5rem;
}

.djyd1-b ul {
    display: flex;
    justify-content: space-between;
}

.djyd1-b ul li {
    width: 48%;
}

.djyd1-b ul li a {
    display: flex;
    align-items: center;
}

.djyd1-b ul li a .date {
    width: 1.05rem;
    height: 0.87rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .25rem;
    transition: all 0.5s;
}

.djyd1-b ul li a .date b {
    font-family: Arial;
    font-size: 0.3rem;
    font-weight: 600;
    line-height: 0.3rem;
    text-align: center;
    color: #FF5E5E;
}

.djyd1-b ul li a .date span {
    font-size: 0.18rem;
    line-height: 0.2rem;
    color: #FF5E5E;
}

.djyd1-b ul li a .info {
    flex: 1;
    min-width: 0;
}

.djyd1-b ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .68rem;
}

.djyd1-b ul li a:hover .date {
    background: #CD2927;
}

.djyd1-b ul li a:hover .date b {
    color: #FFFFFF;
}

.djyd1-b ul li a:hover .date span {
    color: #FFFFFF;
}

.djyd1-b ul li a:hover .info h3 {
    color: #CD2927;
}


.djyd2 {
    background: url(/images/djyd2-bg.png) no-repeat;
    background-position: center bottom;
    background-size: auto 9.97rem;
    padding-top: .95rem;
    padding-bottom: 2.3rem;
}

.djyd2-c {
    display: flex;
    margin-top: 1.07rem;
}

.djyd2-l {
    width: 6.63rem;
    margin-right: .4rem;
}

.djyd2-l ul li a {
    display: block;
    position: relative;
}

.djyd2-l ul li a .pic {
    padding-top: 60%;
}

.djyd2-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.78rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #600000 99%);
}

.djyd2-l ul li a p {
    position: absolute;
    left: 1rem;
    right: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: 0.06em;
    color: #FFFFFF;
    bottom: 0.25rem;
}

.djyd2-l .slick-dots {
    bottom: .25rem;
    width: auto;
    left: .35rem;
}

.djyd2-l .slick-dots li {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    opacity: 0;
    margin: 0;
}

.djyd2-l .slick-dots li button {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.28rem;
    text-align: justify;
    color: #FFFFFF;
    width: auto;
    height: auto;
    padding: 0;
    white-space: nowrap;
}

.djyd2-l .slick-dots li.slick-active {
    opacity: 1;
}

.djyd2-r {
    background: #fff;
    flex: 1;
    min-width: 0;
    box-shadow: 0px -2px 12px 2px rgba(253, 69, 15, 0.2);
}

.djyd2-r ul {
    padding: .3rem .5rem;
}

.djyd2-r ul li {}

.djyd2-r ul li a {
    display: flex;
    align-items: center;
    margin-top: .3rem;
}

.djyd2-r ul li a b {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #000000;
    border-bottom: 1px dashed #9C9C9C;
}

.djyd2-r ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: 0.06em;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
    margin: 0 .2rem 0 .4rem;
}

.djyd2-r ul li a span {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.28rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #3D3D3D;
}

.djyd2-r ul li a:hover b {
    color: #CD2927;
}

.djyd2-r ul li a:hover p {
    color: #CD2927;
    font-weight: 600;
}

.djyd2-r ul li a:hover span {
    color: #CD2927;
}

.djyd3 {
    padding-bottom: .93rem;
}

.djyd3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 1.62rem 0px 0px 1.62rem;
    background: url(/images/djyd3-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 80%;
    height: 3.56rem;
    z-index: -1;
}

.djyd3-c {
    margin-top: .95rem;
}

.djyd3-c ul {
    display: flex;
    justify-content: space-between;
}

.djyd3-c ul li {
    width: 30%;
}

.djyd3-c ul li a {
    display: block;
    box-shadow: 0px 4px 10px 0px rgba(245, 122, 153, 0.25);
    border-radius: 0 0.3rem 0px 0px;
    overflow: hidden;
}

.djyd3-c ul li a .pic {
    padding-top: 50%;
}

.djyd3-c ul li a .pic span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0px 0px 0.3rem 0px;
    opacity: 1;
    background: #CD2927;
    text-align: center;
    width: 1.55rem;
    line-height: 0.66rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    z-index: 10;
}

.djyd3-c ul li a .info {
    background: #fff;
    padding: .3rem .3rem .3rem .55rem;
    position: relative;
}

.djyd3-c ul li a .info::before {
    content: "";
    position: absolute;
    left: .25rem;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(245, 122, 153, 0.4);
}

.djyd3-c ul li a .info::after {
    content: "";
    position: absolute;
    left: .22rem;
    top: 0.52rem;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: url(/images/djyd-dot.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.djyd3-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.42rem;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .84rem;
}

.djyd3-c ul li a:hover .info h3 {
    color: #333333;
    font-weight: bold;
}

.djyd4 {
    margin-top: 1rem;
}


.djyd4-c {
    margin-top: .95rem;
}

.djyd4-c ul {
    display: flex;
    justify-content: space-between;
}

.djyd4-c ul li {
    width: 30%;
}

.djyd4-c ul li a {
    display: block;
    position: relative;
}
.djyd4-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: .42rem;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(245, 122, 153, 0.25);
    z-index: 1;
    transition: all 0.5s;
    border-radius: 0 0.3rem 0px 0px;
}
.djyd4-c ul li a .pic {
    padding-top: 50%;
    border-radius: 0 0.3rem 0px 0px;
    z-index: 9;
}

.djyd4-c ul li a .pic span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0px 0px 0.3rem 0px;
    opacity: 1;
    background: #FF8080;
    text-align: center;
    width: 1.55rem;
    line-height: 0.66rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    z-index: 10;
}

.djyd4-c ul li a .info {
    padding: .3rem .3rem .3rem .55rem;
    position: relative;
    height: 1.9rem;
    z-index: 9;
}
.djyd4-c ul li a .info::before {
    content: "";
    position: absolute;
    left: .25rem;
    top: 0;
    bottom: .42rem;
    border-left: 1px solid rgba(245, 122, 153, 0.4);
}


.djyd4-c ul li a .info::after {
    content: "";
    position: absolute;
    left: .21rem;
    top: 0.52rem;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%; 
    background: url(/images/djyd-dot.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.djyd4-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.42rem;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .84rem;
}

.djyd4-c ul li a .info p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.42rem;
    color: rgba(255, 255, 255, 0.58);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 0;
    transition: all 0.5s;
}
.djyd4-c ul li a:hover::before{
    background: #FF5D5E;
}
.djyd4-c ul li a:hover .info h3 {
    color: #FFFFFF;
}
.djyd4-c ul li a:hover .info p{
    height: .42rem;
}
.djyd4-c ul li a:hover .info::before{
    border-left: 1px solid rgba(255, 255, 255, 0.21);
}
.djyd4-c ul li a:hover .info::after{
    background: url(/images/djyd-dot2.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.djyd4-c ul li a:hover::before{
    bottom: 0;
}

@media screen and (max-width:1024px){
    .djyd-tit h2{
        font-size: .3rem;
        line-height: .5rem;
    }
    .djyd-tit{
        justify-content: flex-start;
        margin-left: .1rem;
    }
    .djyd1-c{
        margin-top: .35rem;
        display: block;
    }
    .djyd1-l{
        width: auto;
    }
    .djyd1-r ul{
        justify-content: space-between;
        margin-top: .2rem;
    }
    .djyd1-r ul li{
        margin-left: 0;
        width: 49%;
    }
    .djyd1-r ul li a .info{
        padding: .15rem 0;
    }
    .djyd1-r ul li a .info div{
        margin-top: .15rem;
        padding-top: .1rem;
    }
    .djyd2-c{
        display: block;
        margin-top: .5rem;
    }
    .djyd2-l{
        width: auto;
        margin-right: 0;
    }
    .djyd2-r ul{
        padding:0.1rem .2rem .15rem .2rem;
    }
    .djyd2-r ul li a{
        margin-top: .2rem;
    }
    .djyd2-r ul li a p{
        margin: 0 .2rem;
    }
    .djyd3-c ul li,.djyd4-c ul li{
        width: 32%;
    }
    .djyd2{
        padding-top: .5rem;
        padding-bottom: .5rem;
        background:none;
    }
    .djyd3-c{
        margin-top: .35rem;
    }
    .djyd3{
        padding-bottom: .5rem;
    }
    .djyd4{
        margin-top: .5rem;
    }
    .djyd4-c{
        margin-top: .35rem;
    }
    .djyd4-c ul li a .info{
        height: auto;
        padding: .2rem .2rem .2rem .5rem;
    }
    .djyd3-c ul li a .info{
        padding: .2rem .2rem .2rem .5rem;
    }
    .djyd4-c ul li a .info p{
        height: .42rem;
        color: #999;
    }
    .djyd4-c ul li a::before{
        bottom: 0;
    }
}

@media screen and (max-width:768px){
    .djyd1-b{
        margin-top: 0;
    }
    .djyd1-b ul{
        display: block;
        margin-top: 0;
    }
    .djyd1-b ul li{
        width: auto;
        margin-top: .15rem;
    }
    .djyd1-b ul li a .date{
        width: 0.8rem;
        margin-right: .15rem;
    }
    .djyd3-c ul,.djyd4-c ul{
        display: block;
    }
    .djyd3-c ul li,.djyd4-c ul li{
        width: auto;
        margin-top: .2rem;
    }
}