﻿.main{
    width: 100%;
    background: #f4f4f4;
    padding: 40px 0;
}
.main a,
.main a:hover
.main a:active{
    text-decoration: none;
}
.map{
    width: 100%;
    padding: 20px;
    background: #fff;
}
.map .list {
    margin-bottom: 20px;
}
.map .list .title{
    padding-left: 10px;
}
.map .list .title a{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.map .list .title:hover a{
    color: #80241C;
}
.map .list .cont{
    padding-top: 5px;
    padding-bottom: 10px;
}
.map .list .cont .list-item{
    margin-top: 10px;
    display: flex;
}
.map .list .cont .list-item .tit{
    width: 75px;
    min-width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #80241C;
}
.map .list .cont .list-item ul{
    margin-left: 20px;
}
.map .list .cont .list-item ul li{
    line-height: 30px;
    margin: 0 8px;
}
.map .list .cont .list-item ul li a{
    color: #333;
    font-size: 15px;
}
.map .list .cont .list-item ul li a b{
    font-weight: normal;
}
.map .list .cont .list-item ul li:hover a,
.map .list .cont .list-item ul li:hover a b{
    color: #80241C;
    font-weight: bold;
}
@media (max-width: 768px) {
    .main{
        padding: 30px 0;
    }
}
