@charset "UTF-8";
/**************红色展馆 start***********/
/*地图 start*/
#red_map{
    width:100%;
    min-width:1280px;
    height:650px;
    background:url("../images/red_banner.jpg") no-repeat center;
    overflow: visible;
}
.wrap{
    width:1280px;
    height:650px;
    background:url("../images/map_bg.png") no-repeat center;
    padding:20px 0;
    margin:0 auto;
}
.add_xinjiang{
    position:absolute;
    z-index:9999999999;
    top:248px;
    left:279px;
    color:#fff;
    font-size:13px;
    font-family: "微软雅黑!important";
}
#ChinaMap{
    margin-left:170px;
}
#stateTip{
    position:absolute;
    left:100%;
    text-align:left;
    display:inline;
}
#mapTipContent{
    width:900px;
    margin:0 auto;
    display: none;
}
.mapTipText{
    width:300px;
    height:230px;
    background-color:#fff;
    padding-bottom:20px;
    border:1px solid #eee;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mapTipText .mapTipList{
    width:100%;
    padding:10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mapTipText .mapTipList h2{
    width:100%;
    font-size:18px;
    line-height:20px;
    color: #c91418;
    border-left:5px solid #c91418;
    padding-left:10px;
    margin:5px auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mapTipText .mapTipList h2:hover{
    color: #c91418;
}
.mapTipText .mapTipList ul{
    width:100%;
    height:180px;
    padding-right: 10px;
    margin-bottom:10px;
    overflow-y:scroll;
}
.mapTipText .mapTipList ul li a{
    display:block;
    font-size:14px;
    line-height:35px;
    padding:0 15px;
    background:#f4f4f4;
    border-radius:5px;
    color:#000;
    margin-top:10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mapTipText .mapTipList ul li a:hover{
    background-color:#c91418;
    color:#fff;
}
/*地图 end*/

/*显示检索区 start*/
.province_list{
    width:100%;
    padding-bottom:5px;
    overflow:hidden;
}
.province_list li{
    float:left;
    width:60px;
    line-height:28px;
    margin:0 15px 15px 0;
    text-align:center;
    cursor:pointer;
    transition:all .3s;
}
.province_list li.red{
    background:#c91418;
    border-radius:5px;
    color:#fff;
}
/*显示检索区 end*/

/*纪念馆列表 start*/
.pavilion_nav{
    width:100%;
    min-width:1280px;
    background:#f4f4f4;
    overflow:hidden;
}
.pavilion_list{
    width:100%;
    padding-bottom:10px;
    overflow:hidden;
}
.pavilion_list li{
    float:left;
    width:23.5%;
    background:#fff;
    border-radius:5px;
    margin:2% 2% 0 0;
    transition:all .5s ease;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pavilion_list li:nth-child(4n){
    margin-right:0;
}
.pavilion_list li a{
    display:block;
    width:100%;
    overflow:hidden;
}
.pavilion_list li span{
    position:relative;
    display:block;
    width:100%;
    overflow:hidden;
}
.pavilion_list li span i{
    position:absolute;
    bottom:-30px;
    right:0;
    width:100%;
    height:30px;
    line-height:30px;
    background:rgba(0,0,0,.6);
    color:#fff;
    font-size:14px;
    transition: all .5s ease;
    text-align: center;
}
.pavilion_list li img{
    width:100%;
    transition: all .5s ease;
}
.pavilion_list li:hover img{
    transform:scale(1.1);
}
.pavilion_list li p{
    width:100%;
    line-height:50px;
    padding:0 10px;
    color:#000;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pavilion_list li:hover{
    padding:5px 5px 0;
    background:#c91418;
}
.pavilion_list li:hover i{
    bottom:0;
}
.pavilion_list li:hover p{
    color:#fff;
}
@media screen and (min-width: 1400px){
    .pavilion_list li{
        height:235px;
    }
}   
@media screen and (max-width: 1399px){
    .pavilion_list li{
        height:219px;
    }
}  
/*纪念馆列表 end*/
.page{margin:5px 0 15px;}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width:10px;
    height:10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.05);
    border-radius:5px;
    background:rgba(0,0,0,0.05);
}
/**************红色展馆 end***********/

/**************红色展馆详情页 start***********/
.layui-breadcrumb a cite{
    color:#333;
}
.introduction{
    width:100%;
    background:#fff;
    border-radius:10px;
    margin:0 auto 30px;
    padding:0 35px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.introduction h1{
    width:100%;
    line-height:100px;
    border-bottom:1px solid #eee;
    font-size:26px;
    color:#000;
    margin-bottom:25px;
    text-align:center;
    overflow:hidden;
}
.introduction .img{
    width:100%;
    text-align: center;
    overflow:hidden;
}
.introduction .img img{
    max-width:100%;
}
.introduction p{
    line-height:26px;
    margin:15px 0;
    text-indent:30px;
}
/**************红色展馆详情页 end***********/