.content {
    background-image: url("../img/bg_team.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    background-color: #e2e4e9;

}

.top-title-container {
    height: 900px;
}

.top-title-container .top-title .tip {
    margin-top: 107px;
}

.classify-container {
    margin-top: 128px;
}

.classify-container .classify {
    width: 300px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-image: linear-gradient(90deg,
    #e4e4e4 0%,
    #a2a7ad 100%);
    font-size: 30px;
    color: #23252b;
    cursor: pointer;
}

.classify-container .classify.active {
    background-image: linear-gradient(90deg,
    #3555b8 0%,
    #003f98 100%);
    color: #ffffff;
}

.classify-container .classify + .classify {
    margin-left: 66px;
}

.list-container {
    width: 1200px;
    margin: 26px auto 100px;
}

.item-company {
    width: 280px;
    height: 136px;
    background-color: #ffffff;
    cursor: pointer;
    margin-top: 30px;
}

.item-company.max {
    width: 372px;
    height: 128px;
}

.item-company:not(:nth-child(4n + 1)) {
    margin-left: 26px;
}
.item-company.max:not(:nth-child(4n + 1)) {
    margin-left: 0;
}
.item-company.max:not(:nth-child(3n + 1)) {
    margin-left: 42px;
}

.item-company.active {
    box-shadow: 0px 0px 16px 0px rgba(51, 64, 102, 0.3);
    border: solid 2px #004098;
}

.item-company .logo {
    width: 100%;
    /*width: 54px;*/
    /*object-fit: contain;*/
}
.item-company.max .logo{
    width: 100%;
    object-fit: unset;
    /*height: 60px;*/
}

.item-company .name {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0c182a;
    margin-left: 20px;
}

.item-company.max .name {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #0c182a;
    margin-left: 0px;
}

.company-info {
    margin-top: 50px;
}

.company-info_name {
    font-size: 48px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 1px;
    color: #0c182a;
}

.company-info_desc {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #0c182a;
    margin-top: 21px;
}

.company-info_list {
    background-image: linear-gradient(0deg,
    #1b1c21 0%,
    #283046 34%,
    #2f3a5a 70%,
    #35436b 100%);
    box-shadow: 0px 20px 16px 0px rgba(51, 64, 102, 0.3);
    margin-top: 60px;
    padding: 0 46px 50px;
}

.company-info_list-classify {
    height: 132px;
    border-bottom: 1px solid #5a637c;
    flex-shrink: 0;
}

.company-info_list-classify.mini {
    min-height: 88px;
    margin-top: 20px;
}

.company-info_list-classify .classify {
    font-size: 26px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #ffffff;
    cursor: pointer;
}

.company-info_list-classify .classify + .classify {
    margin-left: 50px;
}


.company-info_list-classify .classify.active {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
}

.company-info_list-classify .classify.active::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #0058d2;
    position: absolute;
    bottom: -2px;
    left: 0;
}


.company-info_list-more{
    width: 94px;
    height: 28px;
    line-height: 28px;
    background-image: linear-gradient(90deg,
    #cfd2db 0%,
    #f4f5f7 100%);
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    color: #1e2028;
    flex-shrink: 0;
    cursor: pointer;
}

.company-info_list-tip {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 44px 0;
}

.company-info_list-info {
    height: 430px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 3px;
    border-image-source: linear-gradient(-30deg,
    #334066 0%,
    #6e799d 22%,
    #334065 48%,
    #dfe1e7 74%,
    #5f698c 100%);
    border-image-slice: 1;
}

.company-info_list-info .image {
    width: 557px;
    height: 424px;
}

.company-info_list-info .company-info_list-desc {
    padding: 30px 50px;
    overflow-y: auto;
}

.company-info_list-desc .desc {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #666666;
    /*margin-top: 37px;*/
}

.company-info_list-info .company-info_list-desc .logo{
    height: 45px;
    object-fit: contain;
}

.company-info-desc{
    overflow-y: auto;
    height: 390px;
}

 .company-info-desc .title{
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 1px;
    color: #ffffff;
     margin-top: 26px;
}

.company-info-desc .desc {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 39px;
    text-indent: 2rem;
}

.company-info-desc .tag{
    min-width: 86px;
    height: 30px;
    padding: 0 15px;
    background-color: #344269;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-right: 18px;
}

.company-info_image-container{
    width: 556px;
    margin-left: 50px;
}

.company-info_image-container .image{
    width: 169px;
    height: 126px;
    background-color: #ffffff;
    border: solid 2px #b5b5b5;
}

.company-info_image-container .image.max{
    width: 556px;
    height: 331px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 3px;
    border-image-source: linear-gradient(-30deg,
    #334066 0%,
    #6e799d 22%,
    #334065 48%,
    #dfe1e7 74%,
    #5f698c 100%);
    border-image-slice: 1;
    margin-top: 39px;
    margin-bottom: 16px;
}

