ul li,
ol li {
    list-style-type: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

/******************** 头部 ********************/

.tb {
    width: 100%;
    height: 100px;
    background: #fff;
    border-top: 6px solid #515ef2;
}

.tb-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.tb-l {
    padding-top: 14px;
}

.tb-sx {
    width: 1px;
    height: 57px;
    padding-top: 16px;
    padding-left: 20px;
}

.tb-txt {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    line-height: 90px;
    padding-left: 22px;
    color: #333;
}

.tb-yh-box {
    height: 20px;
    margin-top: 35px;
}

.tb-yh {
    width: 20px;
    height: 20px;
}

.tb-wh {
    font-size: 14px;
    text-align: left;
    color: #5f5f5f;
    margin-left: 10px;
    background: url(tb-xl.png) no-repeat right;
    padding-right: 12px;
}

.tb-tc {
    font-size: 14px;
    color: #5f5f5f;
    margin-left: 10px;
}

/******************** 正文样式 ********************/
.col_cont {
    width: 100%;
    border-top: 2px solid #e2e4e4
}

.article_cont {
    width: 1200px;
    background-color: #f9f9f9;
    margin: 28px auto 0;
    padding: 30px 125px;
}

.con_title {
    line-height: 36px;
    font-size: 25px;
    text-align: center;
    padding: 0 0 15px;
    border-bottom: 1px solid #dbdbdb;
}

.namer p {
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    padding-top: 15px;
}

.article {
    margin-top: 40px;
}

.article,
.article p,
.article span {
    line-height: 32px;
    font-size: 16px;
}

.article img {
    width: auto;
    max-width: 93%;
    height: auto;
    margin: 12px auto 30px;
    display: block;
}