.c_footer {
    /* background-color: #333333; */
}
.c_footer a {
    color: rgba(143, 161, 199, 1);
}
.c_footer .top {
    background-color: rgba(25, 47, 93, 1);
    color: rgba(143, 161, 199, 1);
    padding: 20px;
    box-sizing: border-box;
}

.c_footer .top .c_f_content {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}
.c_footer_top_left {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("/images/componets/c_f_1.png");
    background-size: 80% 60%;
    background-position: center;
    background-repeat: no-repeat;
}
.c_footer_top_left .image {
    width: 100%;
    margin-top: 20px;
}

.c_footer_top_left .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    margin-top: 20px;
    font-size: 14px;
}
.c_footer_top_center {
    width: 900px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}
.c_footer_content_item {
    width: 250px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.c_footer_content_item .c_footer_content_item_title {
    padding: 20px 0;
    font-weight: bold;
    font-size: 20px;
}
.c_footer_content_item .c_footer_content_item_line {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}
.c_footer_content_item .line_circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #8fa1c7;
}
.c_footer_content_item_line:hover {
    font-weight: bold;
}
.c_footer_content_item a:hover {
    font-weight: bold;
}
.c_footer_top_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
}
.c_footer_right_title {
    padding: 20px 0;
    font-weight: bold;
    font-size: 20px;
}
.icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    margin-top: 10px;
}
.icons_img {
    width: 30px;
    height: 30px;
}
.c_footer_top_right_chat {
    background-color: #108cda;
    color: #fff;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.c_footer .bottom {
    background-color: rgba(17, 33, 67, 1);
    color: rgba(143, 161, 199, 1);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.c_footer .bottom .c_f_content {
    margin: 0 10%;
    margin-bottom: 10px;
}
.c_footer .bottom .tags {
    margin: 0 10%;
    padding-left: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.c_footer .bottom .tags a {
    margin-right: 30px;
}
