﻿.title {
    overflow: hidden;
    line-height: 32px;
}

.title h2 {
    float: left;
    font-size: 32px;
    color: #333;
}

.title a {
    float: right;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
    background: url(../images/more.png) no-repeat left center;
}

.section1 {
    padding-top: 60px;
    padding-bottom: 50px;
}

.sect1 {
    position: relative;
    overflow: hidden;
}

.sect1 .title {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 730px);
}

.sect1-l {
    float: left;
    width: 680px;
}

.sect1-l a {
    display: block;
}

.sect1-l a .pic {
    padding-top: 66.5%;
}

.sect1-l a .text {
    position: relative;
    margin-top: -50px;
    margin-right: 60px;
    background-color: #0a5aa8;
    padding: 25px;
}

.sect1-l a .text h2 {
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1-l a .text p {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: .6;
}

.sect1-l a .text .date {
    font-size: 16px;
    color: #fff;
}

.sect1-l .slick-dots {
    width: auto;
    bottom: 20px;
    right: 80px;
}

.sect1-l .slick-dots li {
    width: 30px;
    height: 30px;
    background: url(../images/new-dot.png) no-repeat center center;
    transition: all .3s;
}

.sect1-l .slick-dots li.slick-active {
    width: 30px;
    height: 30px;
    background: url(../images/new-dots.png) no-repeat center center;
}

.sect1-r {
    overflow: hidden;
    padding-left: 50px;
    margin-top: 70px;
}

.head-new ul li a {
    display: block;
    padding: 30px;
    background-color: #f2f6f9;
    overflow: hidden;
}

.head-new ul li a .date {
    float: left;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #0d5aa8;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.head-new ul li a .date p {
    line-height: 36px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #5e91c5;
    padding-top: 5px;
}

.head-new ul li a .date span {
    display: block;
    line-height: 30px;
    font-size: 14px;
}

.head-new ul li a .text {
    overflow: hidden;
    padding-left: 15px;
}

.head-new ul li a .text h2 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.head-new ul li a .text p {
    line-height: 22px;
    font-size: 14px;
    color: #666;
    height: 44px;
    overflow: hidden;
}

.list>li {
    position: relative;
    line-height: 55px;
    padding-left: 35px;
    padding-right: 100px;
    background: url(../images/list.png) no-repeat left center;
    border-bottom: 1px solid #e5e5e5;
    transition: all .3s;
}

.list>li:last-child {
    border-bottom: none;
}

.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%);
    line-height: 16px;
    font-size: 16px;
    color: #999;
    border-left: 1px solid #999999;
    padding-left: 5px;
}

.list>li:hover {
    background: url(../images/list-other.png) no-repeat left center;
}

.list>li:hover a {
    color: #2566ac;
    text-decoration: underline;
}

.sect2 img {
    display: block;
    width: 100%;
}

.section3 {
    margin-top: 45px;
    padding-top: 40px;
    padding-bottom: 55px;
    background-color: #f8f8f8;
}

.sect3 {
    overflow: hidden;
}

.sect3-l {
    float: left;
    width: 48.5%;
}

.sect3-r {
    float: right;
    width: 48.5%;
}

.date-list {
    border-top: 4px solid #0a5aa8;
    padding: 5px 30px 20px 30px;
    background-color: #fff;
    margin-top: 25px;
}

.date-list>li {
    border-bottom: 1px solid #e5e5e5;
    transition: all .3s;
}

.date-list>li:last-child {
    border-bottom: none;
}

.date-list>li a {
    display: block;
    padding: 25px 0;
    overflow: hidden;
}

.date-list>li a .date {
    float: left;
    width: 78px;
    height: 70px;
    border: 1px solid #6e9ccb;
    text-align: center;
    color: #0d5aa8;
}

.date-list>li a .date p {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 10px;
}

.date-list>li a .date span {
    display: block;
    font-size: 14px;
}

.date-list>li a .text {
    overflow: hidden;
    padding-left: 20px;
    height: 70px;
    line-height: 70px;
}

.date-list>li a .text p {
    display: inline-block;
    line-height: 22px;
    height: 44px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    vertical-align: middle;
}

.date-list>li:hover .date {
    background: #0d5aa8;
    color: #fff;
}

.date-list>li:hover .text p {
    color: #0d5aa8;
    font-weight: bold;
}

.zt {
    margin-top: 25px;
}

.zt a {
    display: block;
}

.zt a .zt-top {
    position: relative;
}

.zt a .zt-top .pic {
    padding-top: 56%;
}

.zt a .zt-top .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 80px;
    background-color: #0d5aa8;
    color: #fff;
    text-align: center;
}

.zt a .zt-top .date p {
    line-height: 40px;
    padding-top: 5px;
    font-size: 28px;
    font-weight: bold;
}

.zt a .zt-top .date span {
    display: block;
    font-size: 14px;
}

.zt a .zt-down {
    background-color: #fff;
    padding: 15px 30px;
    padding-top: 25px;
}

.zt a .zt-down h2 {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.zt a .zt-down p {
    line-height: 26px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zt-list {
    background-color: #fff;
    padding: 0 30px;
    padding-bottom: 20px;
}

.zt-list .list {
    padding: 8px 0;
    border-top: 1px solid #e5e5e5;
}

.zt-list .list>li {
    line-height: 40px;
    border-bottom: none;
}

.zt-list .list>li span {
    padding-left: 0;
    border-left: none;
}

.zt-list .list>li:hover a {
    font-weight: bold;
    text-decoration: none;
}

.zt-list .list>li:hover span {
    color: #0d5aa8;
}

.section4 {
    padding-top: 50px;
    padding-bottom: 60px;
    background: url(../images/sect4-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect4 {
    overflow: hidden;
}

.sect4 .title h2 {
    color: #fff;
}

.sect4 .title a {
    color: #fff;
    background: url(../images/more-other.png) no-repeat left center;
}

.sect4-l {
    float: left;
    width: 48.5%;
}

.sect4-l .list {
    margin-top: 20px;
}

.sect4-l .list>li {
    border-bottom: none;
}

.sect4-l .list>li a {
    color: #fff;
}

.sect4-l .list>li span {
    border-left: 1px solid #fff;
    color: #fff;
}

.sect4-l .list>li:hover {
    background: url(../images/list.png) no-repeat left center;
}

.sect4-l .list>li:hover a {
    font-weight: bold;
}

.sect4-r {
    float: right;
    width: 48.5%;
}

.sect4-r>ul>li {
    float: left;
    width: 48%;
    margin-left: 4%;
    height: 120px;
    margin-top: 40px;
    margin-bottom: 5px;
}

.sect4-r>ul>li.one {
    background: url(../images/fw-tc1.png) no-repeat center center;
    background-size: cover;
}

.sect4-r>ul>li.two {
    background: url(../images/fw-tc2.png) no-repeat center center;
    background-size: cover;
}

.sect4-r>ul>li.three {
    background: url(../images/fw-tc3.png) no-repeat center center;
    background-size: cover;
}

.sect4-r>ul>li.four {
    background: url(../images/fw-tc4.png) no-repeat center center;
    background-size: cover;
}

.sect4-r>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.sect4-r>ul>li a {
    display: block;
    padding: 25px 30px;
    height: 100%;
    overflow: hidden;
    background: url(../images/fw.png) no-repeat 88% bottom;
}

.sect4-r>ul>li a .icon {
    float: left;
    width: 65px;
}

.sect4-r>ul>li a .text {
    overflow: hidden;
    padding-left: 15px;
    height: 72px;
    line-height: 72px;
}

.sect4-r>ul>li a .text p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.section5 {
    padding-top: 55px;
    padding-bottom: 50px;
}

.sect5 {
    position: relative;
}

.sect5 .title {
    position: relative;
    text-align: center
}

.sect5 .title h2 {
    float: none;
    display: inline-block;
    font-size: 32px;
    color: #666;
    font-weight: normal;
    margin: 0 55px;
    cursor: pointer;
}

.sect5 .title h2.on {
    font-weight: bold;
    color: #333;
}

.sect5 .more {
    position: absolute;
    right: 0;
    top: 0;
}

.sect5 .more a {
    display: none;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
    background: url(../images/more.png) no-repeat left center;
}

.sect5 .more a.on {
    display: inline-block;
}

.rwqh {
    position: relative;
    margin-top: 40px;
}

.rwqh::before {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 50%;
    height: 1px;
    background-color: #ced6e3;
    margin-right: 69px;
}

.rwqh:after {
    content: "";
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 50%;
    height: 1px;
    background-color: #ced6e3;
    margin-left: 69px;
}

.rwqh ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    padding-top: 60px;
    padding-bottom: 100px;
    z-index: 2;
    transition: all .3s;
    overflow: hidden;
}

.rwqh ul.on {
    position: relative;
    opacity: 10;
    z-index: 8;
}

.rwqh ul li {}

.rwqh ul li a {
    display: block;
    margin: 0 20px;
}

.rwqh ul li a .pic {
    padding-top: 136%;
}

.rwqh ul li a .pic:hover img {
    transform: none;
}

.rwqh ul .slick-list {
    overflow: visible;
}

.rwqh ul li a .text {
    text-align: center;
}

.rwqh ul li a .text h2 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin-top: 15px;
}

.rwqh ul li a .text p {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    opacity: .68;
    height: 48px;
    overflow: hidden;
}

.rwqh ul li.slick-center a {
    background: url(../images/sc-tb.png.jpg) no-repeat center center;
    background-size: 100% 100%;
    border: 10px solid #fff;
}

.rwqh ul .slick-center {
    position: relative;
    transform: scale(1.5, 1.4);
    z-index: 3;
}

.rwqh ul .slick-center a {
    padding: 0 20px;
    padding-top: 35px;
    padding-bottom: 25px;
    border-top: none;
    border-bottom: none;
}

.rwqh ul li.slick-center a .text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3b7bb9;
}

.rwqh ul li.slick-center a .text p {
    font-size: 12px;
}

.rwqh ul li.slick-center a .tp {
    padding-left: 20px;
    padding-right: 20px;
}

.rwqh .slick-prev {
    top: auto;
    transform: none;
    bottom: 0;
    width: 50px;
    height: 50px;
    left: 45%;
    background: url(../images/qh-l.png) no-repeat center center;
}

.rwqh .slick-next {
    top: auto;
    transform: none;
    bottom: 0;
    width: 50px;
    height: 50px;
    right: 45%;
    background: url(../images/qh-r.png) no-repeat center center;
}

@media screen and (max-width: 1380px) {
    .sect1 .title {
        position: static;
        width: auto;
        margin-bottom: 15px;
    }
    .sect1-l {
        width: 500px;
    }
    .sect1-r {
        margin-top: 0;
        padding-left: 20px;
    }
    .list>li {
        line-height: 48px;
    }
    .date-list>li a {
        padding: 14px 0;
    }
    .rwqh .slick-prev {
        left: 43%;
    }
    .rwqh .slick-next {
        right: 43%;
    }
    .sect4-r>ul>li a {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 1024px) {
    .sect4-r>ul>li a {
        background-image: none;
    }
}

@media screen and (max-width: 1000px) {
    .section1 {
        padding: 15px 0;
    }
    .title h2 {
        font-size: 22px;
    }
    .title a {
        font-size: 14px;
    }
    .sect1-l {
        float: none;
        width: auto;
    }
    .sect1-r {
        padding-left: 0;
    }
    .sect3-l {
        float: none;
        width: auto;
    }
    .sect3-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .sect4-l {
        float: none;
        width: auto;
    }
    .sect4-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .sect5 .title h2 {
        margin: 0 10px;
        font-size: 22px;
    }
    .rwqh ul li a {
        margin: 0 5px;
    }
    .rwqh ul {
        padding-top: 0;
    }
    .rwqh ul li a {
        background-color: #0a5aa9;
    }
    .rwqh ul li a .text {
        padding: 10px;
    }
    .rwqh ul li a .text h2 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:750px) {
    .sect1-l a .text {
        margin-right: 0;
        margin-top: 0;
        padding: 15px;
    }
    .sect1-l .slick-dots {
        right: 20px;
        bottom: 10px;
    }
    .head-new ul li a {
        padding: 15px;
    }
    .section3 {
        margin-top: 15px;
        padding: 15px 0;
    }
    .date-list {
        padding: 5px;
    }
    .zt a .zt-top .date {
        width: 65px;
        height: 60px;
    }
    .zt a .zt-top .date p {
        line-height: 24px;
        font-size: 20px;
    }
    .zt a .zt-down {
        padding: 15px;
    }
    .zt-list {
        padding: 0 15px;
    }
    .section4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect4-l .list {
        margin-top: 0;
    }
    .sect4-r>ul>li {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 15px;
    }
    .section5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .rwqh {
        margin-top: 15px;
    }
    .sect5 .title h2 {
        font-size: 18px;
    }
    .sect5 {
        padding-bottom: 30px;
    }
    .sect5 .more {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        top: auto;
    }
    .rwqh .slick-prev {
        left: 27%;
        background-size: 30px auto;
    }
    .rwqh .slick-next {
        right: 27%;
        background-size: 30px auto;
    }
    .rwqh ul {
        padding-bottom: 55px;
    }
    .sect4-r>ul>li a .text p {
        font-size: 18px;
    }
}