.search {
    margin-top: 60px;
    width: 100%;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-group {
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

.form-group > label {
    width: 150px;
    color: #331515;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}

.form-group > select {
    width: 186px;
    border: 1px solid #e0e0e0;
    height: 38px;
    padding-left: 5px;
    line-height: 38px;
    font-size: 14px;
}

.form-group > div {
    display: inline-block;
    position: relative;
}

.form-group > div > input[type=text] {
    width: 240px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-group > div > .inputafter {
    /*display: inline-block;*/
    /*width: 17px;*/
    /*height: 19px;*/
    /*position: absolute;*/
    /*right: 13px;*/
    /*top: 9px;*/
    background: url("/new/images/web/date_icon.png") no-repeat;
    background-position: 95% center;
}

.key > input[type=text] {
    width: 230px;
    height: 38px;
    display: inline-block;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-group > button {
    width: 145px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #8972ac;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
/*.topic{*/
/*    width: 100%;*/
/*    margin-top: 30px;*/
/*    font-size: 14px;*/
/*    line-height: 30px;*/
/*    display: flex;*/
/*}*/
/*.topic > label {*/
/*    width: 155px;*/
/*    color: #331515;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    display: inline-block;*/
/*    padding-left: 3px;*/
/*}*/
/*.topic > div {*/
/*    width: 852px;*/
/*    display: inline-block;*/
/*}*/
/*.topic > div span {*/
/*    margin: 0 30px 0 5px;*/
/*}*/

.e-tit {
    width: 100%;
    margin-top: 140px;
    border-bottom: 2px solid #ebe4f6;
}

.e-tit > div {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #331515;
    float: left;
}

.e-tit > div:first-child {
    width: 630px;
}

.e-tit > div:nth-child(2) {
    width: 140px;
    text-align: center;
}

.e-tit > div:nth-child(3) {
    width: 90px;
    text-align: center;
}

.e-tit > div:nth-child(4) {
    width: 140px;
}
/*.e-tit > div:nth-child(5) {*/
/*    width: 180px;*/
/*}*/

.e-list {
    width: 100%;
    margin: 20px 0 100px;
    float: left;
}

.e-list ul {
    width: 100%;
    float: left;
}

.e-list ul li {
    width: 100%;
    float: left;
    /*height: 76px;*/
    background: #f8f8f8;
    margin-bottom: 10px;
    /*padding: 15px 0;*/
    display: flex;
    align-items: center;
}

.e-list ul li > div {
    color: #717171;
    font-size: 12px;
    display: inline-block;
    float: left;
    padding: 15px 0;
}

.e-list ul li > div:first-child {
    width: 606px;
    line-height: 24px;
    padding-left: 24px;
    font-size: 14px;
}

.e-list ul li > div:first-child a {
    font-size: 14px;
    font-weight: bold;
    color: #f39f3a;
}
.e-list ul li > div:first-child > div:last-child{
    width: 100%;
    font-size: 12px;
    color: #8972ac;
}

.e-list ul li > div:nth-child(2) {
    width: 140px;
    font-size: 14px;
    text-align: center;
}

.e-list ul li > div:nth-child(3) {
    width: 90px;
    text-align: center;
}

.e-list ul li > div:nth-child(3) > .nostart-tb {
    background: url("/../new/images/web/nostart-tb.png") no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.e-list ul li > div:nth-child(3) > .finish-tb {
    background: url("/../new/images/web/finish-tb.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.e-list ul li > div:nth-child(4) {
    width: 140px;
}

/*.e-list ul li > div:nth-child(5) {*/
/*    width: 100%;*/
/*    font-size: 12px;*/
/*    padding-left: 24px;*/
/*    color: #9f9f9f !important;*/
/*    padding-top: 4px !important;*/
/*    padding-bottom: 15px;*/
/*}*/

/*.e-list ul li > div:nth-child(5) span {*/
/*    font-weight: bold;*/
/*}*/
/*.e-list ul li > div:nth-child(6){*/
/*    width: 180px;*/
/*}*/

/*------not-start-------------*/
.not-start {
    background: #fbf8fb !important;
}

.not-start > div {
    color: #331515 !important;
}

.not-start a {
    color: #6a4b92 !important;
}

.not-label {
    background: url("/../new/images/web/not-label.png") no-repeat;
}

.finish-label {
    background: url("/../new/images/web/finish-label.png") no-repeat;
}

/*---------------日期提示框--------------------------*/
.dialog-section {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 580px;
    z-index: 20;
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
    margin: 0;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
}

.dialog-text {
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
}

.dialog-close {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/new/images/web/icons-dialog.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
    top: 12px;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    background-position: 0 -135px;
    cursor: pointer;
}

.i-warning {
    position: relative;
    display: inline-block;
    top: -2px;
    margin-right: 20px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-image: url("/new/images/web/icons-dialog.png");
    background-repeat: no-repeat;
    background-position: 0 -45px;
}

/*----日期插件重置----*/

.layui-laydate{
    z-index: 9 !important;
}
.layui-laydate-preview{
    color: #666 !important;
}
.layui-laydate-header > .laydate-icon:hover,.laydate-set-ym > span:hover{
    color: #f39f3a !important;
}

.laydate-footer-btns > span:hover{
    color: #f39f3a !important;
}
.layui-laydate-main{
    width: 240px !important;
}
.layui-laydate-content table{
    table-layout: fixed;
    width: auto;
}
.layui-laydate-content tr td, .layui-laydate-content tr th{
    max-width: 32px;
    min-width: 30px;
    height: 26px;
    max-height: 28px;
}