/* 模块一 */

.mode1 {
    overflow: hidden;
    padding-top: 36px;
    padding-bottom: 53px;
}

.Title {
    text-align: center;
    position: relative;
    margin-bottom: 27px;
}

.Title p {
    font-size: 28px;
    line-height: 37px;
    color: #003678;
}

.more {
    font-size: 16px;
    line-height: 37px;
    color: #333;
    /* margin-right: 0; */
    right: 10px;
    position: absolute;
    top: 0;
}

.add {
    color: #003678;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 43px;
}


/* mode1l */

.mode1l {
    overflow: hidden;
    width: 49.29%;
    float: left;
}

.mode1lul {
    overflow: hidden;
}

.mode1lul li {
    overflow: hidden;
}

.mode1lul li a {
    display: block;
    padding-bottom: 65.51%;
    position: relative;
}

.mode1lp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 102px;
    background: url(../images/mode1lpbg_02.png) repeat-x;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
}

.mode1lp p {
    margin-top: 35px;
    margin-left: 18px;
    margin-bottom: 11px;
    margin-right: 76px;
}

.mode1lp .date {
    position: relative;
    /* margin-left: 28px; */
    padding-left: 40px;
}

.mode1lp .date::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/clock.png);
    position: absolute;
    top: 3px;
    left: 17px;
}

.mode1lul .slick-dots {
    position: absolute;
    width: 100%;
    left: 81%;
    bottom: 43px;
}

.mode1lul .slick-dots li {
    width: 6px;
    height: 6px;
    background: #AEAEAE;
    border-radius: 50%;
    margin-right: 4px;
}

.mode1lul .slick-dots li button {
    text-indent: 80000px;
}

.mode1lul .slick-dots li.slick-active {
    background: #00367A;
}


/* mode1r */

.mode1r {
    overflow: hidden;
    width: 48.22%;
    float: right;
}

.mode1rul {
    overflow: hidden;
}

.mode1rul li .date2 {
    width: 74px;
    height: 74px;
    background-color: #003678;
    /* padding: 8px; */
    margin-right: 13px;
    float: left;
}

.day {
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 3px;
}

.year {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    margin-top: 3px;
}

.mode1rul li {
    overflow: hidden;
    margin-bottom: 20px;
}

.mode1rul li p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    display: block;
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 12px;
}


/* 模块二 */

.mode2 {
    overflow: hidden;
    padding-bottom: 54px;
}

.mode2ul {
    overflow: hidden;
}

.mode2ulout {
    overflow: hidden;
    margin: 0 -12px;
}

.mode2ul li {
    width: 25%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 24px;
}

.mode2ul li a {
    display: block;
    margin: 0 12px;
}

.mode2ulout {
    padding-bottom: 30px;
    overflow: hidden;
}

.mode2ul li span {
    font-size: 16px;
    display: block;
    line-height: 38px;
    color: #fff;
    background: url(../images/mode2bg.png) no-repeat;
    width: 214px;
    height: 44px;
    position: absolute;
    margin: 0 auto;
    top: 0px;
    left: 50%;
    margin-left: -112px;
    text-align: center;
    z-index: 100;
}

.mode2ul li span p {
    position: relative;
}

.mode2ul li span p::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 40px;
    top: 10px;
    background: url(../images/clock3.png) no-repeat 0px 0px;
}

.mode2p {
    background: #E7E7E7;
    padding: 33px 17px;
    margin-top: 35px;
}

.mode2p p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    display: block;
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mode2ul li:hover .mode2p {
    background: #003678;
}

.mode2ul li:hover p {
    color: #fff;
}


/* mode2bottom */

.mode2bottom {
    /* overflow: hidden; */
}

.mode2bul {
    /* overflow: hidden; */
    margin: 0 -12px;
}

.mode2bul .mode2list {
    margin: 0 12px;
    /* overflow: hidden; */
    position: relative;
    padding-top: 33px;
    background: #003678;
}

.mode2bul>li {
    display: block;
    overflow: hidden;
    width: 33.33%;
    float: left;
    box-shadow: -7px 18px 23px rgb(0 0 0 / 3%);
}

.mode2bul li h3 {
    font-size: 28px;
    line-height: 37px;
    color: #fff;
    text-align: center;
    padding-bottom: 33px;
    position: relative;
    z-index: 30;
}

.more3 {
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 30;
}

.one {
    position: relative;
}

.one::before {
    content: '';
    width: 126px;
    height: 110px;
    position: absolute;
    right: 1px;
    top: -40px;
    background: url(../images/1.png);
}

.two {
    position: relative;
}

.two::before {
    content: '';
    width: 126px;
    height: 110px;
    position: absolute;
    right: 1px;
    top: -40px;
    background: url(../images/2.png);
}

.three {
    position: relative;
}

.three::before {
    content: '';
    width: 121px;
    height: 108px;
    position: absolute;
    right: 1px;
    top: -40px;
    background: url(../images/3.png);
}

.admin {
    width: 73px;
    height: 32px;
    background: #003678;
    color: #fff;
    font-size: 12px;
    float: left;
    line-height: 32px;
    text-align: center;
}

.list {
    width: 96.45%;
    background: #fff;
    border-top-right-radius: 9px;
    overflow: hidden;
}

.list li {
    overflow: hidden;
    padding: 19px 16px;
}

.list li span {
    font-size: 14px;
    line-height: 19px;
    color: #333;
    float: right;
}

.list li p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    display: block;
    display: -webkit-box;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 92px;
}

.list2 li p {
    margin: 0 0px;
    margin-right: 92px;
}

.list li a {
    overflow: hidden;
    padding-bottom: 8px;
    border-bottom: 1px dashed #D8D8D8;
    display: block;
}

.list li:hover p,
.list li:hover span {
    color: #003678;
}

.list li:last-child a {
    border: none;
}


/* 模块三 */

.mode3 {
    overflow: hidden;
    padding-bottom: 54px;
}

.mode3con {
    overflow: hidden;
}

.mode3con ul {
    margin: 0 -62px;
    overflow: hidden;
}

.mode3 ul li {
    width: 33.33%;
    float: left;
    overflow: hidden;
}

.mode3 ul li:hover a {
    background: #00377A;
    color: #fff;
}

.mode3 ul li:hover a p {
    color: #fff;
}

.mode3 ul li a {
    display: block;
    margin: 0 62px;
    text-align: center;
    border: 1px solid #D8D8D8;
}

.mode3 ul li a p {
    font-size: 16px;
    line-height: 21px;
    color: #333;
    padding: 21px 0px;
}

@media screen and (max-width:1461px) {
    .bannerul .slick-prev {
        margin-left: -600px;
    }
    .bannerul .slick-next {
        margin-right: -600px;
    }
    .bannerul .slick-dots {
        margin-left: -600px;
    }
    .mode1rul li {
        margin-bottom: 4px;
    }
}

@media screen and (max-width:1300px) {
    .bannerul .slick-prev {
        margin-left: -500px;
    }
    .bannerul .slick-next {
        margin-right: -500px;
    }
    .bannerul .slick-dots {
        margin-left: -500px;
    }
    .mode1rul li {
        margin-bottom: 18px;
    }
    .mode1rul li .date2 {
        width: 50px;
        height: 50px;
    }
    .mode1rul li p {
        padding-top: 2px;
    }
    .day {
        font-size: 21px;
        line-height: 20px;
        padding-top: 5px;
    }
    .year {
        font-size: 12px;
    }
    .mode2p {
        margin-left: -8px;
    }
    .list li p {
        margin: 0 78px;
    }
    .list2 li p {
        margin: 0 0px !important;
    }
    .more3 {
        right: 45px;
    }
}

@media screen and (max-width:996px) {
    .bannerul .slick-prev {
        margin-left: -368.5px;
    }
    .bannerul .slick-next {
        margin-right: -368.5px;
    }
    .bannerul .slick-dots {
        margin-left: -368.5px;
    }
    .mode1l {
        width: 100%;
        margin-bottom: 30px;
    }
    .mode1r {
        width: 100%;
        float: left;
    }
    .mode1rul li {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .mode1rul li .date2 {
        width: 74px;
        height: 74px;
    }
    .mode1rul li p {
        padding-top: 12px;
    }
    .day {
        font-size: 32px;
        line-height: 32px;
        padding-top: 8px;
    }
    .year {
        font-size: 16px;
    }
    .mode2ul li {
        width: 50%;
    }
    .list li p {
        margin: 0 92px;
    }
    .more3 {
        right: 112px;
    }
    .mode2bul>li {
        width: 100%;
        margin-bottom: 30px;
    }
    .mode3 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .bannerul .slick-prev {
        margin-left: -235.5px;
    }
    .bannerul .slick-next {
        margin-right: -235.5px;
    }
    .bannerul .slick-dots {
        margin-left: -292.5px;
        bottom: 10px;
    }
}

@media screen and (max-width:479px) {
    .bannerul .slick-prev {
        margin-left: -166px;
    }
    .bannerul .slick-next {
        margin-right: -166px;
    }
    .bannerul .slick-dots {
        margin-left: -70px;
        bottom: 20px;
    }
    .Title p {
        font-size: 20px;
        line-height: 20px;
    }
    .mode1 {
        padding-top: 13px;
    }
    .more,
    .add {
        line-height: 20px;
    }
    .mode2ul li {
        width: 100%;
    }
    .more3 {
        right: 45px;
    }
    .list li p {
        margin: 0px 77px;
        font-size: 12px;
        line-height: 15px;
        height: 30px;
    }
    .mode2bul li h3 {
        font-size: 20px;
    }
    .mode2p p,
    .mode1rul li p,
    .mode1lp p,
    .mode3 ul li a p {
        font-size: 12px;
    }
    .mode1lul .slick-dots {
        left: 69%;
    }
}