/**!
* 青海省公共资源交易网
* date:2021-04-06
* author: gaoli;
*/
.phone-title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    padding-left: 14px;
}

.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;
}