/* .largeScreen{
    background: url(../images/ddjs_banner.png) no-repeat;
} */

ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.row1 {
    padding: 90px 0 72px;
}

.row1 ul {
    margin-top: 65px;
}

.row1 ul li {
    margin-bottom: 20px;
    padding: 22px 30px 27px;
    width: calc((100% - 20px) / 2);
    height: 171px;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: #0A48A5;
    box-shadow: 0px 4px 20px 0px rgba(10, 72, 165, 0.14);
}

.row1 ul li:last-child {
    margin-bottom: 0;
}

.row1 ul li h3 {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    letter-spacing: 0em;
    transition: all .3s ease;
}

.row1 ul li:hover h3{
    color: #0A48A5;
    transition: all .3s ease;
}

.row1 ul li h3 .time {
    font-weight: normal;
    color: #333333;
}

.time i {
    color: #333333;
    margin-right: 12px;
}

.row1 ul li .p1 {
    font-size: 16px;
    color: #0A48A5;
}

.row1 ul li .p2 {
    margin-top: 16px;
    font-size: 16px;
    color: #333333;
}

.row2 {
    padding: 71px 0 161px;
    background: url(../images/lxwm_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.row2 .head {
    justify-content: center;
}

.lxwm_con {
    position: relative;
    padding: 0 20px;
    margin-top: 35px;
    height: 561px;
    border-radius: 10px;
    background: #0A48A5;
}

.lxwm {
    box-sizing: border-box;
    position: relative;
    top: 20px;
    left: 0;
    padding: 54px 54px 49px 80px;
    height: 591px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(10, 72, 165, 0.14);
}

.link_fl {
    width: 38.25%;
}

.link_fl ul li {
    display: flex;
    align-items: center;
    height: 115px;
    border-bottom: 1px dashed rgba(10, 72, 165, 0.16);
}

.link_fl ul li:last-child {
    border: none;
}

.link_fl h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.link_fl p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rote {
    margin-right: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background: #0A48A5;
    border-radius: 50%;
}

.link_fl .address{
    width: calc(100% - 68px);
}

.dt {
    width: 59%;
}

.dt img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 996px) {
    .row1 ul li {
        width: 100%;
    }
    .link_fl {
        width: 100%;
    }
    .lxwm,.lxwm_con{
        height: auto;
    }
    .lxwm{
        padding: 40px;
    }
    .dt {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .main-container>div {
        padding: 30px 0 20px;
    }
    .row1 ul {
        margin-top: 25px;
    }
    .row1 ul li {
        padding: 22px 20px 27px;
    }
    .lxwm {
        padding: 20px;
    }
    .link_fl ul li {
        height: 90px;
    }
    .row2{
        padding-bottom: 40px!important;
    }
}