.crumbs {
    width: 70%;
    height: 80px;
    line-height: 80px;
    margin:0 15%;
    background-color: #b83133;
    opacity: 0.6;
    color: white;
    padding-left: 20px;
}
a {
    color: white;
}
.banner {
    background: url(/images/律所案例.png);
}
.service {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    margin-bottom: 4%;
    font-family: "Noto Sans SC";
}
.service h4 {
    font-size: 22px;
    font-weight: normal;
}
.service div {
    margin-top: 4%;
}
.service ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.service ul li{
    width: 47%;
    border: 1px solid rgba(196, 42, 49, 1);
    margin: 1% 1%;
    display: flex;
    flex-direction: row;
}
.service ul li img{
    width: 40%;
}
.service ul li a  {
    color: rgb(102, 102, 102);
    display: block;
    width: 60%;
    height: 100%;
    padding: 0 20px;
    text-align: left;
}
.sevice-p {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.service-p img{
    width: 42px;
}
.service span {
    font-size: 18px;
    color: #616161;
    text-align: justify;
    line-height: 40px;
    font-weight: 400;
    width: 80%;
    display: block;
    margin: 0 auto;
    letter-spacing: 1.07px;
}
.service h3 b {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    color: #DD434A;
    font-weight: 700;
    margin-top: 5%;
    padding: 7px;
}
.yewu b:hover {
    cursor: pointer;
}
.yewu {
    margin-top: 4%;
}
.service ul li a h3 {
    font-size: 18px;
}
.service ul li a h4 {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 600;
    display: block;
    height: 60px;
}
.page ul li{
    float:left;
    list-style:none;
    /*font-size: 16px;*/
    color: #666;
}
.page ul li:hover{cursor:pointer}
