.header {
    width: 100%;
    height: 80px;
    border-bottom: 4px solid #ea5404;
}

.header_main {
    width: 1102px;
    padding: 15px 0;
    margin: 0 auto;
    overflow: hidden;
}

.header_left {
    float: left;
    width: 437px;
    height: 65px;
}

.header_right {
    float: right;
    height: 50px;
}

.header_left div {
    float: left;
    width: 437px;
    height: 65px;
    margin-bottom: 5px;
}

.header_left p {
    float: right;
    width: 128px;
    height: 30px;
    line-height: 15px;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    color: #474747;
    text-align: center;
    padding-top: 8px;
}

.header_right p {
    line-height: 16px;
    font-size: 12px;
    color: #7a7a7a;
    text-align: center;
    font-family: "Microsoft Yahei";
    text-align: right;
}

p.header_phone {
    margin-top: 7px;
    width: 540px;
    line-height: 16px;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    color: #ff4802;
    text-align: right;
}

.content {
    width: 970px;
    margin: 0 auto;
}

.list_title {
    height: 30px;
    line-height: 30px;
    margin: 30px auto 15px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #5a5a5a;
}

.list_main {
    margin-bottom: 26px;
}