/* 广告条样式 */
.ggao{
    width: 1400px;
    height: 160px;
    margin: auto;
   /*  margin-top: 20px; */
}
.ggao img{
    width: 1400px;
    height: 160px;
}

/* 站内导航 */
.ny_nva{
    width: 1400px;
    line-height: 80px;
    margin: auto;
    text-align: left;
}


/* 内页内容区域样式 */
.ny_cont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.ny_cont .left{
    width: 980px;
    overflow: hidden;
}
.ny_cont .left .title{
    width: 100%;
    line-height: 78px;
    border-bottom: 4px solid #922416;
    box-sizing: border-box;
}
.ny_cont .left .title h1{
    font-size: 32px;
}

.ny_cont .left .cont_1{
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    padding-top: 20px;
}
.ny_cont .left .cont_1 .list{
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}
.ny_cont .left .cont_1 .list .pic{
    width: 240px;
    height: 200px;
}
.ny_cont .left .cont_1 .list .pic img{
    width: 240px;
    height: 200px;
}
.ny_cont .left .cont_1 .list .abt{
    width: 660px;
    overflow: hidden;
}
.ny_cont .left .cont_1 .list .abt h1{
    font-size: 20px;
    margin-bottom: 15px;
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
}
.ny_cont .left .cont_1 .list .abt p{
    line-height: 30px;
    margin-bottom: 15px;
    color: rgba(000, 000, 000, 0.6);
    text-align: justify;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
}
.ny_cont .left .cont_1 .list .abt span{
    color: rgba(000, 000, 000, 0.4);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.ny_cont .rig{
    width: 380px;
    overflow: hidden;
}
.ny_cont .rig .lm{
    width: 100%;
    overflow: hidden;
    background-color: rgba(000, 000, 000, 0.1);
    padding: 10px 15px;
    box-sizing: border-box;
}
.ny_cont .rig .lm ul{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.ny_cont .rig .lm ul li{
    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_cont .left .cont_2{
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 50px;
    box-sizing: border-box;
}
.ny_cont .left .cont_2 .list{
    width: 280px;
    overflow: hidden;
    margin-bottom: 50px;
}
.ny_cont .left .cont_2 .list .pic{
    width: 280px;
    height: 180px;
    margin-bottom: 15px;
}
.ny_cont .left .cont_2 .list .pic img{
    width: 280px;
    height: 180px;
}
.ny_cont .left .cont_2 .list h1{
    font-size: 20px;
    margin-bottom: 15px;
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
}
.ny_cont .left .cont_2 .list p{
    color: rgba(000, 000, 000, 0.4);
    line-height: 28px;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
}

/*  */
.ny_cont .xx_left{
    width: 980px;
    overflow: hidden;
    border-top: 4px solid #922416;
}
.ny_cont .xx_left .title{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
}
.ny_cont .xx_left .title h1{
    font-size: 42px;
    margin-bottom: 15px;
}
.ny_cont .xx_left .title p{
    color: rgba(000, 000, 000, 0.6);
}
.ny_cont .xx_left .cont{
    width: 100%;
    overflow: hidden;
    padding-right: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
}
.ny_cont .xx_left .cont p{
    font-size: 20px;
    line-height: 36px;
    padding: 30px 0;
}
.ny_cont .xx_left .cont img{
    width: 80%;
    height: auto;
}


/* 联系我们 */

.ny_cont .left .lxwm{
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
}
.ny_cont .left .lxwm p{
    padding: 20px 0;
}




/* 专家智库 */

.expert {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.expert .list2 {
    width: 470px;
    height: 240px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.expert .list2 .pic {
    width: 170px;
    height: 240px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.expert .list2 .pic img {
    width: 170px;
    height: 230px;
    display: block;
}

.expert .list2 .rig {
    width: 290px;
    height: 240px;
    float: right;
    padding: 10px;
    box-sizing: border-box;
}

.expert .list2 .rig h1 {
    width: 100%;
    line-height: 30px;
    font-size: 22px;
}

.expert .list2 .rig h2 {
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.expert .list2 .rig p {
    width: 100%;
    height: 110px;
    line-height: 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.expert .list2 .rig a {
    display: block;
    width: 80px;
    height: 35px;
    background-color: #ffbe98;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cb4b02;
}

.expert .detapic {
    width: 300px;
    height: 400px;
    float: left;
}

.expert .detapic img {
    width: 300px !important;
    height: 400px;
}

.expert .detarig {
    width: 600px;
    overflow: hidden;
    float: right;
}

.expert .detarig h1 {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
}

.expert .detarig h2 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.expert .detarig p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    margin: 20px 0;
    box-sizing: border-box;
}

.mianrigth2 {
}

.mianrigth2 .title2 {
    width: 100%;
    height: 140px;
    background-image: url(/images/right-01.png);
    display: flex;
    align-items: center;
    padding-left: 50px;
    box-sizing: border-box;
}

.mianrigth2 .title2 h1 {
    font-size: 34px;
    color: #692729;
}

.mianrigth2 .cont2 {
    width: 100%;
    overflow: hidden;
    padding-top:50px;
    box-sizing: border-box;
}
