/* ----------图-片---------*/

.bgt {
    width: 100%;
    height: 2.083333rem;
    background: url(../images/index/lbt.png) no-repeat;
    background-size: 100% 100%;
}


/* -------------指-引----------- */

.guide {
    width: 100%;
    height: .347222rem;
    border: .006944rem solid rgba(222, 222, 222, 1);
}

.guide_in {
    width: 8.333333rem;
    height: inherit;
    margin: 0 auto;
    line-height: .347222rem;
    font-size: .111111rem;
}

.guide_in .guide_left {
    float: left;
    height: .347222rem;
}

.guide_left img {
    width: .111111rem;
    height: .111111rem;
    vertical-align: middle;
    margin: 0 .041667rem;
}

.guide_left a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: .069444rem;
}

.guide_right {
    float: right;
}

.guide_right .active {
    color: #00B1B7;
}

.guide_right a {
    height: .37rem;
    display: inline-block;
    margin-left: .208333rem;
    font-size: .111111rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-bottom: .027778rem solid transparent;
    position: relative;
}

.guide_right a i {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: .020833rem;
    background-color: #00B1B7;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.guide_right a:hover i {
    width: 100%;
    margin-left: -50%;
}

.guide_right a:hover {
    color: #00B1B7;
}


/* ------------新-闻-动-态---------- */

.dynamic {
    width: 8.333333rem;
    height: auto;
    margin: .347222rem auto .486111rem;
    position: relative;
}

.dynamic h1 {
    width: 4.305556rem;
    height: .625rem;
    border-bottom: .006944rem solid #e2e2e2;
    margin: 0 auto;
    text-align: center;
    line-height: .625rem;
    font-size: .277778rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: .347222rem;
}

.dynamic i {
    display: inline-block;
    width: .0625rem;
    height: .0625rem;
    background: #00b1b7;
    position: absolute;
    left: 50%;
    top: .590278rem;
}

.dynamic_in {
    width: 100%;
    height: 1.569444rem;
    border-bottom: .006944rem solid #f4f4f4;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: .263889rem;
}

.dynamic_in .photo {
    width: 1.736111rem;
    height: 1.319444rem;
    overflow: hidden;
    position: relative;
}

.dynamic_in .photo .nnll{
    top: 0;
    z-index: 2;
    position:absolute ;
    width: 100%;
    height: 1.319444rem;
    line-height: 1.319444rem;
    text-align: center;
    font-size: .2rem;
    color: #f4f4f4;


}

.dynamic_in img {
    width: 1.736111rem;
    height: 1.319444rem;
}

.dynamic_in .make {
    width: 5.277778rem;
    height: 1.319444rem;
    padding-top: .208333rem;
}

.make .five {
    font-size: .138889rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.make .current {
    overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;
    font-size: .097222rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin: .138889rem auto .277778rem;
}

.make .read {
    font-size: .083333rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.dynamic_in .time {
    width: .729167rem;
    height: 1.319444rem;
    padding-top: .451389rem;
    text-align: center;
}

.time .month {
    font-size: .25rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.time .year {
    font-size: .166667rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}


/* -----------链-接---------- */

.link {
    width: 6.166667rem;
    height: .243056rem;
    margin: .416667rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;

}
Å

.link a {
    /*padding: .083333rem .111111rem;*/
    text-align: center;
    line-height: .08rem;
    font-size: .097222rem;
    color: #333;
    border: .006944rem solid rgba(229, 229, 229, 1);
}

.link a:hover {
    color: white;
    background: #00B1B7;
    border: .006944rem solid #00B1B7;
    transition: all 0.5s;
}

.link a.active {
    color: white;
    background: #00B1B7;
    border: .006944rem solid #00B1B7;
}



@media screen and (max-width: 1200px) and (min-width:760px){
    .dynamic .dynamic_in{
        height: 1.866667rem;
    }
    .dynamic_in .photo{
        width: 1.9rem;
        height: 1.7rem;
    }
    .dynamic_in .photo img{
        width: 1.9rem;
        height: 1.7rem;
    }
    .link{
        width: 6rem;
    }

    .dynamic_in .photo .nnll{
        top: 0;
        z-index: 2;
        position:absolute ;
        width: 100%;
        height: 1.7rem;
        line-height: 1.7rem;
        text-align: center;
        font-size: .2rem;
        color: #f4f4f4;


    }
}


@media screen and (max-width: 760px) {
    /* --------图-片--------- */
    .bgt {
        width: 100%;
        height: 4rem;
        margin-top: -0.426667rem;
    }

    .link{
        width: 9rem;
    }

    .link .pagination p:last-child{
        display: none;
    }
    /* -------------指-引----------- */
    /*新增*/

    .guide {
        width: 100%;
        height: auto;
        margin: 0 auto;
        border-bottom: solid .026667rem #dedede;
        line-height: .75rem;
    }
    .guide_in{
        display: none;
    }
    .guide .toke{
        display: block;
        width: 100%;
        height: 1.066667rem;
        /*background: red;*/
        overflow: hidden;
        transition: .5s;
    }
    .guide .toke .toke_top{
        width: 100%;
        height: 1.066667rem;
        background: #f4f4f4;
        padding: .133333rem .533333rem;
        text-align: center;
        font-size: .426667rem;
        line-height: .8rem;
    }
    .guide .toke .toke_top .back{
        width: .8rem;
        height: .8rem;
        float: left;
    }
    .guide .toke .toke_top .down{
        width: .8rem;
        height: .8rem;
        float: right;
    }
    .about .blue{
        display: none;
    }

    .guide_left{
        display: none;
    }

    .guide_right{
        height: 0;
        width: 100%;
        /*padding-top: .266667rem;*/
        /*padding-bottom: .266667rem;*/
        margin-top: .266667rem;
    }
    .guide_right a{
        width: 29%;
        height: .8rem;
        line-height: .8rem;
        font-size: .213333rem;
        border: .013333rem solid #e5e5e5;
        margin-bottom: .266667rem;
        text-align: center;
        box-shadow: 0 0 .08rem #e5e5e5;
    }

    /* ------ 新闻动态------dynamic ------ */
    .dynamic {
        width: 8.8rem;
        height: auto;
        margin: .426667rem auto 1.2rem;
        padding-top: .133333rem;
    }
    .dynamic h1 {
        width: 8.213333rem;
        height: 1.226667rem;
        font-size: .533333rem;
        line-height: .373333rem;
        letter-spacing: 0rem;
        color: #333333;
        text-align: center;
        line-height: 1.226667rem;
        position: relative;
        display: none;
    }
    .dynamic i {
        position: absolute;
        top: 1.28rem;
        left: 49%;
        width: .16rem;
        height: .16rem;
        display: none;
    }

    .dynamic  .dynamic_in{
        width: 100%;
        height: auto;
        padding: .453333rem auto .373333rem;
        display: inline-block;
        position: relative;
    }

    .dynamic_in .photo{
        width: 3.333333rem;
        height: 2.533333rem;
        float: left;
        margin-bottom: .266667rem;
    }
    .dynamic_in .photo .nnll{
        top: 0;
        z-index: 2;
        position:absolute ;
        width: 100%;
        line-height: 2.533333rem;
        height: 2.533333rem;
        text-align: center;
        font-size: .2rem;
        color: #f4f4f4;


    }
    .dynamic_in .photo img{
        width: 3.333333rem;
        height: 2.533333rem;
    }

    .dynamic_in .make{
        width: 5rem;
        height: 2.533333rem;
        float: right;
    }
    .make .five{
        font-size: .28rem;
        color: #333;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .make .current{
        font-size: .22rem;
        color: #999;
    }
    .make .read{
        font-size: .16rem;
        color: #999;
        margin-bottom: .4rem;
    }

    .dynamic_in .time{
        width: 1.5rem;
        position: absolute;
        right: 3.5rem;bottom: 0.3rem;
    }
    .time .month{
        font-size: .3rem;
        text-align: left;
        margin-top: .16rem;
    }
    .time .year{
        font-size: .32rem;
        display: none;
    }


    /*!* -----链-接 ------ *!*/
    /*.dynamic .link{*/
    /*    display: none;*/
    /*}*/





}


@media screen and (max-width: 500px) {
    .make .current{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

}