@charset "utf-8";
/*page style*/
.lawsuit-service ul {
    text-align: center;
}

.lawsuit-service ul li {
    width: 186px;
    text-align: center;
    display: inline-block;
}

.lawsuit-service ul li a {
    display: block;
}

.lawsuit-service ul li span {
    display: block;
    font-size: 22px;
    color: #fff;
    margin-top: 28px;
}

.lawsuit-service {
    min-height: 710px;
    padding-top: 174px;
    background: url("../images/ss-bg.png") center bottom no-repeat;
    background-color: #b33539;
    min-width: 1200px;
    clear: both;
    z-index: -1;
}

.lawsuit-service ul li:hover span {
    color: #ffedce;
}












