#main #newProduct {
    width: 1200px;
    min-height: 266px;
}

#main #newProduct .list li {
    width: 529px;
    height: 339px;
    margin: 65px 35px 0;
    position: relative;
    /* background: orange; */
    overflow: hidden;
    cursor: default;
    box-shadow: -1px 1px 10px rgb(48 47 62 / 30%);
}

#main #newProduct .list li:hover {
    box-shadow: -1px 1px 10px rgb(111 159 253 / 78%);
}

#main #newProduct .list li .content {
    width: 190px;
    height: 100%;
    text-align: center;
}

#main #newProduct .list li .content .logo {
    padding: 34px 0 5px;
}

#main #newProduct .list li .content .logo h5 {
    line-height: 50px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

#main #newProduct .list li .content .referral {
    width: 140px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    text-align: left;
}

#main #newProduct .list li .content .indexBtn {
    width: 126px;
    height: 34px;
    border: 1px solid #76ADFF;
    border-radius: 17px;
    right: 50%;
    bottom: 23px;
    margin: 0 -63px 0 0;
}

#main #newProduct .list li .content .indexBtn:hover {
    border: 1px solid #0058db;
}

#main #newProduct .list li .content .indexBtn:active {
    bottom: 22px;
}

#main #newProduct .list li .content .indexBtn a {
    height: 34px;
    font-size: 20px;
    line-height: 34px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #76ADFF;
}

#main #newProduct .list li .content .indexBtn:hover a {
    color: #0058dbd1;
}

#main #newProduct .list li .productIamge {
    width: 340px;
    height: 339px;
    top: 0;
    right: 0;
}