/*页面底部样式*/
.footer {
    height: 180px;
    background-color: #ECF0F1;
}
.footer-content {
    width: 1200px;
    margin: auto;
    padding: auto;
}
.footer-left{
    width: 30%;
    float: left;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
}
.footer-right{
    float: right;
    width: 40%;
    line-height: 28px;
    margin-top: 10px;
}
.footer-right ul{
    float: left;
}
.footer-content ul li {
    list-style: none;
    font-size: 15px;
}

.footer-content ul li a {
    color: #333;
}

/*.footer-content ul li a:hover {*/
    /*color: black;*/
    /*text-underline: none;*/
/*}*/

.showlog{
    margin-top: 20px;
    margin-left: 20px;
    display: block;
    float: left;
}
