ol, ul {
  list-style: none;
}
p{
margin: 0 0 1.2rem 0;
}
.am-list>li>a {
padding: 0px;
overflow: hidden;
}
.am-table td, .am-table-bordered td{
    border-top: none;
    font-size: 14px;
    text-align: center;
}
.am-table th {
  background: #f5f5f5;
  font-size: 14px;
  color: #212121;
  text-align: center;
}
.logo{
  width: 160px;
  height: 60px;
  margin: 40px auto 10px;
  overflow: hidden;
}
.logo img {
  margin-top: -43px;
}

.chaxun_link ul{
	overflow:hidden;
	padding: 15px 0 0 0px;
	margin:0 auto;
}
.chaxun_link li{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.chaxun_link li.small{
	width: 50%;
}
.chaxun_link li a{
	display: block;
	height: 32px;
	margin: 0 5px;
	border:1px solid #ccc;
	line-height: 32px;
	text-align: center;
}
.chaxun_link li a:hover {
    text-decoration: none;
}
.chaxun_link li.active a,.chaxun_link li a:hover{
	background: #2095f2;
	border-color: #2095f2;
	color:#fff;
}
.pbf{
    padding-bottom: 0px;
}

        .search-container {
            padding: 20px;
            background: white;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        .search-title {
            text-align: center;
            margin-bottom: 30px;
            color: #333;
        }
        .search-form {
            margin-bottom: 0px;
        }
        .search-tips {
            margin-top: 20px;
            font-size: 14px;
            color: #666;
            text-align: center;
        }
        .am-form-group {
            margin-bottom: 0;
        }
        .am-btn-primary {
            background-color: #0e90d2;
            border-color: #0e90d2;
        }
        .am-btn-primary:hover {
            background-color: #0d79b3;
            border-color: #0d79b3;
        }
.ip2region,.baidu,.chinaz{
    white-space: nowrap;
  overflow-x: auto;
}
/* 自定义滚动条样式 */
.chinaz::-webkit-scrollbar {
  height: 6px;
}
.chinaz::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.chinaz::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
/* 自定义滚动条样式 */
.ip2region::-webkit-scrollbar {
  height: 6px;
}
.ip2region::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ip2region::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
/* 自定义滚动条样式 */
.baidu::-webkit-scrollbar {
  height: 6px;
}
.baidu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.baidu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}