
.shopSearch{
    margin-top: 18px;
    margin-left: 26px;
    width: calc(100% - 52px);
    text-indent: 0;
}
.shopSearch li{
    line-height: 30px;
}
.shopSearch li:nth-child(2){
    border: 1px solid #ccc;
    border-radius: 5px;
}
.shop_title{
    border: 0;
    outline: none;
    width: 100%;
}
.date{
    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 32px;
}
.shopOpt{
    background: #1277c5;
    color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    line-height: 25px!important;
    height: 30px;
    margin-top: 20px;
    justify-content: space-around;
    align-items: center;
}
.shopOpt span{
    display: inline-block;
    width: 50%;
    text-align: center;
}
.content_right_ul{
    width: 96%;
    margin-left: 2%;
}
.content_right_ul li{
    display: flex;
    text-align: left;
    border-bottom: 1px solid #ccc;
    height: 70px;
    padding: 10px 0;
}
.content_right_ul li:first-child{
    border-top: 1px solid #ccc;
}
.content_right_ul li a{
    color: #1277c5;
}
.message2{
    padding-left: 35px;
    line-height: 35px;
    max-width: 760px;
    min-width: 760px;
}
.message_title{
    font-size: 18px;
    font-weight: 600;
}
.message2 span{
    min-width: 60px;
}
.dateBox{
    line-height: 70px;
    color: #909090;
}
.details{
    color: #909090;
    padding-right: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    min-width: 700px;
}
.paging{
    margin: 0px 0 ;
}
.pagingBox{
    width: 80%;
    margin: 0 auto;
}
.pagingBox div{
    display: inline-block;
    margin: 5px;
    color: #7a7a7a;
}
.pagingBox ul{
    width: auto;
    display: flex;
}
.pagingBox ul li{
    width: calc(100% / 5);
    border: 1px solid #ccc;
    margin: 5px;
    padding: 2px 6px;
    background: #f1f1f1;
}
.page_active{
    background: #1277c5!important;
    color: #fff;
}
.first_page, .next_page, .last_page{
    border: 1px solid #ccc;
    padding: 2px 5px;
}