.s1 {
    margin-left: -60px;
    margin-right: -60px;
    padding: 0 60px;
    padding-top: 20px;
    padding-bottom: 90px;
    background: url(../images/sect1-bg.png) no-repeat center bottom;
    background-size: cover;
}

.title {
    position: relative;
    margin-bottom: 20px;
}

.title h2 {
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.title h2 i {
    position: relative;
    font-size: 36px;
    color: #333;
    z-index: 3;
}

.title h2 span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    color: #eaeaea;
    font-family: "Baskerville Old Face";
    z-index: -1;
    text-transform: uppercase;
    z-index: 2;
}

.title a {
    position: absolute;
    right: 0;
    padding-left: 35px;
    background: url(../images/more.png) no-repeat left center;
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
    bottom: 15px;
}

.title a:hover {
    color: #015dac;
}

.news {
    overflow: hidden;
}

.news-l {
    float: left;
    width: 48.5%;
}

.news-l a {
    position: relative;
    display: block;
}

.news-l a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/news-l-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.news-l a .pic {
    padding-top: 57.8%;
}

.news-l a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px;
    z-index: 3;
}

.news-l a .text h2 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
}

.news-l a .text .date {
    padding-left: 30px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 14px;
    color: #fff;
}

.news-l .slick-dots {
    width: auto;
    bottom: 25px;
    right: 25px;
}

.news-l .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #7c8183;
    margin: 0 5px;
}

.news-l .slick-dots li.slick-active {
    background-color: #fff;
}

.news-l .slick-prev {
    background: url(../images/news-l.png) no-repeat left center;
    width: 39px;
    height: 97px;
    z-index: 9;
}

.news-l .slick-next {
    background: url(../images/news-r.png) no-repeat left center;
    width: 39px;
    height: 97px;
    z-index: 9;
}

.news-r {
    float: right;
    width: 48.5%;
}

.news-r>ul>li {
    margin-bottom: 10px;
}

.news-r>ul>li a {
    display: block;
    overflow: hidden;
}

.news-r>ul>li a .new-pic {
    float: left;
    width: 195px;
    margin-right: 35px;
}

.news-r>ul>li a .new-pic .pic {
    padding-top: 63%;
}

.news-r>ul>li a .text {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dashed #a0a0a0;
}

.news-r>ul>li a .text h2 {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.news-r>ul>li a .text p {
    margin-top: 13px;
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.time {
    margin-top: 10px;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;
    font-size: 14px;
    color: #666666;
}

.news-r>ul>li:hover a .text h2 {
    font-weight: bold;
    color: #015dac;
}

.section2 {
    margin-top: -60px;
    padding-bottom: 60px;
}

.s2 {
    margin-left: -60px;
    margin-right: -60px;
    background: url(../images/section2-bg.png) no-repeat center top;
    background-size: cover;
    padding: 0 60px;
    padding-bottom: 55px;
}

.sect2-l {
    padding-top: 50px;
    float: left;
    width: 64.7%;
}

.sect2-r {
    padding-top: 115px;
    float: right;
    width: 32%;
}

.sect2 .title h2 {
    text-align: left;
}

.sect2 .title h2 i {
    color: #fff;
}

.sect2 .title a {
    color: #fff;
    background: url(../images/more-other.png) no-repeat left center;
}

.sect2 .title h2 span {
    left: 0;
    transform: none;
    color: rgba(234, 234, 234, .2);
}

.dapart {
    margin-top: 50px;
    padding: 45px;
    background-color: #fff;
    overflow: hidden;
}

.d-l {
    float: left;
    width: 330px;
}

.d-l .pic {
    padding-top: 66.7%;
}

.d-l .text {
    background-color: #f2f2f2;
    padding: 25px 20px;
}

.d-l .text h2 {
    line-height: 29px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.d-l .text p {
    padding-top: 32px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    background: url(../images/lxx.png) no-repeat left 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.d-r {
    overflow: hidden;
    padding-left: 40px;
}

.d-r ul li {
    position: relative;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 80px;
    background: url(../images/list-icon.png) no-repeat left center;
}

.d-r ul li a {
    display: block;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.d-r ul li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666;
}

.d-r ul li:hover a {
    color: #0e58a5;
    font-weight: bold;
}

.d-r ul li:hover span {
    color: #0e58a5;
}

.sect2-r>ul>li {
    margin-top: 45px;
    transition: all .3s;
}

.sect2-r>ul>li a {
    display: block;
}

.sect2-r>ul>li a .date {
    position: relative;
    padding-right: 45px;
    background: url(../images/tz-icon.png) no-repeat right center;
    margin-bottom: 10px;
}

.sect2-r>ul>li a .date:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 45px;
    height: 1px;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
}

.sect2-r>ul>li a .date span {
    display: inline-block;
    position: relative;
    width: 75px;
    font-size: 18px;
    color: #fff;
    font-family: "Bookman Old Style";
    background-color: #015dac;
    z-index: 2;
}

.sect2-r>ul>li a p {
    font-size: 16px;
    color: #fff!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect2-r>ul>li:hover span {
    font-size: 24px;
    font-weight: bold;
}

.sect2-r>ul>li:hover a .date:after {
    border-bottom: 1px dashed rgba(255, 255, 255, 1);
}

.sect2-r>ul>li:hover a p {
    font-size: 18px;
    font-weight: bold;
}

.section3 {
    padding-top: 45px;
    padding-bottom: 55px;
}

.medium>ul>li {
    position: relative;
    float: left;
    width: 23%;
    margin-left: 2.66667%;
    height: 180px;
    box-sizing: border-box;
    border-bottom: 5px solid #015dac;
    background-color: #f2f2f2;
    top: 0;
    transition: all .3s;
}

.medium>ul>li:nth-child(4n-3) {
    margin-left: 0;
}

.medium>ul>li a {
    display: block;
    padding: 25px;
}

.medium>ul>li a p {
    line-height: 29px;
    font-size: 16px;
    color: #333;
    height: 87px;
    overflow: hidden;
}

.medium>ul>li a .time {
    margin-top: 20px;
}

.medium>ul>li:hover {
    top: -5px;
    background-color: #015dac;
}

.medium>ul>li:hover a p {
    color: #fff;
}

.medium>ul>li:hover .time {
    background: url(../images/time-other.png) no-repeat left center;
    color: #fff;
}

.spzs {
    padding-bottom: 50px;
}

.spzs ul {
    padding-top: 20px;
}

.spzs ul li {
    float: left;
    width: 23%;
    margin-left: 2.6667%;
}

.spzs ul li:first-child {
    margin-left: 0;
}

.spzs ul li a {
    position: relative;
    display: block;
    text-align: center;
}

.spzs ul li a .pic {
    padding-top: 65%;
}

.spzs ul li a .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/play.png) no-repeat center center;
    width: 45px;
    height: 45px;
}

.spzs ul li a p {
    line-height: 40px;
    font-size: 18px;
    color: #333;
    background: #eee;
}

.special {
    margin-bottom: 60px;
}

.special ul {
    margin-left: -20px;
    margin-right: -20px;
}

.special ul li a {
    display: block;
    margin: 0 20px;
}

.special ul li a .pic {
    padding-top: 40%;
}

.special .slick-prev {
    left: -30px;
    width: 32px;
    height: 60px;
    background: url(../images/zt-l.png) no-repeat center center;
    z-index: 2;
}

.special .slick-next {
    right: -30px;
    width: 32px;
    height: 60px;
    background: url(../images/zt-r.png) no-repeat center center;
    z-index: 2;
}

@media screen and (max-width: 1500px) {
    .special .slick-prev {
        left: 0;
    }
    .special .slick-next {
        right: 0;
    }
    .special ul {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1400px) {
    .news-r>ul>li a .new-pic {
        width: 140px;
        margin-right: 15px;
    }
    .news-r>ul>li {
        margin-bottom: 20px;
    }
    .time {
        margin-top: 5px;
    }
    .news-r>ul>li a .text {
        padding-bottom: 5px;
    }
    .news-r>ul>li a .text p {
        line-height: 19px;
    }
    .dapart {
        padding: 15px;
    }
    .d-l {
        width: 280px;
    }
    .d-r {
        padding-left: 20px;
    }
    .d-r ul li {
        line-height: 45px;
    }
    .sect2-r>ul>li {
        margin-top: 25px;
    }
    .sect2 .title h2 span {
        font-size: 34px;
    }
    .medium>ul>li {
        height: auto;
    }
    .medium>ul>li a {
        padding: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .news-l,
    .sect2-l {
        float: none;
        width: auto;
    }
    .news-r,
    .sect2-r {
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .sect2-r {
        padding-top: 0;
    }
    .section1,
    .section3 {
        padding: 15px 0;
    }
    .s2 {
        margin-top: 0;
        background-image: none;
        background: #015dac;
    }
    .title {
        margin-bottom: 15px;
    }
    .medium>ul>li {
        width: 48%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .medium>ul>li:nth-child(2n-1) {
        margin-right: 4%;
    }
    .special {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 700px) {
    .title h2 {
        padding-top: 10px;
    }
    .title h2 span {
        font-size: 20px;
    }
    .title h2 i {
        font-size: 24px;
    }
    .news-l .slick-prev {
        background-size: 20px auto;
    }
    .news-l .slick-next {
        background-size: 20px auto;
        background-position: right center;
    }
    .news-l a .text h2 {
        font-size: 14px;
    }
    .news-l a .text {
        padding: 10px;
    }
    .sect2-l {
        padding-top: 15px;
    }
    .sect2 .title h2 span {
        font-size: 20px;
    }
    .dapart {
        margin-top: 15px;
    }
    .d-l {
        float: none;
        width: auto;
    }
    .d-r {
        padding-left: 0;
    }
    .medium>ul>li {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .medium>ul>li:nth-child(2n-1) {
        margin-right: 0;
    }
    .special .slick-prev {
        background-size: 20px auto;
    }
    .special .slick-next {
        background-size: 20px auto;
    }
    .title a {
        bottom: 5px;
    }
    .spzs ul li {
        width: 48%;
        margin-left: 0;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .spzs ul li:nth-child(2n) {
        margin-right: 0;
    }
    .spzs ul li a p {
        font-size: 16px;
        line-height: 35px;
    }
}