﻿.footer{
    height: 200px;
    width: 100%;
    background: #333333;
    min-width: 1300px
}
.footer .footercont .footerList{
    width: 435px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 100px;
}
.footer .footercont .footerList li{
    display: inline-block;
    padding: 0 40px;
    position: relative;
}
.footer .footercont .footerList li:last-child:after{
    display: none;
}
.footer .footercont .footerList li:after{
    content:'|';
    color:#999;
    position: absolute;
    right: 0;
    top: 0;

}
.footer .footercont .footerList li a:hover,.footer .footercont  .footerTips .office:hover{
    text-decoration: underline;
}
.footer .footercont .footerList li a.problem{
    background:none;
}
.footer .footercont  .footerTips{
    margin:23px auto;
    text-align: center;
}
.footer .footercont  .footerTips .office{
    margin-left: 20px;
    margin-right: 20px;
}