.ny-main>div{
    display: flex;
    justify-content: space-between;
}

.ny-main .ny-left{
    width: 300px;
}

.ny-main .ny-left h1{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to bottom,#29166f,#1e72f9);
    margin-bottom: 17px;
    line-height: 50px;
    text-align: center;
}

.ny-main .ny-left li{
    width: 100%;
    background-color: #f2f2f2;
    margin-bottom: 17px;
    line-height: 50px;
    text-align: center;
}

.ny-main .ny-left li a{
    font-size: 18px;
    color: #242424;
}

.ny-main .ny-left li.active{
    border: 1px solid #1e72f9;
}

.ny-main .ny-left li.active a{
    font-weight: bold;
    color: #1e72f9;
}

.ny-main .ny-right{
    width: calc(100% - 300px - 26px);
    min-height: 500px;
}

.ny-line{
    height: 0;
    width: 100%;
    border-bottom: 1px dashed #d1d2d2;
    margin: 16px 0;
}

.pagination{
    text-align: center;
    margin: 46px 0 60px 0;
}

.pagination li{
    display: inline-block;
    padding: 6px 14px;
    margin: 0 4px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background-color: #fff;
}

.pagination li.disabled{
    color: #cfcfcf;
    background-color: #f9f9f9;
    cursor: no-drop;
}

.pagination li.active{
    background-color: #1e72f9;
    color: #fff;
}

.pagination li:hover{
    background-color: #1e72f9;
    color: #fff;
}

.pagination li.disabled:hover{
    background-color: #f9f9f9;
    color: #cfcfcf;
}

.ny-main .more{
    color: #8c8c8c;
    font-size: 16px;
}

.ny-main .more a{
    color: #8c8c8c;
    font-size: 16px;
    transition: all 0.3s;
}

.ny-main .more:hover{
    color: #8c8c8c !important;
}

.ny-main .more a:hover{
    color: #1e72f9;
}

.ny-main .list-style .page{
    padding: 30px 30px 0 30px;
}

.ny-main .list-style .time{
    font-size: 14px;
    color: #999999;
    float: right;
    margin-right: 10px;
    line-height: 36px;
}

.ny-main .content{
    display: block;
    margin-bottom: 100px;
}

.nr-top{
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
}
.nr-top .title{
    font-size: 30px;
    font-weight: bold;
    color: #353535;
}
.nr-top p{
    margin-top: 64px;
    font-size: 14px;
    color: #999999;
}
.nr-con{
    padding: 50px 70px 90px 70px;
}
.prt-cls{
    text-align: center;
}
.prt-cls img{
    margin-right: 4px;
}
.prt-cls a:first-child{
    margin-right: 14px;
}
.prt-cls a span{
    transition: all 0.25s;
    color: #333333;
    font-size: 14px;
}
.prt-cls a:hover span{
    color: #2f5ace;
}
.next-pre{
    margin-top: 20px;
    padding-top: 26px;
    border-top: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
}
.next-pre a{
    display: block;
    max-width: calc(50% - 20px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.next-pre a span{
    font-size: 14px;
    color: #2c2c2c;
    transition: all 0.25s;
}
.next-pre a:hover span{
    color: #2f5ace;
}