.home-department014 {
  background-size: cover;
}
.home-department014 .layout h1 {
    display: flex;
    justify-content: center;
}

.home-department014 .layout .dep-box {
    margin-top: 0.4rem;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background-color: #fff;
    background-size: cover;
}

.home-department014 .layout .dep-box .dep-box-item {
    flex: 1;
    padding: 0.4rem;
    position: relative;
    transition: all 0.3s;
}

.home-department014 .layout .dep-box .dep-box-item:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 0.6rem);
    width: 0;
    border-right: 1px solid #eaeaea;
    content: '';
}

.home-department014 .layout .dep-box .dep-box-item:last-child:after {
    display: none;
}

.home-department014 .layout .dep-box .dep-box-item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    transition: all .3s;
    opacity: 0;
    z-index: 1;
    background-size: cover;
}

.home-department014 .layout .dep-box .dep-box-item.active .bg {
    opacity: 1;
}

.home-department014 .layout .dep-box .dep-box-item.active h2 i,
.home-department014 .layout .dep-box .dep-box-item.active h2 p {
    color: #fff;
}

.home-department014 .layout .dep-box .dep-box-item.active ul li a p {
    color: #fff;
}

.home-department014 .layout .dep-box .dep-box-item.active ul li a p:before {
    background-color: #fff;
}

.home-department014 .layout .dep-box .dep-box-item h2 {
    display: flex;
    align-items: center;
    font-weight: normal;
    position: relative;
    z-index: 2;
}

.home-department014 .layout .dep-box .dep-box-item h2 i {
    color: #01847C;
    font-size: 0.24rem;
    margin-right: 0.1rem;
}

.home-department014 .layout .dep-box .dep-box-item h2 p {
    font-size: 0.24rem;
}

.home-department014 .layout .dep-box .dep-box-item ul {
    margin-top: 0.2rem;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}

.home-department014 .layout .dep-box .dep-box-item ul li {
    margin-bottom: 0.2rem;
    width: 50%;
}

.home-department014 .layout .dep-box .dep-box-item ul li a {
    display: flex;
    align-items: center;
}

.home-department014 .layout .dep-box .dep-box-item ul li a:hover p {
    text-decoration: underline;
}

.home-department014 .layout .dep-box .dep-box-item ul li a p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #333;
    transition: all .3s;
}

.home-department014 .layout .dep-box .dep-box-item ul li a p:before {
    content: " ";
    display: inline-block;
    height: 0.05rem;
    width: 0.05rem;
    border-radius: 50%;
    background-color: rgba(1, 132, 124, 0.5);
    margin-right: 0.1rem;
    vertical-align: middle;
}

.home-department014 .layout .dep-box .dep-box-item ul li a .point {
    color: #fff;
    border-radius: 50%;
  font-size: 0.12rem;
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
    display: inline-block;
    margin-left: 0.05rem;
    flex-shrink: 0;
}

.home-department014 .layout .dep-box .dep-box-item ul li a .point.point1 {
    background-color: #eaa154;
}

.home-department014 .layout .dep-box .dep-box-item ul li a .point.point2 {
    background-color: #ff3300;
}
.home-department014 .layout .dep-box .dep-box-item ul li a .point.point3{
  background-color:rgb(167, 78, 36);
}
@media (max-width: 960px) {
    .home-department014 .layout .dep-box {
        display: block;
        margin-top: 20px;
    }

    .home-department014 .layout .dep-box .dep-box-item {
        padding: 20px;
    }

    .home-department014 .layout .dep-box .dep-box-item:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 40px);
        height: 0;
        border-top: 1px solid #eaeaea;
        top: unset;
    }
}

/*# sourceMappingURL=home-department014.css.map */