* {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
    vertical-align: top;
}

html, body {
    font-family: "Microsoft Yahei", serif;
}

body {
    background-color: #f2f2f2;
}

.list-page {
    width: 1400px;
    background: url("./banner.png") no-repeat top center;
    margin: auto;
    overflow: hidden;
}

.list-main {
    width: 1000px;
    margin: 400px auto 0;
    background-color: #fff;
    padding: 44px 50px 0;
    box-sizing: border-box;
}

.list-column {
    height: 35px;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 40px;
}

.list-column h2 {
    font-weight: normal;
    line-height: 1;
    height: 35px;
    font-size: 26px;
    color: #e96106;
    display: inline-block;
    border-bottom: 2px solid #e96106;
}