.content{
    text-align: center;

}
/*<!--搜索-->*/
.search{
    display: inline-block;
    margin-top: 76px;
    text-align: center;

}
.search .search-icon{
    float: left;
    width: 50px;
    height: 53px;
    background-image: url(img/shousuo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.search .search-input{
    float: left;
    width: 541px;
    height: 53px;
    border: solid 1px #e60013;
    margin-left: 24px;
    margin-right: 14px;
    padding: 0;
    padding-left: 10px;
    box-sizing: border-box;
}
.search .search-button{
    float: left;
    position: relative;
    width: 60px;
    height: 53px;
    background-color: #ff4e5d;

}
.search .search-button div{
    position: absolute;
    width: 60px;
    height: 53px;
    background-size: 41% 46%;
    background-position: 20px 15px;
    background-image: url(img/search.png);
    background-repeat: no-repeat;
    cursor: pointer;

}
.search .search-button div:hover{
    background-color: red;
}



    /*搜索条件*/
.MartyrCity{
    margin-top: 48px;
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.16);
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}
.entry {
    display: flex;
    justify-content: left;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    padding-top: 30px;

}

.entry:last-child {
    border-bottom: none;
}

.entry>div {
    text-align: justify;
    text-align-last: justify;
    float: left;
    height: 32px;
    min-width: 68px;
    line-height: 32px;
    white-space: nowrap;
    font-family: "microsoft yahei";
    font-size: 18px;
    font-weight: bold;
}

.entry>ul>li {
    float: left;
}
.qxlist{
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    padding: 10px 0px 10px 0px;
}
.qxlist li{
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    padding: 5px 20px 5px 0px;
    float: left;
    margin-left: 9px;
    font-size: 14px;
    font-family: "microsoft yahei";
}
.entry>.showCity{
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    float: left;
    font-size: 14px;
    font-family: "microsoft yahei";
    display: block;
    margin-top: 6px;
    margin-left: 30px;
}
.City{
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    float: left;
    font-size: 14px;
    font-family: "microsoft yahei";
    display: block;
    margin-left: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.entry li {
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    padding: 5px 20px;
    float: left;
    margin-left: 9px;
    font-size: 14px;
    font-family: "microsoft yahei";
}
.active-red {
    background-color: red;
    color: white;
}


/*列表*/
.mausoleums{
    margin-top: 38px;
    padding-top: 53px;
    padding-left: 17px;
    padding-right: 15px;
    padding-bottom: 51px;
    margin-bottom: 47px;
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}
.mausoleums-Tips{
    width: 100%;
    height: 48px;
    background-color: #f7dada;
    line-height: 48px;
    padding-left: 41px;
    box-sizing: border-box;

}
.mausoleums-Tips p{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    color: #ff0000;
    text-align: left;
}
.mausoleums-Tips p:before{
     content: "";
     display: inline-block;
     width: 22px;
     height: 22px;
    background-image: url(img/exclamatorymark.png);
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 6px;
 }
.mausoleums-list{

}
.mausoleums-list li{
    margin-top: 27px;
    float: left;
    width: 250px;
    height: 266px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    margin-right: 21px ;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
/*.mausoleums-list li:nth-child(1){
    margin-top: 28px;
}*/

.mausoleums-list li:nth-child(4n){
    margin-right: 0px !important;
}

.mausoleums-list li>.imgk{
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
    padding: 0px !important;
}
.mausoleums-list li>.imgk img{
    width: 100%;
    height: 100%;
    transition: 100ms all;
}
.mausoleums-list li>.imgk img:hover{
   transform: scale(1.2);
}
.mausoleums-list li>div{
    position: relative;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding-left: 15px;
}
.mausoleums-list li>div h3{
    font-size: 16px;
    color: #333333;
    text-align: left;
    margin-top: 13px;
    margin-bottom: 13px;
}
.mausoleums-list li>div p{
    float: left;
    font-size: 14px;
    width: 186px;
    color: #999999;
    text-align: left;
    padding-right: 10px;
}
.mausoleums-list li>div div{
    position: absolute;
    right: 9px;
    bottom: 17px;
    width: 95px;
    height: 28px;
    line-height: 28px;
    background-color: #eeeeee;
    border-radius: 0px 10px 0px 10px;
    cursor: pointer;
}
.mausoleums-list li>div div.tab-atv{
    background-color:red ;
    color: white;
}
.mausoleums-list li>div div.tab-atv:after{
    background-image: url("img/shanjiao-bai.png");
}


.mausoleums-list li>div div:after{
    content: "";
    display: inline-block;
    width: 9px;
    height: 11px;
    background-image: url(img/xiaoshanjiao.png);
    background-size: 100% 100%;
}

/*分页*/
.paging{
    width: 100%;
    height: 30px;
    text-align: center;
    margin-top: 69px ;
}
.paging-list{
    display: inline-block;
    border: 1px solid #ddd;
}
.paging>div{
    display: inline-block;
    font-size: 14px;
}
.paging-active{
    background-color: #e27c70;
    border: none !important;
    color: white;
}
.pg-prev.paging-active>span{
    background-image:url("img/fenyebai-left.png")!important;
}
.pg-next.paging-active>span{
    background-image:url("img/fenyebai-right.png")!important;
}
.pg-prev>span{
    display: inline-block;
    margin-right: 9px;
    width: 9px;
    height: 14px;
    vertical-align: middle;
    background-image:url("img/fenyehei-left.png") ;
    background-repeat: no-repeat;
}
.pg-next>span{
    vertical-align: middle;
    display: inline-block;
    margin-left: 9px;
    width: 9px;
    height: 14px;
    background-image:url("img/fenyehei-right.png");
    background-repeat: no-repeat;
}
.pg-prev {
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    width: 100px;
    height: 32px;
    padding: 0 5px;
    line-height: 32px;
    margin-right: 21px;
    border: 1px solid #dedfe1;
    text-align: center;
}
.pg-next {
    cursor: pointer;
    float: left;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #dedfe1;
    text-align: center;
}
