@charset "UTF-8";

.index {
    overflow: hidden;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    z-index: 8;
}


.gg-tit2 {
    color: #333333;
    padding-bottom: 50px;

}

.gg-tit2 h3 {
    overflow: hidden;
    position: relative;

    font-size: 0;
    font-weight: normal;
}

.gg-tit2 span {
    font-size: 30px;
    color: #000000;
    line-height: 40px;
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 50px;
}

.gg-tit2 span img {
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gg-tit2 a {
    position: absolute;
    right: 0;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}

.gg-tit2 a img {
    vertical-align: middle;
    margin-top: -2px;
}

.gg-tit2 a:hover {
    color: #015290;
}


.section-icon {
    background: #f5f5f5;
    padding: 13px 0;
}

.section-icon ul {
    overflow: hidden;
}

.section-icon ul li {
    float: left;
    width: 16.666%;
    border-left: 1px solid #dcdcdc;
}

.section-icon ul li:nth-child(1) {
    border-left: none;
}

.section-icon ul li a {
    display: block;
    text-align: center;
    padding: 10px 0 15px 0;
}

.section-icon ul li a div {
    height: 50px;
    line-height: 50px;
    font-size: 0;
}

.section-icon ul li a div img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}

.section-icon ul li a p {
    font-size: 16px;
    line-height: 36px;
    color: #000000;
}

.section-icon ul li a:hover p {
    color: #2b6fba;
}







.section1 {
    margin-top: 70px;
}

.s1-l {
    float: left;
    width: 910px;
    margin-right: 5%;

}

.s1-r {
    overflow: hidden;
}


.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    line-height: 80px;
    transition: all 0.3s;
    padding: 17px 0;
    border-top: 3px solid #e9e9e9;
}

.text-list2 li:last-child a {padding:0px;}


.text-list2 li:first-child a {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.text-list2 li a:hover {}

.date2 {
    width: 75px;
    text-align: center;
    transition: all 0.3s;
    color: #666666;
    padding: 0 13px;
    border-radius: 5px;
}

.date2 p {
    line-height: 40px;
    font-size: 30px;
    transition: all 0.3s;
    color: #cc3300;
}

.date2 span {
    display: block;
    color: #1935aa;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

.text-list2 li a .date2 {
    float: left;
    margin-right: 20px;
}

.text-list2 li a>p {
    font-size: 16px;
    overflow: hidden;
    line-height: 35px;
    vertical-align: middle;
    height: 70px;
    overflow: hidden;
    color: #333333;
}

.text-list2 li a:hover>p {
    color: #1873cc;
}


.i-list {
    overflow: hidden;
}

.i-list li {
    font-size: 16px;
    float: left;
    width: 48%;
    line-height: 46px;
}

.i-list li:nth-child(2n) {
    margin-left: 4%;
}

.i-list li a::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/list-tit.png) no-repeat;
    background-position: left center;
}

.i-list li a {
    padding: 0 60px 0 23px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    position: relative;
}

.i-list li a:hover {
    color: #2b6fba;
}

.i-list li span {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}

.s1-ll {
    float: left;
    width: 60%;
    margin-right: 1.8%;
}

.s1-lr {
    overflow: hidden;
}

.s1-ll ul {
    border: 1px solid #d7d7d7;

}

.s1-ll ul li a {
    display: block;
}

.s1-ll ul li a .pic {
   
}

.s1-lb {
    margin-top: 30px;
}

.s1-lldata {
    position: absolute;
    left: 0;
    width: 138px;
    height: 78px;
    line-height: 78px;
    bottom: 0px;
    background: url(../images/s1-lldata-bj.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 0;
}

.s1-lldata div {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    position: relative;
}

.s1-lldata div::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 0;
    width: 1px;
    height: 40px;
    background: #fff;
    transform: rotate(20deg);
}

.s1-lldata div b {
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #e2e83b;
    display: block;
}

.s1-lldata div span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}

.s1-lldata i {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    color: #ffffff;
}



.s1-ll ul li a .s1-lltext {
    background: #fff;
    border-top: none;
    padding: 28px 20px;
}

.s1-ll ul li a .s1-lltext p {
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    color: #000000;
}

.s1-ll ul li a:hover .s1-lltext p {
    color: #2b6fba;
}

.imgs-group li {
    padding-bottom: 4px;
    background: url(../images/s1-lrborder.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 4px;
    margin-top: 5%;
}

.imgs-group li:nth-child(1) {
    margin-top: 0;
}

.imgs-group li a {
    display: block;
    position: relative;
}

.imgs-group li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 8;
}

.imgs-group li a .pic {
    padding-top: 63%;
}

.imgs-group li a p {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 9;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    z-index: 9;
}

.imgs-group li a:hover .pic img {
    transform: scale(1.1);
}

.s1-rb {
    margin-top: 30px;
}

.s1-rbpics ul li a {
    display: block;
}

.s1-rbpics ul li a .pic {
    padding-top: 48%;
}

.s1-rb .gg-tit2 {
    padding-bottom: 25px;
}

.s1-rb .slick-prev, .s1-rb .slick-next {
    width: 30px;
    height: 30px;
}


.s1-rb .slick-prev {
    background: url(../images/s1-rbl.png) no-repeat;
    background-size: 100% 100%;
}

.s1-rb .slick-next {
    background: url(../images/s1-rbr.png) no-repeat;
    background-size: 100% 100%;
}

.s1-rb .slick-dots {
    bottom: 15px;
    font-size: 0;
}

.s1-rb .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    opacity: 0.58;
    border-radius: 50%;
}

.s1-rb .slick-dots li.slick-active {
    background-color: #dbe139;
    opacity: 1;
}

.s1-rbdes {
    margin-top: 15px;
}

.s1-rbdes h3 {
    font-size: 0;
    text-align: center;
}

.s1-rbdes h3 span {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0px;
    color: #cc3300;
    position: relative;
    font-weight: 600;
}

.s1-rbdes h3 span::before {
    content: "";
    position: absolute;
    left: 100%;
    margin-left: 10px;
    width: 50px;
    height: 1px;
    background: #dcdcdc;
    top: 50%;
    transform: translateY(-50%);
}

.s1-rbdes h3 span::after {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 10px;
    width: 50px;
    height: 1px;
    background: #dcdcdc;
    top: 50%;
    transform: translateY(-50%);
}

.s1-rbdes p {
    font-size: 16px;
    line-height: 34px;
    height: 102px;
    overflow: hidden;
    color: #333333;
    margin-top: 10px;
}











.section2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 90px;
    margin-top: 70px;
}

.section2 .gg-tit2 span {
    color: #fff;
}

.section2 .gg-tit2 a {
    color: #fff;
}
/*
.s2-l {
    float: left;
    width: 49%;
}

.s2-r {
    float: right;
    width: 49%;
}

.s2-first a {
    display: block;
    overflow: hidden;
}

.s2-first a .s2-pic {
    float: left;
    width: 230px;
    margin-right: 25px;
}

.s2-first a .s2-pic .pic {
    padding-top: 60%;
}

.s2-first a .s2-info {
    overflow: hidden;
}

.s2-first a .s2-info h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #333333;
}

.s2-first a .s2-info p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #999999;
    margin-top: 10px;
}

.s2-first a:hover .s2-info h3 {
    color: #2b6fba;
}

.s2-block {
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.02);
    padding: 30px;
}

*/

.i-list2 {
    overflow: hidden;
    margin-top: 20px;
}

.i-list2 li {
    font-size: 16px;
    line-height: 53px;
    border-top: 1px solid #dcdcdc;
}

.i-list2 li:nth-child(1) {
    border-top: none;
}

.i-list2 li a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333333;
    left: 2px;
    top: 50%;
    margin-top: -2px;
}

.i-list2 li a {
    padding: 0 85px 0 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
    position: relative;
}

.i-list2 li a:hover {
    color: #2b6fba;
}

.i-list2 li span {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}



.section3 {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 90px;
}

.s3-c ul {
    margin: 0 -20px;
}

.s3-c ul li a {
    display: block;
    position: relative;
    padding-top: 95px;
    margin: 0 20px;
}

.s3-c ul li a .s3-pic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 90%;
    max-width: 160px;
    border: 5px solid #fff;
    border-radius: 50%;
}

.s3-c ul li a .s3-pic .pic {
    background-size: cover;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-position: top;
}

.s3-c ul li a .s3-info {
    padding: 80px 20px 15px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.s3-c ul li a .s3-info h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
}

.s3-c ul li a .s3-info h4 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.s3-c ul li a .s3-info p {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    letter-spacing: 1px;
    color: #757575;
    text-align: left;
}

.s3-c ul li a .s3-info div {
    border-top: 1px solid #dcdcdc;
    padding-top: 13px;
    margin-top: 15px;
}

.s3-c ul li a .s3-info div b {
    display: block;
    width: 95%;
    margin: 0 auto;
    background-image: linear-gradient(-90deg,
            #a9c822 0%,
            #2162b7 100%);
    border-radius: 12px;
    line-height: 24px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
}

.s3-c .slick-prev, .s3-c .slick-next {
    width: 27px;
    height: 52px;
}

.s3-c .slick-prev {
    left: -50px;
    background: url(../images/s3-l.png) no-repeat;
    background-size: 100% 100%;
}

.s3-c .slick-next {
    right: -50px;
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%;
}

.s3-c ul li a:hover .s3-info {
    background: #f6f9ec;
}

.section4 {
    margin: 85px 0;
}

.s4-c ul {
    overflow: hidden;
}

.s4-c ul li {
    float: left;
    width: 33.33%;
}

.s4-c ul li a {
    display: block;
    position: relative;
}

.s4-c ul li a .pic {
    padding-top: 55%;
}

.s4-c ul li a .s4-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)  ;
    text-align: center;
}

.s4-c ul li a .s4-info h3 {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 2px;
    color: #ffffff;
}

.s4-c ul li a .s4-info p {
    width: 94px;
    height: 28px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .74);
    text-align: center;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.s4-c ul li:nth-child(2n) a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 98, 183, .72);
}

.s4-c ul li:nth-child(2n+1) a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  
}

.s4-c ul li a:hover .pic img {
    transform: scale(1.05);
}

.s4-c ul li a:hover .s4-info p {
    background: #fff;
    color: #2b6fba;
    border-color: #fff;
}
.section5 {
    padding-top: 60px;
    background: url(../images/s5-bj.jpg) no-repeat;
    background-position: center top;
    margin-bottom: 60px;
}

.section5 .gg-tit2 {
    text-align: center;
}

.section5 .gg-tit2 span {
    float: none;
    display: inline-block;
    padding-left: 0;
}


.s5-media {}

.s5-media ul {
    font-size: 0;
    text-align: center;
}

.s5-media ul li {
    display: inline-block;
    margin: 0 20px;
}

.s5-media ul li a {
    display: block;
    position: relative;
}

.s5-media ul li a>img {
    display: block;
}

.s5-media ul li a div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0);
    bottom: 100%;
    margin-bottom: 10px;
    background: #fff;
    padding: 5px;
    width: 160px;
}

.s5-media ul li a:hover div {
    transform: translateX(-50%) scale(1);
    transition: all 0.3s;
}

.s5-media ul li a div::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-width: 8px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
}

.s5-media ul li a div img {
    display: block;
    width: 100%;
}

.s5-c {
    margin-top: 50px;
    overflow: hidden;
}

.s5-c>div {
    float: left;
    margin-bottom: 1%;
}

.s5-block1 {
    width: 26%;
    margin-right: 1.2%;
}

.s5-block1:nth-child(2) {
    margin-left: 1.2%;
}

.s5-block1:nth-child(3) {
    margin-right: 0;
}

.s5-block2 {
    width: 45.6%;
}

.s5-block1 .imgs-group li a .pic {
    padding-top: 76.5%;
}

.s5-block2 .imgs-group li a .pic {
    padding-top: 43.5%;
}

.s5-c>div .imgs-group li {
    padding-bottom: 0;
}

.s5-c>div .imgs-group li a p {
    padding-left: 30px;
    background-image: url(../images/icon-weixin.png);
    background-position: left center;
    background-size: 24px;
    background-position: left;
background-repeat:no-repeat;
}

.s5-c>div:nth-child(2) .imgs-group li a p{
   background-image: url(../images/icon-weibo.png);
}
.s5-c>div:last-child .imgs-group li a p{
   background-image: url(../images/bilibili.png);
}

@media screen and (max-width:1500px){
    .s3-c ul{
        padding: 0 30px;
        margin: 0 -10px;
    }
    .s3-c .slick-prev{
        left: 10px;
    }
    .s3-c .slick-next{
        right: 10px;
    }
    .s3-c .slick-prev, .s3-c .slick-next{
        width: 13px;
        height: 26px;
    }
    .s3-c ul li a{
        margin: 0 10px;
    }
}
@media screen and (max-width:1320px) {
    .gg-tit2 span {
        font-size: 26px;
        padding-left: 40px;
    }

    .gg-tit2 span img {
        height: 26px;
    }

    .s1-l {
        width: 750px;
        margin-right: 3%;
    }

    .text-list2 li a {
        padding: 10px 0;
    }

    .date2 {
        margin-right: 0;
        padding: 0;
        width: 60px;
    }

    .text-list2 li a .date2 {
        margin-right: 0;
    }

    .s1-rb {
        margin-top: 20px;
    }

    .s1-rbdes p {
        height: 68px;
        margin-top: 5px;
    }

    .s1-ll ul li a .s1-lltext {
        padding: 18px 15px;
    }
}

@media screen and (max-width:1024px) {
    .gg-tit2 span{
        font-size: 22px;
        padding-left: 35px;
    }
    .gg-tit2 span img{
        height: 22px;
    }

    .s2-first a .s2-info h3{
        font-size: 16px;
    }
    .section-icon ul li a div {
        height: 30px;
        line-height: 30px;
    }

    .s1-ll ul li a .s1-lltext p {
        font-size: 16px;
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s1-ll {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .s1-lr .imgs-group li {
        float: left;
        width: 49%;
    }

    .s1-lr .imgs-group li:nth-child(2) {
        margin-left: 2%;
        margin-top: 0;
    }
    .s1-lldata div b{
        font-size: 32px;
    }
    .s1-lldata div span{
        font-size: 14px;
    }

    /*.s2-l{
        float: none;
        width: auto;
    }
    .s2-r{
        float: none;
        width: auto;
        margin-top: 25px;
    }
    .s2-block{
        padding:20px 15px;
    }*/
    .s4-c ul li a .s4-info h3{
        font-size: 24px;
    }
    .s4-c ul li a .s4-info p{
        margin-top: 15px;
    }
    .s1-ll ul li a .s1-lltext{
        padding: 15px;
    }
}

@media screen and (max-width:768px) {
    .gg-tit2{
        padding-bottom: 20px;
    }
    .section-icon ul li {
        width: 33.33%;
    }

    .section-icon ul li:nth-child(4) {
        border-left: none;
    }

    .section-icon ul li:nth-child(-n+3) {
        border-bottom: 1px solid #dcdcdc;
    }

    .section-icon ul li a {
        padding: 10px 0 5px 0;
    }

    .i-list li {
        float: none;
        width: auto;
        line-height: 40px;
    }

    .i-list li:nth-child(2n) {
        margin-left: 0;
    }
    /*.s2-first a .s2-pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .s2-first a .s2-info h3{
        height: auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .s2-first a .s2-info p{
        height: auto;
        max-height: 72px;
    }*/
    .i-list2 li{
        line-height: 46px;
    }
    .s4-c ul li a .s4-info h3{
        font-size: 20px;
    }
    .s4-c ul li a .s4-info p{
        font-size: 14px;
        margin-top: 10px;
    }
    .s4-c ul li{
        width: 50%;
    }

    .section1{
        margin-top: 35px;
    }
    .s1-lb{
        margin-top: 10px;
    }
    .s1-r{
        margin-top: 25px;
    }
    .section2{
        margin-top: 35px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section3{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section4{
        margin: 35px 0;
    }
     .section5{
        padding-top: 35px;
        margin-bottom: 35px;
    }
    .s5-c{
        margin-top: 25px;
    }
 .s5-media ul li{
        margin: 0 5px;
    }
    .s5-c>div.s5-block2{
        float: none;
        width: auto;
        clear: both;
    }
    .s5-block1{
        width: 49%;
        margin-left: 0;
        margin-right: 0;
    }
    .s5-block1:nth-child(3){
        margin-left: 2%;
    }
    .s5-block1:nth-child(2) {
        margin-left: 0;
    }
    .s5-block1:nth-child(6){
        margin-left: 2%;
    }
    .imgs-group li a p{
        font-size: 14px;
        bottom: 0px;
        left: 5px;
        right: 5px;
    }

}

@media screen and (max-width:480px){
    .s1-lr .imgs-group li{
        float: none;
        width: auto;

    }
    .s1-lr .imgs-group li:nth-child(2){
        margin-left: 0;
        margin-top: 20px;
    }
    .s4-c ul li a .s4-info h3{
        font-size: 18px;
    }
    .s4-c ul li a .s4-info p{
        line-height: 20px;
        height: 22px;
    }
    .s4-c ul li{
        float: none;
        width: auto;
    }
}



.s2-c {
    overflow: hidden;
    background: #fff;
    padding: 40px 25px;
}

.s2-ltit {
    float: left;
    width: 150px;
}

.s2-ltit ul li {
    line-height: 40px;
    margin-top: 30px;
    text-align: center;
    background: url(../images/s2-tit-bj.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.s2-ltit ul li.on {
    background: url(../images/s2-tit-bj-act.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s2-ltit ul li:nth-child(1) {
    margin-top: 0;
}

.s2-rcon {
    overflow: hidden;
}

.s2-rcon ul li {
    display: none;
}

.s2-rcon ul li:nth-child(1) {
    display: block;
}

.list_deptlink {
    overflow: hidden;
}

.list_deptlink a {
    float: left;
    width: calc(25% - 50px);
    margin: 16px 25px;
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 54px;
    padding: 0 5px 0 17px;
    color: #666;
    transition: .3s transform ease-in;
}

.list_deptlink a:nth-child(-n+4) {
    margin-top: 0;
}

.list_deptlink a:hover {
    color: #fff;
    background: linear-gradient(to left, #12afb2, #0068b7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0068b7', endColorstr='#ff12afb2', GradientType=1);
    transform: translateY(-5px)
}

.list_deptlink a:before, .list_deptlink a:after {
    content: '';
    position: absolute;
    top: 0;
    width: 11px;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.list_deptlink a:before {
    left: -11px;
    background-image: url(../images/dept_l.png)
}

.list_deptlink a:after {
    right: -11px;
    background-image: url(../images/dept_r.png)
}

.list_deptlink a:hover:before {
    background-image: url(../images/dept_l_on.png)
}

.list_deptlink a:hover:after {
    background-image: url(../images/dept_r_on.png)
}

.list_deptlink em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_deptlink b {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url(../images/arrow.png) 50% no-repeat;
    background-size: 19px;
}

.list_deptlink a:hover b {
    background-image: url(../images/arrow_on.png);
    -webkit-animation: ani_toRight 1s ease-in infinite;
    animation: ani_toRight 1s ease-in infinite
}

.list_deptlink span {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: url(../images/item.png) 100% 100% no-repeat;
}


@media screen and (max-width:1400px) {
    .list_deptlink a {
        width: calc(33% - 50px);
    }

    .list_deptlink a:nth-child(-n+4) {
        margin-top: 16px;
    }

    .list_deptlink a:nth-child(-n+3) {
        margin-top: 0;
    }
}

@media screen and (max-width:1024px) {
    .s2-c {
        padding: 20px 15px;
    }

    .s2-ltit {
        width: 120px;
    }

    .s2-ltit ul li {
        font-size: 15px;
        margin-top: 20px;
    }

    .list_deptlink a {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .list_deptlink a {
        font-size: 14px;
        padding-left: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 48px;
    }

    .list_deptlink a:nth-child(-n+4) {
        margin-top: 5px;
    }
    .list_deptlink b{
        right: 0;
        background-size: 13px;
    }
}

@media screen and (max-width:768px) {
    .s2-ltit {
        float: none;
        width: auto;
        white-space: nowrap;
        overflow: auto hidden;
        font-size: 0;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .s2-ltit ul li{
        margin-top: 0;
        width: 120px;
        display: inline-block;
        margin: 0 5px;
    }
    ::-webkit-scrollbar{
        width: 3px;
        height: 2px;
    }
    .list_deptlink a{
        padding-left: 0;
        padding-right: 10px;
    }
    .list_deptlink b {
        right: -8px;
    }
    .s2-c{
        padding: 20px 5px;
    }
}
.s3-c .none{display:none;}
.closestyle1066914{ font-size:12px;color:#333333;text-decoration: none ;}