.banner .cate {
    height: .8rem;
    background: #272727;
}

.banner .cate a {
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: .24rem;
    height: .8rem;
    line-height: .8rem;
}

.banner .cate a:hover, .banner .cate a:active {
    background-color: #434343;
}

.banner .cate a.on {
    background-color: #e80303;
}

.news-item {
    font-size: 0;
    height: 25.6%;
    margin-top: 3.4%;
    background-color: #f5f5f5;
}

.news-item .news-img {
    width: 35.8%;
    display: inline-block;
}

.news-item .news-img img {
    width: 100%;
    height: 25.6%;
}

.news-item .news-text {
    width: 54%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}

.news-item .news-text .p1 {
    font-size: .3rem;
    margin-top: .45rem;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item .news-text .p2 {
    font-size: .14rem;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 3;
}

.news-item .news-text .p3 {
    font-size: .14rem;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 2;
}

.pages {
    text-align: center;
    padding-top: .4rem;
}

.pages a {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    font-size: .2rem;
    line-height: .4rem;
    border: 1px solid #434343;
    border-radius: 50%;
}

.pages span.dd {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    font-size: .2rem;
    line-height: .4rem;
    background: url('../images/page-more.png') center no-repeat;
}

.pages a.on, .pages a:hover {
    background-color: #434343;
    color: #fff;
}

.news-title {
    margin-top: 7%;
    text-align: center;
    font-size: .3rem;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-info {
    padding-top: .1rem;
    text-align: center;
    font-size: .16rem;
    font-family: "Microsoft YaHei";
    color: rgb(136, 136, 136);
    line-height: 1.2;
    margin-bottom: 7%;
}

.news-content {
    width: 1200px;
    font-size: .16rem;
    line-height: 2.2;
    margin: 0 auto;
}

.news-content img {
    width: 100%;
    margin: 1% 0;
}

.nbd {
    border-top: 1px solid #f5f5f5;
    padding-top: .5rem;
    margin-top: .5rem;
    /* float: left; */
    /* width: 100%; */
}

.nbd a {
    display: block;
    height: .4rem;
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: center;
    color: #b8b8b8;
    font-size: .2rem;
    padding: 0 .4rem;
    line-height: .4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
}

.nbd a.pr {
    float: left;
}

.nbd a.nx {
    float: right;
}

.nbd a:hover, .nbd a.on, .nbd a:active {
    background-color: #e80303;
    color: #fff;
    border-color: #e80303;
}

@media all and (max-width: 960px) {
    .news-item {
        box-sizing: border-box;
    }

    .news-item .news-img, .news-item .news-text {
        width: 100%;
    }

    .news-item .news-text {
        box-sizing: border-box;
        padding: 0 .4rem .4rem .4rem;
    }

    .news-item .news-text .p3, .news-item .news-text .p2 {
        font-size: 14px;
    }

    .news-content {
        width: auto;
    }
    .nbd a{
        width:100%;
        max-width:100%;
        display:block;
        box-sizing:border-box;
        margin-bottom:.4rem;
        height:.6rem;
        line-height:.6rem;
    }
    .nbd a.pr {
        float: none;
    }

    .nbd a.nx {
        float: none;
    }
}

.join-tit {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 2.25;
    text-align: center;
    margin-top: .79rem;
    margin-bottom: 1.1rem;
}

.join-items {
    font-size: 0;
}

.join-item {
    display: inline-block;
    width: 32%;
    margin-left: 0.66%;
    background-color: #f5f5f5;
    cursor: pointer;
}

.join-item .p1 {
    font-size: .3rem;
    height: .8rem;
    background-color: #313131;
    color: #fff;
    line-height: .8rem;
    text-align: center;
}

.join-item:hover .p1,.join-item:active .p1 {
    background-color: #e80303;
}

.join-item .d2 {
    overflow: hidden;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    position: relative;
}

.join-item .d2 .txt {
    font-size: .16rem;
    line-height: 2;
    height: 90%;
    width: 90%;
    padding: 5%;
    left: 0;
    background: #fff;
    position: absolute;
    bottom: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: hidden;
}

.join-item .d2 .img img {
    width: 100%;
    height: 100%;
}

.join-item:hover .d2 .txt,.join-item:active .d2 .txt {
    bottom: 0;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.join-us {
    text-align: center;
    margin-top: .9rem;
}

.join-us .p1 {
    font-size: .3rem;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-align: center;
}

.join-us .p1.b {
    padding-top: .2rem;
    font-weight: bold;
}

.join-us .d2 {
    font-size: .3rem;
    text-align: center;
    margin-top: .8rem;
}

.join-us .d2 a {
    display: inline-block;
    width: 2.6rem;
    height: .4rem;
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: center;
    color: #b8b8b8;
    font-size: .2rem;
    line-height: .4rem;
}

@media all and (max-width: 960px) {
    .join-item {
        box-sizing: border-box;
    }

    .join-item {
        width: 100%;
        margin: 20px 0;
    }

    .join-item .d2 {
        font-size: .2rem;
    }

    .join-tit {
        font-size: .2rem;
        margin-bottom: .5rem;
    }
}
