
html {
    background-color: #F5F5F5;
}

.xlq_category {
    width: 1120px;
    margin: 0 auto 20px;
    padding: 20px 10px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;

}

.xlq_category>.left {
    width: 280px;
    box-sizing: border-box;
}

.xlq_category>.right {
    width: 800px;
    /* background: #FFFFFF; */
}

.xlq_category>.left>.title {
    width: 280px;
    height: 54px;
    background: #FD713E;
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.xlq_category>.left>.tab {
    margin-top: 10px;
}

.xlq_category>.left>.tab>.big {
    width: 279px;
    line-height: 48px;
    box-sizing: border-box;
    margin-bottom: 2px;
}

.xlq_category>.left>.tab>.big>.active {
    background: #FFF4F0;
    font-weight: bold;
    color: #EC5119;
}

.xlq_category>.left>.tab>.big>p {
    height: 48px;
    background: #FAFAFA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    padding: 0 20px;
    font-size: 16px;
}
.xlq_category>.left>.tab>.big>p:hover {
    color: #FD713E;
}
.xlq_category>.left>.tab>.big>a:hover {
    color: #FD713E;
}

.xlq_category>.left>.tab>.big>.tab_1 {
    border-right: 1px solid #EFEFEF;
    margin-bottom: 20px;
    display: none;
}

/* .xlq_category>.left>.tab>.big>.tab_1>a:nth-child(1) {
    height: 28px;
} */

.xlq_category>.left>.tab>.big>.tab_1>a {
    display: block;
    width: 260px;
    height: 48px;
    box-sizing: border-box;
    border-bottom: 1px solid #F6F6F6;
    font-weight: 400;
    color: #666666;
    font-size: 16px;
}

.xlq_category>.left>.tab>.big>.tab_1>a>img {
    margin: 0 10px 0 15px;
    vertical-align: middle;
}

.xlq_category>.left>.tab>.big>.tab_1>.active {
    color: #DF0A0B;
}

.xlq_category>.left>.ewm_tab {
    width: 280px;
    height: 384px;
    margin-top: 20px;
    border: 1px solid #F0F0F0;
}

.xlq_category>.left>.ewm_tab>.title {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  	border-bottom: 1px solid;
}

.xlq_category>.left>.ewm_tab>.title>h2 {
    flex: 1;
    height: 100%;
    line-height: 44px;
    text-align: center;
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #F0F0F0;
    cursor: pointer;
}

.xlq_category>.left>.ewm_tab>.title>.active {
    background: #FD713E;
    color: #FFFFFF;
    font-weight: bold;
}

.xlq_category>.left>.ewm_tab>.code>.img {
    height: 340px;
    display: none;
    text-align: center;
    padding: 0 21px;
    box-sizing: border-box;
    background: url(/statics/xlq_css/img/category/7.png) no-repeat;
    background-position-x: center;

}

.xlq_category>.left>.ewm_tab>.code>.img>img {
    width: 160px;
    height: 160px;
    margin-top: 26px;

}

.xlq_category>.left>.ewm_tab>.code>.img>p:nth-child(2) {
    font-weight: bold;
    color: #FD713E;
    line-height: 52px;
}

.xlq_category>.left>.ewm_tab>.code>.img>p:nth-child(3) {
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    font-size: 14px;
}

.xlq_category>.left>.zpdt {
    width: 280px;
    margin-top: 20px;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
}

.xlq_category>.left>.zpdt>.title {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #F0F0F0;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.xlq_category>.left>.zpdt>.title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 4px;
    background: #FD713E;
    border-radius: 2px;
}

.xlq_category>.left>.zpdt>.title>span {
    color: #FD713E;
}

.xlq_category>.left>.zpdt>.dt {
    padding: 0 10px;
}

.xlq_category>.left>.zpdt>.dt>li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 46px;
    border-bottom: 1px solid #F6F6F6;
}

.xlq_category>.left>.zpdt>.dt>li:last-child {
    border-bottom: none;
}

.xlq_category>.left>.zpdt>.dt>li>a {
    color: #333333;
}

.xlq_category>.left>.zpdt>.dt>li>a:hover {
    color: #FD713E;
}

.xlq_category>.right>.mbx {
    width: 800px;
    height: 54px;
    padding-left: 20px;
    box-sizing: border-box;
    background: #F8F8F8;
    line-height: 54px;

}

.xlq_category>.right>.mbx>span {

    color: #666666;
    font-weight: 400;
}

.xlq_category>.right>.mbx>a {
    color: #333333;
    font-weight: 400;
}

.xlq_category>.right>.mbx>a:last-child {
    color: #DF0A0B;
}

.xlq_category>.right>.wenzhang>li {
    border-bottom: 1px dashed #EBEBEB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}
.xlq_category>.right>.wenzhang>li>span {
    font-weight: 400;
    color: #999999;
}
.xlq_category>.right>.wenzhang>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 52px;
}

.xlq_category>.right>.wenzhang>li>a:hover {
    color: #FD713E;
}

#pages {
    /* height: 30px; */
    margin: 35px 0;
    line-height: 30px;
      display: flex;
    align-items: center;
}

.text-c {
    width: 770px;
    text-align: center;
    /* border-bottom: 1px dashed #828282; */
}


#pages a,
#pages span {
    border: 1px #e5e4ea solid;
    padding: 4px 10px;
    color: #888888;
    background: #fff;
    border-radius: 6px;
}

#pages span {
    background: #FD713E;
    color: #fff;
}

.text-c a {
    border: 1px solid #e0e0e0;
    background: #f6f6f6;
    color: #717171;
    padding: 5px 8px;
    margin: 0 5px;
    
}