/* 新找服务页面下划线 */
.navBoxNew ul li:nth-child(3) .navMore p{ 
    color: #fff;
    padding-bottom: 17px;
    border-bottom: solid 3px #fff;
    position: relative;
}

.navBoxNew ul li:nth-child(3) .navMore p::after,
.navBoxNew ul li:nth-child(3) .navMore p:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}




body{
    background: #f3f5f7
}
.bg_white{
	background-color: #fff;
}
.searchBox{
	border-bottom: none;
}
ul.dataList{
	box-sizing: border-box;
	padding: 0 10px;
	min-height: 175px;
	border-top: 1px solid #ededed;
}
ul.dataList li{
	padding: 30px 20px;
	border-bottom: 1px solid #ededed;
}
ul.dataList li:hover{
	background: #f7fbff;
}
ul.dataList li .listTitle{
	width: 1020px;
}
ul.dataList li .listTitle .hot{
    height: 14px;
    width: 30px;
    display: inline-block;
    background: url(../images/hot.png) no-repeat left center; 
}
.mb16{
	margin-bottom: 16px;
}
.mt16{
	margin-top: 16px;
}

ul.dataList li .listTitle a:hover{
	color: #308bd8;
}
ul.dataList li .text-red{
	color: #fa2515;
}
.paraoverflow1{
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
ul.dataList li .spanIcon{
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
	background-color: #f3f3f3;
	margin: 0 5px;
}
ul.dataList li .pListJj{
	height: 50px;
	line-height: 25px;
}
ul.dataList li .itemsBox span {
    height: 18px;
    /* border: 1px solid #fa8936; */
    line-height: 18px;
    /* color: #ff9966; */
    padding: 2px 10px;
    border-radius: 4px;
    display: inline-block;

		background-color: #f3f9ff;
    color: #148df7;
    border: 1px solid #148df7;
}
.lh16{
	line-height: 16px;
}
ul.dataList li .timeBox {
  display: inline-block;
  color: #999;
  height: 16px;
  line-height: 16px;
  background: url(../images/z4.png) no-repeat 13px center;
  padding-left: 35px;
	border-left: 1px solid #999;
}
ul.dataList li .aBtn{
	width: 90px;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	border: 1px solid #fa8936;
	background-color: #fa8936;
}
ul.dataList li .aBtn.aBtnFO{
	background-color: #fff;
	color: #fa8936;
}
.mt2{
	margin-top: 2px;
}
.filterContainer .searchInputBox {
    left: 100px;
    top: 13px;
}

/* 新首页样式 */
.filterContainer {
	background: #fff;
}
/* 筛选 */
.filterContainer .filterBox li select {
    color: #333;
}

.filterContainer .filterBar a,
.filterContainer .filterBarMore a{
    border-radius: 4px;
    margin-right: 12px;
    border: 1px solid #fff;
    color: #333;
}
.filterContainer .filterOut {
    padding: 20px;
}
.filterShow {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #fff;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
    color: #148df6;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: -15px;
}
/* 筛选条件 start */



/* 内容 */
.outLine {
    margin-top: 30px;
    /* width: 1158px; */
    background-color: #fff;
    min-width: 1200px;
}
.searchBox {
    background: #fff;
    height: 60px;
}

ul.dataList li .sourceBox {
    display: inline-block;
    color: #999;
    height: 16px;
    line-height: 16px;
    background: url(../images/z3.png) no-repeat 13px center;
    padding-left: 35px;
}
.searchPublicBox {
  margin-bottom: 10px;
}
.mainList {
  border: 1px solid #f2f2f2;
}
.searchBox .pageTit {
    padding-left: 8px;
    background: url(../../public/images/icons/pageTitBg.png) no-repeat 5px 16px;
    height: 70px;
    line-height: 70px;
    font-style: italic;
    font-size: 24px;
    font-weight: bold;
    /* margin-right: 20px; */
}
.locationBox{
  height: 60px;
}
/* .locationBox a,
.locationBox span {
    color: #8b94a1;
} */
.pathPic {
    padding-left: 25px;
    background: url(../images/pathHome.png) no-repeat 3px center;
}
.activeBarBox {
    background-color: #148DF6;
    min-width: 1200px;
}
.filterContainer ul li .filterBar, .filterContainer ul li .filterBarMore {
    width: 1080px;
    line-height: 32px;
    padding: 11px 0;
    border-bottom: 1px solid #f2f2f2;
}