@charset "utf-8";
.pcwriter {
    display: block;
}

.mwriter {
    display: none;
}


/*手机端样式*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    .pcwriter {
        display: none;
    }
    .mwriter {
        display: block;
    }
    /*搜索图标按钮*/
    #msubmitbtn {
        position: absolute;
        top: 6px;
    }
    /*涛涛布觉列表*/
    .talkwrap {
        margin-top: 20px;
    }
    .talkheader {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }
    .talkheader h3 {
        font-size: 22px;
        font-weight: 700;
        color: #000;
        border-left: 8px solid #3f8dd5;
        padding-left: 10px;
    }
    .talklist {
        width: 100%;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #666;
        background: #eee;
    }
    .talklist li {
        font-size: 16px;
        margin-right: 10px;
    }
    .talklist li:last-child {
        margin-right: 0;
    }
    .talklist a {
        
    }
    .talklist span{
        margin:0 5px;
        color: #ccc;
    }
    /*列表*/
    .talkcont {
        padding: 0 15px;
    }
    .contlist {
        width: 100%;
    }
    .contlist li {
        width: 100%;
        display: flex;
        padding: 20px 0;
        border-bottom: 1px dashed #807e7e;
    }
    .contlist li:last-child {
        border: none;
    }
    .talkleft {
        margin-right: 20px;
    }
    .talkleft img {
        width: 100px;
        height: 100px;
    }
    .talkright {
        width: 100%;
        overflow: hidden;
    }
    .talkright h4 {
        font-size: 18px;
        color: #000000;
        font-weight: 600;
    }
    .talkright h4 {
       /* height: 45px;*/
        font-size: 16px;
        font-weight: 600;
        margin-top: 5px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .talkright h4 a{
         color: #0f4171;
    }
    .talkright p {
        font-size: 14px;
        color: #888888;
        margin-top: 15px;
    }
    .writercont{
        /*text-indent: 2em;*/
    }
    .from {
        display: flex;
        justify-content: space-between;
        margin-top: 10px
    }
    /*分页*/
    .fany {
        margin-top: 20px;
    }
    #page div {
        margin-top: 20px;
    }
    #page-number-mobile {
        text-align: center;
        padding-left: 0;
        min-width: 30px;
        height: 30px;
        width: 50px;
        border-radius: 4px;
        border: 1px solid #e8e8e8;
        outline: none;
        box-sizing: border-box;
        margin: 0px 5px;
    }
    #page-number{
        text-align: center;
        padding-left: 0;
        min-width: 30px;
        height: 30px;
        width: 50px;
        border-radius: 4px;
        border: 1px solid #e8e8e8;
        outline: none;
        box-sizing: border-box;
        margin: 0px 5px;
    }
    #js-pagination-location-mobile{
        background: #258cff;
        padding: 4px;
        border: #258cff 1px solid;
        color: #ffffff;
        margin-left: 5px;
        cursor: pointer;
    }
    .talkactive {
        padding-bottom: 4px;
        border-bottom: 2px solid #3f8dd5;
        color: #3f8dd5 !important;
    }
}