html{
    height: 100%;
}
body{
    background: url(../images/ny-body-bj.jpg);
    background-size: 100% 100%;
}

.nav{
    display: block;
    top: 0;
   
}

.banner img{
    display: block;
    width: 100%;
}


.ny-title{
    text-align: center;
    margin-top: 50px;
}
.ny-title>h2{
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    position: relative;
}
.ny-title>h2>span{
    font-size: 36px;
    color: #b00100;
}
.ny-title>h2 p{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}
.ny-title>h2 p img{
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.ny-title>h2 p a{
    color: #666666;
    margin: 0 10px;
}
.ny-title>h2 p a.active{
    color: #b00100;
    margin-right: 0;
}
.ny-title>ul{
    text-align: center;
    font-size: 0;
}
.ny-title>ul li{
    display: inline-block;
    width: 180px;
    background: url(../images/ny-title-li-bj1.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin: 40px 30px 50px 30px;
    transition: all 0.5s;
    cursor: pointer;
}
.ny-title>ul li.active{
    background: url(../images/ny-title-li-bj2.png);
    background-size: 100% 100%;
}
.ny-title>ul li a{
    color: #fff;
    font-weight: normal;
}
.ny-title>ul li:hover{
    background: url(../images/ny-title-li-bj2.png);
    background-size: 100% 100%;
}

.list-img-body ul{
    overflow: hidden;
}
.list-img-body ul li{
    float: left;
    width: 31%;
    transition: all 0.3s;
    position: relative;
    top: 0;
    margin-bottom: 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.list-img-body ul li:hover{
    top: -5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.list-img-body ul li:nth-child(3n+2){
    margin-left: 3.5%;
    margin-right: 3.5%;
}
.list-img-body ul li.mid{
    margin-left: 3.5%;
    margin-right: 3.5%;
}
.list-img-body ul li a{
    display: block;
    width: 100%;
}
.list-img-body ul li a .limgs-pic{
    position: relative;
    overflow: hidden;
}
.list-img-body ul li a .limgs-pic img{
    display: block;
    width: 100%;
    height:299px;
    transition: all 0.3s;
}
.list-img-body ul li a .limgs-pic img:hover{
    transform: scale(1.1);
}
.list-img-body ul li a .limgs-pic p{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #b00100;
    color: #e8be81;
    width: 120px;
    line-height: 50px;
    font-size: 26px;
    text-align: center;
}
.list-img-body ul li a .limgs-cont{
    background: #fff;
    padding: 20px;
}
.list-img-body ul li a .limgs-cont h3{
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-img-body ul li a .limgs-cont p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    margin-top: 15px;
    transition: all 0.3s;
}
.list-img-body ul li a .limgs-cont p:hover{
    color: #b00100;
}

.list-text-body ul{
    overflow: hidden;
}
.list-text-body ul li{
    float: left;
    width: 44%;
    background: url(../images/list-text-bj1.png);
    background-size: 100% 100%;
    padding: 10px 2%;
    display: table;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 30px;
}
.list-text-body ul li{
    display: table;
}
.list-text-body ul li:nth-child(2n+1){
    margin-right: 4%;
}
.list-text-body ul li .ltext-date{
    vertical-align: middle;
    text-align: center;
    width: 110px;
    
}
 .list-text-body ul li .ltext-date>div{
    display: table-cell;
    vertical-align: middle;
    width: 110px;
    height: 110px;
    background: url(../images/list-text-bj2.png);
    background-size: 100% 100%;
}
.list-text-body ul li .ltext-date span{
    font-size: 36px;
    color: #cfa972;
}
.list-text-body ul li .ltext-date p{
    font-size: 16px;
    color: #cfa972;
}
.list-text-body ul li .ltext-cont{
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}
.list-text-body ul li .ltext-cont h3{
    width: 100%;
    color: #2a2217;
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.list-text-body ul li .ltext-cont h3 a {
    color: #2a2217;
    display: block;
    width: 100%;
}

.list-text-body ul li .ltext-cont p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    margin-top: 10px;
}  
.list-text-body ul li:hover{
    background: url(../images/list-text-bj1-hover.png);
    background-size: 100% 100%;
}

.list-text-body ul li:hover .ltext-date>div{
    background: url(../images/list-text-bj2-hover.png);
    background-size: 100% 100%;
}
.list-text-body ul li:hover .ltext-date span{
    color: #fff;
}
.list-text-body ul li:hover .ltext-date p{
    color: #fff;
}
.list-text-body ul li:hover .ltext-cont h3{
    color: #fff;
}
.list-text-body ul li:hover .ltext-cont p{
    color: #fff;
    opacity: 0.6;
}


.art-title{
    max-width: 1200px;
    margin: 40px auto 30px auto;
    padding: 30px;
    background: #f5f5f5;
    text-align: center;
}

.art-title h3{
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}
.art-title p span{
    font-size: 16px;
    color: #888888;
    margin:0 15px;
}
.cont-main{
    max-width: 1000px;
    margin: 30px auto;
}

.cont-main p{
    text-indent: 2em;
    font-size: 16px;
    color: #555555;
    line-height: 32px;
    margin: 30px 0;
}
.cont-main img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.flip{
    max-width: 1000px;
    margin: 30px auto;
    padding-top: 20px;
    border-top: 1px dashed #dddddd;
}
.flip p {
    line-height: 38px;
}
.flip p span{
    font-size: 18px;
    color: #b00100;
}
.flip p a{
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
}
.flip p a:hover{
    color: #b00100;
}












/* 响应 其他 设备 */

@media screen and (max-width:1400px){
.list-main{
    padding: 0 15px;
}


    .list-img-body ul li a .limgs-pic img{
        height: 299px;
    }
}
@media screen and (max-width:1024px){
    .nav{
        display: none;
        background: rgba(0, 0, 0, 0.8);
    }
    .list-img-body ul li a .limgs-pic p{
        width: 100px;
        line-height: 40px;
        font-size: 20px;
    }


    .list-img-body ul li a .limgs-pic img{
        height: 219px;
    }
}
@media screen and (max-width:768px){
    .list-img-body ul li{
        margin-bottom: 25px;
    }
    .list-img-body ul li a .limgs-pic p{
        width: 80px;
        line-height: 35px;
        font-size: 18px;
    }
    .list-img-body ul li a .limgs-cont{
        padding: 15px;
    }
    .list-img-body ul li a .limgs-cont h3{
        font-size: 14px;
    }
    .list-img-body ul li a .limgs-cont p{
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        font-size: 14px;
    }
    

    .ny-title{
        margin-top: 30px;
    }
    .ny-title>h2,.ny-title>h2>span{
        font-size: 20px;
    }
    .ny-title>h2 p{
        position: static;
        font-size: 12px;
    }
    .ny-title>h2 p img{
        height: 14px;
    }
    .ny-title>ul li{
        width: 20%;
        font-size: 14px;
        line-height: 40px;
        margin: 25px 2%;
    }

    .list-text-body ul li{
        width: 94%;
        margin-right: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
    .list-text-body ul li:nth-child(2n+1){
        margin-right: 0;
    }
    .list-text-body ul li .ltext-date{
        width: 80px;
    }
    .list-text-body ul li .ltext-date>div{
        width: 80px;
        height: 80px;
    }
    .list-text-body ul li .ltext-date p{
        font-size: 12px;
    }
    .list-text-body ul li .ltext-date span{
        font-size: 28px;
    }
    .list-text-body ul li .ltext-cont h3{
        font-size: 16px;
    }
    .list-text-body ul li .ltext-cont p{
        font-size: 12px;
        line-height: 20px;
    }

    .art-title{
        margin: 30px auto ;
        padding: 20px;
    }
    .art-title h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .art-title p span{
        font-size: 12px;
    }
    .cont-main p{
        font-size: 12px;
        line-height: 26px;
    }
    .flip p{
        line-height: 28px;
    }
    .flip p span{
        font-size: 14px;
    }
    .flip p a{
        font-size: 12px;
    }


    .list-img-body ul li a .limgs-pic img{
        height: 155px;
    }
}
@media screen and (max-width:480px){
    .list-img-body ul li{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .list-img-body ul li:nth-child(3n+2){
        margin-left: 1%;
        margin-right: 1%;
    }
    .list-img-body ul li.mid{
        margin-left: 1%;
        margin-right: 1%;
    }


    .list-img-body ul li a .limgs-pic img{
        height: 159px;
    }
}



.pb_sys_style1 .p_no_d{

    border: 1px solid #d2302b;
    color: #fff;
    background-color: #d2302b;
    }