/* CSS Document */
body {
    margin: 0 auto;
    padding: 0px;
    background: #FFF;
    font: 16px "Microsoft Yahei", "微软雅黑", Arial, Verdana, sans-serif;
    color: #333333;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.content02 {
    margin: 0 auto;
    text-align: left;
}

.content03 {
    width: 1080px;
    margin: 0 auto;
}

.marauto {
    margin: 0 auto;
}

.txtcolor {
    color: #FFFFFF
}

.topimg {
    width: 100%;
}

/*公共链接*/
a {
    color: #333333;
}

a:link {
    color: #333333;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #d80312;
    text-decoration: none;
}

.xie_01 {
    float: left;
    padding: 18px 0px 0px 20px;
}

.xie_02 {
    float: left;
    padding: 25px 0px 0px 10px;
    font-size: 16px;
    font-weight: bold;
}

.xie_03 {
    border: 3px solid #ffe400;
}

.xie_04 {
    border: 1px solid #a7a7a7;
}

.xie_05bg {
    background-color: #f4f2f3;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt66 {
    margin-top: 66px;
}

.mt80 {
    margin-top: 80px;
}

.mt160 {
    margin-top: 160px;
}

.ml26 {
    margin-left: 26px
}

.ml28 {
    margin-left: 28px
}

.ml30 {
    margin-left: 30px
}

.ml32 {
    margin-left: 32px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.ml80 {
    margin-left: 80px
}

.ml140 {
    margin-left: 140px
}

.h864 {
    height: 864px
}

.w1080 {
    width: 1080px;
}

.w1110 {
    width: 1110px;
}

.sp36 {
    font-size: 1px;
    display: block;
    clear: both;
    overflow: hidden;
    height: 36px;
}

.sp40 {
    font-size: 1px;
    display: block;
    clear: both;
    overflow: hidden;
    height: 40px;
}

.show-mod-righttxt::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.show-mod-righttxt::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 20px;
    background: #ffbc6b;
}

.show-mod-righttxt::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    border-radius: 20px;
    background: #e4e4e4;
}






/*背景*/
.bg1 {
    background: url(/img/x_20230531/bg.jpg) no-repeat top;
    height: 600px;
}

.xie_bg1 {
    background-color: #ffd5c5;
    line-height: 40px;
    width: 100%;
    height: 132px;
}

.tb {
    width: 40px;
    height: 40px;
    float: left;
}

.tb2 {
    width: 40px;
    height: 40px;
    float: right;
}

.gd {
    margin-top: 120px;
}

.chen_02 {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.chen_02 img {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
}

.chen_02 ul {
    width: 1120px;
}

.chen_02 li {
    background: #fff;
    width: 340px;
    height: 290px;
    float: left;
    border-radius: 15px;
    color: #333;
    margin-right: 30px;
    box-shadow: 0px 30px 30px -20px #e9e9e9;
    margin-bottom: 20px;
}

.chen_02 li:hover {
    background: #bc9b72;
    color: #FFF;
    box-shadow: 0px 30px 30px -30px #000;
}

.chen_02 li a:hover {
    color: #FFF;
}

.chen_02 li p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 15px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}



.picturelist_02 {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.picturelist_02 ul {
    width: 1120px;
}

.picturelist_02 li {
    background: #bc9b72;
    width: 340px;
    height: 290px;
    color: #333;
    float: left;
    margin-right: 30px;
    box-shadow: 0px 30px 30px -20px #e9e9e9;
    margin-bottom: 20px;
}

.picturelist_02 li:hover {
    background: #d71414;
    color: #FFF;
    box-shadow: 0px 30px 30px -30px #000;
}

.picturelist_02 li a:hover {
    color: #FFF;
}

.picturelist_02 li p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 5px;
    padding: 0 15px;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}




.list_m {
    font-size: 16px;
    overflow: hidden;
}

.list_m li {
    float: left;
    width: 510px;
    OVERFLOW: hidden;
    float: left;
    border-bottom: 1px #cccccc dashed;
    background: url("/img/x_20230531/ico.png") no-repeat left 20px;
    padding-left: 10px;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_m li a {
    overflow: hidden;
    color: #333333;
    line-height: 42px;
    text-decoration: none;
}

.list_m li a:hover {
    color: #8f6b3f;
}





.img_overw {
    position: relative;
    line-height: 0px;
    display: inline-block
}

.img_overw p {
    position: absolute;
    width: 100%;
    height: auto;
    line-height: 60px;
    bottom: 0px;
    color: #fff;
    padding: 0px 8px 8px 8px;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img_overw p {
    height: auto;
    -webkit-line-clamp: 3;
    line-height: 24px;
    white-space: normal;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}


.g_list {
    width: 434px;
    height: 384px;
    float: right;
    overflow-y: scroll;
    padding-right: 25px;
}

.g_list li {
    width: 434px;
    height: 98px;
    position: relative;
    margin-bottom: 27px;
    cursor: pointer
}

.g_list li img {
    width: 175px;
    float: left;
}

.g_list li span {
    font-size: 16px;
    line-height: 24px;
    right: 0;
    position: absolute;
    top: 0;
    width: 232px;
    height: 97px;
    color: #333333;
    padding-right: 5px;
    border-bottom: 1px solid #ffb55c;
    overflow-y: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.g_list li p {
    background: #81d66c;
    width: 232px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.g_list li:hover {
    background: #ffb55c;
    width: 434px;
    height: 98px;
}

.g_list li span:hover {
    color: #FFF;
}




.x_bqbj {
    background-color: #bc9b72;
    width: 100%;
}

.x-bq {
    float: center;
    line-height: 28px;
    color: #ffffff;
    font-size: 16px;
}

.x-bq p {
    text-align: center;
}

.x-bq a {
    overflow: hidden;
    color: #ffffff;
}

.x-bq a:hover {
    color: #eb9500;
}

.chen_02 .bannerPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    left: -60px;
    cursor: pointer;
}

.chen_02 .bannerNext {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    right: -60px;
    cursor: pointer;
}

.picturelist_02 .bannerPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    left: -60px;
    cursor: pointer;
}

.picturelist_02 .bannerNext {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    right: -60px;
    cursor: pointer;
}

.mobileTopImg {
    display: none;
}

.clearfix:before,
.clearfix:after {

    content: "";
    display: block;
    clear: both;
}

.clearfix {

    zoom: 1;
}

.banner1 {
    height: 323px;
}

.banner2 {
    height: 310px;
}

@media screen and (max-width: 760px) {
    .chen_02 li p {
        font-size: 0.8rem;
    }

    .banner1 {
        height: 14.5rem;
    }

    .banner2 {
        height: 13.5rem;
    }

    .mobileTopImg {
        display: block;
    }

    .topimg {
        display: none;
    }

    .content {
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .w620 {
        width: 100%;
        float: unset;
    }

    .g_list {
        width: 100%;
        float: unset;
        padding: 0;
    }

    .content03 {
        width: 100%;
    }

    .list_m li {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        float: unset;
    }

    .g_list li {
        width: 100%;
        padding: 0 3%;
        box-sizing: border-box;
    }

    .g_list li span {
        width: auto;
        position: relative;
        flex: 1;
    }

    .g_list li a {
        display: flex;
    }

    .g_list li img {
        width: 40%;
        float: unset;
        margin-right: 3%;
    }

    .chen_02 {
        width: 75%;
    }

    .chen_02 ul {
        width: 100%;
        overflow: hidden;
    }

    .chen_02 li {
        margin: 0 auto 20px auto;
        float: unset;
        width: 100%;
        height: 13.5rem;
    }

    .chen_02 .bannerPrev {
        left: -2rem;
    }

    .chen_02 .bannerNext {
        right: -2rem;
    }

    .bg1 {
        background-size: cover;
        height: auto;
    }

    .h70 {
        height: 20px;
    }

    .picturelist_02 li {
        width: 100%;
        height: 13rem;
    }

    .picturelist_02 li p {
        font-size: 0.85rem;
    }

    .picturelist_02 {
        width: 75%;
    }

    .picturelist_02 ul {
        width: 100%;
    }

    .picturelist_02 .bannerPrev {
        left: -2rem;
    }

    .picturelist_02 .bannerNext {
        right: -2rem;
    }

    .list_m {
        padding: 0 5%;
    }

    .w1080 {
        width: 100%;
    }

    .x_bqbj {
        padding: 0 5%;
        box-sizing: border-box;
    }

    .h50,
    .h40,
    .h30,
    .h90,
    .h80 {
        height: 0;
    }

    .sectionTitle {
        margin: 0.5rem 0;
        padding: 1rem 0;
        overflow: hidden;
    }

    .sectionTitle img {
        transform: scale(1.2);
    }
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2023-10-18 14:10:24" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->