.bottom{
    width: 100%;
    height:auto;
    background-color: #2B2E37;
    display: table;
}
.bottom_title{
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    padding: 15px;
    text-align: center;
    color: #f4ea2a;
    display: table;
    width: 100%;
}
.title_con{
    display: table;
    margin: auto;
}
.bottom_title a{
    color: #f4ea2a;
    display: block;
    float: left;
}
.bottom_title_image{
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin: 0 5px;
}
.bottom_content{
    width: 100%;
    margin: auto;
    display: table;
}
.bottom_content .item{
    color: #fff;
    font-size: 12px;
    min-height: 30px;
    line-height: 20px;
    height: auto;
    width: 92%;
    margin: 0 auto 8px auto;
    word-break: break-all;
    opacity: 0.6;
}
.copyright_div {
    width: 100%;
    float: left;
    font-size: 11px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 0.6;
    text-align: center;
}
.copyright_div a {
    color: #ffffff;
}