.map {
    padding: 20px  20px  0;
}
em {
    font-style: normal;
    font-size: 160%;
}
.clearfix:after{
    content: '';
    display: block;
    zoom: 1;
    clear:both;
}
.share-item {
    width: 100%;
    background: #fff;
    /*height: 400px;*/
    margin-bottom: 20px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.share-item > div  {
    float: left;
}
.share-time-left {
    width: 17%;
    margin-right: 1%;
    text-align: center;
    font-size:16px;
}
.share-item-right {
    width: 82%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    line-height: 28px;
    position: relative;
}
.share-item-right p {
    margin-bottom: 20px;
    white-space :  nowrap;
    text-overflow: ellipsis;  /**显示省略符号来代表被修剪的文本。*/
    overflow: hidden;
}
.gallery {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}
.gallery  li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 105px;
    height: 105px;
    /*background: red;*/
}
.gallery  li img{
    width: 100%;
    height: 100%;
}
.gallery  li:nth-child(4n) {
    margin-right: 0;
}
.share-item-right span {
    position: absolute;
    right:-2px;
    top:0;
    width: 18px;
    height: 20px;
    display: block;
    animation-duration:500ms;
    animation-fill-mode:forwards;
    cursor: pointer;
}
.close_img{
    pointer-events:none;
    cursor : default
}
@keyframes movedown {
    from{

        transform: rotate(0deg);
    }
    to{

        transform: rotate(180deg);
    }
}
@keyframes moveup{
    from{

        transform: rotate(180deg);
    }
    to{
        transform: rotate(0deg);
    }
}

.page{
    margin:60px 0 85px;

}
.page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.next , .prev {
    background: #82cef2 ;
    color:#fff !important;
    border: 1px solid #82cef2 !important;
}
.page ul li {
    margin-right: 10px;
    border-radius: 2px;
    background: #fff;
}
.page ul li a{
    border-radius: 2px;
    display: block;
    padding: 5px 10px;
    font-size:14px;
    color:#a19e97;
    border:1px solid #ccc;
}

.paginate_button.active{
    background: #82cef2 ;
}
.paginate_button.active a{
    border: 1px solid #82cef2 !important;
    color:#fff !important;
}
