.map_box_top{
    overflow: hidden;
    margin-bottom: 100px;
}
.map_top_left{
    width: 35%;
}
.aboutHonor_title{
    text-align: left;
}
.map_top_left_1{
    overflow: hidden;
    display: block;
    margin-bottom: 68px;
}
.map_top_left_1_1{
    width: 68px;
    margin-right: 20px;
}
.map_top_left_1_1 img{
    max-width: 100%;
    height: auto;
}
.map_top_left_1_2 p{
    color: #696969;
    /* margin-bottom: 10px; */
}
.map_top_left_1_2 div{
    font-family: "OPPOSans-B";
	color: #696969;
}
.map_box_content{
    overflow: hidden;
}
.map_box_content_title{
    margin-bottom: 40px;
}
.map_box_content_title1{
    font-weight: bold;
    color: #696969;
    display: inline-block;
    margin-right: 15px;
}
.map_box_content_title2{
    font-family: "OPPOSans-R";
	color: #696969;
}
.map_list{
    width: 31%;
    box-sizing: border-box;
    padding: 30px;
    background-color: #f4f9fc;
    margin-right: 3.5%;
    margin-bottom: 30px;
    cursor: pointer;
}
.map_list:nth-child(3n){
    margin-right: 0px;
}
.map_list_top{
    margin-bottom: 30px;
}
.map_list_top span{
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    /*color: #666666; 03-10 lisuwan modify*/
    color: #696969;
}
.map_list_text{
    height: 60px;
    overflow-y: auto;
    color: #696969;
}
.map_list_text::-webkit-scrollbar{
    width: 0px;
}
.map_tes{
    font-family: "OPPOSans-B"; 
}
.map_list:hover{
    background: url(../images/serve_img4.png) no-repeat;
    background-size: cover;   
}
.map_list:hover .public_static{
    display: none;
}
.map_list:hover .public_active{
    display: inline-block;
}

.map_list:hover .map_list_text{
    color: #ffffff;
}
.map_list:hover .map_list_top span{
    color: #ffffff;
}
.map_containers {
    width: 100%;
    height: 480px;
    position: relative;
}

.map_containers #map_container {
    width: 100%;
    height: 100%;
    margin: 0px;
}