/**!
* é’æµ·çœå…¬å…±èµ„æºäº¤æ˜“ç½‘
* date:2021-04-06
* author: gaoli;
*/
.phone-title {
    position: relative;
    font-size: 16px;
    padding-left: 14px;
    color:#666;
}

.phone-title.current {
    color: #333;
    font-size: 22px;
    font-weight: bold;
}

.phone-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 4px;
    height: 20px;
    border-radius: 25px;
    transform: translateY(-50%);
    background-color: #3078e1;
}

.service-block+.service-block {
    margin-top: 20px;
}

.service-items {
    margin-left: -20px;
    min-height: 520px;
}

.service-item {
    box-sizing: border-box;
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-top: 20px;
    height: 190px;
    padding: 20px 24px 0;
    border: 1px solid #d6dce5;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #eff1f4;
    background-color: rgba(251, 242, 185, 0.5);
}

.service-item .title {
    box-sizing: border-box;
    font-family: "SourceHanSansCN-Medium";
    font-size: 16px;
    line-height: 24px;
    height: 75px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    font-weight: bolder !important;
}

.service-item .phone {
    position: relative;
    line-height: 32px;
    padding-left: 12px;
}

.service-item .phone:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 4px;
    border-radius: 50%;
    background-color: #4d89e5;
}

.service-item {
    background-color: #e6f0ff;
}

.service-block {
    position: relative
}

.guide-btn {
    margin-left:20px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.guide-btn.current {
    color: #333;
    font-size: 22px;
}
.guide-items{
    padding:20px 20px 0;
}
.guide-item {
    position: relative;
    margin-bottom:12px;
}
.guide-item  a{
    padding-left: 14px;
    display: block;
    font-size:18px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
}
.guide-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    /* margin-top: -2px; */
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
}
.guide-item:hover a{
        color: #3078e1;
}
