.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;}

.title_list .top {
    border-bottom: solid 1px #E9E9E9;
    height: 32px;
    line-height: 32px;
}
.title_list .top .name {
    padding:0 20px ;
    font-size: 20px !important;
    font-weight: bold;
    color: #24A872;
    border-bottom: solid 3px #24A872;
}
.title_list .top .more {
    font-size: 16px !important;
    color: #24A872;
    float: right;
}
ul.list_con {
    padding:20px;
} 
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;
}


@media only screen and (max-width: 992px) {
    ul.list_con,ul.content_con {
        padding: 0px;
    }
}
