.top-none{
    display: none!important;
}
a {
    text-decoration: none !important;
}

a :hover {
    text-decoration: none !important;
}
/*分页样式*/
.pagination a.disabled{color: #bfbfbf;background: #f2f2f2;pointer-events:none}
.pagination a.disabled:hover{color: #bfbfbf;background: #f2f2f2;}
/*广东省知识产公共服务机构选中样式*/
.g-box .link-mod .con .item .curr{color: #2464c9;font-weight: bold;}
/*列表a标签*/
.table_a_color{
    color: #2464c9;font-weight: bold;
}
.tab_list_a{
    color: #fff;
    font-size: 20px;
}
/*上面的为======样式补丁*/


/*自定义======样式*/
/*地市服务start*/
.trade-input {
    border: 1px #034da1 inset;
    line-height: 30px;
    border-radius: 6px;
    width: 300px;
    padding: 0 10px;
    margin-right: 20px;
}

.trade-btn {
    width: 80px;
    border: 2px #2464c9 solid;
    border-radius: 4px;
    color: #fff;
    background-color: #2464c9;
    line-height: 30px;
    margin-right: 10px;
}
.transaction-head{
    text-align: center;
}
.input-time-img{
    background: url(../images/input_time.jpg) no-repeat right;
}
/*地市服务end*/

/*地图盒子*/
.mapDiv_box{
    display: flex;
    position: relative;
}
.mapDiv_left{
    width: 70%;
    height: 500px;
    margin-top: 28px;
    border-radius: 20px 0 0 0;
}
.mapDiv_right{
    width: 30%;
    height: 500px;
    padding-left: 20px;
    margin-top: 28px;
    border-radius: 0 20px 0 0;
}

.mapDiv_right .search {
    font-size: 13px;
    border: 1px solid #999999;
}

.mapDiv_right .ls {
    line-height: 27px;
    padding-left: 7px;
}

.mapDiv_right .prompt {
    display: none;
    font-size: 13px;
    border: 1px solid #999999;
}

.mapDiv_right .statistics {
    display: none;
    font-size: 13px;
    border: 1px solid #999999;
    overflow-y: scroll;
    height: 150px;
}

.mapDiv_right .suggests {
    display: none;
    font-size: 13px;
    border: 1px solid #999999;
}

.mapDiv_right .lineData {
    display: none;
    font-size: 13px;
    border: 1px solid #999999;
}

.mapDiv_right .result {
    margin-top: 20px;
    display: none;
    font-size: 12px;
    border: 1px solid #999999;
    line-height: 27px;
    padding-left: 7px;
}

.mapDiv_max{
    width: 100%;
    height: 700px;
    margin-top: 28px;
    border-radius: 20px 0;
}
.mapDiv_search{
    position: absolute;
}
.law_level_1{
    width: 100%;
    text-align: center;
    color: black;
}
.law_level_2{
    margin: 20px 0;
    text-indent:2em;
    font-size: 18px;
}