

*{
    padding: 0;
    margin: 0;
    list-style:none;
    font-family: "Microsoft YaHei UI";
}
a{
    text-decoration: none;
}
.clear{
    clear: both;
}


/*第一页*/
.open{
    position: absolute;
    top:100px;
    left: 0;
    z-index: 99;
    /*width:336px;*/
    width:450px;
    background: #f2f2f2;
    box-shadow: 2px 3px 8px 0 rgba(0,0,0,0.2);
}
.open_list{
    padding: 16px;
    height: 496px;
    overflow: auto;
}
.open_list dl{
    overflow: hidden;
    margin-bottom: 15px;
}
.open_list dl dt{
    line-height: 20px;
    color: #333;
    font-size: 14px;
    /*font-weight: 600;*/
}
.open_list dl dt img{
    float: left;
    width:20px;
    height:20px;
    margin-right: 10px;
}
.open_list dl dd{
    float: left;
    margin-top: 8px;
}
.open_list dl dd a{
    display: block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #666;
    background: #fff;
    border-radius:4px;
    margin-right: 8px;
}
.open_list dl dd a:hover{
    background: #008bce;
    color: #fff;
    border: 1px solid #008bce;
}
.open_list .back{
    border-bottom: 1px solid #eee;
}
.open_list .back a{
    width:60px;
    height: 36px;
    background: url("../images/back.png") no-repeat 6px center ;
    line-height: 36px;
    padding-left: 22px;
    color: #666;
    font-size: 14px;

}
.open_list .back a:hover{
    background:  url("../images/back_pre.png") no-repeat 6px center ;
    color: #2b81ff;
}
.open_list .back:hover{

}
.open_list .back img{
    margin-right: 12px;
}
/*第二页*/
.open_list .left{
    float: left;
    width:28px;
    height: 30px;
    margin-right: 12px;
    padding: 6px;
    position: relative;
        line-height: 30px;
}
.open_list .left .num{
    position: absolute;
    top:6px;
    left:0;
    right:0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.open_list>ul>li>a{
    display: block;
    padding: 6px 0 10px;
    border-bottom: 1px solid #eee;
    background: url("../images/position_pre.png") no-repeat 6px 12px;
    background-size:7%;
    position: relative;
}
.open_list>ul>li>a:hover{
    background: url("../images/position.png") no-repeat 6px 12px;
    background-color: #f2f2f2;
    background-size:7%;
}
.open_list .right{
    float: left;
    width:234px;
}
.open_list .right ul li{
    font-size: 12px;
    line-height: 20px;
}
.open_list .right .title{
    line-height: 32px;
    font-size: 16px;
    color: #333;
}
.open_list .right .lable{
    margin-top: 14px;
    color: #ee0303;
}
.open_list .right .address,.open_list .right .phone{
    color:#008bce;
}


/*第三个*/
/*.tan_box{
    padding: 16px;
    box-shadow: 2px 3px 8px 0 rgba(0,0,0,0.3);
}*/
.tan_box ul li{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 4px;
}
.tan_box ul li a{
    color:#008bce;
}
.tan_box ul li a:hover{
    color:#015693;
    text-decoration: underline;
}
.tan_box .title{
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #015693;
    margin-bottom: 16px;
}
.tan_box span{
    color: #666;
}
.amap-info-content{
    padding: 10px 40px 10px 10px!important;
}
.amap-info-close{
    right: 13px!important;
    top: 15px!important;
}
.info-title{
    background-color: #2b81ff!important;
}

.jt{
    background: url(https://www.shyp.gov.cn/shypq/map/images/back.png) no-repeat center;
    width: 10px;
    display: block;
    height: 13px;
    position: absolute;
    top: 14px;
    right: 0;
    transform: rotate(180deg);
}
.tan_box ul .look-more a{
    color: #2b81ff;
    border: 1px solid #2b81ff;
    padding: 5px 10px;
    border-radius: 5px;
}
