
/* 主题内容 */
.box .center {
    width: 12rem;
    margin: 0 auto;
    margin-top: .8rem;
}

/* 左边部分 */
.box .center .centers {
    display: flex;

}

.box .center .centers .left .title {
    width: 2.7rem;
    height: .72rem;
    background: rgba(6, 103, 216, 1);

}

.box .center .centers .left .title span {
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: .7rem;
    margin-left: .41rem;
}

.box .center .centers .left ul li {
    height: .48rem;
    line-height: .48rem;
    margin-top: .02rem;
    display: flex;
    cursor: pointer;
    background-color: #fff;
}

.box .center .centers .left ul li p {
    padding-left: .41rem;
    font-size: .2rem;
    color: rgba(51, 51, 51, 1);
}

.box .center .centers .left ul .leftborder {
    border-left: .04rem solid rgba(9, 115, 201, 1);
    color: #0667D8;
}

/* 右侧公司动态 */
.box .center .centers .right {
    width: 8.86rem;
    margin-left: .4rem;
    padding-top: .16rem;
    padding-right: .26rem;
    background-color: #fff;
}

.box .center .centers .right .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: .23rem;
    padding-right: .24rem;
}

.box .center .centers .right .title .title_left p {
    font-size: .28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    border-bottom: .04rem solid #0667D8;
    padding-bottom: .11rem;
}

.box .center .centers .right .title .title_right p {
    font-size: .14rem;
    color: #666666;
}

.box .center .centers .right .neirong {
    padding-left: .24rem;
    /*padding-top: .2rem;*/
}

.box .center .centers .right .neirong .neirong_title p {
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(6, 103, 216, 1);
}
.box .center .centers .right .neirong .neirong_title .daili_a{
    display: flex;
    justify-content: space-between;
}
.box .center .centers .right .neirong .neirong_title .daili_a li{
    padding: .06rem .05rem;
}
.box .center .centers .right .neirong .neirong_title .daili_a .yellow {
    background: #FF9000;
    color: #ffffff;
}
.box .center .centers .right .neirong ul {
    margin-top: .1rem;
}

.box .center .centers .right .neirong ul li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.box .center .centers .right .neirong ul li p {
    font-size: .15rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}
.box .center .centers .right .neirong ul li p:hover{
    color: #0667D8;
}

.box .center .centers .right .neirong ul li p.btn:nth-child(1) {
    width: 3.83rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* 脚步 */
.box .foot {
    margin-top: 2.86rem;
}

.box .foot .foot_top {
    width: 100%;
    height: 2.84rem;
    background: rgba(57, 57, 57, 1);
}

.box .foot .foot_top .foot_top_center {
    width: 12rem;
    margin: 0 auto;
    padding-top: .51rem;
    /*display: flex;*/
    /* justify-content: space-between; */
}

.box .foot .foot_top .foot_top_center .foot_top_left .foot_top_left_title p {
    font-size: .2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.box .foot .foot_top .foot_top_center .foot_top_left .foot_top_left_center {
    margin-top: .39rem;
}

.box .foot .foot_top .foot_top_center .foot_top_left .foot_top_left_center ul li {
    display: flex;
    align-items: center;
    margin-bottom: .38rem;
}

.box .foot .foot_top .foot_top_center .foot_top_left .foot_top_left_center ul li img {
    width: .22rem;
    height: .22rem;
}

.box .foot .foot_top .foot_top_center .foot_top_left .foot_top_left_center ul li span {
    font-size: .16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: .19rem;
}

.box .foot .foot_top .foot_top_center .foot_top_right {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.box .foot .foot_top .foot_top_center .foot_top_right ul {
    display: flex;
    justify-content: flex-end;
}

.box .foot .foot_top .foot_top_center .foot_top_right ul li {
    margin-left: .23rem;
}

.box .foot .foot_top .foot_top_center .foot_top_right .img_group{
    padding-top: .5rem;
    display: flex;
    justify-content:space-between;
}

.box .foot .foot_top .foot_top_center .foot_top_right ul li p {
    margin-bottom: .2rem;
    font-size: .12rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}
.box .foot .foot_top .foot_top_center .foot_top_right ul li p a{
    color: #fff;
}

.box .foot .foot_top .foot_top_center .foot_top_right ul li p:nth-child(1) {
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: .4rem;
}

.box .foot .foot_bottom {
    height: .6rem;
    background: rgba(8, 8, 8, 1);
    display: flex;
}

.box .foot .foot_bottom div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box .foot .foot_bottom div p {
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}