.p100 {
    padding: 0rem 0 5rem;
}
.p110 {
    padding: 4rem 0;
}
.containers{
    padding: 0 8rem!important;
}
.subtitle {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1;
    text-transform: uppercase;
    color: #224fa1;
    margin-bottom: 1rem;
}
.subtitle div {
    display: inline-block;
    position: relative;
    padding-right: 2.25rem;
}
.subtitle div::before {
    content: "";
    position: absolute;
    bottom: 0.125rem;
    right: 0;
    width: 1.5625rem;
    height: 0.125rem;
    border-radius: 0.1875rem;
    background: #eb701c;
}
.title {
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.75rem;
    color: #0D6652;
    margin-bottom: 3%;
}
.list_shouhou .font18 {
    margin: 1.25rem 0 1.875rem;
}
.font18 {
    /* font-size: 1.3vw; */
    font-size: 1.125rem;
    line-height: 2.475rem;
    color: #7c7c7c;
}
.list_shouhou ul {
    position: relative;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
}
.list_shouhou ul::before {
    content: "";
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0d6652;
    z-index: -1;
}
.list_shouhou ul li {
    flex: 1 0 0;
    text-align: center;
}
.list_shouhou ul li .icon img {
    height: 4.0625rem;
    transition: all 0.4s;
    -webkit-transform: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.list_shouhou ul li .text {
    font-size: 1.125rem;
    color: #0D6652;
    padding: 0.625rem 0 1rem;
}
.list_shouhou ul li .num {
    width: 1.6875rem;
    height: 1.6875rem;
    border-radius: 50%;
    border: 2px solid #0d6652;
    text-align: center;
    line-height: 1.4375rem;
    font-size: 0.875rem;
    color: #000000;
    margin: 0 auto;
    background: #fff;
    font-weight: 600;
}
.clearfix:after {
    clear: both;
}
.bgf4 {
    background: rgba(124, 124, 124, 0.05);
}
.list_shouhou_two .row {
    align-items: flex-end;
}