.section1 {
    padding: 70px 0;
}

.sect1 {
    overflow: hidden;
}

.sect1-l {
    float: left;
    width: 72.5%;
}

.sect1-r {
    float: right;
    width: 24.5%;
}

.title {
    overflow: hidden;
    line-height: 36px;
    margin-bottom: 25px;
}

.title h2 {
    float: left;
}

.title h2 i {
    display: inline-block;
    color: #0d59a7;
    vertical-align: middle;
    padding: 0 10px;
}

.title h2 img {
    display: inline-block;
    vertical-align: middle;
}

.title h2 span {
    display: inline-block;
    font-size: 26px;
    color: #333333;
    font-weight: normal;
    vertical-align: middle;
}

.title .more {
    float: right;
}

.title .more a {
    display: block;
    padding-left: 60px;
    background: url(../images/more.png) no-repeat left center;
    font-size: 14px;
    color: #0d59a7;
}

.sect1-top {
    margin-top: 25px;
}

.sect1-top>ul {
    margin-left: -15px;
    margin-right: -15px;
}

.sect1-top>ul li {
    margin: 0 15px;
}

.sect1-top>ul li a {
    display: block;
}

.sect1-top>ul li a .pic {
    padding-top: 68.5%;
}

.sect1-top>ul li a .pic .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 60px;
    border-top: 3px solid #0d59a7;
    background: rgba(13, 89, 167, .7);
    text-align: center;
    color: #fff;
}

.sect1-top>ul li a .pic .date p {
    line-height: 26px;
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
}

.sect1-top>ul li a .pic .date span {
    display: block;
    font-size: 14px;
}

.sect1-top>ul li a .text {
    padding: 15px 0;
}

.sect1-top>ul li a .text p {
    line-height: 24px;
    font-size: 16px;
    color: #333;
    height: 48px;
    overflow: hidden;
}

.sect1-top>ul li:hover a .text p {
    color: #0d59a7;
}

.sect1-top>ul li:hover a .pic .date {
    background-color: #1649a0;
}

.sect1-down {
    /* margin-top: 20px; */
}

.sect1-down>ul {
    margin-left: -10px;
    margin-right: -10px;
}

.sect1-down>ul li {
    position: relative;
    margin: 0 10px;
    border: 1px solid #eee;
    border-left: 3px solid #0d59a7;
    transition: all .3s;
    width: 31.2%;
    float: left;
    margin-bottom: 15px;
}

.sect1-down>ul li a {
    display: block;
    padding: 10px 20px;
}

.sect1-down>ul li a .date {
    font-size: 14px;
    color: #6e6e6e;
}

.sect1-down>ul li a p {
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect1-down>ul li:hover {
    background-color: #0d59a7;
    border-left: 3px solid #ff9900;
}

.sect1-down>ul li:hover a .date {
    color: #fff;
}

.sect1-down>ul li:hover a p {
    color: #fff;
}

.date-list>li {
    margin-top: 10px;
    transition: all .3s;
}

.date-list>li a {
    display: block;
    overflow: hidden;
}

.date-list>li a .date {
    float: left;
    width: 65px;
    height: 65px;
    border: 1px solid #0d59a7;
    text-align: center;
}

.date-list>li a .date p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    background-color: #0d59a7;
}

.date-list>li a .date span {
    display: block;
    font-size: 14px;
    color: #0d59a7;
    line-height: 28px;
}

.date-list>li a .text {
    overflow: hidden;
    padding-left: 20px;
    height: 64px;
    line-height: 64px;
}

.date-list>li a .text p {
    display: inline-block;
    line-height: 32px;
    height: 64px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    vertical-align: middle;
}

.date-list>li:hover a .date span {
    background: #0d59a7;
    color: #fff;
}

.date-list>li:hover a .text p {
    color: #0d59a7;
}

.section2 {
    padding: 50px 0;
    background: url(../images/sect2-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect2 {
    overflow: hidden;
}

.sect2 .title {
    margin-bottom: 25px;
}

.sect2-l {
    float: left;
    width: 48.5%;
}

.sect2-r {
    float: right;
    width: 48.5%;
}

.xs {
    position: relative;
    overflow: hidden;
}

.xs-l {
    float: left;
    width: 320px;
}

.xs-l .pic {
    padding-top: 71.25%;
}

.xs-r {
    position: absolute;
    left: 320px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    padding: 25px;
}

.xs-r .date {
    font-size: 18px;
    color: #0d59a7;
    font-weight: bold;
}

.xs-r h2 {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

.xs-r p {
    line-height: 22px;
    font-size: 14px;
    color: #808080;
    height: 66px;
    overflow: hidden;
}

.s2l-down>ul>li {
    position: relative;
    line-height: 70px;
    border-bottom: 1px dashed #cccccc;
    border-left: 3px solid transparent;
    padding-left: 110px;
}

.s2l-down>ul>li::before {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background-color: #0d59a7;
    transition: all .3s;
}

.s2l-down>ul>li a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.s2l-down>ul>li span {
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 95px;
    text-align: center;
    border-right: 1px solid #b3b3b3;
    font-size: 14px;
    color: #65686b;
}

.s2l-down>ul>li:hover {
    border-left: 3px solid #ff9900;
}

.s2l-down>ul>li:hover::before {
    right: 0;
}

.s2l-down>ul>li:hover span {
    border-right: 1px solid #fff;
    color: #fff;
}

.s2l-down>ul>li:hover a {
    color: #fff;
}

.s2r-pic {
    margin-bottom: 20px;
}

.s2r-pic .pic {
    padding-top: 28.6%;
}

.list>li {
    position: relative;
    line-height: 42px;
    padding-left: 35px;
    padding-right: 80px;
    background: url(../images/list.png) no-repeat left center;
    transition: all .3s;
}

.list>li a {
    display: block;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list>li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333;
}

.list>li:hover a {
    color: #ff9900;
}

.list>li:hover span {
    color: #ff9900;
}

.section3 {
    padding: 65px 0;
}

.sect3 {
    overflow: hidden;
}

.sect3-l {
    float: left;
    width: 48.5%;
}

.sect3-r {
    float: right;
    width: 48.5%;
}

.sect3 .list {
    margin-top: 5px;
}

.sect3 .list li {
    padding-left: 0;
    background-image: none;
    line-height: 60px;
    border-bottom: 1px dashed #cccccc;
    background-position: 0 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
    transition: all .3s;
}

.sect3 .list li:hover {
    background-image: linear-gradient(#0d59a7, #0d59a7);
    background-size: 100% 1px;
    border-bottom: none;
}

.sect3 .list li:hover a {
    color: #0d59a7;
}

.sect3 .list li:hover span {
    color: #0d59a7;
}

.section4 {
    padding: 60px 0;
    background: url(../images/sect4-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect4 {
    overflow: hidden;
}

.sect4-l {
    float: left;
    width: 48.5%;
}

.sect4-l ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
    margin-top: 25px;
}

.sect4-l ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sect4-l ul li a {
    display: block;
}

.sect4-l ul li a .pic {
    padding-top: 66%;
}

.sect4-l ul li a .text {
    padding: 10px 0;
}

.sect4-l ul li a .text p {
    line-height: 24px;
    height: 48px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.sect4-l ul li:hover a .text p {
    color: #0d59a7;
}

.sect4-r {
    float: right;
    width: 48.5%;
}

.sect4-r .list li {
    position: relative;
    background: none;
    line-height: 77px;
    margin-top: 20px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 100px;
    border-left: 3px solid #0d59a7;
    transition: all .3s;
}

.sect4-r .list>li span {
    color: #0d59a7;
    right: 20px;
}

.sect4-r .list li:hover {
    background-color: #0d59a7;
}

.sect4-r .list li:hover a {
    color: #fff;
}

.sect4-r .list li:hover span {
    color: #fff;
}

.section5 {
    padding: 50px 0;
}

.sect5 .title {
    position: relative;
}

.sect5 .title h2 {
    float: none;
    text-align: center;
}

.sect5 .title .more {
    position: absolute;
    right: 0;
    top: 0;
}

.sect5 ul {
    margin-top: 10px;
}

.sect5 ul li {
    position: relative;
    float: left;
    width: 24%;
    margin-left: 1.3333%;
    margin-top: 15px;
    text-align: center;
    padding: 10px;
    transition: all .3s;
    top: 0;
}

.sect5 ul li:nth-child(4n-3) {
    margin-left: 0;
}

.sect5 ul .jstd1 {
    background-color: #edf2f8;
}

.sect5 ul .jstd2 {
    background-color: #f8f4ed;
}

.sect5 ul .jstd3 {
    background-color: #edf8f5;
}

.sect5 ul .jstd4 {
    background-color: #f2edf8;
}

.sect5 ul  .jstd5 {
    background-color: #fbefee;
}

.sect5 ul .jstd6 {
    background-color: #edf2f8;
}

.sect5 ul .jstd7 {
    background-color: #f8f4ed;
}

.sect5 ul .jstd8 {
   background-color: #edf8f5;
}

.sect5 ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.sect5 ul li a span {
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
}

.sect5 ul li:hover {
    top: -5px;
}

@media screen and (max-width:1200px) {
    .sect1-l {
        width: 57%;
    }
    .sect1-r {
        width: 40%;
    }
    .date-list>li {
        margin-top: 15px;
    }
    .s2l-down>ul>li {
        line-height: 52px;
    }
    .xs-r {
        padding: 15px;
    }
    .sect4-r .list li {
        line-height: 60px;
    }
}

@media screen and (max-width:1000px) {
    .sect1-l,
    .sect2-l,
    .sect3-l,
    .sect4-l {
        float: none;
        width: auto;
    }
    .sect1-r,
    .sect2-r,
    .sect3-r,
    .sect4-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .section1,
    .section2,
    .section3,
    .section4 {
        padding: 15px 0;
    }
    .banner .slick-dots {
        width: auto;
        right: 0;
    }
    .banner .slick-dots li {
        margin: 0 5px;
    }
    .xs-l {
        float: none;
        width: auto;
    }
    .xs-r {
        position: static;
    }
    .sect5 .title h2 span {
        font-size: 20px;
    }
    .sect5 ul li {
        width: 48%;
        margin-right: 4%;
        margin-left: 0;
        padding: 5px;
    }
    .sect5 ul li:nth-child(2n) {
        margin-right: 0;
    }
    .sect5 ul li a {
        font-size: 14px;
    }
    .banner a .bt p {
        line-height: 40px;
        font-size: 14px;
        min-width: auto;
    }
    .banner .slick-dots {
        bottom: 10px;
    }
}