@charset "UTF-8";
/**************党史今天 start************/
[data-type=date] .mui-dtpicker-title h5,
[data-type=date] .mui-picker{
    width:50%!important;
}
.mui-dtpicker-title h5:first-child,
.mui-dtpicker-body .mui-picker:first-child{
    display:none!important;
}
.mui-btn-blue, .mui-btn-primary, input[type=submit]{
    border: 1px solid #c91418;
    background-color: #c91418;
}
.mui-bar  .mui-pull-right{
    font-size:1.6rem;
    color:#fff;
    line-height:24px;
}
/*banner start*/
.banner{
    position:relative;
    width:100%;
}
.history_banner{
    width:100%;
}
.today{
    position:relative;
    z-index:9;
    width:92%;
    background:#fff;
    border-radius:6px;
    padding:10px;
    margin:-30px auto 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.today a{
    display:block;
}
.today_up{
    width:100%;
    height:70px;
    background:#c91418;
    border-radius:6px;
    overflow:hidden;
}
.today_up i{
    float:left;
    width:30%;
    background:#ab0f13;
    height:70px;
    text-align:center;
}
.today_up i img{
    margin:10px 0;
}
.today_up span{
    float:left;
    width:70%;
    color:#fff;
    font-size:2rem;
    font-weight:bold;
    line-height:70px;
    text-align: center;
}
.today p{
    width:100%;
    color:#000;
    font-size:1.6rem;
    line-height:30px;
    margin-top:10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*banner end*/

/*列表 start*/
.history_nav{
    width:100%;
    overflow:hidden;
}
.history_list{
    width:100%;
    padding:15px 4% 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.history_list li{
    width:100%;
    background:#fff;
    border-radius:6px;
    padding:10px;
    margin-bottom:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.history_list li a{
    position:relative;
    display:block;
    width:100%;
    height:50px;
}
.history_list li i{
    position:absolute;
    left:0;
    top:0;
    width:50px;
    height:50px;
    background:#ab0f13;
    border-radius:6px;
    text-align:center;
}
.history_list li i img{
    width:30px;
    margin:10px 0;
}
.history_list li span{
    display:block;
    width:100%;
    color:#000;
    line-height:50px;
    padding-left:65px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*列表 end*/
/**************党史今天 end************/

/**************红色展馆 start************/
.drop{
    z-index:990;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
}
.drop_btn{
    position:relative;
    z-index:991;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
}
.drop_btn span.all{
    float:inherit;
}
/*省份列表 start*/
.province_list{
    position:fixed;
    z-index:990;
    width:100%;
    height:calc(100% - 79px);
    background:#fff;
    padding-top:15px;
    overflow-y:scroll;
    display:none;
}
.province_list li{
    float:left;
    width:28%;
    line-height:40px;
    background:#f4f4f4;
    border-radius:40px;
    margin:0 0 15px 4%;
    text-align:center;
    overflow:hidden;
}
/*省份列表 end*/
.pavilion {
    margin-top: 36px;
}
.pavilion_list{
    width:92%;
    padding:15px 0 0;
    margin:0 auto;
    overflow:hidden;
}
.pavilion_list li{
    width:100%;
    overflow:hidden;
}
.pavilion_list li a{
    display:block;
}
.pavilion_list li img{
    width:100%;
    border-radius:8px;
}
.pavilion_list li span{
    display:block;
    width:100%;
    line-height:25px;
    color:#000;
    padding:10px 0;
}
/**************红色展馆 end************/

/**************红色展馆介绍 start************/
.introduction{
    width:100%;
    background:#fff;
    border-radius:10px;
    margin:0 auto;
    padding:0 4% 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.introduction h1{
    width:100%;
    line-height:50px;
    font-size:2rem;
    font-weight:bold;
    color:#000;
    margin-top:10px;
    text-align:center;
    overflow:hidden;
}
.introduction h2{
    width:100%;
    line-height:30px;
    font-size:1.7rem;
    font-weight:bold;
    color:#000;
}
.introduction .img{
    width:100%;
    text-align: center;
    overflow:hidden;
}
.introduction .img img{
    max-width:100%;
}
.introduction p{
    line-height:26px;
    color:#666;
    margin:10px 0;
    text-indent:30px;
    text-align:justify;
}
/**************红色展馆介绍 end************/