*{margin: 0;padding: 0;}

html,body{
    width: 100%;
    background: #1D0F0C;
    overflow-x: hidden;
}
a{text-decoration: none;}
.wraps{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.banner{
    height: 426px;
    background: url(../images/banner_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.search-box{
    width: 762px;
    height: 63px;
    border-radius: 33px;
    background: #1A1715;
    border: 1px solid #EED58C;
    position: absolute;
    top: 136px;
    left: 585px;
    overflow: hidden;
}
.search-ipt{
    width: 520px;
    height: 24px;
}
.search-ipt input{
    width: 520px;
    height: 24px;
    font-size: 18px;
    color: #EED58C;
    line-height: 24px;
    margin: 20px 0 0 34px;
    border: none;
    outline: none;
    background: none;
}
.search-ipt input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #EED58C;
}
.search-ipt input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #EED58C;
   opacity:  1;
}
.search-ipt input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #EED58C;
   opacity:  1;
}
.search-ipt input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #EED58C;
}
.search-ipt input::-ms-input-placeholder { /* Microsoft Edge */
   color: #EED58C;
}

.search-btn{
    width: 188px;
    height: 63px;
    position: absolute;
    top: 0;
    right: 0;
    background: #EED58C;
    cursor: pointer;
}
.search-btn:active{
    background: #bda250;
}
.search-btn img{
    float: left;
    margin: 16px 0 0 37px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
/* --------------------- */
.s-v-list{
    width: 552px;
    height: 330px;
    position: absolute;
    left: 612px;
    top: 202px;
    z-index: 999;
    background: #1A1715;
    color: #EED58C;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}
.s-v-list::-webkit-scrollbar {width: 5px;background: RGBA(238, 213, 140, .1);}
.s-v-list::-webkit-scrollbar-thumb{
    width: 3px;
    border-radius: 3px;
    margin-left: 1px;
    background: #EED58C;
}
.s-v-list li{
    list-style: none;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}
.s-v-list li p{
    width: 90%;
    margin-left: 5%;
}
.s-v-list li:hover{
    background: rgba(255,255,255,0.1);
}

/* --------------------- */
.hot-box{
    width: 640px;
    position: absolute;
    left: 630px;
    top: 230px;
    font-size: 18px;
    color: #EED58C;
}
.hot-box span{
    float: left;
    margin-right: 28px;
    cursor: pointer;
}
/* ================================== */
.main{
    background: #1D0F0C;
    padding-top: 1px;
}
.v-list{
    width: 1324px;
    margin: -80px auto 0;
    
}
.v-item{
    width: 437px;
    height: 212px;
    border-right: 1px solid #332C22;
    border-bottom: 1px solid #332C22;
    background: #29221A;
    float: left;
}
.v-list .v-item:nth-child(3n){
    border-right: 0;

}
.v-list .v-item:hover{
    background: #1F1913;
}

.v-img{
    float: left;
    width: 124px;
    height: 124px;
    border-radius: 20px;
    overflow: hidden;
    margin: 50px 0 0 54px;
}
.v-img img{width: 100%;height: 100%;}

.v-info{
    width: 228px;
    float: left;
    margin: 54px 0 0 22px;
}
.v-name{
    margin-bottom: 8px;
}
.v-name h3{
    font-size: 22px;
    color: #D5C4A6;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.v-time{
    font-size: 15px;
    color: #D5C4A6;
}
.v-time p{
    width: 100%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cz-btn{
    width: 139px;
    height: 35px;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 14px;
    cursor: pointer;
}
.cz-btn .jia{
    float: left;
    width: 44px;
    height: 35px;
    text-align: center;
    background: #963E18;
}
.cz-btn .jia img{
    margin-top: 8px;
}
.cz-btn .cz-text{
    width: 95px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #FAE5A9;
    float: left;
    text-align: center;
    background: #A74610;
}
.cz-btn .cz-text a{
    color: #FAE5A9;
}
.cz-btn .cz-text:hover{
    background: #963E18;
}
/* ---------------- */
.more1{
    width: 1320px;
    height: 60px;
    margin: 30px 0 45px 294px;
    border: 1px solid #413429;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.more1:hover{
    background: #180b00;
}
.more1 img{
    margin-top: 12px;
}