@media screen and (min-width: 1360px) {
    .guanhuaiban-page .m-center {
        width: 1360px;
    }
}
.guanhuaiban-page .yj-page {
    margin: 20px 5px;
}
.guanhuaiban-page .yj-page a {
    width: 50px;
    height: 50px;
    font-size: 32px;
    line-height: 48px;
}
.guanhuaiban-title {
    display: flex;
    padding: .3rem 0 .15rem;
}
.guanhuaiban-title .l, .guanhuaiban-title .r {
    flex: 1;
    position: relative;
    background-image: linear-gradient(270deg, #E26B21 0%, #E26B21 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: center;
    padding-right: 30px;
}
.guanhuaiban-title .c {
    font-size: 60px;
    font-weight: bold;
    color: #FF6200;
    text-align: center;
    padding: 0 30px;
}
@media screen and (max-width: 768px) {
    .guanhuaiban-title .c {
        font-size: 30px;
        padding: 0 15px;
    }
}
.top-bg {
    position: relative;
}
.top-bg .top-bg-img {
    width: 100%;
}
@media screen and (min-width: 1300px) {
    .top-bg .top-bg-img {
        height: 380px;
        object-fit: 100%;
    }
}
.top-bg .top-con {
    position: absolute;
    bottom: .5rem;
    display: flex;
}
.top-bg .top-title {
    width: 50%;
    padding: 1rem 5% 0;
}
.top-bg .top-title img {
    display: block;
    width: 100%;
    height: auto;
} 
.top-bg .top-img img {
    display: block;
    height: 3rem;
    margin-left: 50%;
    margin-top: 100%;
}
@media screen and (max-width: 768px) {
    .top-bg .top-con {
        bottom: .2rem;
    }
    .top-bg .top-title {
        width: 50%;
        padding: 0 5% 0;
    }
    .top-bg .top-title img {
        padding-top: 1.6rem;
    } 
    .top-bg .top-img img {
        height: 2rem;
    }
}

.con-box {
    margin-top: -.7rem;
    position: relative;
    z-index: 2;
}
.con-box .con-bg {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
}
.con-box .con-bg .link-box {
    display: flex;
    flex-wrap: wrap;
}
.con-box .con-bg .link-box .wrap {
    width: 25%;
    padding: 25px;
}
.con-box .con-bg .link-box .wrap .item {
    display: block;
    background: linear-gradient(157deg, #FFBFBF 0%, #FB8A8A 100%);
    box-shadow: 5px 6px 8px 0px #F2CCCC;
    border-radius: 8px;
    padding: .5rem 0 .3rem;
}
.con-box .con-bg .link-box .wrap:nth-of-type(2) .item {
    background: linear-gradient(157deg, #FFE292 0%, #FFC337 100%);
    box-shadow: 5px 6px 8px 0px #F2E1CC;
}
.con-box .con-bg .link-box .wrap:nth-of-type(3) .item {
    background: linear-gradient(157deg, #A3C9FF 0%, #5595FB 100%);
    box-shadow: 5px 6px 8px 0px #CCDEF2;
}
.con-box .con-bg .link-box .wrap:nth-of-type(4) .item {
    background: linear-gradient(157deg, #80F1DC 0%, #6FD1BE 100%);
    box-shadow: 5px 6px 8px 0px #CCF2E9;
}
.con-box .con-bg .link-box .wrap:nth-of-type(5) .item {
    background: linear-gradient(157deg, #A3C9FF 0%, #5595FB 100%);
    box-shadow: 5px 6px 8px 0px #CCDEF2;
}
.con-box .con-bg .link-box .wrap:nth-of-type(6) .item {
    background: linear-gradient(157deg, #80F1DC 0%, #6FD1BE 100%);
    box-shadow: 5px 6px 8px 0px #CCF2E9;
}
.con-box .con-bg .link-box .wrap:nth-of-type(7) .item {
    background: linear-gradient(157deg, #FDC6AD 0%, #F99560 100%);
    box-shadow: 5px 6px 8px 0px #F2CCCC;
}
.con-box .con-bg .link-box .wrap:nth-of-type(8) .item {
    background: linear-gradient(157deg, #83E6FD 0%, #59A6EF 100%);
    box-shadow: 5px 6px 8px 0px #CCE9F2;
}
.con-box .con-bg .link-box .wrap .item img {
    display: block;
    margin: 0 auto 10px;
    width: 50%;
    transition: .3s linear ;
}
.con-box .con-bg .link-box .wrap .item .txt {
    text-align: center;
    font-size: .4rem;
    font-weight: bold;
    color: #FFFFFF;
}
@keyframes imgRotateY {
    0% {
        transform: rotateY(0);
    }
    80% {
        transform: rotateY(360deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
.con-box .con-bg .link-box .wrap .item:hover img {
    animation-name: imgRotateY;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
}
@media screen and (max-width: 768px) {
    .con-box .con-bg {
        padding: 15px;
    }
    .con-box .con-bg .link-box {
        margin: 0 -10px;
    }
    .con-box .con-bg .link-box .wrap {
        width: 50%;
        padding: 8px;
    }
}

.con-box .con-bg .fuwu-list {
    display: flex;
    flex-wrap: wrap;
}
.con-box .con-bg .fuwu-list .wrap {
    width: 25%;
    padding: 25px;
    font-size: 3px;
    font-size: .3rem;
}
.con-box .con-bg .fuwu-list .wrap .item {
    display: block;
    background: #F8F8F8;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FAAA81;
    padding: .5rem 0 .3rem;
    color: #000;
}
.con-box .con-bg .fuwu-list .wrap .item .img-box {
    position: relative;
    display: block;
    width: 170px;
    width: 1.7rem;
    margin: 0 auto;
}
.con-box .con-bg .fuwu-list .wrap .item .img-box::before {
    position: absolute;
    top: -13px;
    top: -.13rem;
    left: 4px;
    left: .04rem;
    width: 153px;
    height: 153px;
    height: 1.53rem;
    width: 1.53rem;
    border-radius: 50%;
    content: '';
    background-color: #FFE8DA;
}
.con-box .con-bg .fuwu-list .wrap .item .img-box img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}
.con-box .con-bg .fuwu-list .wrap .item .txt {
    margin-top: .3rem;
    white-space: nowrap;
    text-align: center;
}
.con-box .con-bg .fuwu-list .wrap .item:hover {
    background-color: #FAAA81;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .con-box .con-bg .fuwu-list {
        margin: 0 -10px;
    }
    .con-box .con-bg .fuwu-list .wrap {
        width: 50%;
        padding: 10px;
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
    .con-box .con-bg .fuwu-list {
        margin: 0 -10px;
    }
    .con-box .con-bg .fuwu-list .wrap {
        padding: 10px;
        font-size: 18px;
    }
}

.con-box .con-bg .banli-type {
    display: flex;
    flex-wrap: wrap;
}
.con-box .con-bg .banli-type .wrap {
    width: 50%;
    padding: 25px;
}
.con-box .con-bg .banli-type .banli-type-item {
    background: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.08), 4px 0px 4px 0px rgba(0,0,0,0.08), 4px 0px 4px 0px rgba(0,0,0,0.08), -4px 0px 4px 0px rgba(0,0,0,0.08);
}
.con-box .con-bg .banli-type .banli-type-item .head {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    padding: 15px 0;
    background-color: #FFF6E4;
}
.con-box .con-bg .banli-type .wrap:nth-of-type(2) .banli-type-item .head, .con-box .con-bg .banli-type .wrap:nth-of-type(3) .banli-type-item .head {
    background-color: #FFEEE4;
}
.con-box .con-bg .banli-type .banli-type-item .head img {
    height: 1.2em;
    margin-right: .5em;
}
.con-box .con-bg .banli-type .banli-type-item .banli-list {
    padding: 15px;
}
.con-box .con-bg .banli-type .banli-type-item .banli-list .item {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 34px;
    color: #000;
    padding: 15px 0 15px 40px;
}
.con-box .con-bg .banli-type .banli-type-item .banli-list .item:hover {
    color: #FF6200;
}
.con-box .con-bg .banli-type .banli-type-item .banli-list .item::before {
    position: absolute;
    content: '';
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 27px;
    background-image: url('../images/guanhuaiban/banli/list_style.png');
    background-size: cover;
}
@media screen and (max-width: 991px) {
    .con-box .con-bg .banli-type .wrap {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .con-box .con-bg .banli-type .wrap {
        padding: 10px 0;
    }
    .con-box .con-bg .banli-type .banli-type-item .head {
        font-size: 28px;
        font-weight: bold;
    }
    .con-box .con-bg .banli-type .banli-type-item .banli-list .item {
        font-size: 24px;
        padding: 10px 0 10px 40px;
        white-space: normal;
    }
}

.chaxun-list {
    display: flex;
    flex-wrap: wrap;
}

.chaxun-list .wrap {
    width: calc(100% / 3);
    padding: 30px;
    color: #000;
}
.chaxun-list .wrap .item {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 5px 5px 0px rgba(216,139,49,0.08), 0px -5px 5px 0px rgba(216,139,49,0.08), 5px 0px 5px 0px rgba(216,139,49,0.08), -5px 0px 5px 0px rgba(216,139,49,0.08);
    border-radius: 8px;
    padding: 3px;
    color: #000;
    font-size: 36px;
    font-size: .36rem;
    text-align: center;
}
.chaxun-list .wrap .item .bg {
    position: absolute;
    z-index: 1;
    content: '';
    width: calc(100% - 6px);
    height: 0;
    top: 3px;
    left: 3px;
    transition: .3s linear;
}
.chaxun-list .wrap .item:hover .bg {
    height: calc(100% - 6px);
}
.chaxun-list .wrap .item .top {
    padding: 30px 0 20px;
    background-color: #E9F4FF;
    border-radius: 8px 8px 0px 0px;
}
.chaxun-list .wrap:nth-of-type(2) .item .top {
    background-color: #FFEBE6;
}
.chaxun-list .wrap:nth-of-type(3) .item .top {
    background-color: #FFF7E6;
}
.chaxun-list .wrap .item .top img {
    position: relative;
    z-index: 2;
    display: block;
    width: 80px;
    margin: 0 auto;
}
.chaxun-list .wrap .item .txt {
    display: flex;
    position: relative;
    z-index: 2;
    padding: 15px 10px 20px;
    height: 130px;
    height: 1.3rem;
    align-items: center;
}
.chaxun-list .wrap .item .txt div {
    text-align: center;
    width: 100%;
    white-space: nowrap;
}
@media screen and (max-width: 991px) {
    .chaxun-list .wrap .item {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .chaxun-list {
        margin: 0 -10px;
    }
    .chaxun-list .wrap {
        width: 100%;
        padding: 10px;
    }
    .chaxun-list .wrap .item .txt {
        height: 80px;
    }
}

.wenda-list {
    padding: 15px 0;
}
.wenda-list .item {
    display: block;
    padding: 15px 15px 0;
    font-size: 34px;
    color: #000;
    line-height: 1.6;
    text-align: justify;
    border-radius: 10px;
}
.wenda-list .item:hover {
    background-color: #F9AD3A;
    /* color: #fff; */
}
.wenda-list .item:hover .wenda-row:nth-of-type(2) .txt {
    color: #000;
}
.wenda-list .item .wenda-row {
    display: flex;
    margin-bottom: 25px;
}
.wenda-list .item .wenda-row:nth-of-type(2) {
    padding-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 0;
}
.wenda-list .item .wenda-row .l {
    width: 85px;
    margin-right: 10px;
    text-align: center;
}
.wenda-list .item .wenda-row .l.q {
    color: #fff;
    background: #EC8F03;
    border-radius: 5px;
}
.wenda-list .item .wenda-row .txt {
    flex: 1;
}
.wenda-list .item .wenda-row:nth-of-type(2) .txt {
    color: #666;
}
.wenda-list .item .wenda-row:nth-of-type(2) .txt span {
    color: #00A8FF;
}
.wenda-list .item .wenda-row:nth-of-type(2) .txt span:hover {
    opacity: .8;
}
.wenda-list .more {
    margin: 30px 15px 15px;
    display: block;
    color: #2B5DA7;
    font-size: 34px;
    line-height: 2;
    text-align: center;
    background-color: #CFD6DB;
}
.wenda-list .more:hover {
    color: #fff;
    background-color: #F9AD3A;
}
@media screen and (max-width: 768px) {
    .wenda-list .item {
        font-size: 24px;
        padding: 0;
    }
    .wenda-list .item .wenda-row .l {
        width: 50px;
        height: 40px;
    }
    .wenda-list .more {
        font-size: 24px;
    }
}


.page-links-box {
    font-size: 34px;
    font-size: .34rem;
    color: #999;
    padding: 15px 30px 30px;
    border-bottom: 1px solid #D9D9D9;
}
.page-links-box a {
    color: #999;
}
.page-links-box .this {
    color:#BB452A
}
.msg-list {
    padding: 15px 0;
    margin-bottom: 30px;
}
.msg-list .item {
    position: relative;
    display: flex;
    padding: 30px 80px 30px 30px;
    border-radius: 10px;
    border-bottom: 1px dashed #D9D9D9;
}
.msg-list .item:hover {
    background-color: #F9AD3A;
}
.msg-list .item::before, .msg-list .item::after {
    position: absolute;
    content: '';
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.msg-list .item::before {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #3A8DC9;
    background-color: #F4FAFF;
}
.msg-list .item::after {
    width: 45px;
    height: 45px;
    background-image: url('../images/guanhuaiban/jiantou.png');
    background-size: 23px 23px;
    background-position: center center;
    background-repeat: no-repeat;
}
.msg-list .item .time {
    font-size: 34px;
    font-size: .34rem;
    color: #666;
    white-space: nowrap;
    margin-right: .3rem;
}
.msg-list .item .txt {
    text-align: justify;
    font-size: 36px;
    font-size: .36rem;
    color: #000;
}
@media screen and (max-width: 768px) {
    .page-links-box {
        font-size: 24px;
        padding: 0 15px 15px;
    }
    .msg-list {
        padding: 0;
    }
    .msg-list .item {
        padding: 15px;
    }
    .msg-list .item .time {
        display: none;
    }
    .msg-list .item .txt {
        font-size: 20px;
    }
    .msg-list .item::before, .msg-list .item::after {
        display: none;
    }
}