body {
    background-image: url(../images/gzfysearchx.png);
    padding: 30px 80px;
}
body.xlist {  
    background-image: url(../images/gzfysearch_list.png);
    justify-content:unset
}   
body.view {  
    background-image: url(../images/gzfysearch_list.png);
}   

.primary { display: flex; }

.btn-cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.primary .btn-cate {
    margin-left: 1230px;
}

.btn-cate li { float: left;}
.btn-cate li a {
    display: block;
    height: 152px;
    line-height: 152px; 
    /* border: 2px solid #d8050b; */
    color: #d8050b;
    font-size: 0;
    padding: 0 50px;
    border-radius: 90px;
    cursor: pointer;
}

.primary .btn-cate li { width: 362px; }
.primary .btn-cate li.one { margin-left: 52px; width: 450px; }
.primary .btn-cate li.two { margin-left: 43px; width: 384px;}


/* 列表页 */
.spreadhead { margin-top: 80px;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    color: #441e00;
}

.bg-translucence {
    height: 720px;
    margin: 100px 20px 0;
    overflow: hidden; overflow-y: auto;
}

.list {
    padding: 0px 220px 125px;
}

.list li:nth-child(n+2) {
    margin-top: 120px;
}

.list li a { text-align: center;
    line-height: 1;
    font-size: 100px; color: #382412;
}

.list li .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 详情 */
.bg-translucencex {
    height: 100%; width: 1600px;
    margin: 60px auto 70px;
    overflow: hidden;
}

.details { margin-top: 15px;
    padding: 0 70px 40px; overflow-y: auto;
    height: 100%; margin-right: -30px;
}

.details h1 { margin-bottom: 40px; font-size: 50px; font-weight: 700; text-align: center;  color: #441e00;}
.xly_Box { font-size: 30px; line-height: 1.6; color: #382412; text-align: justify;}
.xly_Box p { text-indent: 2em;}
.xly_Box img { width: 1200px; margin-left: -2em;  display: inline-block !important;}

.goback { right: 220px; bottom: 200px;}