.sws-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* 尾部占位符 */

.sws-list i {
    width: 282px;
    height: 0px;
    margin: 12px;
}

/* 尾部占位符 */

.sws-item {
    width: 282px;
    height: 310px;
    background: #FFFFFF;
    /* box-shadow: 0px 4px 18px 0px rgba(38, 48, 69, 0.08); */
    border-radius: 4px;
    padding: 16px;
    margin: 12px;
    cursor: pointer;
}

.sws-item:hover {
    box-shadow: 0px 4px 18px 0px rgba(38, 48, 69, 0.08);
}

.sws-item .p-pic {
    width: 100%;
    height: 150px;
}

.sws-item .p-pic img {
    width: 100%;
    height: 100%;
}

.sws-item .p-title {
    font-size: 16px;
    font-weight: bold;
    color: #394557;
    margin-top: 16px;
    margin-bottom: 8px;
}

.sws-item .p-tags span {
    background: #F2F9FF;
    border-radius: 2px;
    border: 1px solid #0491FF;
    color: #0491FF;
    font-size: 14px;
    padding: 2px 6px;
}

.sws-item .p-info {
    margin-top: 16px;
    color: #6B6B6B;
    line-height: 20px;
    font-size: 14px;
}

/* 事务所详情页 */

.top-content .logo {
    text-align: center;
    line-height: 88px;
}

.menu-item>a::before {
    border-bottom: 2px solid #fff;
}

.menu-item:hover>a::before {
    width: 100%;
    top: 65px;
    left: 0;
    transition-delay: 0.1s;
    border-bottom-color: #fff;
    z-index: -1;
}

.menu-item-sub {
    background-color: transparent;
}

.top-content .search #search-txt {
    border: 0px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.top-area {
    position: relative;
    width: 100%;
    height: 520px;
    background-image: url('https://cdn.xt12366.com/image/puduo/parteners/partners-banner.png');
}

.top-area .overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #15339C 0%, rgba(21, 51, 156, 0.67) 100%);
}

.top-area .top-absolute {
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}

.top-area .top-absolute .menu-item a {
    color: rgba(255, 255, 255, 0.7);
}

.top-area .top-title {
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.top-title .p1 {
    font-size: 42px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 59px;
    margin-bottom: 25px;
}

.top-title .p2 {
    font-size: 18px;
    line-height: 26px;
}

.swsxq .p-title {
    font-size: 30px;
    color: #394557;
}

.swsxq .p-msg {
    font-size: 16px;
    color: #666;
}

.qyjs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.qyjs .qyjs-left {
    flex: 1;
    padding-right: 40px;
}

.qyjs .qyjs-right {
    flex: 1;
    padding-left: 40px;
}

.qyjs-right .p-pic {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    width: 520px;
    height: 460px;
}

.qyfc-list, .xmal-list, .swsry-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.qyfc-list .qyfc-item {
    width: 384px;
    height: 200px;
    overflow: hidden;
    margin: 12px;
}

.xmal-list .xmal-item {
    width: 284px;
    height: 66px;
    line-height: 66px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 0px rgba(38, 48, 69, 0.08);
    border-radius: 4px;
    margin: 12px;
    text-align: center;
    color: #024A99;
    font-size: 16px;
    font-weight: bold;
}

.xmal-item.last {
    box-shadow: none;
    color: #94979d;
    font-weight: none;
}

.xmal-list i {
    width: 284px;
    height: 0px;
    margin: 4px;
}

.swsry-item {
    width: 384px;
    /* height: 436px; */
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 0px rgba(38, 48, 69, 0.08);
    border-radius: 4px;
    padding: 40px 34px;
    margin: 12px;
    overflow: hidden;
}

.swsry i {
    width: 384px;
    height: 0px;
    margin: 4px;
}

.swsry-item .p-pic img {
    width: 168px;
    height: 168px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.swsry-item .p1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 24px;
}

/* 事务所详情页 */

@media (max-width: 767px) {
    .top-app {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding-left: 14px;
        padding-right: 10px;
    }
    .top-app-logo {
        padding-top: 5px;
    }
    .top-app-logo img {
        width: 162px;
        height: 40px;
    }
    .top-area {
        position: relative;
        width: 100%;
        height: 260px;
        background-image: url(https://cdn.xt12366.com/image/puduo/parteners/partners-banner.png);
        background-size: 960px 260px;
        background-position: center center;
    }
    .top-area .top-title {
        top: 60%;
    }
    .top-title .p1 {
        font-size: 24px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .top-title .p2 {
        font-size: 14px;
        line-height: 20px;
    }
    .qyjs {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .qyjs .qyjs-left {
        padding-right: 0px;
    }
    .swsxq .p-title {
        font-size: 22px;
    }
    .qyfc-list, .xmal-list, .swsry-list {
        justify-content: space-between;
    }
    .xmal-list .xmal-item {
        width: 48%;
        font-size: 14px;
        margin: 0px;
        margin-bottom: 10px;
    }
    .swsry-item {
        padding: 25px 30px;
    }

}<!--耗时1774182081.9533秒-->