﻿:root{
    --mainColor: #1E50AE;
}
/* 左侧栏公共样式 */
.left_box{float: left;box-sizing: border-box;}
.left_item{width: 280px;background: #fff;padding: 0;margin-bottom: 20px;position: relative;box-shadow: 0px 0px 10px 0px rgba(147,185,255,0.54);overflow: hidden;}
.left_item:last-child{margin-bottom: 0;}
.left_item_title{font-size: 18px;color: var(--mainColor);width: 280px;line-height: 18px;text-align: left;margin-top: 20px;padding-left: 20px;font-weight: bold;}
.left_item_content_box{padding: 20px;}
.left_item_content{font-size: 14px;color: #333;margin-top: 14px;}
.left_item_content:nth-of-type(1){margin-top: 0;}
.left_item_content_title{float: left;width: 58px;text-align: justify;line-height: 24px;}
.left_item_content_text{float: right;width: 160px;line-height: 24px;}
.left_item_content_text a{color: #1155CC;}
.left_item_content_text a:hover{color: var(--mainColor);text-decoration: underline;}
.left_item_content a{color: #4fa4e5;}

/* 联系我们 */
.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;font-size: 16px;}
.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: var(--mainColor);}
.QQ_item:last-of-type{margin-bottom: 0;}
.QQ_item>div{height: 100%;padding-left: 46px;}
.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;width: 280px;}
.cateinfo>div{margin-bottom: 10px;}
.cateinfo_item img{width: 80px;height: 60px;float: left;border-radius: 5px;overflow: hidden;border: 1px solid #eee;}
.cateinfo .cateinfo_item{display: block;margin-bottom: 10px;font-size: 14px;color: #333;padding: 0 10px;}
.cateinfo_item:last-of-type{margin-bottom: 0;}
.cateinfo_name,.cateinfo_text{display: block;line-height: 28px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.cateinfo_text{color: #999;font-size: 12px;}
.cateinfo_name{padding: 2px 0;position: relative;}
.cateinfo_name:hover{color: #F8610B;text-decoration: underline;}

/* 联系电话 */
.aboutus_content_div{position: relative;float: left;}
span.aboutus_content_item{font-weight: normal;color: #333333!important;font-size: 14px;}
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;cursor: pointer;font-weight: normal;font-size: 14px;}