/* .largeScreen {
    background: url(../images/ddjs_banner.png) no-repeat;
} */

ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.row1 {
    padding: 90px 0 105px;
}

.djdt-swiper {
    margin-top: 38px;
    height: 418px;
    border-radius: 10px;
}

.djdt-swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.djdt-swiper .pic {
    width: 50.7%;
    border-radius: 10px 0px 0px 10px;
}

.jddt_text {
    box-sizing: border-box;
    padding: 60px 55px 34px 50px;
    width: 49.3%;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid rgba(11, 84, 162, 0.1);
    border-left: none;
    box-shadow: 0px 4px 20px 0px rgba(10, 72, 165, 0.14);
}

.jddt_text .date {
    padding-bottom: 40px;
    color: #0A48A5;
    font-size: 27px;
    font-weight: 700;
    border-bottom: 1px solid rgba(11, 84, 162, 0.1);
}

.jddt_text .date span:last-child {
    font-size: 16px;
}

.jddt_text .mul_p {
    display: block;
    margin: 37px 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.jddt_text .mul_p:hover {
    color: #0A48A5;
    transition: 0.3s all;
}

.jddt_text .multiline {
    text-indent: 1em;
}

.jddt_text .jt_fr {
    margin-top: 40px;
    width: 50px;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    top: auto;
    bottom: 34px;
    width: 38px;
    height: 36px;
    border-radius: 18px;
    opacity: 1 !important;
}

.swiper-button-prev {
    left: auto;
    right: 122px;
    background: #0B54A2 url(../images/djdt_prev.png) no-repeat center;
}

.swiper-button-next {
    right: 67px;
    background: #0B54A2 url(../images/djdt_next.png) no-repeat center;
}

.row2 {
    padding: 92px 0 88px;
    background: #F7FAFF;
}

.js_con {
    margin-top: 38px;
}

.js_fl {
    width: 38.7%;
    height: 565px;
    border-radius: 10px;
    background: #fff;
}

.js_fl a {
    display: block;
}

.js_fl .pic {
    height: 321px;
    border-radius: 10px 10px 0px 0px;
}

.info {
    padding: 35px 20px;
}

.info:hover h3 {
    color: #0A48A5;
    transition: 0.3s all;
}

.js_fl .multiline {
    margin: 25px 0 30px;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 72px;
}

.js_con .p3 {
    color: #999999;
}

.js_con .p3 i {
    margin-right: 7px;
    font-size: 16px;
}

.js_fl .p3 img {
    width: 30px;
    margin-left: 17px;
}

.js_fr {
    width: 60%;
}

.js_fr li {
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 40px;
    height: 175px;
    border-radius: 10px;
    background: #FFFFFF;
}

.js_fr li:last-child {
    margin-bottom: 0;
}

.js_fr li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.js_fr li:hover h3 {
    color: #0A48A5;
    transition: 0.3s all;
}

.js_fr li a .multiline {
    margin: 18px 0;
    text-indent: 1em;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
}

.row3 {
    padding: 90px 0 118px;
}

.row3 .head {
    margin-bottom: 40px;
}

.qtdt_img,
.jtdt_list {
    width: calc((100% - 20px) / 2);
}

.qtdt_img {
    position: relative;
    height: 408px;
    border-radius: 10px;
    overflow: hidden;
}

.qtdt_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.qtdt_text {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 84px 30px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 122px;
    color: #fff;
    border-radius: 0px 0px 10px 0px;
    background: linear-gradient(180deg, rgba(216, 216, 216, 0.00) 0%, rgba(10, 72, 165, 0.40) 100%);
}

.qtdt_text p {
    display: block;
    width: calc(100% - 120px);
    font-size: 16px;
    font-weight: bold;
}

.qtdt_text span {
    font-size: 14px;
}

.row3 .main_lis li {
    line-height: 56px;
    border-bottom: 1px dashed #D8D8D8;
}

.row3 .main_lis li:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 996px) {
    .djdt-swiper {
        height: auto;
    }

    .djdt-swiper .pic {
        width: 100%;
        height: 420px;
        border-radius: 10px 10px 0 0;
    }

    .jddt_text {
        margin-top: -20px;
        width: 100%;
        border-radius: 10px;
    }

    .js_fl {
        width: 100%;
        height: auto;
    }

    .js_fl .pic {
        height: auto;
    }

    .js_fr {
        margin-top: 20px;
        width: 100%;
    }

    .qtdt_img,
    .jtdt_list {
        width: 100%;
        height: auto;
    }

    .qtdt_img {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .main-container>div {
        padding: 30px 0 20px;
    }

    .djdt-swiper .pic {
        height: 400px;
    }

    .jddt_text {
        padding: 35px 20px 20px;
    }

    .jddt_text .date {
        padding-bottom: 20px;
    }

    .jddt_text .mul_p {
        margin: 20px 0 15px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        bottom: 15px;
    }

    .row3 .head {
        margin-bottom: 25px;
    }

    .js_con,
    .djdt-swiper {
        margin-top: 25px;
    }

    .info {
        padding: 25px 20px;
    }

    .js_fr li {
        padding: 0 20px;
    }

}

@media only screen and (max-width: 616px) {
    .djdt-swiper .pic {
        height: 330px;
    }
}