.page-banner {
height: 200px !important;
}
.content-bg {
min-height: 1000px;
height: fit-content;
background-repeat: no-repeat;
background-size: 65%;
background-position: center 140px;
}
.content-title {
font-size: 28px;
font-weight: 700;
color: rgba(255, 255, 255, 1);
background: var(--main-color);
padding: 5px 28px;
}
.line {
width: 60px;
opacity: 1;
margin: 40px auto;
border-top: 4px solid rgba(102, 107, 122, 1);
}
.content-text {
padding: 0 150px 50px 150px;
font-size: 18px;
font-weight: 400;
color: rgba(102, 107, 122, 1);
}
.branch-list {
display: flex;
justify-content: space-between;
padding: 80px 50px 0 50px;
flex-wrap: wrap;
}
.branch-box {
margin-bottom: 60px;
flex: 0 0 400px;
height: 190px;
border: 2px solid var(--main-color-light);
}
.box-up {
border-bottom: 2px solid var(--main-color-light);
padding: 10px 20px;
background: var(--main-color-lighter);
}
.box-down {
padding: 25px 15px;
}
.down-item {
margin-bottom: 20px;
font-size: 16px;
font-weight: 400;
color: rgba(102, 107, 122, 1);
}
.down-item .iconfont {
font-size: 16px;
}
.lab-name {
font-size: 16px;
font-weight: 700;
color: var(--main-color);
}
.lab-cert {
margin-left: 10px;
font-size: 16px;
font-weight: 400;
color: rgba(102, 107, 122, 1);
}
.continue {
margin-bottom: 80px;
font-size: 36px;
font-weight: 400;
color: var(--main-color-lighter);
}
