select{
    color: #888;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    width: 145px;
}
select option{
    padding-top: 10px;
}
/*-------------------------------- 高级搜索样式---------------------------------- */
.container{
    width: 1200px;
    margin:0 auto;
}
.tuijie{
    margin-top: 20px;
}
.tuijie div{
    height:44px;
    overflow: hidden;
    line-height: 26px;
}
.tuijie span{
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}
.tuijie a{
    display: inline-block;
    color:#1a66b3;
    border-right:1px solid #969696;
    width: 95px;
    line-height: 12px;
    font-size: 12px;
    padding: 0 0px 0 14px;
    
}
.tuijie a:first-child{
    color: #333;
    font-size: 14px;
}
.content{
    display: flex;
    justify-content: space-between;
}
.condition{
    margin-top: 20px;
    border:1px solid #e2e2e2;
    width: 971px;
}
.condition>div{
    border-bottom: 1px solid #ff7e00;
    height: 42px;
    line-height: 42px;
}
.condition>p{
    width: 96%;
    margin:0 auto;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eaeaea;
}
.condition> p label{
    margin-left: 40px;
    font-size: 15px;
    font-weight: bold;
    color:#ff7e00;
    cursor: pointer;
}
.condition> p label input{
cursor: pointer;
}
.condition> ul {
    display: none;
}
.condition> ul.on{
    display: block;
}
.condition> ul li{
    width: 96%;
    margin:0 auto;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eaeaea;
}
.condition> ul li span{
    display: inline-block;
    min-width: 65px;
}
.condition> ul li input[type='text']{
    border:1px solid #eaeaea;
    height: 30px;
    width:90px;
    padding-left: 10px;
    border-radius: 3px;
}
.condition> ul li:last-child{
    border:none;
    height:100px;
    line-height: 100px;
}
.condition> ul li>div{
    width: 49%;
    display: inline-block;
}
.condition> ul li button{
    border-radius: 5px;
    width: 140px;
    height: 35px;
    line-height: 35px;
}
/* ----------------------搜索结果列表模块-------------------- */
.lists{
    display: none;
}
.lists.on{
    display: block;
}


/*---------- 黄页列表 --------------*/
.company_list ul li{
    border:1px solid #e0e0e0;
    padding:20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.company_list ul li .mess_left{
    color: #121212;
    width: 420px;
}
.company_list ul li .mess_left p{
    margin-top: 20px;
    font-size: 12px;
}
.company_list ul li .mess_left p:nth-child(2){
    display: -webkit-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    max-height: 48px;
}
.company_list ul li .mess_left p:nth-child(3){
    margin-top: 16px;
}

.company_list ul li .mess_left p span{
    color: #666;
}
.company_list ul li .mess_left p span:nth-child(2){
    margin-left: 120px;
}
.company_list ul li .mess_midd div{
    width: 160px;
    height: 160px;
    float: left;
    margin-right: 10px;
}
.company_list ul li .mess_midd div a{
    color: #666;
    width: 140px;
    display: block;
    margin: 0 auto;
}
.company_list ul li .mess_midd div a:first-child{
    border:1px solid #e0e0e0;
}
.company_list ul li .mess_midd div img{
    width: 140px;
    height: 140px;
}
.company_list ul li .mess_right{
    width: 20px;
    padding: 10px 1px;
    height: 140px;
    color: #000;
    background: #e0e0e0;
    font-size: 12px;
}
.company_jj{
    border:1px solid #e0e0e0;
    margin-top:30px;
    padding:10px 20px 20px;
    min-height: 260px;
    background: #ebeef1;
}
div.titles{
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
}
.company_jj img{
    width: 200px;
    height: 200px;
    float: left;
    margin: 0 10px 10px 0;
}
.company_jj p{
    text-indent: 2em;
    line-height:25px;
}
/* 公司信息 */
table.xinxi{
    width: 100%;
    margin-top: 30px;
}
table.xinxi caption{
    border:1px solid #e1e6eb;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
}
table.xinxi tr{
    height: 40px;
}
table.xinxi td{
    border:1px solid #e1e6eb;
    text-indent: 1.5em;
    line-height: 20px;
    padding: 5px;
}
table.xinxi td:nth-child(odd){
    background: #ebeef1;
    width: 82px;
}
/* 公司相册 */
.company_photo{
    margin-top: 30px;
    /* max-height: 701px; */
    border:1px solid #e1e6eb;
}
.company_photo>div{
    padding-left:20px;
    border-bottom:1px solid #e1e6eb;
}
.company_photo ul{
    /* max-height: 701px; */
    padding-bottom: 10px;
}
.company_photo ul li{
    width: 210px;
    height: 170px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 20px;
    text-align: center;
}
.company_photo ul li p{
    width: 150px;
    margin: 10px auto 0;
    height: 13px;
}
.company_photo ul img{
    width: 155px;
    height: 155px;
}
/* 黄页列表补充 */
.yp_list_protit {
    display: block;
    text-align: center;
    margin-top: 4px;
    color: #9a9a9a;
}
.mess_midd {
    width: 530px;
    overflow: hidden;
    height: 162px;
}
/* -----------------------------------供求列表-------------------------- */
.supply-list .supply-item {
    float: left;
    cursor: pointer;
}

.supply .supply-main {
    display: none;
}

.supply .selected {
    display: block;
}

.supply-info {
    width: 969px;
    height: 40px;
    background: #f8f8f8;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}

.supply-info .supply-item {
    width: 322px;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.supply-list .active {
    color: #ff7e00;
    background: #fff;
    border-bottom:0 none;
}
.supply-info .supply-item:nth-child(3) {
    border-right: 0 none;
}

.supply-list {
    width: 969px;
    max-height: 1035px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 20px;
}

.supply-table {
    width: 969px;
    font-size: 14px;
}

.supply-table th {
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    border:0 none;
}

.supply-table tr {
    height: 50px;
    border-bottom: 1px dotted #e4e4e4;
    cursor: pointer;
}
.supply-table tr:nth-child(1){
    border-bottom: none;
    height:40px;
}
.supply-table tr th:first-child {
    
    width: 40%;
}
.supply-table tr td:first-child img{
    width: 30px;
    height: 30px;
    float: left;
    margin: 10px 10px 0;
}
.supply-table .ellipse{
    text-align: left;
    line-height: 50px;
}
.supply-table td {
    text-align: center;
    padding: 5px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.supply {
    position: relative;
    height: 801px;
    padding-top: 16px;
}

.check-more {
    position: absolute;
    bottom: 27px;
    margin: 0 auto;
    left: 397px;
}

.check-more button {
    width: 175px;
    height: 36px;
    background-color: #ff7e00;
    border-radius: 5px;
    color: white;
    margin: 0 auto;
    font-size: 14px;
}
.pics_table table th:first-child{
    position: relative;
    padding:0;
}
.pics_table{
    border-top-left-radius: 24px;
    max-height: 1032px;
    overflow: hidden;
}
.pics_table .supply {
    height:950px;
    padding-top:0;
}
.pics_table table tr{
    border-bottom: 1px dotted #e4e4e4;
    line-height: 40px;
}
.pics_table table th{
    background: #f8f8f8;
}
.pics_table table th:first-child div{
    position: absolute;
    width: 128px;
    height: 40px;
    line-height: 40px;
    top: 0;
}
.pics_table table th:first-child .div1{
    background: url(../../images/gq_Message/gq_list_tit1.png) no-repeat top left;
    background-size: 100% 100%;
}
.pics_table table th:first-child .div2{
    background: url(../../images/gq_Message/gq_list_tit2.png) no-repeat top left;
    background-size: 100% 100%;
}
.pics_table table th:first-child .div3{
    background: url(../../images/gq_Message/gq_list_tit3.png) no-repeat top left;
    background-size: 100% 100%;
}
/* -----------------普通搜索------------------------ */
/* 面包屑导航 */
.bread_nav{
    margin-top: 20px;
}
/* 搜资讯 */
.newcont{
    margin-top: 20px;
}
.newcont li {
    width: 100%;
    padding:10px 0;
    border-top: 1px solid #eaeaea;
}
.newcont li  h2 {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.ellipse_f_l {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    color: #656565;
}
.newcont li p {
    position: relative;
    width: 98%;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    letter-spacing: 1px;
}