﻿/*footer css*/


 .list-unstyled {
            list-style-type: none; /* Remove dots  去掉文本前的圆点 */
            line-height:1.8;
        }
    .list-unstyled a {
            color:#fff;
            font-size:12px;
            line-height:15px;
    }
        .list-unstyled a:hover {
            color:#c2e7fa;
        }



 .copyright-info {
border-top: 1px solid #c8c9ca; /*顶端边框显示*/

text-align:center;
padding: 12px 0px 12px 0px; /*边距填充：上面 右边 底部 左边*/

font-family:Arial;
font-size:12px;
color:#fff;
/*background-color:#43728e;  /*footer背景色#aed8fb*/
}


.f_title {
    font-size:16px;
    font-family:Arial;
    font-weight: bold;
    color:#fff;
}
.f_word {
    color:#fff;
    font-size:14px;
    line-height:2;
}
    .f_word a {
        font-size:14px;
    }