.breadcrumb{
    margin-bottom: 0!important;
}
.breadcrumb li{
    padding: 0 !important;
}

.banners{
    position: relative;
}
.head-title{
    position: absolute;
    top: 40%;
    left:17%;
    color: #FFF;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:300;
}

.v-port{
    background: #FFF;
    min-height: 554px;
    padding-bottom: 50px!important;
}
.v-title{
    padding-left: 55px;
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:114px;
}
.v-search{
    padding-left: 55px;
    display: flex;
}
.v-input{
    width:416px;
    height:74px;
    border:1px solid rgba(138,141,143,0.46);
    box-shadow: none;
    outline: none;
    padding: 0 15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(71,71,71,0.72);
    line-height:33px;
    opacity:0.71;
}
.v-btn{
    width:104px;
    height:74px;
    background:rgba(23,60,175,1);
    color: #FFF;
    outline: none;
    line-height: 74px;
    font-size: 16px;
    margin-left: 17px;
    padding: auto;
    text-align: center;
    cursor: pointer;
}
.v-answer{
    margin-left: 55px;
    margin-top: 38px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(71,71,71,1);
    line-height:20px;
}
.layui-form-select dl dd.layui-this{
    background:rgba(23,60,175,1)!important; ;
}
.selects{
    padding-top: 30px;
    padding-left: 55px;
    width: 367px;
}
.layui-input, .layui-select, .layui-textarea{
    height: 70px!important;
}
.d-list{
    padding-top: 50px;
    width: 100%;
}
.one-list{
    margin: 10px 0;
    line-height: 30px;
    text-align: center;
    display: flex;
    border-bottom: 1px #e6e6e6 solid;
}
.d-name{
    width: 25%;
}
.d-desc{
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    white-space: nowrap;
}
.d-type{
    width: 10%;
}
.d-time{
    width: 15%;
}
.opreation{
    width: 25%;
}
@media (max-width: 480px) {
    .banners{
        height: 150px;
        overflow: hidden;
    }
    .banners img{
        height: 150px!important;
    }
    .v-title{
        padding-left: 15px!important;
    }
    .v-search{
        padding-left: 15px!important;
        display: block;
    }
    .v-input{
        width: 266px!important;
        height: 40px!important;
    }
    .v-btn{
        width: 54px!important;
        height:40px!important;
        margin-left:0;
        margin-top: 10px;
        line-height: 40px;
    }
    .v-answer{
        margin-left: 15px!important;
    }
    .layui-input, .layui-select, .layui-textarea{
        height: 40px!important;
    }
    .selects{
        padding-top: 20px;
        padding-left: 15px;
        width: 165px;
    }
    .d-type{
        width: 10%;
        display: none;
    }
    .d-time{
        width: 15%;
        display: none;
    }
    .opreation{
        width: 140px;
    }
    .d-name{
        width: 33%;
    }
    .d-desc{
        width: 33%;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 30px;
        white-space: nowrap;
    }
}
@media (max-width: 360px){
    .selects{
        padding-top: 20px;
        padding-left: 0!important;
        width: 140px;
    }
}