.main-body-footer{
	cursor: default;
    font-family: Avenir,Helvetica,Arial,sans-serif;
}

.main-body-footer .bottom_box{
    width: 100%;
    height: 337px;
    background: url(/publish/xfyhcs/images/bottom.png);
    background-size: cover;
    padding: 50px 0 34px;
    box-sizing: border-box;
}

.main-body-footer .bottom_box .bottom_content{
    cursor: default;
    font-family: Avenir,Helvetica,Arial,sans-serif;
    display: flex;
    margin: 0 auto;
    width: 1200px;
    justify-content: space-between;
}

.main-body-footer .bottom_box .bottom_content .content_item {
    cursor: default;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 18px;
    color: #999;
}

.main-body-footer .bottom_box .bottom_content .content_item_box {
    width: 100%;
	display: flex;
}

.main-body-footer .bottom_box .bottom_content .content_item_box .bottom_list_box {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 20px;
}

.main-body-footer .bottom_box .bottom_content .content_item .title {
    cursor: default;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
}

.main-body-footer .bottom_box .bottom_content .bottom_border {
    width: 248px;
    height: 1px;
    border-bottom: 1px solid #1a2637;
    opacity: 1;
}

.main-body-footer .bottom_box .bottom_content .content_item .title_content {
    padding-top: 14px;
    padding-bottom: 12px;
    margin-left: 20px;
    display: flex;
}


.main-body-footer .record{
    width: 100%;
    height: 60px;
    background: #1a2637;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 60px;
    color: #999;
    text-align: center;
}

.main-body-footer .record .el-link {
    color: #999;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
    outline: 0;
    padding: 0;
}

.main-body-footer .record .el-link .el-link--inner{
    font-family: Microsoft YaHei UI;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #999;
}