.project_table_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    position: relative;
    font-size: 18px;
    color: #5A5A5A;
}

.project_table_title .title_text {
    float: left;
    padding-left: 15px;
}

.project_table_title .title_text::after {
    content: "";
    width: 4px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #1961da;
}
.project_table_title .box_more {
    float: right;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    top: -40px;
    left: -10px;
}

.main .main_left .con li span {
    float: right;
    margin-right: 0;
}
