.secondPage * {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: "pingfang SC", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", helvetica, arial, verdana, tahoma, sans-serif;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    outline: none;
}
.clearfix:after{content: "";display: block;height: 0;visibility: hidden;clear: both;}
.clearfix{zoom: 1;}


ul.list_con {
    padding:40px;
} 
ul.list_con li {
    padding:15px 100px 15px 0;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
ul.list_con li a {
    line-height: 20px;
    display: block;
}
ul.list_con li a:hover {
    text-decoration: underline;
}
ul.list_con li .a_right {
    position: absolute;
    right: 0;
    top: 15px;
    width: 90px;
    font-size: 14px;
    color: #8e8e8e;
}
ul.list_con li .a_left {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

ul.content_con {
    padding:40px;
}
ul.content_con li {
    margin-bottom:16px;
    overflow: hidden;
}
ul.content_con .title_top {
    padding-left: 40px;
    background: url(../img/top_2.png) no-repeat 12px center;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    cursor: pointer;
}
ul.content_con .title_btm {
    display: none;
    padding:18px 40px
}
ul.content_con .title_btm_icon {
    background: #6bd0fc;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    width: 44px;
    margin-bottom: 8px;
}
ul.content_con .title_btm_c {
    line-height: 14px;
    color: #333;

}
ul.content_con li.hover {
    border:1px solid #d9efed;
    border-radius: 6px;
}
ul.content_con li.hover .title_top {
    background: #93a3a2;
    border-radius: 6px 6px 0 0;
    color: #168750;
    background: #d9efed url(../img/top.png) no-repeat 12px center;
}
ul.content_con li.hover .title_btm {
    display: block;
}


.column_content_top {
    font-size: 16px;
    color: #01a56c;
    margin-bottom: 10px;
}
.column_content_tab {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
}
.column_content_tab span {
    float: left;
    margin-left: 30px;
    color: #333;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.column_content_tab span.hover {
    border-bottom: 3px solid #01a56c;
}
.column_content_con {
    border: 1px solid #f4f4f4;
    padding:20px;
}
.column_content_con ul {
    display: none;
}
.column_content_con li {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.column_content_con .job_left {
    width: 120px;

}
.column_content_con .job_left_t,.column_content_con .job_right_t {
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #01a56c;
}
.column_content_con .job_left_t {
    font-weight: bold;
}
.column_content_con .job_left_b img {
    width: 100%;
}
.column_content_con .job_right {
    display: flex;
    flex: 1;
    padding-left: 26px;
    flex-direction: column;
}
.column_content_con .wsd {
    width: 10px;
    display: inline-block;
}
.column_content_con .job_right_b {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.column_title_item {
    display: none;
}

.column_title_tab {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f4f4f4;
}
.column_title_tab span {
    float: left;
    margin-left: 30px;
    color: #333;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.column_title_tab span.hover {
    border-bottom: 3px solid #01a56c;
}