@charset "utf-8";
.index {
    overflow: hidden;
}

.gg-tit {
    font-size: 32px;
    color: #333333;
    line-height: 34px;
    padding-top: 50px;
    overflow: hidden;
}

.gg-tit a {
    float: right;
    font-size: 16px;
    color: #666666;
}

.gg-tit a:hover span {
    color: #004ea2;
}

.gg-tit a span {
    vertical-align: middle;
}

.gg-tit a img {
    vertical-align: middle;
    margin-left: 10px;
}

.s1-c {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 25px;
}

.first-list a {
    display: block;
    background: #f9f9f9;
    margin: 0 20px;
    margin-bottom: 60px;
}

.first-list a:hover .flist-info {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.flist-pic .pic {
    padding-top: 66.3%;
}

.flist-info {
    overflow: hidden;
    padding: 15px;
    transition: all 0.3s;
}

.flist-info p {
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    color: #333333;
    overflow: hidden;
}

.flist-info span {
    display: block;
    padding-left: 25px;
    line-height: 20px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
    font-size: 14px;
    color: #666666;
    margin-top:0;
}

.i-list li {
    position: relative;
    font-size: 18px;
    line-height: 45px;
    padding: 0 100px 0 0;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222222;
}

.i-list li a:hover {
    color: #004ea2;
    font-weight: 600;
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #888888;
    font-size: 14px;
}

.s1-c .slick-prev,
.s1-c .slick-next {
    width: 50px;
    height: 50px;
    z-index: 9;
}

.s1-c .slick-prev {
      background: #e0e0e0 url(../images/s1-l.png) no-repeat;
    background-size: auto;
    left: -50px;
    background-position: center center;
    border-radius: 50%;
}
.s1-c .slick-prev:hover{
  background: #d9b96b url(../images/s1-l.png) no-repeat;
    background-size: auto;
     background-position: center center;
}
.s1-c .slick-next:hover{

    background: #d9b96b url(../images/s1-r.png) no-repeat;
    background-size: auto;
     background-position: center center;
}
.s1-c .slick-next {
    background:#e0e0e0  url(../images/s1-r.png) no-repeat;
    background-size: auto;
    right: -50px;
  background-position: center center;
    border-radius: 50%;
}

.section2 {
    background: #2b4543;
    padding-bottom: 95px;
}

.section2 .gg-tit {
    color: #fff;
}

.section2 .gg-tit a {
    color: #fff;
}
.section2 .gg-tit a:hover span{
    color:#c0c0c0;
}

.s2-l {
    float: left;
    width: 48%;
}

.dt-list li {
    position: relative;
    transition: all 0.3s;
    margin-top: 25px;
}

.dt-list li a:hover {
    background: #fff;
}

.dt-list li a:hover .dt-text h3 {
    color: #2b4537;
}

.dt-list li a {
    display: block;
    overflow: hidden;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    position: relative;
    padding: 20px;
    background: #556a69;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.5s;
}

.dt-list li .date {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #d0a746;
    margin-right: 20px;
    color: #fff;
    transition: all 0.5s;
}

.dt-list li .date p {
    font-size: 12px;
    line-height: 16px;
}

.dt-list li .date span {
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    border-top: none;
    padding-top: 7px;
}

.dt-list li a>.dt-text h3 {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    color: #fff;
    overflow: hidden;
    padding-top: 3px;
}

.s2-r {
    float: right;
    width: 48%;
}

.dt-list2 li {
    position: relative;
    transition: all 0.3s;
    padding: 30px 20px 30px 20px;
    background: #556a69;
    transition: background-color 0.5s;
    margin-top: 25px;
    border-bottom-right-radius: 20px;
}

.dt-list2 li:hover {
    background: #fff url(../images/s2-r-bj.png) no-repeat;
    background-position: right bottom;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #2b4537;
}

.dt-list2 li:hover a .dt-text p {
    color: #2b4537;
    color: rgba(43, 69, 55, .8);
}

.dt-list2 li:hover a .date {
    border-color: #d0a746;
}

.dt-list2 li:hover a .date span {
    color: #d0a746;
}

.dt-list2 li:hover a .date p {
    color: #d0a746;
}

.dt-list2 li a {
    display: block;
    overflow: hidden;
    line-height: 24px;
    color: #333333;
    font-size: 15px;
    position: relative;
}

.dt-list2 li .date {
    float: left;
    width: 77px;
    height: 77px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}

.dt-list2 li .date p {
    font-size: 14px;
    line-height: 20px;
}

.dt-list2 li .date span {
    display: block;
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
}

.dt-list2 li a>.dt-text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.dt-list2 li a>.dt-text p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 25px;
}

.s3-l {
    float: left;
    width: 49%;
}

.s3-lb {
    margin-top: 20px;
}

.s3-lb>div {
    float: left;
    width: 49%;
}

.s3-lb>div:first-child {
    margin-right: 2%;
}

.s3-l a {
    display: block;
    position: relative;
}

.s3-l a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s3-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 8;
}

.s3-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 60px;
    color: #fff;
    padding-left: 40px;
    z-index: 9;
}

.s3-lt .pic {
    padding-top: 41.15%;
}

.s3-lb .pic {
    padding-top: 85.16%;
}

.s3-r {
    float: right;
    width: 49%;
}

.s3-r a {
    position: relative;
    display: block;
}

.s3-r a .pic {
    padding-top: 85.7%;
}

.s3-r a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:  url(../images/icon-play.png) no-repeat;
    background-position: center center;
    z-index: 8;
}

.s3-r a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 60px;
    color: #fff;
    padding-left: 40px;
    z-index: 9;
}

.s3-m {
    margin-top: 35px;
}

.section3 .gg-tit,
.section4 .gg-tit {
    text-align: center;
}

.s4-m {
    margin: 0 -13px;
    margin-top: 35px;
}

.s4-m li a {
    display: block;
    margin: 0 13px;
    overflow: hidden;
}

.s4-m .slick-slide img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.s4-m .slick-slide img:hover {
    transform: scale(1.1);
}

.s4-m .slick-dots {
    position: static;
    margin-top: 40px;
    margin-bottom: 80px;
}

.s4-m .slick-dots li {
    width: 8px;
    height: 8px;
    border: 1px solid #1c3e8a;
    border-radius: 50%;
}

.s4-m .slick-dots li.slick-active {
    background: #1c3e8a;
}

@media screen and (max-width:1400px) {
    .gg-tit {
        font-size: 28px;
        line-height: 30px;
    }
    .first-list a {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 30px;
    }
    .s1-c {
        margin-left: 30px;
        margin-right: 30px;
    }
    .s1-c .slick-prev,
    .s1-c .slick-next {
        width: 30px;
        height: 30px;
    }
    .s1-c .slick-prev {
        left: -30px;
    }
    .s1-c .slick-next {
        right: -30px;
    }
}

@media screen and (max-width:1220px) {}

@media screen and (max-width:1024px) {
    .gg-tit {
        padding-top: 30px;
        font-size: 24px;
        line-height: 26px;
    }
    .gg-tit a {
        font-size: 14px;
    }
    .flist-info p,
    .dt-list li a>.dt-text h3,
    .gg-tit a,
    .dt-list2 li a>.dt-text p {
        font-size: 14px;
    }
    .dt-list2 li a>.dt-text h3 {
        font-size: 16px;
    }
    .flist-info span {
        margin-top: 0;
    }
    .flist-info span {
        font-size: 12px;
    }
    .section2 {
        padding-bottom: 35px;
    }
    .dt-list2 li .date span {
        font-size: 30px;
    }
    .s3-lb {
        margin-top: 15px;
    }
    .s3-r a::after {
        background-size: 50px;
    }
    .s4-m .slick-dots {
        margin-bottom: 30px;
        margin-top: 20px;
    }
}

@media screen and (max-width:768px) {
    .gg-tit {
        font-size: 20px;
        line-height: 20px;
    }
    .s1-c .slick-prev,
    .s1-c .slick-next {
        width: 25px;
        height: 25px;
    }
    .s1-c {
        margin-left: 25px;
        margin-right: 25px;
    }
    .s2-l,
    .s2-r,
    .s3-l,
    .s3-r {
        float: none;
        width: auto;
    }
    .dt-list li a {
        padding: 15px 10px;
    }
    .dt-list li .date {
        margin-right: 10px;
    }
    .dt-list2 li {
        padding: 15px 10px;
    }
    .dt-list2 li a>.dt-text {
        padding-left: 10px;
    }
    .dt-list2 li .date {
        width: 65px;
    }
    .s3-r {
        margin-top: 15px;
    }
    .s3-l a::after {
        content: none;
    }
    .s3-l a p {
        line-height: 30px;
        padding-left: 15px;
        background: rgba(0, 0, 0, .6);
        font-size: 14px;
    }
    .s4-m li a {
        margin: 0 5px;
    }
    .s3-m {
        margin-top: 25px;
    }
    .s4-m {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 25px;
    }
}

@media screen and (max-width:480px) {
    .first-list a {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:375px) {}