.col-sm-3 {
    padding: 0 0 0 2rem;
}

.Left-top {
    height: 7rem;
    line-height: 5rem;
    font-size: 2.5rem;
    width: 80%;
    border-bottom: .1rem solid #dcdcdc;
}

.container-fluid {
    width: 145rem;
    margin: 0 auto;
}

.roadlist {
    font-size: 1.5rem;
    width: 100%;

}

.userVip  {
    border-right: .2rem solid #217fc4;
}
.movement-text{
    color: #217fc4;
}


.userVip a {
    color: #217FC4;
}

.main_left {
    float: left;
    width: 100%;
    cursor: pointer;
    border-right: .1rem solid #c7ddef;
}

.main_right {
    
    margin-left: 4rem;
    padding-bottom: 6rem;
}

.kealiIntroduce {
    font-size: 2.5rem;
    width: 100%;
    height: 5rem;
    border-bottom: .1rem solid #1d7bc0;
}

.jianjie_pic {
    margin-top: 3rem;
}

.details {
    text-indent: 2em;
    margin-top: 3rem;
    font-size: 1.5rem;
}

.QRcode_pic{
    background-image: url("../image/recruit.png"); margin-top: 22rem;
    width:33.5rem; height: 22.3rem;}
    .officialaccounts {
        padding: 2.5rem 0 1.5rem 11rem;
    }
    .officialaccounts>img{
        width: 50%;
     }
.QRcode_text{color: #ffffff; font-size: 1.5rem;line-height: 3rem; text-align: center;}


.enterprisetop {
    display: flex;
    width: 100%;
    height: 5rem;
    border-bottom: .1rem solid #1d7bc0;
}

.enterprisetop .product-search {
    height: 4rem;
}

.enterprisetop .product-search .cate {
    float: right;
    height: 4rem;
    padding: 0 1rem;
    width: 12rem;
    background: #f6f6f6;
}

/*公司新闻*/
.responsibility-reporting {
    padding: 3rem 0;
    height: 17rem;
    border-bottom: .1rem dashed #e7e7e7;
}
.responsibility-reporting:hover{
    background-color: #f1f6fb;
}
.item {
    margin-left: 3rem;
}

.item-title {
    display: flex;
    font-size: 2rem;
}

.view-details {
    margin-left: 48rem;
}

.item-desc {
    margin-top: 1rem;
    color: #acacac;
    width: 81rem;
}

.btn-details {
    color: #1472b8;
    background-color: #fff;
    border-color: #1472b8;
}

.kelaidata {
    width: 13rem;
    height: 11rem;
    border-right: .1rem solid #e1e1e1;
    text-align: center;
    padding-top: 3.5rem;
    font-size: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
@media screen and (min-width: 1280px) {
    .kelaidata {
        width: 13rem;
        height: 11rem;
        border-right: .1rem solid #e1e1e1;
        text-align: center;
        padding-top: 3.5rem;
        font-size: 2.5rem;
        padding-left: 0;
        padding-right: 0;
    }
    .item-desc{
        margin-top: 1rem;
        color: #acacac;
        width: 81rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

nav {
    text-align: center;
}

nav .pagination {
    margin: 5rem 0 0;
}

.main_right .responsibility-reporting .info {
    width: calc(100% - 10rem);
}
.roadlist .movement {
    width: 80%;
    height: 5rem;
    line-height: 5rem;
    border-bottom: 0.1rem solid #dcdcdc;
}
/*下拉*/
.reasonBox ul {
    padding-inline-start: 0;
}

.reasonBox ul li span {
    display: block;
    text-decoration: none;
    height: 3rem;
    width: 8rem;
    line-height: 3rem;
    border-radius: 4px;
    padding-left: 1rem;
    color: #333333;
    font-size: 1.4rem;
}

.reasonBox .drop-down {
    height: 3rem;
    width:8rem;
    cursor: pointer;
    list-style: none;
}

.reasonBox .drop-down-content {
    position: absolute;
    display: none;
    overflow: hidden;
    width: 8rem;
    background-color: #fff;
    box-shadow: 0 .1rem .5rem 0 rgba(0, 0, 0, 0.15);
    border-radius:.5rem;
    margin-top:.2rem;

}

.reasonBox .drop-down-content li {
    height: 3rem;
    line-height: 3rem;
    padding-left: 1rem;
    list-style: none;
    z-index: 999;
}

.reasonBox .drop-down-content li:hover {
    background-color: #cccc;
    color: #fff;
    z-index: 999;

}

.reasonBox .drop-down .active {
    display: block;
    z-index: 999;
}

.reasonBox {
    width: 10rem;
    background: #f6f6f6 url(../image/xiajiantou.png) no-repeat 7.5rem 1rem;

}