.fl {
    float: left;
}

/*公司动态开始*/

.dynamic {
    background-color: rgb(47, 47, 48);
    height: 390px;
}

.dynamic .center {
    width: 1200px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.dynamic .center > div {
    display: inline-block;
}

.dynamic .center .company {
    width: 330px;
}

.dynamic .center .company h4 {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
}

.dynamic .center .company .more {
    font-size: 14px;
    color: #9fa0a0;
    margin-left: 25px;
    display: none;
}

.dynamic .center .company .more:hover {
    color: #12c86b;
}

.dynamic .center .company .list {
    margin-top: 24px;
}

.dynamic .center .company .list > * {
    font-size: 14px;
    color: #9fa0a0;
    display: block;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.dynamic .center .company .list > a:hover{
    color: #12c86b;
}

.dynamic .center .line {
    background-color: rgb(0, 0, 1);
    border-right: rgb(77, 78, 79) solid 1px;
    width: 1px;
    height: 260px;
    margin: 0 20px;
}

.dynamic .center .about {
    width: 278px;
    height: 265px;
}

.dynamic .center .connection {
    width: 200px;
}

.dynamic .center .wechat {
    width: 166px;
    margin-left: 100px;
}

.dynamic .center .wechat > img {
    margin-top: 24px;
}

.dynamic .center .wechat > p {
    margin-top: 8px;
    font-size: 14px;
    color: #9fa0a0;
    display: block;
    line-height: 27px;
}

/*最下方开始*/

#footer .footer-container {
    width: 100%;
    height: 80px;
    background-color: #000;
}

#footer .footer-center {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#footer .footer-center span {
    color: #fff;
    line-height: 30px;
    font-weight: 300;
}

#footer .footer-center .right {
    float: right;
    display: inline-block;
    height: 80px;
    vertical-align: middle;
}

#footer .footer-center .right > a {
    display: inline-block;
    margin-right: 40px;
    height: 80px;
    width: 30px;
    float: left;
    position: relative;
}

#footer .footer-center .right > a > img {
    display: none;
    position: absolute;
    top: -135px;
    left: -50px;
}

#footer .footer-center .right > a:hover img {
    display: block;
}

#footer .footer-center .right .wechat {
    background: url(../../images/new-footer/icon_we_chat.png);
}

#footer .footer-center .right .wechat:hover {
    background: url(../../images/new-footer/icon_we_chat_suspend.png);
}

#footer .footer-center .right .qq {
    background: url(../../images/new-footer/icon_qq.png);
}

#footer .footer-center .right .qq:hover {
    background: url(../../images/new-footer/icon_qq_suspend.png);
}

#footer .footer-center .right .blog {
    background: url(../../images/new-footer/icon_blog.png);
}

#footer .footer-center .right .blog:hover {
    background: url(../../images/new-footer/icon_blog_suspend.png);
}

#footer .footer-center .right .qq-blog {
    background: url(../../images/new-footer/icon_tencent_blog.png);
}

#footer .footer-center .right .qq-blog:hover {
    background: url(../../images/new-footer/icon_tencent_blog_suspend.png);
}
