#talkList {
    background: #fff;
    padding: 20px 25px;
}
.talk-item {
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 10px solid #eee;
}
.talk-item-info {
    width: 775px;
}
.searchBox {
    width: 100%;
    height: 122px;
    background: #fff;
    padding: 20px 25px;
    padding-bottom: 0;
    
}
.searchMianBox {
    width: 100%;
    border-bottom: 2px solid #EE0613;
    padding-bottom: 5px;
}
.searchMianBox1 {
    width: 100%;
}
#searchDate {
    border: none;
}
.searchSelect {
    margin-left: 0;
    width: 90px;
    height: 40px;
    font-size: 16px;
}
.searchSelect input {
    height: 40px;
    border-radius:2px 0 0 2px;
}
.searchInput {
    margin-left: 0;
    width: 400px;
    height: 40px;
}
.searchInput input {
    border-left: none;
    border-radius: 0;
    height: 40px;
    font-size: 15px;
}
.searchBtn {
    margin-left: 0;
    height: 40px;
}
.searchBtn .layui-btn {
    width: 79px;
    height: 40px;
    background-color: #F80704;
    font-size: 16px;
    border-radius:0 2px 2px 0;
}
/* .layui-input-inline {
    width: 136px;
    float: left;
    margin-right: 10px;
} */
.layui-input-inline input {
    font-size: 15px;
    color: #999999;
}
.dateTitle {
    width: 60px;
    padding-left: 0;
    font-size: 15px;
    color: #333333;
}
.dateInput {
    width: 200px;
    height: 30px;
    border: none;
    margin-right: 10px;
}
.dateInput input {
    height: 30px;
}
.layui-laydate .layui-laydate-main .layui-this {
    background-color:#F80704 !important;
}
.layui-laydate-content td.laydate-selected {
    background-color:#f8706d !important;
}