.sh-header {
    border-bottom: none !important;
}

.sh-about-tab {
    /*background-color: rgb(242,242,242);*/
    height: 160px;
    padding: 10px;
}

.about-title {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.about-title p {
    text-align: center;
    line-height: 40px;
}

.about-title p:last-of-type {
    /*font-weight: bold;*/
    font-size: 24px;
}

.serviceContent {
    width: 100%;
    margin-top: 50px;
    background-color: rgb(245, 245, 245);
    min-height: 500px;
    padding: 100px 0;
}

.serviceContent #law-content {
    width: 50%;
    margin: 0 auto;
}

#law-content li:first-of-type {
    border-top: 1px solid #ddd;
}

#law-content li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    min-height: 66px;
    color: #666;
    line-height: 66px;
    font-weight: bold;
    position: relative;
    font-size: 15px;
    cursor: pointer;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}
#law-content li:hover {
    color: #222;
}
#law-content li span {
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    transform-origin:center center;
}
#law-content li .law-item {
    padding-bottom: 40px;
    display: none;
}
.law-item p {
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
#law-content li p:last-of-type {
    margin-bottom: 0;
}