﻿.container-link {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;

    background-color: #f0f4f7;
    border-radius: 5px; /* 圆角 */
    margin-top: 10px;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 3px 3px 0px #F2F2F2;
    border: 1px solid #c9d5de;
}


    .container-link .link-title {
        height: 45px;
        overflow: hidden;
        font-size: 18px;
        line-height: 45px;
        border-bottom: 1px solid #d7e1e8;
        color: #205aef;
    }
        .container-link .link-title i {
            display: inline-block;
            width: 25px;
            height: 21px;
            margin-right: 10px;
            vertical-align: text-bottom;
            background: url(/Content/Images/Home/icon-link.png) no-repeat center;
        }

    .container-link .link-list {
        width: 100%;
        overflow: hidden;

    }
        .container-link .link-list li {
            width: 165px;
            height: 35px;
            line-height: 35px;
            float: left;

        }



.container-footer {
    width: 1200px;
    min-width: 1200px;
    margin: 10px auto;
    padding: 0 20px;
    box-sizing: border-box;

    clear: both;
    overflow: hidden;
    height: 150px;
    background-color: #474745;
    border-radius: 5px; /* 圆角 */
}
    .container-footer .footer-top {

        height: 40px;
        overflow: hidden;
        font-size: 16px;
        line-height: 40px;
        color: #ffffff;
        text-align: center;
        margin-top:10px;
    }
        .container-footer .footer-top ul {
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            list-style-type: none; 
            padding: 0;

        }
            .container-footer .footer-top ul li {
                margin: 0px 0px;              
                width: 100px;
                height:22px;
                line-height:22px;
                border-left:1px solid white;
            }
            .container-footer .footer-top ul li:first-child {
                border:none;
            }

    .container-footer .footer-content {
        color: #ffffff;
        font-size:14px;
        text-align:center;
    }