@charset "utf-8";
.psearch {
    display: block;
}

.msearch {
    display: none;
}


/*手机端样式*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    .psearch {
        display: none;
    }
    .msearch {
        display: block;
    }
    #msubmitbtn {
        top: 7px;
    }
    /*上市导航*/
    .iponav {
        padding: 0 15px;
    }
    #navb {
        width: 100%;
    }
    #navb li {
        width: 25%;
        background-size: cover;
        font-size: 16px;
        font-weight: 600;
    }
    #navb.zcnav ul li.li1 {
        width: 25%;
    }
    #navb.zcnav ul li {
        width: 25%;
    }
    #navb.zcnav ul li:last-child {
        display: none;
    }
    /* 行情动态 */
    #mainbody {
        width: auto;
        padding: 0 15px;
    }
    #mainm {
        width: 100%;
    }
    /* 公告搜索 */
    .reportsearch {
        padding: 0 15px;
        margin-bottom: 10px;
    }
    .reportsearch ul {
        /* display: flex;
        justify-content: space-between; */
    }
    .reportsearch ul li {
        height: 30px;
        line-height: 30px;
        display: flex;
        align-items: center;
        position: relative;
    }
    .reportsearch ul li label {}
    .reportsearch ul li input {
        width: 100%;
        padding-left: 12px;
        border: 1px solid #dedede;
        height: 28px;
        line-height: 28px;
        border-radius: 5px;
    }
    .reportsearch ul li .button {
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-family: "微软雅黑";
        font-size: 14px;
        border: 0;
        background: #408ed6;
        cursor: pointer;
        color: #fff;
        text-align: center;
        position: absolute;
        right: 0px;
        border-radius: 5px;
    }
    /* 上市公司报告 */
    .reportlist {
        padding: 0 15px;
        border: none;
    }
    .sbox {
        padding: 0;
    }
    .ssgsbglistg li {
        width: 100%;
        padding: 6px 0;
    }
    .ssgsbglistg li em {
        width: 80%;
    }
    .ssgsbglistg li .time {
        width: 20%;
    }
    /* 分页 */
    #page div {
        margin-top: 20px;
    }
    #page-number,
    #page-number-mobile {
        padding-left: 0;
        text-align: center;
        margin: 0 10px;
        min-width: auto;
    }
    #js-pagination-location-mobile {
        background: #258cff;
        padding: 5px;
        border: #258cff 1px solid;
        color: #ffffff;
        cursor: pointer;
        margin-left: 5px;
    }
    /* 上市公司报告显示两行 */
    .reportlist .ellip {
        width: 80%;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
    }
    .ssgsbglistg li {
        line-height: normal;
        height: 70px;
        padding: 15px 0;
    }
    .ssgsbglistg li em {
        width: 100%;
        display: flex;
        align-items: center;
        font: 16px "微软雅黑", "simhei";
    }
    .ssgsbglistg li .time {
        width: auto;
        float: none;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #999;
    }
}