/*
	[DESTOON B2B System] Copyright (c) 2008-2018 www.destoon.com
	This is NOT a freeware, use is subject to license.txt
*/
/* article && quote*/
.top-l {width:420px;float:left;margin-right:20px;}
.top-r {width:420px;float:right;}
.headline h2 {font-size:24px;padding-left:10px;margin:0 0 10px 0;height:32px;line-height:32px;overflow:hidden;}
.subline {padding-left:10px;}
.subline li {height:34px;line-height:34px;overflow:hidden;font-size:16px;}
.subline .f_r {color:#666666;font-size:12px;}
/* catlist */
.childlist {padding:10px 10px 10px 15px;line-height:24px;}
.childlist li {font-size:14px;height:28px;line-height:28px;background:url('image/li_dot.gif') no-repeat 5px 12px;padding:0 10px 0 12px;overflow:hidden;}

.catlist {padding:16px 0;line-height:32px;}
.catlist li {font-size:14px;height:32px;line-height:32px;background:url('image/li_dot.gif') no-repeat 6px center;padding:0 12px;overflow:hidden;}
.catlist i {font-style:normal;float:right;font-size:12px;color:#666666;}
.catlist .sp {background:#FFFFFF url('image/dot.gif') repeat-x 0 center;}

.price-market {padding:0 32px 16px 32px;}
.price-market li {height:32px;line-height:32px;overflow:hidden;font-size:14px;}
.price-add {padding:16px;}
.price-add table {width:100%;}
.price-add .tl {width:60px;font-size:14px;}

#products {border:#DDDDDD 1px solid;border-top:none;height:220px;overflow:hidden;}
#products td {height:21px;border-bottom:#EEEEEE 1px solid;border-right:#EEEEEE 1px solid;}
.content td {font-size:12px;}

/*搭建商*/
.builder{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.builder .titlebox {
    min-height: 48px;
    border-top: 1px solid #e4e4e4;
    /* color: #2c9aff; */
    font-size: 14px;
    line-height: 48px;
    /* font-weight: bold; */
    position: relative;
}
.builder .titlebox .line {
    height: 2px;
    background-color: #2c9aff;
    width: 100px;
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    border-bottom: 0;
    margin: 0px;
}
.builder .titlebox h3, .builder .titlebox h4, .builder .titlebox h2, .builder .titlebox h1 {
    /* float: left; */
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.ipaging {
    padding-bottom: 30px;
}
.ipaging {
    text-align: center;
    padding: 10px 0 60px;
    border-top: 1px solid #fff;
    margin-top: -1px;
    font-size: 0;
}
.company_list li {
    float: left;
    width: 590px;
    padding: 24px 26px 24px 26px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: solid 1px #e4e4e4;
    margin-bottom: 20px;
}
.company_list li .text {
    width: 526px;
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
.company_list li .address_btn {
    margin-top: 8px;
}
.company_list li .name {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.company_list li .text p:nth-of-type(1) {
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.company_list li .text p {
    width: 100%;
    line-height: 24px;
    color: #787878;
}
.company_list li .address_btn .address {
    float: left;
    width: 400px;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.company_list li .address_btn .detail_btn {
    width: 90px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #2c9aff;
    display: block;
    border: 3px;
    float: right;
    text-align: center;
    font-size: 14px;
}
.company_list li:hover {
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.15);
    border: solid 1px #e4e4e4;
}
.company_list li:nth-child(2n) {
    margin-left: 20px;
}
.company_list li:hover .address_btn .detail_btn {
    background: #f39800;
}








