.ny-about{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}
.nyab-top{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nyabt-left{
    width: 100%;
    float: left;
}
.nyabt-left h3{
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: normal;
}
.nyabt-left h3 i{
    float: left;
    width: 7px;
    height: 28px;
    background: #001c58;
    border-radius: 15px;
    margin-right: 1%;
    margin-top: -2px;
}
.catalog-polypeptide{
    width: 100%;
    height: auto;
    display: inline-block;
}
.catalog-polypeptide .oner {
    margin-top: 15px;
    height: auto;
    display: grid;
    padding-bottom: 10px;
}
.catalog-polypeptide .oner h3 {
    color: #000;
    font-size: 26px;
    margin-bottom: 0px;
    border-bottom: 1px solid#316faf;
    height: 39px;
}
.category {
    width: 100%;
    border-top: 1px solid#316faf;
}
.category li {
    width: 50%;
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid#316faf;
    padding-left: 10px;
    border-right: 1px solid#316faf;
}
.category li a {
    color: black;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 99%;
    display: block;
}
.category li:nth-child(2n) {
    border-right: 0px solid#316faf;
}