#content .pro-yyyf_content>.page_con .block_con .traits .traits_item:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
}
#content .pro-yyyf_content>.page_con .block_con .traits .traits_item:last-child:hover {
    border: 1px solid #CCCCCC;
}
#content .pro-yyyf_content>.page_con .block_con .traits .traits_item:last-child p {
    font-size: 18px;
    color: #28292A;
    font-weight: bold;
    margin-bottom: 0;
}
#content .pro-yyyf_content .block_con .applications .applications_item {
    height: 138px;
    background: linear-gradient(90deg, #FAFBFD, #F4F7FE);
    box-shadow: 0px 1px 10px 0px rgba(20,68,126,0.06);
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    padding: 24px 28px;
    margin-bottom: 30px;
    cursor: initial;
}
#content .pro-yyyf_content .block_con .applications .applications_item:nth-child(3n) {
    margin-right: 0;
}
#content .pro-yyyf_content .block_con .applications .applications_item .topBox .img {
   width: 34px;
   height: 34px;
   margin-right: 10px;
}
#content .pro-yyyf_content .block_con .applications .applications_item .topBox .title {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    line-height: 34px;
    margin-top: 3px;
}
#content .pro-yyyf_content .block_con .applications .applications_item .txt {
    font-size: 14px;
    color: #666666;
}
#content .pro-yyyf_content .block_con .title {
    max-width: 1200px;
    margin: 0 auto 49px;
}
#content .pro-yyyf_content .block_con .applications {
    max-width: 1200px;
    width: 100%;
    text-align: left;
    flex-wrap: wrap;
}
#content .pro-yyyf_content .block_con .applications .applications_item:hover {
    background-color: transparent;
}
