@charset "utf-8";

div{-webkit-tap-highlight-color:rgba(0,0,0,0); }
a { outline:none; }
a:focus { -moz-outline-style: none; }
.gg-tit {
    font-size: 0;
    line-height: 35px;
    margin-top: 60px;
    margin-bottom: 35px;
}

.gg-tit img {
    vertical-align: middle;
    margin-right: 5px;
}

.gg-tit span {
    display: inline-block;
    font-size: 32px;
    color: #2e2929;
    vertical-align: middle;
}

.gg-tit span.gg-tspan1 {
    color: #1c5bb8;
}

.gg-tit i {
    font-size: 15px;
    color: #c5c7ca;
    font-style: italic;
    vertical-align: middle;
    margin-left: 10px;
}

.gg-tit a {
    float: right;
    font-size: 16px;
    color: #1c5bb8;
}


/* section1  ------------------ */

.s1-l {
    float: left;
    width: 47.7%;
}

.s1-l a {
    display: block;
    position: relative;
}

.s1-l a .pic {
    padding-top: 66.7%;
}

.s1-l a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 150px 0 20px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    background: url(../images/zzc.png) repeat-x;
    background-size: auto 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-l .slick-dots {
    bottom: 15px;
    right: 16px;
    font-size: 0;
    text-align: center;
    width: auto;
}

.s1-l .slick-dots li {
    width: 12px;
    height: 12px;
    margin-left: 15px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.s1-l .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #1c5bb8;
}

.s1-r {
    float: right;
    width: 48.84%;
}

.first-new a {
    display: block;
}

.first-new h3 {
    color: #d91a1a;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.first-new p {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}

.s1-r .tdate-list {
    margin-top: 10px;
}

.tdate-list li {
    padding-right: 100px;
    position: relative;
    border-top: 1px dashed #dddddd;
    line-height: 60px;
}

.tdate-list li:first-child {
    border: none;
}

.tdate-list li a {
    display: block;
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tdate-list li a:hover {
    color: #b01010;
}

.tdate-list li a span {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999999;
}

.section2>div {
    float: left;
    width: 32%;
}

.s2-m {
    margin: 0 2%;
}

.section3 {
    max-width: 1330px;
    margin: 0 auto;
}

.section3 .gg-tit {
    padding: 0 15px;
}

.s3-c li a {
    display: block;
    margin: 0 15px;
}

.s3-c li a .pic {
    padding-top: 64.9%;
}

.s3-c .slick-prev,
.s3-c .slick-next {
    width: 30px;
    height: 63px;
    top: 50%;
    margin-top: -31px;
    z-index: 9;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 0.3s;
}

.s3-c .slick-prev {
    left: 30px;
    background: url(../images/s3-l.png) no-repeat;
    background-size: 100% 100%;
}

.s3-c .slick-next {
    right: 30px;
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%;
}

.s3-c .slick-prev:hover {
    background: url(../images/s3-l-hover.png) no-repeat;
    background-size: 100% 100%;
}

.s3-c .slick-next:hover {
    background: url(../images/s3-r-hover.png) no-repeat;
    background-size: 100% 100%;
}

.section4 ul {
    overflow: hidden;
}

.section4 ul li {
   float: left; 
    width: 14.6666%; margin:0 1%; padding:10px 0;
}

.section4 ul li a {
    display: block;
    padding-top: 69.23%;
    position: relative;
}

.section4 ul li a>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.section4 ul li a>div>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.section4 ul li a>div>div img {
    vertical-align: middle;
    line-height: 55px; height:60px;
    margin: 0 auto;
}

.section4 ul li a>div>div p {
    color: #333333;
    font-size: 20px;
    margin-top: 15px;
}

.s4-icon-hover {
    display: none !important;
}

.section4 ul li:hover {
    background: url(../images/s4-sj.png) no-repeat;
    background-size: 100% 100%;
}

.section4 ul li:hover a>div>div img {
    display: none;
}

.section4 ul li:hover a>div>div img.s4-icon-hover {
    display: inline-block !important;
}

.section4 ul li:hover a>div>div p {
    color: #fff;
}

@media screen and (max-width:1330px) {
    .gg-tit {
        line-height: 25px;
    }
    .gg-tit img {
        height: 24px;
    }
    .gg-tit span {
        font-size: 24px;
    }
    .tdate-list li a {
        font-size: 16px;
        line-height: 50px;
    }
    .gg-tit i {
        font-size: 13px;
        margin-left: 0;
    }
}

@media screen and (max-width:1024px) {
    .s1-l {
        width: 58%;
    }
    .s1-r {
        width: 40%;
    }
    .first-new h3 {
        font-size: 22px;
    }
    .first-new p {
        margin-top: 5px;
    }
    .gg-tit i {
        display: none;
    }
    .s1-l a p {
        font-size: 14px;
    }
    .first-new h3 {
        font-size: 20px;
    }
    .tdate-list li a {
        font-size: 14px;
    }
    .tdate-list li a span {
        font-size: 14px;
    }
    .tdate-list li {
        padding-right: 80px;
    }
    .section4 ul li a>div>div p {
        font-size: 14px;
    }
    .section4 ul li a>div>div img {
        max-width: 25%; height:33px;
    }
}

@media screen and (max-width:768px) {
    .s1-l,
    .s1-r {
        width: auto;
        float: none;
    }
    .s1-r {
        margin-top: 20px;
    }
    .s1-l .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .s1-l .slick-dots li.slick-active {
        width: 8px;
        height: 8px;
    }
    .gg-tit {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .section2>div {
        float: none;
        width: auto;
    }
    .s3-c .slick-prev,
    .s3-c .slick-next {
        width: 20px;
        height: 41px;
        margin-top: -20px;
    }
    .section4 ul li a>div>div p {
        margin-top: 10px;
    }
    .tdate-list li a span {
        font-size: 12px;
    }

  .section4 ul li{
    width: 25%; margin:0; padding:0;}
    .section4 ul li a>div>div img {height:30px;
    }
}

@media screen and (max-width:480px) {
    .section4 ul li{
    width: 33.33333%;}

    .section4 ul li a>div>div p {
        margin-top: 5px;
    }
}