/* 内页通用样式 */
.page-top{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 294px;
    background: url(../img/ny_top.jpg) top center no-repeat;
}
.page-top{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.page-pos{
    height: 63px;
    background-color: #eaeaea;
    overflow: hidden;
}
.page-pos ul{
    float: left;
    overflow: hidden;
}
.page-pos ul li{
    float: left;
    position: relative;
    margin-right: 10px;
}
.page-pos ul li a{
    line-height: 63px;
    padding: 0 8px;
}
.page-pos ul li.active::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1a2b85;
}
.page-pos ul li.active a{
    color: #1a2b85;
}
.page-pos p{
    float: right;
    font-size: 16px;
    color: #575757;
    line-height: 63px;
}
.page-pos p i{
    font-size: 20px;
    color: #575757;
    margin: 0 14px 0 10px;
    vertical-align: bottom;
}
.page-pos p a{
    font-size: 16px;
    color: #575757;
    line-height: 63px;
    transition: all 0.25s;
}
.page-pos p a:hover{
    color: #2f5ace;
}
.page-con{
    padding: 32px 0 100px 0;
    background-color: #fff;
}
.page-con>div{
    display: flex;
}
.page-con .page-left{
    width: 267px;
}
.page-left .left-title{
    height: 64px;
    background-color: #2f5ace;
    line-height: 64px;
    padding-left: 34px;
}
.page-left .left-title span{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.page-left li{
    padding-left: 34px;
    padding-right: 28px;
    overflow: hidden;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
}
.page-left li .more{
    float: right;
    line-height: 62px;
    font-size: 18px;
}
.page-left li a{
    display: block;
    float: left;
}
.page-left li a span{
    font-size: 18px;
    color: #2e2e2e;
    line-height: 62px;
}
.page-left li.on a span,.page-left li:hover a span{
    color: #2f5ace;
}
.page-right{
    width: calc(100% - 267px);
}

.neirong{
    width: 100%;
    padding-top: 76px;
}
.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;
    line-height: 2;
}
.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;
}

.page-con .nylist li{
    padding: 40px 0;
    display: flex;
    border-bottom: 1px solid #eaeaea;
}
.page-con .nylist li .time{
    width: 100px;
    height: 100px;
    background-color: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-con .nylist li .time .day{
    font-size: 30px;
    color: #1a2b85;
    font-weight: bold;
    margin-bottom: 10px;
}
.page-con .nylist li .time .y-m{
    padding-top: 8px;
    border-top: 1px solid #e3e3e3;
    font-size: 14px;
    color: #666666;
}
.page-con .nylist li .con{
    padding: 0 34px;
    max-width: calc(100% - 100px);
    box-sizing: border-box;
}
.page-con .nylist li .con h3{
    line-height: 30px;
    margin-bottom: 12px;
}
.page-con .nylist li .con a{
    font-size: 18px;
    color: #212121;
}
.page-con .nylist li .con p{
    font-size: 16px;
    color: #808080;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    text-align: justify;
}

.page-con .picli ul{
    overflow: hidden;
}

.page-con .picli li{
    padding: 0;
    float: left;
    width: calc((100% - 244px) / 3);
    margin-bottom: 16px;
    margin-right: 122px;
}
.page-con .picli li:nth-child(3n){
    margin-right: 0;
}
.page-con .picli li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-con .picli li img{
    width: 100%;
    height: 351px;
}
.page-con .picli li span{
    font-size: 18px;
    color: #303030;
    line-height: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-con .picli li:hover span{
    color: #1a2b85;
}