
    /* 内页站内导航 */
    .nvatitie{
        width: 1400px;
        line-height: 80px;
        margin: auto;
    }

    /* 内容区域样式 */
    .ny_mian{
        width: 1400px;
        overflow: hidden;
        margin: auto;
        display: flex;
        justify-content: space-between;
        
    }
    .ny_mian .left{
        width: 1000px;
        overflow: hidden;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .ny_mian .left .title{
        width: 100%;
        height: 80px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .ny_mian .left .title h1{
        border-bottom: 4px solid #ab202d;
        float: left;
        line-height: 76px;
    }

    /*  */


    .ny_mian .rig{
        width: 360px;
        overflow: hidden;
    }
    .ny_mian .rig .list{
        width: 100%;
        overflow: hidden;
    }
    .ny_mian .rig .list .title{
        width: 100%;
        line-height: 80px;
        background-color: #ab202d;
        color: #fff;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
    }
    .ny_mian .rig .list .title h1{
        font-size: 30px;
    }
    .ny_mian .rig .list .title a{
        color: #fff;
        font-size: 18px;
    }
    .ny_mian .rig .list .title a:hover{
        color: rgba(255, 255, 255, 0.8);
    }
    .ny_mian .rig .list ul{
        width: 100%;
        overflow: hidden;
        padding: 15px;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.05);
    }
    .ny_mian .rig .list ul li{
        width: 100%;
        line-height: 50px;
        text-indent: 20px;
        background-image: url(../images/sanj.png);
        background-repeat: no-repeat;
        background-position: 0 17px;
        white-space: nowrap; 
        text-overflow:ellipsis;
        overflow:hidden;
    }


    /*  */
    .ny_mian .left .cont_1{
        width: 100%;
        overflow: hidden;
        padding: 50px 0;
    }
    .ny_mian .left .cont_1 ul{
        width: 100%;
        overflow: hidden;
    }
    .ny_mian .left .cont_1 ul li{
        width: 100%;
        line-height: 80px;
        font-size: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-between;
        background-image: url(../images/sanj.png);
        background-repeat: no-repeat;
        background-position: 0 32px;
        text-indent: 20px;
    }
    .ny_mian .left .cont_1 ul span{
        color: rgba(0, 0, 0, 0.3);
    }


    /*  */

    .ny_mian .left .cont_1{
        width: 100%;
        overflow: hidden;
        padding: 50px 0;
    }
    .ny_mian .left .cont_1 .list{
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-between;
    }
    .ny_mian .left .cont_1 .list .pic{
        width: 270px;
        height: 190px;
        overflow: hidden;
    }
    .ny_mian .left .cont_1 .list .pic img{
        width: 270px;
        height: 190px;
        transition: all 1.0s;
    }
    .ny_mian .left .cont_1 .list .pic img:hover{
        transform: scale(1.2);
    }
    .ny_mian .left .cont_1 .list .abt{
        width: 700px;
        overflow: hidden;
    }
    .ny_mian .left .cont_1 .list .abt h1{
        font-size: 32px;
        margin-bottom: 15px;
        white-space: nowrap; 
        text-overflow:ellipsis;
        overflow:hidden;
    }
    .ny_mian .left .cont_1 .list .abt p{
        font-size: 18px;
        line-height: 28px;
        color: rgba(0, 0, 0, 0.6);
        text-align: justify;
        -webkit-line-clamp: 3;  
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-overflow:ellipsis;
        overflow:hidden;
    }
  /*  */

  .ny_mian .left .cont_2{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}
.ny_mian .left .cont_2 .list{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
}
.ny_mian .left .cont_2 .list .pic{
    width: 200px;
    height: 260px;
    overflow: hidden;
}
.ny_mian .left .cont_2 .list .pic img{
    width: 200px;
    height: 260px;
    transition: all 1.0s;
}
.ny_mian .left .cont_2 .list .pic img:hover{
    transform: scale(1.2);
}
.ny_mian .left .cont_2 .list .abt{
    width: 770px;
    overflow: hidden;
}
.ny_mian .left .cont_2 .list .abt h1{
    font-size: 32px;
    margin-bottom: 15px;
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
}
.ny_mian .left .cont_2 .list .abt p{
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
}

/* 详细页面样式 */
.ny_mian .left .xx_title{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 0;
}
.ny_mian .left .xx_title h1{
    /* font-size: 56px; */
    margin-bottom: 20px;
}
.ny_mian .left .xx_title p{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
}
.ny_mian .left .xx_cont{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 80px;
    box-sizing: border-box;
}
.ny_mian .left .xx_cont p{
    font-size: 20px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
    text-indent: 40px;
    margin: 30px 0;
}
.ny_mian .left .xx_cont img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}
/*  */

.ny_mian .left .xx_tu{
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.ny_mian .left .xx_tu img{
    width: 430px;
    height: 550px;
}
.ny_mian .left .xx_tu h1{
    font-size: 28px;
    margin-top: 30px;
}
.ny_mian .left .xx_nr{
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}
.ny_mian .left .xx_nr p{
    font-size: 20px;
    line-height: 36px;
    margin: 30px 0;
    text-indent: 40px;
    text-align: justify;
}
