body, p{margin: 0;padding: 0;}

.top_img{
    width: 100%;
    height: 400px;
    display: block;
}
.top_img img{
    width: 100%;
    height: 400px;
    min-width: 1200px;
}
.top_logo{
    width: 100%;
    height: 130px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
}
.top_logo img{
    width: auto;
    height: 80px;
    margin-left: 20px;
    margin-top: 25px;
}
.complaint_content{
    width: 1200px;
    height: auto;
    margin: auto;
    display: table;
}
.content_title{
    color: #E60012;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}
.title_line{
    width: 30px;
    height: 1px;
    background: #000000;
    margin: 20px auto 60px auto;
}
.content_item{
    font-size: 14px;
    margin-bottom: 60px;
}
.content_item p{

}
.h300{
    height: 300px;  
}
.p1{
    margin-bottom: 10px;
    line-height: 20px;
}
.p1 a{
    text-decoration: none;
    color: #333333;
}
.item_left{
    width: 450px;
    height: 150px;
    padding: 75px;
    float: left;
    background-color: #d6d6d6;
}
.item_right{
    width: 450px;
    height: 150px;
    padding: 75px;
    float: left;
    background-image: url("/static/images/single/rimg.png");
    color: #FFFFFF;
}
.p2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.red{
    color: #E60012;
}
.complaint_bottom{
    background-color: #222222;
}
.bottom_list{
    width: 100%;
    display: table;
    border-bottom: 1px solid #393939;
}
.list_content{
    width: 1200px;
    margin: auto;
    display: table;
}
.list_item{
    text-decoration: none;
    color: #d6d6d6;
    font-size: 16px;
    line-height: 56px;
    padding: 0 15px;
}
.list_content span{
    color: #d6d6d6;
    font-size: 14px;
    line-height: 56px;
}
.bottom_copyright{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #d6d6d6;
    padding: 10px 0;
}
.bottom_copyright a{
    color: #d6d6d6;
    text-decoration: none;
}