/*移动端样式*/
@media screen and (max-device-width: 767px){
    .search-pc{
        display: none;
    }
    .search-mobile{
        margin-top:5px;
        border: #eee solid 1px;
        padding:5px 5px;
    }
    .search-title{
        font-size:1.7rem;
        margin-bottom: 5px;
    }
    .seart-type{
        font-size:1.5rem;
        display:flex;
        flex-direction: row;
        justify-content: flex-end;
        width:100px;
        margin-right:10px;
    }
    .area-a{
        margin-right:10px;
    }
    .area-selected{
        color:red;
        font-weight: 600;
    }
    .btn{
        height:25px;
        width:50px;
        line-height: 1px;
        text-align:center;
        padding:0 0;
    }

    .date-group{
        display:flex;
        flex-direction: row;
    }
    #news_pager_box{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

/*pc端样式*/
@media screen and (min-device-width: 768px){
    .search-mobile{
        display:none;
    }
    .search-pc{
        margin-top:5px;
        border:#eee solid 1px;
        padding:5px 5px;
    }
    .search-title{
        font-size:2rem;
    }
    .search-type{
        font-size:1.5rem;
        display:flex;
        flex-direction: row;
        justify-content: flex-end;
        width:15%;
        margin-right:10px;
    }
    .area-a{
        margin-right:10px;
    }
    .area-selected{
        color:red;
        font-weight: 600;
    }
    .btn{
        height:25px;
        width:50px;
        line-height: 1px;
        text-align:center;
        padding:0 0;
    }

    .date-group{
        display:flex;
        flex-direction: row;
    }
    #news_pager_box{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }


}