﻿
.content-link {
    padding-top: 45px;
}

.link-div {display: flex; height: 85px;}
.link-div .con-title span {
    border-bottom: none;
    display: inline-block;
    width: 115px;
    font-size: 20px;
    font-family: 'MicrosoftYaHei' !important;
    font-weight: normal !important;
}
.link-div .con-title span::after {
    content: " ";
    display: block;
    width: 13px;
    height: 50px;
    border-right: 2px solid #ccc;
    position: relative;
    right: -85px;
    top: -39px;
}


.link-div .link-list a {
    color: #666666;
    line-height: 30px;
    margin-right: 20px;
}

.link-div .link-list a:hover {
    color: #F79100
}


.footer{ height: 206px; background-image: url(../images/footer-bg.png);  background-repeat: no-repeat; 
}

.footer .footer-logo,
.footer-title-div .footer-img  {
    cursor: pointer;
}

.footer .footer-div {
    display: flex;
    height: 206px;
    align-items: center;
}

.footer-div .footer-text-center {
    cursor: pointer;
}
.footer .footer-text-center {
    font-size: 14px;
    color: #fff;
    padding: 40px;
    position: relative;
}


.footer-text-center .footer-border-left {
    height: 110px;
    border-left: 2px solid #ccc;
    position: absolute;
    top: 48px;
    left: 20px;
}

.footer-text-center .footer-border-right {
    height: 110px;
    border-right: 2px solid #ccc;
    position: absolute;
    top: 48px;
    right: 20px;
}


.footer-title-div .text {
    font-size: 14px;
    margin-top: 10px;
}

.footer .footer-text-right {
    width: 230px;
    font-size: 14px;
    color: #fff;
}

.footer-text-right .footer-title {
    font-weight: 400;
    color: #FFF;
}

.footer-text-right .footer-title-div {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

@media (max-width: 576px) {
  
}