.section1 {
    padding: 40px 0;
}

.title {
    overflow: hidden;
    line-height: 40px;
}

.title h2 {
    float: left;
    font-size: 30px;
    color: #333;
}

.title a {
    float: right;
    font-size: 14px;
    color: #999;
    text-transform: capitalize;
}

.news {
    /* padding-left: 260px; */
}

.news>ul {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.news>ul .slick-list {
    overflow: visible;
}

.news>ul li {
    width: 100%;
    float: left;
}
.news > ul li:nth-child(4), .news > ul li:nth-child(6), .news > ul li:nth-child(7) {margin-left: 36px;}


.news>ul li a {
    display: block;
}

.news>ul li a .text {
    box-shadow: 0 0 10px #eee;
    padding: 15px;
}

.news>ul li a .text p {
    line-height: 30px;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.news>ul li a .pic {
    padding-top: 70.4%;
}

.news>ul li a .date {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 64px;
    height: 80px;
    background-color: #2955aa;
    text-align: center;
    color: #fff;
}

.news>ul li a .date p {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 24px;
}

.news>ul li a .date span {
    font-size: 12px;
}

.news .slick-prev {
    width: 46px;
    height: 46px;
    left: 40%;
    top: auto;
    bottom: 0;
    background: url(../images/news-l.png) no-repeat center center;
}

.news .slick-next {
    width: 46px;
    height: 46px;
    left: 45%;
    top: auto;
    bottom: 0;
    background: url(../images/news-r.png) no-repeat center center;
}

.section2 {
    background: url(../images/sect2-bg.jpg) no-repeat center center;
    padding-top: 50px;
    padding-bottom: 40px;
}

.sect2 .title h2 {
    color: #fff;
}

.sect2 .title a {
    color: #fff;
}

#notice {
    position: relative;
    margin-top: 50px;
}

#notice:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 39%;
    height: 3px;
    background: rgba(255, 255, 255, .2);
}

.notice>ul {
    padding-bottom: 100px;
    margin: auto -13px;
}

.notice>ul li {
    position: relative;
    margin: 0 13px;
    transition: all .3s;
}

.notice>ul li:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background: url(../images/qq.png) no-repeat center center;
}

.notice>ul li a {
    position: relative;
    display: block;
    padding: 180px 0;
}

.notice>ul li a .date {
    text-align: center;
}

.notice>ul li a .date span {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 18px;
    color: #fff;
    font-family: "Georgia";
}

.notice>ul li a .text {
    background-color: #fff;
    padding: 10px 15px;
}

.notice>ul li a .text p {
    line-height: 22px;
    font-size: 16px;
    color: #333;
    height: 88px;
    overflow: hidden;
    text-align: justify;
    font-family: "sh";
}

.notice>ul li:nth-child(2n) a .date {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
}

.notice>ul li:nth-child(2n) a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s;
}

.notice>ul li:nth-child(2n) a .text:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    transition: all .3s;
}

.notice>ul li:nth-child(2n-1) a .date {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
}

.notice>ul li:nth-child(2n-1) a .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s;
}

.notice>ul li:nth-child(2n-1) a .text:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    transition: all .3s;
}

.notice .slick-prev {
    width: 46px;
    height: 46px;
    left: 45%;
    top: auto;
    bottom: 0;
    background: url(../images/notice-l.png) no-repeat center center;
}

.notice .slick-next {
    width: 46px;
    height: 46px;
    left: 52%;
    top: auto;
    bottom: 0;
    background: url(../images/notice-r.png) no-repeat center center;
}

.notice>ul li:hover:nth-child(2n) a .text {
    background-color: #ea8d33;
}

.notice>ul li:hover:nth-child(2n) a .text p {
    color: #fff;
}

.notice>ul li:hover:nth-child(2n) a .text:after {
    border-bottom: 20px solid #ea8d33;
}

.notice>ul li:hover:nth-child(2n-1) a .text {
    background-color: #ea8d33;
}

.notice>ul li:hover:nth-child(2n-1) a .text p {
    color: #fff;
}

.notice>ul li:hover:nth-child(2n-1) a .text:after {
    border-top: 20px solid #ea8d33;
}

.section3 {
    padding: 60px 0;
}

.yj {
    margin-top: 45px;
}

.r-l {
    float: left;
    width: 55%;
}

.r-l ul li {
    position: relative;
    padding-left: 27px;
    background: url(../images/ky.png) no-repeat left center;
    border-left: 6px solid transparent;
    transition: all .3s;
}

.r-l ul li a {
    display: block;
}

.r-l ul li a h2 {
    font-size: 18px;
    line-height: 48px;
    color: #333;
    font-weight: normal;
    font-family: "sh";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.r-l ul li a p {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

.r-l ul li a .date {
    padding-left: 25px;
    background: url(../images/r-date.png) no-repeat left center;
    font-size: 14px;
    color: #999;
    display: none;
}

.r-r {
    float: right;
    width: 45%;
}

.r-r .pic {
    padding-top: 86%;
}

.r-l ul li.on {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: none;
    border-left: 6px solid #2d5db7;
    box-shadow: 0 0 15px #c6c6c6;
    margin-top: 15px;
    background-color: #fff;
    margin-right: -30px;
    padding-right: 30px;
    margin-bottom: 20px;
    z-index: 4;
}

.r-l ul li.on a h2 {
    line-height: 30px;
    text-overflow: initial;
    white-space: break-spaces;
    height: 60px;
}

.r-l ul li.on a p {
    display: block;
}

.r-l ul li.on a .date {
    display: block;
}

.section4 {
    padding-top: 30px;
    padding-bottom: 70px;
}

.sect4-l {
    float: left;
    width: 46%;
}

.sect4-r {
    float: right;
    width: 50%;
}

.coop {
    margin-top: 40px;
}

.sect4-l a {
    position: relative;
    display: block;
}

.sect4-l .pic {
    padding-top: 64.6%;
}

.sect4-l a .text {
    padding: 20px 20px 90px 20px;
    border: 1px solid #eee;
    border: 1px solid #eee;
}

.sect4-l a .text h2 {
    line-height: 28px;
    font-size: 18px;
    margin-right: 80px;
    color: #333;
    font-weight: normal;
    height: 56px;
    overflow: hidden;
}

.sect4-l a .text p {
    line-height: 24px;
    font-size: 14px;
    color: #999;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
}

.sect4-l a .date {
    position: absolute;
    bottom: 170px;
    right: 30px;
    width: 64px;
    height: 80px;
    background-color: #2d5db7;
    text-align: center;
}

.sect4-l a .date p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}

.sect4-l a .date span {
    font-size: 12px;
    color: #fff;
}

.sect4-l .slick-dots {
    width: auto;
    bottom: 35px;
    left: 20px;
}

.sect4-l .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-align: left;
    border: 1px solid #adadad;
}

.sect4-l .slick-dots li.slick-active {
    background-color: #2d5db7;
    border: 1px solid #2d5db7;
}

.sect4-r ul li {
    position: relative;
    float: left;
    width: 47%;
    margin-left: 6%;
    margin-top: 40px;
    transition: all .3s;
}

.sect4-r ul li:first-child {
    margin-top: 0;
}

.sect4-r ul li:first-child+li {
    margin-top: 0;
}

.sect4-r ul li:nth-child(2n-1) {
    margin-left: 0;
}

.sect4-r ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}

.sect4-r ul li a .pic {
    padding-top: 66.7%;
}

.sect4-r ul li a .text {
    padding: 15px 20px;
    box-shadow: 0 0 10px #ccc2c2;
    border: 1px solid #eee;
}

.sect4-r ul li a .text p {
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}

.sect4-r ul li a .nr {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background-color: #2d5db7;
    padding: 25px 20px;
    transition: all .3s;
}

.sect4-r ul li a .nr h2 {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sect4-r ul li a .nr p {
    line-height: 22px;
    font-size: 14px;
    color: #c1d2f1;
    height: 88px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sect4-r ul li a .nr .date {
    padding-left: 28px;
    font-size: 14px;
    color: #c1d2f1;
    background: url(../images/date.png) no-repeat left center;
}

.sect4-r ul li:hover a .nr {
    top: 0;
}

.section5 {
    padding-top: 75px;
    padding-bottom: 150px;
    background: url(../images/sect5-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect5 {
    position: relative;
    padding-right: 230px;
}

.sect5 .title {
    position: absolute;
    right: 0;
    width: 230px;
    top: 0;
}

.research ul li {
    margin-right: 30px;
    background-color: #fff;
}

.research ul li a {
    display: block;
    padding: 25px 30px;
}

.research ul li a h2 {
    position: relative;
    line-height: 29px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    height: 116px;
    overflow: hidden;
    margin-bottom: 30px;
}

.research ul li a p {
    position: relative;
    padding-top: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    height: 140px;
    overflow: hidden;
}

.research ul li a p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    right: 0;
    background-color: #e8e8e8;
}

.research ul li a p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 53px;
    background-color: #333333;
}

.research ul li a .more {
    margin-top: 50px;
    font-size: 14px;
    color: #999;
    background: url(../images/more.png) no-repeat right center;
    margin-bottom: 15px;
}

.research ul li:hover {
    background-color: #ea8d33;
}

.research ul li:hover h2 {
    color: #fff;
}

.research ul li:hover p::before {
    background-color: #efaf72;
}

.research ul li:hover p::after {
    background-color: #fff;
}

.research ul li:hover p {
    color: #fff;
}

.research ul li:hover .more {
    color: #fff;
    background: url(../images/more-other.png) no-repeat right center;
}

.sect5 .title h2 {
    float: none;
    color: #fff;
}

.sect5 .title p {
    line-height: 24px;
    font-size: 14px;
    color: #9fa1db;
    margin-top: 15px;
    margin-bottom: 230px;
}

.sect5 .title a {
    float: none;
    color: #fff;
}

.research .slick-prev {
    width: 46px;
    height: 46px;
    left: auto;
    right: -45px;
    background: url(../images/notice-l.png) no-repeat center center;
}

.research .slick-next {
    width: 46px;
    height: 46px;
    left: auto;
    right: -115px;
    background: url(../images/notice-r.png) no-repeat center center;
}

@media screen and (max-width: 1430px) {
    .notice {
        padding-left: 15px;
        padding-right: 15px;
    }
    .news {
        padding-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .news>ul li {
        margin: 0 15px;
    }
}

@media screen and (max-width: 1024px) {
    .news .slick-next {
        left: 55%;
    }
    .r-l ul li a h2 {
        line-height: 28px;
    }
}

@media screen and (max-width: 1000px) {

    .notice .slick-prev {
        left: 40%;
    }
    .r-l {
        float: none;
        width: auto;
    }
    .r-l ul li.on {
        margin-right: 0;
    }
    .r-r {
        float: none;
        width: auto;
    }
    .r-l ul li {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: none;
        border-left: 6px solid #2d5db7;
        box-shadow: 0 0 15px #c6c6c6;
        margin-top: 15px;
        background-color: #fff;
        padding-right: 30px;
        margin-bottom: 20px;
        z-index: 4;
    }
    .r-l ul li a p {
        display: block;
    }
    .r-l ul li a .date {
        display: block;
    }
    .sect4-l {
        float: none;
        width: auto;
    }
    .sect4-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
}

@media screen and (max-width: 700px) {
    .section1 {
        padding: 15px 0;
    }
    .title h2 {
        font-size: 20px;
    }
    .news>ul {
        padding-top: 15px;
        padding-bottom: 80px;
    }
    .news>ul li a .text p {
        font-size: 16px;
    }
    .news .slick-prev {
        background-size: 30px auto;
    }
    .news .slick-next {
        background-size: 30px auto;
    }
    .section2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #notice {
        margin-top: 15px;
    }
    .notice .slick-prev {
        left: 30%;
    }
    .notice .slick-next {
        left: 60%;
    }
    .notice .slick-prev {
        background-size: 30px auto;
    }
    .notice .slick-next {
        background-size: 30px auto;
    }
    .section3 {
        padding: 15px 0;
    }
    .yj {
        margin-top: 15px;
    }
    .r-l ul li {
        padding: 15px;
    }
    .section4 {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .coop {
        margin-top: 15px;
    }
    .sect4-r ul li a .text {
        padding: 10px;
    }
    .sect4-r ul li a .text p {
        font-size: 12px;
    }
    .sect5 {
        padding-right: 15px;
    }
    .sect5 .title {
        position: static;
        width: auto;
    }
    .section5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect5 .title p {
        margin-bottom: 15px;
    }
    .research ul li {
        margin: 0 15px;
    }
    .research {
        overflow: hidden;
    }
    .research>ul {
        padding-bottom: 50px;
    }
    .research .slick-prev {
        right: auto;
        bottom: 0;
        top: auto;
        transform: none;
        background-size: 30px auto;
        left: 50px;
    }
    .research .slick-next {
        right: auto;
        bottom: 0;
        top: auto;
        transform: none;
        background-size: 30px auto;
        right: 50px;
    }
    .research ul li a {
        padding: 15px;
    }
}ackground-color: #fff;
}

.research ul li:hover p {
    color: #fff;
}

.research ul li:hover .more {
    color: #fff;
    background: url(../images/more-other.png) no-repeat right center;
}

.sect5 .title h2 {
    float: none;
    color: #fff;
}

.sect5 .title p {
    line-height: 24px;
    font-size: 14px;
    color: #9fa1db;
    margin-top: 15px;
    margin-bottom: 230px;
}

.sect5 .title a {
    float: none;
    color: #fff;
}

.research .slick-prev {
    width: 46px;
    height: 46px;
    left: auto;
    right: -45px;
    background: url(../images/notice-l.png) no-repeat center center;
}

.research .slick-next {
    width: 46px;
    height: 46px;
    left: auto;
    right: -115px;
    background: url(../images/notice-r.png) no-repeat center center;
}

@media screen and (max-width: 1430px) {
    .notice {
        padding-left: 15px;
        padding-right: 15px;
    }
    .news {
        padding-left: 0;
    }
}






@media screen and (max-width: 1400px) {
    .news>ul li {
        margin: 0 15px;
        width: 47%;
    }

.news > ul li:nth-child(4), .news > ul li:nth-child(6), .news > ul li:nth-child(7) {
    margin: 0 15px;
}



}


@media screen and (max-width: 1200px) {
    .news>ul li {
        margin: 0 15px;
        width: 47%;
    }

.news > ul li:nth-child(4), .news > ul li:nth-child(6), .news > ul li:nth-child(7) {
    margin: 0 15px;
}

}

@media screen and (max-width: 1024px) {
    .news .slick-next {
        left: 55%;
    }
    .r-l ul li a h2 {
        line-height: 28px;
    }
}

@media screen and (max-width: 1000px) {

    .news>ul li {
        margin: 0 15px;
        width: 46%;
    }

.news > ul li:nth-child(4), .news > ul li:nth-child(6), .news > ul li:nth-child(7) {
    margin: 0 15px;
}


    .notice .slick-prev {
        left: 40%;
    }
    .r-l {
        float: none;
        width: auto;
    }
    .r-l ul li.on {
        margin-right: 0;
    }
    .r-r {
        float: none;
        width: auto;
    }
    .r-l ul li {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        background-image: none;
        border-left: 6px solid #2d5db7;
        box-shadow: 0 0 15px #c6c6c6;
        margin-top: 15px;
        background-color: #fff;
        padding-right: 30px;
        margin-bottom: 20px;
        z-index: 4;
    }
    .r-l ul li a p {
        display: block;
    }
    .r-l ul li a .date {
        display: block;
    }
    .sect4-l {
        float: none;
        width: auto;
    }
    .sect4-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
}

@media screen and (max-width: 750px) {

    .news>ul li {
        margin: 0 15px;
        width: 45%;
    }

.news > ul li:nth-child(4), .news > ul li:nth-child(6), .news > ul li:nth-child(7) {
    margin: 0 15px;
}

}

@media screen and (max-width: 700px) {
    .section1 {
        padding: 15px 0;
    }
    .title h2 {
        font-size: 20px;
    }
    .news>ul {
        padding-top: 15px;
        padding-bottom: 80px;
    }
    .news>ul li a .text p {
        font-size: 16px;
    }
    .news .slick-prev {
        background-size: 30px auto;
    }
    .news .slick-next {
        background-size: 30px auto;
    }
    .section2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #notice {
        margin-top: 15px;
    }
    .notice .slick-prev {
        left: 30%;
    }
    .notice .slick-next {
        left: 60%;
    }
    .notice .slick-prev {
        background-size: 30px auto;
    }
    .notice .slick-next {
        background-size: 30px auto;
    }
    .section3 {
        padding: 15px 0;
    }
    .yj {
        margin-top: 15px;
    }
    .r-l ul li {
        padding: 15px;
    }
    .section4 {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .coop {
        margin-top: 15px;
    }
    .sect4-r ul li a .text {
        padding: 10px;
    }
    .sect4-r ul li a .text p {
        font-size: 12px;
    }
    .sect5 {
        padding-right: 15px;
    }
    .sect5 .title {
        position: static;
        width: auto;
    }
    .section5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect5 .title p {
        margin-bottom: 15px;
    }
    .research ul li {
        margin: 0 15px;
    }
    .research {
        overflow: hidden;
    }
    .research>ul {
        padding-bottom: 50px;
    }
    .research .slick-prev {
        right: auto;
        bottom: 0;
        top: auto;
        transform: none;
        background-size: 30px auto;
        left: 50px;
    }
    .research .slick-next {
        right: auto;
        bottom: 0;
        top: auto;
        transform: none;
        background-size: 30px auto;
        right: 50px;
    }
    .research ul li a {
        padding: 15px;
    }
}



@media screen and (max-width: 650px) {
.news>ul {
    padding: 20px;
}
    .news>ul li {
        margin: 0px;
        width: 100%;
    }

.news > ul li:nth-child(4), .news > ul li:nth-child(6), .news > ul li:nth-child(7) {
    margin: 0px;
}

}