@charset "utf-8";
.banner{
    position: relative;
}
.banner a{
    display: block;
    overflow: hidden;
    position: relative;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/banner2.png") no-repeat bottom center;
    opacity: 0;
    visibility: hidden;
}
.banner .slick-center a:after{
    opacity: 1;
    visibility: visible;
}
.banner img{
    display: block;
    width: 100%;
}
.banner:before{
    position: absolute;
    content:'';
    left: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9;
}
.banner:after{
    position: absolute;
    content:'';
    right: 0;
    top: 0;
    bottom: 0;
    width: 260px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9;
}
.banner .slick-dots{
    font-size: 0;
    bottom: 27px;
}
.banner .slick-dots button{
    display: none;
}
.banner .slick-dots li{
    width: 12px;
    height: 12px;
    margin-left: 14px;
    transition: all .3s;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}

.banner .slick-dots li.slick-active{
    background: #fff;
}
.banner div.slick-slide{
    margin: 0 1.5px;
}

.gg-tit {
    position: relative;
    padding-bottom: 9px;
    background: url("../images/gg-tit.png") no-repeat left bottom;
}
.gg-tit h4{
    font-size: 30px;
    color: #0079ea;
    line-height: 48px;
    font-family: 'SourceBold';
}
.gg-tit h4 span{
    color: #ff9801;
    margin-right: 10px;
}
.gg-tit a{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    transform: translateY(-50%);
    transition: all .3s;
}
.gg-tit a:hover{
    color: #0072c8;
}

.s1-l{
    float: left;
    width: 745px;
}

.s1-list li{
    padding-top: 16px;
    padding-bottom: 23px;
    border-top: 1px dashed #a0a0a0 ;
}
.s1-list li:first-child{
    border: none;
}
.s1-list li a{
    display: block;
    overflow: hidden;
}
.s1-list li a p{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 64px;
    font-family: 'SourceLight';
}
.s1-list li a div{
    overflow: hidden;
    line-height: 17px;
    margin-top: 5px;
}
.s1-list li a span{
    font-size: 14px;
    color: #666666;
    line-height: 17px;
    display: inline-block;
    padding-left: 30px;
    background: url("../images/view.png") no-repeat left center;
    font-family: 'SourceLight';
}
.s1-list li a span.time{
    float: right;
    background-image: url("../images/rl.png");
}
.s1-list li:hover a p{
    color: #007ede;
    font-weight: 600;
}
.s1-list{
    margin-top: 36px;
}

.s1-r{
    float: right;
    width: 513px;
    padding: 40px 34px 20px;
    background: url("../images/s1-r.png") no-repeat 50%;
}
.s1-r .gg-tit2{
    position: relative;
}
.s1-r .gg-tit2 h4{
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-family: 'SourceBold';
}
.s1-r .gg-tit2 a{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    opacity: .3;
    transition: all .3s;
    transform: translateY(-50%);
}
.s1-r .gg-tit2:after{
    position: absolute;
    content: '';
    left: 227px;
    bottom: 5px;
    width: 151px;
    height: 5px;
    background: url("../images/gg-tit2.png") no-repeat 50%;
}
.s1-list2 li{
    padding-top: 12px;
    padding-bottom: 14px;
    border-top: 1px dashed #fff;
}
.s1-list2 li:first-child{
    border: none;
}
.s1-list2 li a{
    display: block;
    overflow: hidden;
}
.s1-list2 li a p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    margin-bottom: 14px;
    font-family: 'SourceLight';
}
.s1-list2 li a span{
    font-size: 14px;
    color: #fff;
    line-height: 1;
    display: block;
    padding-left: 25px;
    background: url("../images/rl2.png") no-repeat left center;
    font-family: 'SourceLight';
}
.s1-list2{
    margin-top: 10px;
}
.s1-list2 li:hover a p{
    font-weight: 600;
    color: #ff9801;
}

.s1{
    overflow: hidden;
}
.s2 .gg-tit{
    background-image: url("../images/gg-tit3.png");
}
.s2-list1 a{
    display: block;
    float: left;
    width: 258px;
    margin-left: 2px;
    padding: 26px 18px 32px;
    position: relative;
    background: url("../images/s2-li.png") no-repeat 50%;
    transition: all .3s;
}
.s2-list1 a:first-child{
    margin-left: 0;
}
.s2-list1 a p{
    font-size: 22px;
    color: #333333;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
}
.s2-list1 a span{
    display: block;
    width: 37px;
    height: 37px;
    background: url("../images/s2-icon.png") no-repeat 50%;
    margin-top: 59px;
}
.s2-list1 a i{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 93px;
    height: 78px;
    background: url("../images/s2-icon12.png") no-repeat 50%;
}
.s2-list1 a:hover{
    background: #0079ea;
}
.s2-list1 a:hover p{
    color: #fff;
}
.s2-list1 a:hover span{
    background-image: url("../images/s2-icon2.png");
}
.s2-list1 a.a2 i{
    background-image: url("../images/s2-icon4.png");
}
.s2-list1 a.a3 i{
    background-image: url("../images/s2-icon5.png");
}
.s2-list1 a.a4 i{
    background-image: url("../images/s2-icon6.png");
}
.s2-list1 a.a5 i{
    background-image: url("../images/s2-icon7.png");
}
.s2-list1 a.a1:hover i{
    background-image: url("../images/s2-icon3.png");
}
.s2-list1 a.a2:hover i{
    background-image: url("../images/s2-icon13.png");
}
.s2-list1 a.a3:hover i{
    background-image: url("../images/s2-icon14.png");
}
.s2-list1 a.a4:hover i{
    background-image: url("../images/s2-icon15.png");
}
.s2-list1 a.a5:hover i{
    background-image: url("../images/s2-icon16.png");
}
.s2-list1{
    overflow: hidden;
    margin-top: 40px;
}
.s2-list2 a{
    width: 323px;
    padding-bottom: 25px;
    background-image: url("../images/s2-li2.png");
}
.s2-list2 a span{
    margin-top: 18px;
}
.s2-list2 a p{
    -webkit-line-clamp: 3;
    height: 120px;
    line-height: 40px;
}
.s2-list2 a.a1 i{
    background-image: url("../images/s2-icon8.png");
}
.s2-list2 a.a2 i{
    background-image: url("../images/s2-icon9.png");
}
.s2-list2 a.a3 i{
    background-image: url("../images/s2-icon10.png");
}
.s2-list2 a.a4 i {
    background-image: url("../images/s2-icon11.png");
}
.s2-list2 a.a1:hover i{
    background-image: url("../images/s2-icon18.png");
}
.s2-list2 a.a2:hover i{
    background-image: url("../images/s2-icon19.png");
}
.s2-list2 a.a3:hover i{
    background-image: url("../images/s2-icon20.png");
}
.s2-list2 a.a4:hover i {
    background-image: url("../images/s2-icon21.png");
}
.s2-list2{
    margin-top: 2px;
}
.s2{
    margin-top: 37px;
}

.index{
    padding-top: 39px;
    padding-bottom: 38px;
}