.section1 {
    background: url(../images/section1-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px;
}

.title h2 span {
    font-size: 16px;
    color: rgba(102, 102, 102, .5);
    font-weight: normal;
    text-transform: uppercase;
}

.title h2 p {
    font-size: 32px;
    color: #333;
}

.title {
    position: relative;
    text-align: center;
}

.title h2 {
    padding-top: 20px;
    background: url(../images/sect1-title.png) no-repeat center top;
}

.title h2 {
    display: inline-block;
}

.title .more {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
}

.title .more {
    position: absolute;
    right: 0;
    top: 50px;
    border: 1px solid #2062b6;
}

.title .more a {
    display: block;
    font-size: 14px;
    color: #2062b6;
}

.title .more:hover a {
    background-color: #172c7a;
    color: #fff;
}

.dt {
    padding-top: 50px;
}

.dt-l {
    float: left;
    width: 37%;
}

.dt-r {
    float: right;
    width: 59%;
}

.dt a {
    display: block;
    border: 1px solid #dddddd;
    padding: 20px;
}

.pic {
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.dt-l .pic {
    padding-top: 70%;
}

.dt .date {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
    padding-right: 6px;
    padding-bottom: 10px;
    font-family: "Georgia";
}

.dt .date p {
    position: relative;
    z-index: 2;
}

.dt .date span {
    position: relative;
    z-index: 2;
}

.dt-l .date p {
    margin-top: 50px;
    margin-bottom: 5px;
    font-size: 16px;
}

.dt-l .date span {
    font-size: 22px;
}

.dt-l .date {
    width: 100px;
    height: 110px;
}

.dt-l .date::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-right: 50px solid rgba(23, 44, 122, .9);
    border-bottom: 60px solid rgba(23, 44, 122, .9);
}

.dt-l .text {
    padding-top: 30px;
    padding-bottom: 20px;
}

.dt-l .text h2 {
    font-size: 25px;
    color: #333;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    font-weight: normal;
}

.dt-l .text p {
    margin-top: 30px;
    line-height: 22px;
    height: 66px;
    font-size: 14px;
    color: #888;
    overflow: hidden;
}

.dt-l:hover .text h2 {
    color: #172c7a;
}

.dr-top a {
    overflow: hidden;
}

.dr-top a .dtr-l {
    float: left;
    width: 360px;
}

.dr-top a .dtr-l .pic {
    padding-top: 69.4%;
}

.dr-top a .dtr-r {
    overflow: hidden;
    padding-left: 45px;
}

.dr-top a .dtr-r h2 {
    line-height: 26px;
    font-size: 18px;
    color: #333;
    height: 52px;
    overflow: hidden;
    margin-top: 25px;
    font-weight: normal;
    margin-bottom: 25px;
}

.dr-top a .dtr-r p {
    line-height: 25px;
    font-size: 14px;
    color: #888888;
    height: 75px;
    overflow: hidden;
}

.dr-top a .dtr-r span {
    display: block;
    margin-top: 30px;
    font-size: 14px;
    color: #8e1226;
}

.dr-top a:hover .dtr-r h2 {
    color: #172c7a;
}

.dr-top a .dtr-r span:hover {
    color: #172c7a;
}

.dt-r .date {
    width: 85px;
    height: 85px;
}

.dt-r .date:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border: 42.5px solid transparent;
    border-right: 42.5px solid rgba(23, 44, 122, .9);
    border-bottom: 42.5px solid rgba(23, 44, 122, .9);
    z-index: 1;
}

.dt-r .date p {
    font-size: 12px;
    z-index: 2;
    margin-top: 38px;
}

.dt-r .date span {
    font-size: 17px;
}

.dr-down ul li {
    float: left;
    width: 47%;
    margin-left: 6%;
    margin-top: 20px;
}

.dr-down ul li a {
    position: relative;
    display: block;
}

.dr-down ul li a>p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    padding-left: 30px;
    padding-right: 85px;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dr-down ul li:first-child {
    margin-left: 0;
}

.dr-down ul li a .pic {
    padding-top: 69.4%;
}

.dr-down ul li a .pic:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/dt-r-bg.png) no-repeat bottom center;
    background-size: cover;
}

.notic {
    margin-top: 45px;
}

.notic>ul {
    margin-left: -35px;
    margin-right: -35px;
}

.notice {
    padding-top: 55px;
}

.notice ul li {
    position: relative;
    margin: 30px 35px;
    border: 1px solid #dddddd;
}

.notice ul li:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #cac1c1;
}

.notice ul li .text {
    float: left;
    width: 70%;
    padding: 25px;
    box-sizing: border-box;
    border-right: 1px solid #dddddd;
}

.notice ul li .text h2 {
    line-height: 24px;
    font-size: 16px;
    color: #32261f;
    font-weight: normal;
    margin-bottom: 15px;
    height: 48px;
    overflow: hidden;
}

.notice ul li:hover .text h2 {
    color: #172a70;
}

.notice ul li .text p {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    height: 44px;
    overflow: hidden;
}

.notice ul li .date {
    float: right;
    width: 30%;
    margin-top: 40px;
    text-align: center;
    color: #8e1226;
}

.notice ul li .date p {
    font-size: 40px;
}

.notice ul li .date span {
    display: block;
    font-size: 16px;
}

.notice ul li .more {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #172a70;
    right: 25px;
    bottom: -30px;
}

.notice ul li .more a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/more-notice.png) no-repeat center center;
}

.notice ul li:hover .more a {
    background-color: #8e1226;
}

.section2 {
    background: url(../images/section2-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 65px;
    padding-bottom: 70px;
}

.sect2 {
    position: relative;
}

.sect2 .title {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.sect2 .title h2 {
    display: inline-block;
    margin-left: 30px;
    margin-top: 25px;
    font-weight: normal;
    cursor: pointer;
    background-image: none;
}

.sect2 .title h2.on {
    margin-top: 0;
    background: url(../images/sect2-title.png) no-repeat center bottom;
    padding-bottom: 30px;
}

.sect2 .title h2 p {
    color: #fff;
    font-weight: normal;
    font-size: 24px;
}

.sect2 .title h2.on p {
    font-weight: bold;
    font-size: 32px;
}

.sect2 .title h2 span {
    display: none;
    color: rgba(255, 255, 255, .3);
}

.sect2 .title h2.on span {
    display: block;
}

.sect2 .title .more {
    position: absolute;
    top: 25px;
    right: 0;
    border: 1px solid #8c96be;
}

.sect2 .title .more a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    display: none;
}

.sect2 .title .more a.on {
    display: inline-block;
}

#dynamic ul {
    overflow: hidden;
    margin-top: 50px;
    display: none;
}

#dynamic ul.on {
    display: block;
}

#dynamic ul li {
    float: left;
    width: 30%;
    margin-left: 5%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 35px 30px;
}

#dynamic ul li:nth-child(3n-2) {
    margin-left: 0;
}

#dynamic ul li a {
    display: block;
}

#dynamic ul li a .bt {
    overflow: hidden;
    line-height: 38px;
}

#dynamic ul li a .bt h2 {
    float: left;
    width: 110px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url(../images/bt.jpg) no-repeat center center;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

#dynamic ul li a .bt .date {
    float: right;
    font-size: 14px;
    color: #172a70;
}

#dynamic ul li a>h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#dynamic ul li a p {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #888888;
}

#dynamic ul li a p span {
    display: inline-block;
    width: 72px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #eeeeee;
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-right: 20px;
}

.section3 {
    padding-top: 55px;
    padding-bottom: 95px;
    background: url(../images/section3-bg.png) no-repeat center center;
    background-size: cover;
}

.tp {
    overflow: hidden;
}

.tp>ul {
    overflow: hidden;
    margin-top: 60px;
}

.tt-l {
    float: left;
    width: 49.5%;
}

.tt-r {
    float: right;
    width: 49.5%;
}

.tp .tp-top .pic {
    padding-top: 50%;
}

.tp .tp-down {
    margin-top: 20px;
}

.tp .tp-down ul {
    overflow: hidden;
}

.tp .tp-down ul li {
    float: left;
    width: 49%;
}

.tp .tp-down ul li a {
    display: block;
}

.tp .tp-down ul li a .pic {
    padding-top: 71%;
}

.tp .tp-down ul li:nth-child(2n) {
    margin-left: 2%;
}

.section4 {
    position: relative;
}

.section4 a {
    display: block;
}

.section4 img {
    display: block;
    width: 100%;
}

.sect4 {
    position: relative;
}

.sect4 .title {
    position: absolute;
    left: 260px;
    top: 55px;
}

.sect4 .title h2 {
    padding-left: 20px;
    background: url(../images/sect4-title-bg.png) no-repeat left top;
    padding-top: 0;
    line-height: 1;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

@media screen and (max-width: 1470px) {
    .notic>ul {
        margin-left: 0;
        margin-right: 0;
    }
    .notice ul li {
        margin: 30px 15px;
    }
}

@media screen and (max-width: 1400px) {
    .dr-top a .dtr-l {
        width: 300px;
    }
    .dr-top a .dtr-r {
        padding-left: 20px;
    }
    .dr-top a .dtr-r h2 {
        margin-top: 20px;
    }
    .section1,
    .section2,
    .section3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sect2-r {
        padding-left: 15px;
        padding-right: 0;
    }
    .sect3l-d {
        padding: 15px 20px 15px 20px;
    }
    .sect4-l .wz {
        left: 34%;
    }
    .sect4-r a {
        padding: 20px;
    }
    .sect3r-d a .s3-d-l {
        padding: 20px 50px;
    }
    .sect3-l .slick-dots {
        bottom: -35px;
    }
    .sect4 .title {
        left: 20px;
    }
    #dynamic ul li {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1200px) {
    .sect3-r .sect3r-t {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .sect3r-d a .s3-d-l {
        padding: 20px;
        padding-bottom: 0;
    }
    .sect3r-d a .s3-d-l h2 {
        margin-bottom: 10px;
    }
    .sect3r-d a .date {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1000px) {
    .dt a {
        padding: 10px;
    }
    .dr-top a .dtr-l {
        width: 200px;
    }
    .dr-top a .dtr-r h2 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .dr-top a .dtr-r span {
        margin-top: 5px;
    }
    .dr-down ul li a>p {
        padding-left: 15px;
        padding-right: 70px;
        font-size: 14px;
    }
    .dt-l .text {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .dt-l .text h2 {
        font-size: 18px;
        line-height: 26px;
        height: 52px;
    }
    .dt-l .text p {
        margin-top: 15px;
    }
    .sect2-l .xs .xs-pic {
        margin-top: 20px;
    }
    .sect2-l .xs .xs-hy {
        margin-top: 15px;
    }
    .sect2-l .xs .xs-hy p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .sect2-l .xs .t-name {
        margin-top: 5px;
    }
    .dynamics .slick-dots {
        left: 100px;
    }
    .sect2-l {
        width: 300px;
    }
    .sect2-l .xs {
        width: 300px;
    }
    .dynamics .slick-next {
        left: 252px;
    }
    .sect2 .title h2 {
        margin-left: 0;
        padding-left: 5px;
    }
    .sect4 .title {
        top: 30px;
    }
    .title h2 p {
        font-size: 20px;
        text-align: left;
    }
    .title h2 span {
        font-size: 12px;
    }
    #dynamic ul li {
        width: 32.66667%;
        margin-left: 1%;
    }
    .sect4 .title h2 {
        writing-mode: initial;
    }
    .sect4 .title {
        top: 15px;
    }
}

@media screen and (max-width: 760px) {
    #dynamic ul li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .sect2 .title .djj {
        float: left;
    }
    .sect2 .title h2.on p {
        font-size: 20px;
    }
    .sect2 .title h2.on {
        padding-bottom: 15px;
        background-position: left bottom;
    }
    .sect2 .title h2 p {
        font-size: 18px;
    }
    #dynamic ul li a>h2 {
        margin: 10px 0;
    }
    #dynamic ul li a p span {
        margin-right: 5px;
    }
    #dynamic ul li a p span {
        font-size: 12px;
    }
}

@media screen and (max-width: 700px) {
    .title h2 p {
        font-size: 20px;
    }
    .sect1 .title h2 {
        padding-top: 5px;
    }
    .sect1 .title .more {
        top: 0;
    }
    .dt-l {
        float: none;
        width: auto;
    }
    .dt-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .dr-top a .dtr-l {
        float: none;
        width: auto;
    }
    .dr-top a .dtr-r {
        padding-left: 0;
    }
    .dr-down ul li {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .sect4-r {
        position: relative;
        right: 0;
    }
    .sect4 {
        position: static;
    }
    .sect4-r {
        margin-top: 15px;
        transform: none;
        width: auto;
        margin-bottom: 15px;
    }
    .section4>img {
        height: 200px;
    }
    .section4 .wz {
        top: 18%;
    }
    .title {
        overflow: hidden;
    }
    .title h2 {
        float: left;
        text-align: left;
        background-position: left top;
        font-size: 0;
    }
    .title .more {
        top: 15px;
    }
    .dt {
        padding-top: 15px;
    }
    .notice {
        padding-top: 15px;
    }
    .notic {
        margin-top: 15px;
    }
    .title h2 span {
        font-size: 12px;
    }
    .tp>ul {
        margin-top: 15px;
    }
    .tt-l {
        float: none;
        width: auto;
    }
    .tt-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
}