.companyAdvantage16 {
    max-width: 100%;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
}

.companyAdvantage16 * {
    box-sizing: border-box;
}

.companyAdvantage16 img {
    max-width: 100%;
    display: block;
    border: none;
    transition: all .5s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.companyAdvantage16 ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}

.companyAdvantage16 ul li {
    width: 25%;
    float: left;
    height: 350px;
    color: #555555;
    position: relative;
}

.companyAdvantage16 ul li a {
    text-decoration: none;
    color: #333333;
    text-align: center;
    padding: 0 12px;
    border: 1px solid #9C9C9C;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    border-radius: 14px;
}

.companyAdvantage16 ul li .amount_content {
    width: 172px;
    height: 172px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #f7442a;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.companyAdvantage16 ul li .amount_content span {
    font-size: 24px;
    color: #f7442a;
    font-weight: bold;
}

.companyAdvantage16 ul li .amount_content .title {
    line-height: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 64px;
    font-weight: normal;
}

.companyAdvantage16 ul li .dec {
    margin-bottom: 30px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 42px;
    line-height: 1.4;
    font-size: 16px;
}

.companyAdvantage16 ul li .dec span {
    font-weight: bold;
}

.companyAdvantage16 ul li .companyAdvantage_content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.companyAdvantage16 ul li:hover,
.companyAdvantage16 ul li:hover .amount_content span {
    color: #fff;
}

.companyAdvantage16 ul li:hover .amount_content {
    border: 1px solid #fff;
}

.companyAdvantage16 ul li:hover .companyAdvantage_content {
    background-color: rgba(255, 0, 0, .74);
    transition: all 0.6s;
}

.companyAdvantage16 ul li:hover a {
    color: #f7442a;
    background: #fff;
    border-radius: 0;
    border: 1px solid #fff;
}