.header-seach{
    width: 100%;
    background-color: #F7F7F7;
}
.seach-content{
    padding:30px 0px 20px;
}
.formItemStyle>div{
    width: 33.33%;
    float: left;
    padding: 0px 18px;
    box-sizing: border-box;
}
.inputItem{
    width: 100%;
}
.noticeList .layui-input-block{
    margin-left: 0px;
}
.noticeList-main{
    width: 100%;
    background-color: #ffffff;
}
.noticeList-main-item>li{
    padding: 30px 0px;
    border-bottom: 1px solid #eeeeee;
}
.noticeList-main-item>li>div{
    float: left;
}
.noticeList-main-item>li>div:nth-of-type(1){
    width: 105px;
}
.noticeList-main-item>li>div:nth-of-type(2){
    width: 1095px;
    line-height: 30px;
    box-sizing: border-box;
}
.noticeList-main-item>li:after{
    clear: both;
}

.dateBox{
    width: 105px;
    height: 105px;
    background-color: #f7f7f7;
    text-align: center;
    box-sizing: border-box;
}
.dateBox-top{
    padding-top: 8px;
    font-size:36px;
    font-weight:bold;
    color:#333333;
}
.dateBox-bottom{
    font-size:18px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.list-msg{
    height: 105px;
    padding-left: 23px;
    position: relative;
}
.list-msg>div{
    display: inline-block;
}
.list-msg-top-type{
    width:46px;
    height:20px;
    color: #ffffff;
    font-size:12px;
    line-height: 20px;
    font-weight:400;
    color:#ffffff;
    text-align: center;
}
.list-msg-top .b1{
    background-color: #d3021b;
}
.list-msg-top .b2{
    background-color:rgba(3,169,244,1);
}
.list-msg-top .b3{
    background-color:rgba(249,94,94,1);
}
.b4{
    background-color:rgba(187,187,187,1);;
}
.list-msg-title{
    font-size:16px;
    font-weight:bold;
    color:#333333;
    padding-left: 5px;
    line-height: 20px;
    vertical-align: middle;
    width: 780px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-msg-title:hover{
    color: #d3021b;
    cursor: pointer;
}
.countDown{
    float: right;
    line-height: 20px;
}
.timeBox{
    vertical-align: top;
    display: inline-block;
    width:20px;
    height:20px;
    background:rgba(62,181,107,1);
    border-radius:2px;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    line-height:20px;
    line-height: 20px;
    text-align: center;
}
.zeroBackground{
   background-color:  #BBBBBB;
}
.list-msg-content{
    top: 30px;
    width: 98%;
    padding-top: 15px;
    /* height: 55px; */
    font-size: 14px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 30px;
    display: -webkit-box;
    position: absolute;
    left: 23px;
    height: 60px;
    bottom: 0;
    /* -webkit-line-clamp: 2; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.bottomPage{
    text-align: right;
    padding:20px 0px  80px;
}
.bottomPage .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color:#d3021b
}
.formItemStyle .layui-input:hover{
    border-color: #d3021b!important;
}
.formItemStyle .layui-input:focus{
    border-color: #d3021b!important;
}
a.link{
    color: #d3021b;
    text-decoration: none;
    cursor: pointer;
}
a.link:hover, a.link:visited {
    color: #1995ff;
}
.header-logo-title{
    display: inline-block;
    height:60px;
    line-height: 60px;
    width: 100px;
    font-size: 20px;
    border-left: 1px solid #eee;
    padding-left: 18px;
    margin-left: 18px;
    color: #d3021b;
    font-weight: 600;
}
.timeBox,
.list-msg-content,
.dateBox-bottom,
.dateBox-top,
.header-logo-title{
    font-family:FZLanTingHeiS-H-GB, Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}