
a:hover{
    cursor: pointer;
}
.new{
    width: 100%;
    height: 100%;
    background:#F8F8F8;
}
nav ul li:nth-child(6){
    /*background:rgba(34,137,240,1);*/
    /*border-radius:4px;*/
}
nav ul li:nth-child(6) a{
    /*color:#fff;*/
    color: #2289f0;
    font-weight: 600;
}
/*.new .picture img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

@media screen and (max-width:1919px){

    .new .content .container .essays{
        width: 726px;
        box-sizing: border-box;
        margin: 0 auto;
        min-height: 349px;
    }
    .content .select-news .detail li:nth-child(1){
        margin-top: 0 ;
    }
    .content .select-news .detail .first{
        margin-top: 24px !important;
    }
    .new .content .container .essays ul{
        width: 100%;
        height: 100%;
    }
    .new .content .container .essays ul li{
        list-style: none;
        width:100%;
        height:33px;
        margin-bottom: 1px;
        /*border-bottom: 1px solid #ccc;*/
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(204, 204, 204,0.3);
    }
    .new .content .container .essays ul li span a{
        color: #333;
        width:100%;
        height:33px;
        font-size:0.625em;
        font-weight:400;
        line-height: 33px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .new .content .container .essays ul li .date{
        /* float:right; */
        width:10%;
        font-size:0.625em;
        /* padding-right: 26px; */
        line-height: 33px;
        color: #999999;
    }
    .new .content .container .essays .active ul {
        width: 100%;
    }
    .new .content .container .essays .active ul li span a:hover{
        cursor: pointer;
    }
    .new .content .container .essays .active ul article {
        width: 100%;
        margin: 21px auto;
        word-wrap: break-word; word-break: normal;
        overflow: hidden;
    }
    .new .content .container .essays .active ul article h1{
        font-size: 1.2em;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 20px;
        margin-bottom: 10px;
    }
    .new .content .container .essays .active ul article p{
        font-size:0.75em;
        color:#000;
        line-height:24px;
        margin-bottom: 8px;
    }
    .new .content .container .essays .active .allmsg article div{
        width: 100%;
    }
    .new .content .container .essays .active .allmsg article div pre p{
        width: 100%;
        font-size:0.75em;
        font-weight:400;
        color:rgba(94,97,102,1);
        line-height:19px;
        white-space:pre-wrap;;
    }
    .new .content .container .go_top{
        position: absolute;
        height: 14px;
        right: 20px;
        bottom: 25px;
    }
    .new .content .container .go_top a{
        color:rgba(153,153,153,1);
        font-size:0.625em;;
    }
    .new .content .container .go_top a p{
        margin-top: 5px;
    }
    .setPageDiv {
        text-align: center;
    }
    #pagination {
        display: inline-block;
        margin:50px auto;
        margin-bottom: 30px;
    }
    .tip{
        width: 100%;
        margin-top: 15%;
        color: #2289F0;
    }
}
@media screen and  (min-width:1920px){
    .new .content .container .essays{
        width: 1016px;
        margin-left: 24px;
        height: 490px;
    }
    .content .select-news .detail li:nth-child(1){
        margin-top: 0 ;
    }
    .content .select-news .detail .first{
        margin-top: 24px !important;
    }
    .new .content .container .essays ul{
        width: 100%;
        height: 100%;
    }
    .new .content .container .essays ul li{
        list-style: none;
        width:100%;
        height:48px;
        /*border-bottom: 1px solid #ccc;*/
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(204, 204, 204,0.3);
    }
    .new .content .container .essays ul li span a{
        color: #333;
        width:100%;
        height:48px;
        font-size:14px;
        font-weight:400;
        line-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .new .content .container .essays ul li .date{
        /* float:right; */
        line-height: 48px;
        color: #999999;
        width:10%;
    }
    .new .content .container .essays .active ul {
        width: 100%;
    }
    .new .content .container .essays .active ul article {
        width: 100%;
        margin: 21px auto;
        word-wrap: break-word; word-break: normal;
        overflow: hidden;
    }
    .new .content .container .essays .active ul article h1{
        font-size: 1.2em;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 20px;
        margin-bottom: 10px;
    }
    .new .content .container .essays .active ul article p{
        color:#000;
        line-height:24px;
        margin-bottom: 8px;
    }
    .new .content .container .essays .active .allmsg article div{
        width: 100%;
    }
    .new .content .container .essays .active .allmsg article div pre p{
        width: 100%;
        font-weight:400;
        color:rgba(94,97,102,1);
        line-height:19px;
        white-space:pre-wrap;;
    }
    .new .content .container .go_top{
        position: absolute;
        height: 14px;
        right: 40px;
        bottom: 30px;
    }
    .new .content .container .go_top a{
        color:rgba(153,153,153,1);
        font-size:14px;
    }

    .setPageDiv {
        text-align: center;
    }
    #pagination {
        display:inline-block;
        margin:0 auto;
        margin-bottom: 30px;
        margin-top: 50px;
    }
}

