*{
    list-style: none;
    text-decoration:none;
}
body{
    font-family:"微软雅黑";
    background:#f7f7f7;
}
.head {
    width:100%;
    height:300px;
    background:url(headBg.png) no-repeat;
    background-size:100% 100%;
}
.content{
    width:1160px;
    min-height: 500px;
    margin:auto;
    padding-bottom:30px;
    background: white;
    box-shadow: 3px 3px 0.4em rgba(0, 0, 0, 0.1), -3px 0 0.4em rgba(0, 0, 0, 0.1);
  overflow:hidden;
}
.location {
    width:96%;
    height:45px;
    background: url(location.png) no-repeat ;
    background-position: 0 13px;
}
.location p {
    line-height:45px;
    font-size:13px;
    color:#a8a8a8;
    padding-left: 30px;
    box-sizing: border-box;
}
.location p a{
    color:#a8a8a8;
}
.newsList{
    width:100%;
    height: 328px;
    float:left;
    overflow:hidden;
}
.newsList ul {
    padding-bottom: 35px;
}
.newsList ul li {
    position: relative;
}

.newsList ul li:last-child{
    border:none;
}
.newsList ul li span{
    position: absolute;
    right: 20px;
    line-height: 60px;
    font-size: 13px;
}
.newsList ul li img{
    width: 20px;
    height: 20px;
    margin-right: 12px;

}
.newsList ul li a{
    color:#333;
    font-size:14px;
    line-height:55px;
}
.newsList ul .more {
    font-size:14px;
    float:right;
    line-height:25px;
    color:#a19a95;
}
.foot{
    width:100%;
    height:180px;
    background:#fff;
    margin-top:20px;
    box-shadow: 3px 3px 0.4em rgba(0, 0, 0, 0.1), -3px 0 0.4em rgba(0, 0, 0, 0.1);
}
.footContent{
    width:1200px;
    height:100%;
    margin:auto;
    position: relative;
}
.footContent img{
    position: absolute;
    left: 10%;
    bottom: 30%;
}
.footContent ul {
    width:60%;
    text-align:center;
    height:30px;
    margin-left:40%;
    padding-top:50px;
}
.footContent ul li{
    float:left;
}
.footContent ul li a{
    color:#333;
}
.footContent p{
    text-align:Center;
}