body{
    background-color: #f1f1f1;
}
.header_c{
    width: 100%;
    min-width: 1024px;
    z-index: -1;
}
.header_c_bg{
    width: 100%;
    min-height: 216px;
    min-width: 1024px;
    position: absolute;
    top:0;
    left: 0;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 1;
    z-index: -1;
}
.content_c_wrap{
    width: 100%;
    margin-top: 36px;
    z-index: 10;
}
.content_c{
    width: 920px;
    margin: 0 auto 40px;
    background-color: #fff;
    padding: 0 40px 40px 40px;
    border-radius: 5px;
}
.content_c_header{
    width: 100%;
    /*height: 180px;*/
}
.content_c_logo{
    position: relative;
    padding-top: 20px;
}
.content_c_logo a{
    position: absolute;
    width: 121px;
    height: 58px;
    z-index: 10;
    top:20px;
    left: 0;
}
.content_c_title{
    height: 40px;
    line-height: 40px;
    padding: 0 0 70px;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
}
.second_title{
    font-size: 24px;
    border: none;
}
.content_c_text{
    margin-top: 20px;
}
.content_c_text>p{
    font-size: 13px;
    color: #666666;
    line-height: 22px;
}
.content_c_text>p>strong{
    font-size: 13px;
    color: #666666;
    line-height: 22px;
    font-weight: bold;
}
.content_c_text>h3{
    margin: 20px 0 5px 0;
}