﻿@charset "utf-8";
.index {
    overflow: hidden;
    background: url(../images/index-bj.jpg) no-repeat;
    background-size: cover;
}

.gg-tit {
    font-size: 0;
    padding-top: 45px;
    margin-bottom: 30px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}

.gg-tit h2 {
    float: left;
    font-size: 0;
    margin-right: 40px;
    cursor: pointer;
    font-weight: normal;
    overflow: hidden;
}

.gg-tit h2 img {
    vertical-align: middle;
    margin-right: 20px;
}

.gg-tit h2 span {
    display: inline-block;
    font-size: 26px;
    color: #999999;
    vertical-align: middle;
}

.gg-tit h2.on span {
    font-size: 26px;
    color: #054176;
    font-weight: 600;
}

.gg-tit-more {
    float: right;
    font-size: 14px;
    color: #808080;
}

.gg-tit-more a {
    display: none;
    color: #808080;
}

.gg-tit-more a img {
    margin-left: 10px;
}

.gg-tit-more a:first-child {
    display: block;
}

.gg-tit-more a:hover {
    color: #004ea2;
}

.switch-m>div {
    display: none;
}

.switch-m>div:first-child {
    display: block;
}

.s1-l {
    float: left;
    width: 860px;
}

.s1-ll {
    float: left;
    width: 400px;
}

.s1-ll ul li {
    padding: 0 10px 0 10px;
    transition: all 0.5s;
}

.s1-ll ul li:first-child {
    margin-top: 0px;
}

.s1-ll ul li:first-child a {
    border-top: none;
}

.s1-ll ul li a {
    display: block;
    padding: 8px 0;
    border-top: 1px solid #ddd;
    transition: all 0.5s;
}

.s1-ll ul li a h3 {
    font-size: 16px;
    line-height: 30px;
    height: 56px;
    overflow: hidden;
    color: #222;
    width: 380px;
}

.s1-ll ul li a p {
    display: block;
    padding-left: 20px;
    background: url(../images/icon-time2.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    color: #888888;
    margin-top: -26px;
}

.s1-ll ul li:hover {
    background: #054176;
    border-left: 4px solid #f37f10;
    padding-left: 20px;
    padding-right: 20px;
}

.s1-ll ul li:hover a h3 {
    color: #fff;
    font-weight: 600;
}

.s1-ll ul li:hover a {
    border-color: #054176;
}

.s1-ll ul li:hover a p {
    color: #fff;
    background: url(../images/icon-time2-w.png) no-repeat;
    background-position: left center;
}

.s1-lr {
    float: right;
    width: 430px;
    background: #fff;
    position: relative;
}

.s1-lr .slick-slider {
    position: static;
}

.s1-lrt li a {
    position: relative;
    display: block;
}

.s1-lrt .slick-dots {
    text-align: center;
    font-size: 0;
    bottom: 48px;
    right: 55px;
    width: 100px;
}

.s1-lrt .slick-dots li {
    width: 8px;
    height: 8px;
    overflow: hidden;
    border-radius: 50%;
    background: #c0c0c0;
    margin: 0 5px;
    font-size: 0;
}

.s1-lrt .slick-dots li button {
    display: none;
}

.s1-lrt .slick-dots li.slick-active {
    background: #054176;
}

.s1-lrt .slick-prev,
.s1-lrt .slick-next {
    width: 25px;
    height: 25px;
    right: 30px;
    left: auto;
    top: auto;
    bottom: 40px;
    transform: translateY(0);
}

.s1-lrt .slick-prev {
    background: url(../images/lunb-l.png) no-repeat;
    background-position: center center;
    right: 150px;
}

.s1-lrt .slick-next {
    background: url(../images/lunbo-r.png) no-repeat;
    background-position: center center;
}

.s1-lrt ul li a {
    display: block;
}

.s1-lrt ul li a .pic {
    padding-top: 62.7%;
}

.s1-lrb a {
    display: block;
    padding: 20px 30px 0 30px;
}

.s1-lrb a:hover h3 {
    color: #054176;
}

.s1-lrb h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-lrb .i-ptit {
    color: #878787;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 15px;
}

.s1-lrb .slick-slider {
    padding-bottom: 90px;
}

.s1-lrb .slick-dots {
    left: 30px;
    bottom: 40px;
    text-align: center;
    width: auto;
}

.s1-lrb .slick-dots li {
    display: none;
    color: #333333;
    font-size: 14px;
    width: auto;
    height: auto;
}

.s1-lrb .slick-dots li.slick-active {
    display: block;
}

.s1-lrb .slick-dots li span {
    font-size: 24px;
    color: #054176;
}

.s1-r {
    float: right;
    width: 510px;
}

.dt-list li {
    position: relative;
    transition: all 0.3s;
    padding: 5px 0;
    border-top: 1px solid #e6e6e6;
}

.dt-list li:first-child {
    border: none;
    padding-top: 0px;
}

.dt-list li:hover a .dt-text h3 {
    color: #004ea2;
    font-weight: 600;
}

.dt-list li:hover .date {
    background: #054176;
    color: #fff;
    border-color: #f37f10;
}

.dt-list li a {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    color: #333333;
    font-size: 15px;
    position: relative;
}

.dt-list li .date {
    float: left;
    width: 70px;
    height: 51px;
    border-bottom: 3px solid #ebf6ff;
    text-align: center;
    background: #ebf6ff;
    margin-right: 20px;
    color: #054176;
    transition: all 0.5s;
    margin-top: 2px;
}

.dt-list li .date p {
    font-size: 14px;
    line-height: 22px;
}

.dt-list li .date span {
    display: block;
    font-size: 20px;
    line-height: 28px;
    border-top: none;
    padding-top: 0px;
}

.dt-list li a>.dt-text h3 {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    color: #333333;
    overflow: hidden;
    padding-top: 3px;
    margin-top: -3px;
}

.s2-m {
    padding-bottom: 30px;
}
.s2-m li{
float:left;
width:330px;
margin-left:15px;
}
.s2-m li a {
    display: block;
    overflow: hidden;
}

.s2-m  img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.s2-m  img:hover {
    transform: scale(1.1);
}
.section2{padding-bottom:30px}
.list-hd{position: absolute;right: 25px;top: 50px;
}
.list-hd span{
display: inline-block;
width: 26px;
 height: 26px;
margin-left:10px;
}
.list-hd span:nth-child(1){margin-left:0}
.list-hd span.prev{background: url(../images/lunb-l2.png) no-repeat;
    background-position: center;}
.list-hd span.next{background: url(../images/lunb-r2.png) no-repeat;
    background-position: center center;}