@CHARSET "UTF-8";
* {
  box-sizing: border-box;
}
html{
	line-height: 1.5em;
}
/* h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
} */
/****************搜索********************/
#search_part {
  border: 1px solid #ddd;
  background: #fff;
}

#search_part .agent_search {
  text-align: center;
}
#search_part .main {
  background: #FFFFFF;
  padding: 15px 15px 0px 40px;
}
.search {
  display: flex;
}
/* #search_part .search a {
  background: url(../../resources/css/images/mapbg.png) no-repeat right center;
} */
.evaluation_entrance{
  border-radius: 5px;
  width: 135px;
  line-height: 37px;
  height: 38px;
  color: #fff;
  background-color: #0e8ad7;
  padding-left: -1px;
  position: relative;
  right: 0;
  margin-left: 100px;
  font-size: 18px;
}
.evaluation_entrance:hover{
  color: #fff;
  background-color: #0e8ad7;
}
.evaluation_entrance:visited{
  color: #fff;
  background-color: #0e8ad7;
}
.main {
  height: auto;
  margin: 25px auto;
}
.keyWord {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #0e8ad7;
  margin: 0px 0px 0px 26px;
  width: 484px;
  height: 37px;
}
.search-Btn {
  padding: 10px;
  font-size: 18px;
  background: #0e8ad7;
  color: #fff;
  border: none;
  position: relative;
  top: 0px;
  height: 37px;
  border-radius: 0px;
}
#search_part .agent_choose .main {
  margin-top: -1px;
}
#search_part .main {
  background: #FFFFFF;
  padding: 15px 15px 0px 40px;
}
#search_part .sel_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  height: 31px;
}
.itembg {
  color: #d1d1d1;
  font-size: 20px;
  margin-right: 5px;
}
#search_part .sel_item dt {
  color: #000;
  font-size: 16px;
}
#search_part .sel_item a {
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.borker_choose dl dd ul.list-inline li.active a {
  color: #fff;
  background: #0e8ad7;
  border-radius: 3px;
}
.borker_choose dl dd ul.list-inline li a {
  color: #000;
  padding: 0 10px;
  display: block;
}

.bgw{
	background-color:#fff;
}

#borkerlist tr th{
	padding:0px;
	background-color: #0e8ad7;
    color: #fff;
    line-height: 40px;
    text-indent: 10px;
    font-size: 16px;
    font-weight: normal;
    height:40px;
}
#borkerlist tr:hover{
    background-color: #eaf5ff;
    cursor: pointer;
}
#borderlist tr{
	border-bottom: 1px dashed #dedede !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px;
}
#borderlist tr>td{
	line-height: 28px;
    text-indent: 10px;
    font-size: 16px;
    padding: 6px 0px;
    color: rgb(44, 18, 0);
    font-family: "微软雅黑";
}