.mianbaoxie{
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.mianbaoxie span{
    display: block;
    margin-top: 10px;
    font-size: 20px;
}
.mianbaoxie .hongxian{
    width: 60px;
    height: 3px;
    background-color: #dc291e;
    margin-top: 5px;
}
.heng1{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
}
.heng1 a{
    text-decoration: none;
}
.heng1 .bot{
    width: 100%;
    height: 130px;
    background-color: #000;
    overflow: auto;
}
.heng1 .bot p{
    color: #fff;
    font-size: 18px;
    padding:0;
    margin: 20px 0 30px 20px;
}
.heng1 .bot p:hover{
    color: #dc291e;
    text-decoration: underline;
}
.heng1 .bot div{
    width: 70px;
    height: 30px;
    border: 1px solid #fff;
    margin-left: 20px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition-property: background-color, color;
    transition-duration: 0.3s;
}
.heng1 .bot div:hover{
    background-color: #fff;
    color: #000;
}

.heng2{
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
.heng2 a{
    text-decoration: none;
}
.heng2 .bot{
    width: 100%;
    height: 130px;
    background-color: #000;
    overflow: auto;
}
.heng2 .bot p{
    color: #fff;
    font-size: 18px;
    padding:0;
    margin: 20px 0 30px 20px;
}
.heng2 .bot p:hover{
    color: #dc291e;
    text-decoration: underline;
}
.heng2 .bot div{
    width: 70px;
    height: 30px;
    border: 1px solid #fff;
    margin-left: 20px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition-property: background-color, color;
    transition-duration: 0.3s;
}
.heng2 .bot div:hover{
    background-color: #fff;
    color: #000;
}