﻿.footer {
    width: 100%;
    height: 452px;
    background: #282828;
}

.containerone {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.shouye {
    display: flex;
    flex-direction: row;
    margin: 33px 0 23px 0;
}

.shouye a {
    flex: 1;
    display: inline-block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}

.search {
    position: relative;
}

.search input {
    width: 240px;
    height: 37px;
    background: #FFFFFF;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    padding-left: 11px;
    border: none;
}

.search img {
    width: 16px;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.line {
    height: 1px;
    background: #4A4A4A;
    width: 100%;
}

.herfto {
    display: flex;
    flex-direction: row;
    height: 240px;
    margin: 30px 0 28px 0;
}

.herftoleft {
    width: 41%;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    /* line-height: 21px; */
}

.herfline {
    width: 1px;
    height: 100%;
    background: #4A4A4A;
    margin: 0 50px 0 30px;
}

.herftoright {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
    width: 58%;
}

.lianjierow {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 3px;
    flex-wrap: wrap;
}

.lianjierow td {
    /* flex: 1; */
    /* width: 30%; */
}

.lianjierow p {
    /* flex: 1; */
    width: 24%;
    height: 27px;
    line-height: 27px;
    margin-right: 1%;
}

.lianjierow p a {
    width: 100%;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #eeeeee;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lianjierow p a:hover {
    color: #BC261A;
}

.chuban {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    margin-top: 18px;
}

.rowimg {
    display: flex;
    flex-direction: row;
}

.clomimg {
    width: 98px;
    height: 98px;
    text-align: center;
    margin-right: 52px;
}

.clomimg img {
    width: 100%;
    height: 100%;
}

.clomimg p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
    margin-top: 10px;
}