@charset "UTF-8";
/****************党史上的今天 start**************/
/*上 start*/
.history_banner{
    position:relative;
    width:100%;
    min-width:1280px;
    height:350px;
    overflow:hidden;
}
.history_center{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    width:1920px;
    height:350px;
    background:url("../images/history_banner.jpg") no-repeat center;
}
.history_search{
    height:100px;
    background:#fff;
    border-radius:100px;
    box-shadow:0 0 8px rgba(0,0,0,.08);
    padding:30px 20px;
    margin:-50px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
.history_search .layui-form{
    width:800px;
    margin:0 auto;
}
.history_search .layui-form-label{
    width:110px;
}
.layui-form-select dl dd.layui-this{
    background-color:#d91717;
}
#submit{
    background:#d91717;
    border-radius:5px;
    padding:0 30px;
    font-size:16px;
    margin-left:10px;
}
/*上 end*/

/*列表 start*/
#history{
    width:1440px!important;
    margin:20px auto 0;
    overflow:hidden;
}
.history_list{
    width:100%;
    overflow:hidden;
}
.history_list li{
    position:relative;
    float:left;
    width:calc((100% - 80px)/3);
    background:#fff;
    border-radius:8px;
    padding:20px;
    margin:0 0 20px 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.history_list li:first-child{
    height:200px;
}
.history_today{
    width:100%;
    height:100px;
    background:#d91717;
    border-radius:8px;
    color:#fff;
    overflow:hidden;
}
.history_today em{
    float:left;
    width:130px;
    height:100px;
    background:#ab0f13;
    padding:25px 0;
    transition:all .5s;
    text-align: center;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.history_today h2{
    float:left;
    width:214px;
    line-height:100px;
    font-size:26px;
    color:#fff;
    text-align:center;
    overflow:hidden;
}
.history_list li:first-child p{
    width:100%;
    line-height:50px;
    font-size:17px;
    color:#d91717;
    margin-top:10px;
    transition:all .5s;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.history_list li:first-child :hover em{
    background:#d91717;
}
.history_list li:first-child :hover p{
    color:#fff;
    padding:0 50px;
}
.history_list li a{
    position:relative;
    z-index:1;
    display:block;
    width:100%;
    overflow:hidden;
}
.history_list li i{
    float:left;
    width:50px;
    height:50px;
    background:url("../images/icon_dang1.png") no-repeat center;
    transition:all .5s ease;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.history_list li i img{
    width:100%;
}
.history_list li span{
    float:left;
    line-height:50px;
    font-size:16px;
    color:#000;
    transition:all .5s;
    margin-left:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.history_list li:hover i{
    background:url("../images/icon_dang2.png") no-repeat center;
}
.history_list li:hover span{
    color:#fff;
    padding:0 20px;
}
.history_list li::after{
    display:block;
    content: '';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#d91717;
    transform:scaleX(0);
    transform-origin:left;
    transition-delay: 0s!important;
    transition: all 0.5s ease;

}
.history_list li:hover::after {
    z-index: 0;
    transform: scalex(1);
    transform-origin: left;
}
.page{ margin:0 0 15px;}
/*列表 end*/
@media screen and (max-width: 1399px){
    #history{
        width:1320px!important;
    }
}
/****************党史上的今天 end**************/