
/* 左侧栏公共样式 */
.left_box{float: left;}
.left_item{width: 280px;background: #fff;border-radius: 5px;margin-bottom: 20px;padding: 20px;padding-top: 0;overflow: hidden;border: 1px solid #eee;}
.left_item_title{font-size: 18px;color: #fff;margin-bottom: 10px;position: relative;left: -20px;height: 40px;line-height: 40px;padding-left: 20px;width: 280px;background: linear-gradient(#ff0000,#B70000);}
.left_item_content{font-size: 14px;margin-bottom: 10px;color: #333;}
.left_item_content:last-of-type{margin-bottom: 0;}
.left_item_content_title::after{content: '';display: inline-block ;padding-left: 100%;position: absolute;}
.left_item_content_title{float: left;width: 58px;}
.left_item_content_title{text-align-last: justify; text-align: justify;}
.left_item_content_text{float: right;width: 160px;word-break: break-all;}
.left_item_content_text a{color: #1155CC;}
.left_item_content_text a:hover{color: #FF0000;text-decoration: none;}
.left_item_content a{color: #4fa4e5;}
#to_claim{color: #4fa4e5;cursor: pointer;}

/* 联系我们 */
.left_location{color: #4fa4e5;font-size: 12px;display: inline-block;cursor: pointer;}
.left_location:hover{color: #FF0000;}
.left_location::before{content: "";display: inline-block;width: 16px;height: 16px; background: url(../images/left_location_blue_new.png) no-repeat;margin-right: 2px;background-size: cover;vertical-align: sub;}
.left_location:hover::before{background: url(../images/left_location_red.png) no-repeat;margin-right: 2px;background-size: cover;}

/* 电话客服 */
.service_phone .left_item_content_text{float: none;display: inline-block;width: auto;}
.service_phone .left_item_content_title{display: inline-block;}
.service_phone_item_title{display: inline-block;}

/* QQ客服 */
.QQ_item{display: block;height: 50px;margin-bottom: 15px;font-size: 14px;color: #333;}
.QQ_item:hover{cursor: pointer;}
.QQ_item:hover div{color: red;text-decoration: none;}
.QQ_item:last-of-type{margin-bottom: 0;}
.QQ_item>div{height: 100%;padding-left: 55px;}
.QQ_item i{display: inline-block;width: 36px;height: 36px; background: url(../images/left_qq.png) no-repeat;background-size: cover;float: left;transform: translateY(8px);}
.QQ_name{padding: 3px 0;}

/* 分类信息 */
.cateinfo .left_item_title{float: left;margin-bottom: 0;padding-left: 20px;}
.cateinfo>div{line-height: 27px;height: 27px;margin-bottom: 10px;}
.left_item_more{float: right;font-size: 12px;color: #fff;margin-right: 20px;}
.left_item_more:hover{cursor: pointer;color: #fff;}
.cateinfo_item img{width: 80px;height: 60px;float: left;border-radius: 5px;overflow: hidden;border: 1px solid #eee;}
.cateinfo_item{display: block;height: 50px;margin-bottom: 25px;font-size: 14px;color: #333;}
.cateinfo_item:nth-of-type(1){margin-top: 23px;}
.cateinfo_item:hover{cursor: pointer;color: red;text-decoration: none;}
.cateinfo_item:last-of-type{margin-bottom: 0;}
.cateinfo_name{padding: 2px 0;}
.cateinfo_name,.cateinfo_num{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;padding-left: 10px;line-height: 28px;}

/* 联系电话 */
.aboutus_content_div{position: relative;float: left;}
span.aboutus_content_item{font-weight: normal;color: #333333!important;}
span.aboutus_content_item:after{content: "****";font-weight: normal;font-size: 14px;display: inline-block;vertical-align: middle;
    text-align: center;}
span.aboutus_content_item_xing:after{content: '';font-weight: normal;font-size: 14px;display: inline-block;vertical-align: middle;
    text-align: center;}
span.aboutus_content_item_name{margin-left: 10px;margin-right: 40px;color: #4fa4e5;cursor: pointer;font-weight: normal;}
.aboutus_content_item_name:hover{color: #FF0000;}