@charset "utf-8";
.gg-tit {
    border-bottom: 1px solid #ddd;
}

.gg-tit h2 {
    font-weight: normal;
    font-size: 0;
    line-height: 45px;
    overflow: hidden;
}

.gg-tit h2 span {
    float: left;
    padding: 0 40px 0 25px;
    background: url(../images/tit-bj.png) no-repeat;
    background-size: 100% 100%;
    font-size: 16px;
    color: #ffffff;
}

.gg-tit h2 a {
    float: right;
    font-size: 12px;
    color: #666666;
}

.section1 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.section2 {
    margin-bottom: 40px;
}
.s1-l {
    float: left;
    width: 64.4%;
}

.s1-ll {
    float: left;
    width: 80%;
}

.s1-ll>div {
    border: 3px solid #dddddd;
}

.s1-ll a {
    display: block;
    position: relative;
}

.s1-ll .pic {
    padding-top: 68.84%;
}

.s1-ll p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-lr {
    float: right;
    width: 18.5%;
}

.s1-lr .slick-list {
    overflow: visible;
}

.s1-lr ul>div {
    padding: 0 !important;
}

.s1-lr ul li {
    border: 3px solid #ddd !important;
    margin-bottom: 10px;
    transition: all 0.3s;
    cursor: pointer;
}

.s1-lr ul li.slick-current {
    border-color: #004980 !important;
    position: relative;
}

.s1-lr ul li.slick-current::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: 50%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right-color: #004980;
}


/* .s1-lr ul li:first-child {
    margin-top: 0;
} */

.s1-lr ul li .pic {
    padding-top: 68.84%;
}

.s1-r {
    float: right;
    width: 33.33%;
}

.i-list li {
    padding-left: 25px;
    background: url(../images/dot2.png) no-repeat;
    background-position: 9px center;
    position: relative;
    border-bottom: 1px dashed #ddd;
}

.i-list li a {
    display: block;
    color: #666666;
    font-size: 15px;
    line-height: 15px;
    padding: 3.2% 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-list li a:hover {
    color: #004980;
}

.s2-m ul {
    margin-top: 25px;
}

.s2-m li a {
    display: block;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: 12px;
    margin-right: 12px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.s2-m li a .pic {
    padding-top: 141.36%;
}

.s2-m li a p {
    text-align: center;
    line-height: 45px;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s2-m li a:hover p {
    color: #004980;
}

.s2-m .slick-list {
    padding-bottom: 10px;
}

.s2-m ul .slick-prev,
.s2-m ul .slick-next {
    width: 32px;
    height: 32px;
}

.s2-m ul .slick-prev {
    left: -50px;
    background: url(../images/s2-l.png) no-repeat;
    background-size: 100% 100%;
}

.s2-m ul .slick-next {
    right: -50px;
    background: url(../images/s2-r.png) no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width:1440px) {
    .s2-m li a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .s2-m ul .slick-prev {
        left: 15px;
    }
    .s2-m ul .slick-next {
        right: 10px;
    }
}

@media screen and (max-width:1320px) {
    .i-list li a {
        font-size: 14px;
        line-height: 14px;
        padding: 3% 0;
    }
}

@media screen and (max-width:1024px) {
    .s1-l,
    .s1-r {
        float: none;
        width: auto;
    }
    .i-list li a {
        padding: 15px 0;
    }
}

@media screen and (max-width:768px) {
    .s1-lr ul li {
        margin-bottom: 8px;
    }
    .s2-m li a {
        box-shadow: 3px 3px 3px rgb(0, 0, 0, .2);
        margin-left: 6px;
        margin-right: 6px;
    }
    .section1 {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:480px) {
    .s1-lr ul li {
        margin-bottom: 4px;
    }
}

@media screen and (max-width:375px) {
    .s1-lr ul li {
        margin-bottom: 2px;
    }
}