﻿@charset "utf-8";


/* s1 */
.s1 {
    padding: 60px 0;
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: cover;
}

.s1-l {
    float: left;
    width: 51%;
}

.s1-r {
    width: 42%;
    float: right;
}

.tit {
    position: relative;
    margin-bottom: 40px;
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    font-size: 16px;
    line-height: 26px;
    color: #333333;

    padding-right: 25px;
    background: url(../images/more.png) no-repeat;
    background-position: right center;
}

.tit a:hover {
    color: #0074d9;
}

.tit b {
    font-size: 32px;
    color: #333333;
    line-height: 40px;
    border-left: 3px solid #0074d9;
    padding-left: 20px;
}


.s1-banner .pic {
    padding-top: 0;
    height: 420px;
}

.s1-banner a {
    position: relative;
}

.s1-banner a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.s1-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 25px 30px;
}

.s1-info p {

    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.s1-banner .slick-prev {
    width: 27px;
    height: 45px;
    background: url(../images/s1-prev.png) no-repeat;
    background-size: 100% 100%;
    left: 10px;
}

.s1-banner .slick-next {
    width: 27px;
    height: 45px;
    background: url(../images/s1-next.png) no-repeat;
    background-size: 100% 100%;
    right: 10px;
}

.s1-bot ul li span {
    font-family: Cambria;
    font-size: 16px;
    color: #999999;
    float: left;
    margin-right: 40px;
    padding-left: 20px;
    background: url(../images/s1-date.png) no-repeat left center;
}

.s1-bot ul li a {
    line-height: 70px;
}

.s1-bot ul li {
    border-bottom: dashed 1px #bfbfbf;
}

.s1-bot ul li p {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-bot ul li a:hover p {
    color: #0074d9;
}

.s1-r ul li a span {
    font-family: Cambria;
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    display: block;
    padding-left: 20px;
    background: url(../images/s1-date.png) no-repeat left center;
    margin-bottom: 13px;
}

.s1-r ul li a p {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r ul li {
    padding: 20px 0;
}

.s1-r ul li {
    border-top: solid 1px #dcdcdc;
}

.s1-r ul li:first-child {
    border: none;
    padding-top: 0;
}

.s1-r ul li:last-child {
    padding-bottom: 0;
}

.s1-r ul li a:hover p {
    color: #0074d9;
}

/* s2 */
.s2 {
    padding-top: 70px;
    padding-bottom: 90px;
    background: url(../images/s2-bj.png) no-repeat;
    background-size: 100% 100%;
}

.s2 .tit b {
    color: #fff;
    border-color: #ffa200;
}

.s2 .tit a {
    color: #fff;
    background: url(../images/more1.png) no-repeat right center;
}

.s2 .tit a:hover {
    opacity: 0.7;
}


.s2-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s2-l {
    width: 61%;
    background-color: rgba(0, 107, 211, 0.8)
}

.s2-l .pic {
    width: 50%;
    float: left;
    height: 250px;
    padding-top: 0;
}

.s2-tx {
    overflow: hidden;
    padding: 40px;
    padding-bottom: 0;
}

.s2-tx h3 {
    font-size: 18px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fdfdfd;
    margin-bottom: 30px;

}

.s2-tx p {
    font-size: 14px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(254, 254, 254, 1);
}

.s2-r {
    width: 34.4%;
}

.s2-l .slick-dots {
    text-align: right;
    padding: 30px;
}

.s2-l .slick-dots li {
    width: 10px;
    height: 10px;
    border: solid 1px rgba(238, 238, 238, 1);
    border-radius: 50%;
}

.s2-l .slick-dots li.slick-active {
    border-color: #ffa200;
    transform: scale(1.3);
}

.s2-r ul li a p {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 1);
}

.s2-r ul li a span {
    float: right;
    font-family: Cambria;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    padding-left: 25px;
    background: url(../images/s2-date.png) no-repeat left center;
    float: right;

}

.s2-r ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.s2-r ul li:last-child {
    margin-bottom: 0;
}


.s2-bot .pic {
    padding-top: 56%;
}

.s2-top {
    margin-bottom: 50px;
}


.s2-txt h3 {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 25px;
}

.s2-txt p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: rgba(153, 153, 153, 1);
    padding-left: 25px;
    background: url(../images/s1-date.png) no-repeat left center;
}

.s2-txt {
    padding: 15px 25px 40px 25px;
}

.s2-bot a {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 18px;
}

.s2-bot ul {
    margin-left: -18px;
    margin-right: -18px;
}

.s2-bot a:hover h3 {
    color: #0074d9;
}

/* s3 */
.s3 {
    padding-bottom: 110px;
    background: url(../images/s3-bj.jpg) no-repeat center bottom;
    background-size: cover;
}

.s3-list ul li a {
    font-size: 20px;
    color: #000000;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #ddd;
}

.s3-list ul {
    border-bottom: 1px solid #ddd;
}

.s3-list ul li a:hover {
    color: #0074d9;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-c>div {
    width: 30%;
}

.s3-r ul li {
    margin-bottom: 10px;
}

.s3-r ul li:last-child {
    margin-bottom: 0px;
}

.s3-r .pic {
    padding-top: 22%;
}










@media screen and (max-width:1500px) {
    .s2-bot ul{
        margin-left: 0;
        margin-right: 0;
    }

}

@media screen and (max-width:1024px) {
    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s1-banner .pic{
        height: auto;
        padding-top: 56%;
    }

    .s1,.s2{
        padding: 50px 0;
    }

    .tit b{
        font-size: 26px;
    }
    .tit{
        margin-bottom: 30px;
    }

    .s1-r{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .s2-l{
        width: 100%;
        margin-bottom: 20px;
    }

    .s2-r{
        width: 100%;
    }
    .s2-bot a{
        margin: 0 10px;
    }

    .s3-c>div{
        width: 100%;
    }
    .s3-m{
        margin: 30px 0;
    }
}

@media screen and (max-width:768px) {
    .s1,.s2{
        padding: 30px 0;
    }
    .tit b{
        font-size: 24px;
    }
    .tit{
        margin-bottom: 20px;
    }
    .tit a{
        font-size: 14px;
    }
    .s1-info{
        padding: 15px;
    }
    .s1-info p{
        font-size: 18px;
    }
    .s1-bot ul li p{
        font-size: 16px;
    }
    .s2-r ul li a p{
        font-size: 16px;
    }
    .s1-bot ul li span{
        margin-right: 20px;
    }

    .s2-tx{
        padding: 20px;
    }

    .s1-r ul li a p{
        font-size: 16px;
    }
    .s1-r ul li{
        padding: 15px 0;
    }

    .s2-tx h3{
        font-size: 16px;
    }

    .s2-top{
        margin-bottom: 30px;
    }
    .s2-l .pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 56%;
        height: auto;
    }

    .s3-m{
        margin: 20px 0;
    }
    .s3{
        padding-bottom: 50px;
    }
    .s3-list ul li a{
        font-size: 16px;
        line-height: 50px;
    }
}

@media screen and (max-width:480px) {
    .s2-tx{
        padding: 10px 20px;
    }
    .s2-tx h3{
        margin-bottom: 20px;
    }
}