/*
    ** @author: zhangwenming
    ** data: 2019-03-09  16;53
    ** description  德澜仕官方网站  网站地图模块专用样式
*/

.website-map{
    margin-top: 40px;
}
.website-map~.website-map{
    margin-top: 84px;
}
.website-tit{
    color: #fff;
    width: 172px;
    height: 42px;
    line-height: 42px;
    background-color: #03343f;
}
.website-links{
    text-align:left;
    width: 100%;
    padding: 30px;
    border: 2px solid #414141;
}
.website-links a{
    font-size: 16px;
    color: #000;
    display:block;
    float: left;
}
.links-a~.links-a{
    margin-left: 32px;
}
.links-a:hover{
    color: #4ad1c5;
}