/*文字列表*/
.wzlb .adcl{
    text-align: center;
    font-size: 36px;
}
.wzlb .adcl{
    margin-bottom: 40px;
}


.wzlb .lm{
    text-align: center;
    margin-bottom: 30px;
}
.wzlb .lm li{
    display: inline-block;
    text-align: center;
    width: 150px;
    margin: 0 10px;
    position: relative;
    padding-bottom: 10px;
}
.wzlb .lm li a{
    display: block;
    background: #f0f2f2;
    line-height: 60px;
    font-size: 18px;
}

.wzlb .lm li.crv:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #308ddb;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}
.wzlb .lm li.crv a{
    color: #ffffff;
    background: #308ddb;
}

.wzlb .lm li:hover a{
    color: #ffffff;
    background: #308ddb;
}
.wzlb .lm li:hover:after{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #308ddb;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

/*文字列表*/
.list ul li{
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}
.list ul li dl{
    width: 110px;
    float: left;
    font-style:oblique;
    position: relative;
}
.list ul li dl dd{
    display: table;
    margin:  5px auto 5px 10px;
    color: #1d6cae;
    font-size: 46px;
    font-weight: bold;
    line-height: 48px;
    font-family: Arial;
}
.list ul li dl dt{
    display: table;
    margin: 0 auto 0 10px;
    font-size: 16px;
    font-weight: 100;
    font-family: Arial;
}
.list ul li dl:after{
    content: "丨";
    position: absolute;
    right: 0;
    top: 25px;
    color: #999999;
    font-style:oblique;
}




.list ul li .web{
    float: right;
    width: calc(100% - 145px);
}
.list ul li .web a{
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 5px;
}
.list ul li .web p{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 160%;
    font-size: 12px;
    color: #999999;
}



/*内容页*/
.content{
    background: url("../images/frame/nry_bg.png")no-repeat center bottom;

}
.content .frame{
    overflow: inherit;
}
.nry{
    position: relative;
}
.nry .left{
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
}
.nry .left dl{
    width: 100%;
    font-style:oblique;
    position: relative;
}
.nry .left dl dd{
    display: table;
    margin:  0 auto;
    color: #1d6cae;
    font-size: 46px;
    font-weight: bold;
    line-height: 48px;
    font-family: Arial;
}
.nry .left dl dt{
    display: table;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 100;
    font-family: Arial;
}
.nry .left .zz{
    display: block;
    font-style: oblique;
    margin: 50px 0 30px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    line-height: 26px;
    font-size: 12px;
    padding-left: 20px;
    font-style: oblique;
}

.nry .left .fx .bt{
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    font-style: oblique;
}
.nry .left .fx p{
    text-align: center;
}
.nry .left .fx p img{
    margin: 10px 0;
}
.nry .left .fx .social-share .social-share-icon{
    display: block;
    margin: 10px auto;
}



.nry .right{
    margin-left: 160px;
    padding-left: 50px;
    min-height: 500px;
    position: relative;
}
.nry .right:before{
    display: block;
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ececec;
}
.nry .right .wzbt{
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.nry .right .text{
    margin-bottom: 30px;
}
.nry .right .text p,.nry .right .text span{
    font-family: "微软雅黑"!important;
    font-size:18px !important;
    line-height: 180% !important;
}
.nry .right .text img{
    width: 800px !important;
    height: auto !important;
    padding:20px; !important;
}
/*分页*/
.gl-page{
    border-top: 1px solid #a7a7a7;
    padding-top: 20px;
}
.gl-page, .gl-right-bottom .gl-page a {
    font-size: 14px;
    color: #7d7d7d;
    text-align: left !important;
}
.gl-page>div {
    margin: 10px 0;
}



/*手机适配*/
@media (max-width:1200px){




}

@media (max-width:970px){
    /*文字列表*/
    .list ul li dl{
        width: 80px;
    }
    .list ul li dl dd{
        display: table;
        margin:  5px auto 5px 10px;
        color: #1d6cae;
        font-size: 40px;
        font-weight: bold;
        line-height: 42px;
        font-family: Arial;
    }
    .list ul li dl dt{
        display: table;
        margin: 0 auto 0 5px;
        font-size: 14px;
        font-weight: 100;
        font-family: Arial;
    }
    .list ul li dl:after{
        content: "丨";
        position: absolute;
        right: 0;
        top: 15px;
        color: #999999;
        font-style:oblique;
    }




    .list ul li .web{
        float: right;
        width: calc(100% - 100px);
    }
    .list ul li .web a{
        display: -webkit-box;
        max-width: 100%;
        white-space: normal;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        margin-bottom: 0;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /*内容页*/
    .nry .left{
        width: auto;
        position: inherit;
        overflow: hidden;
        border-bottom: 1px solid #ececec;
        margin-bottom: 20px;
    }
    .nry .left dl{
        display: table;
        width: auto;
        float: left;

    }
    .nry .left .zz{
        display: inline-block;
        margin: 0 0 0 20px;
        padding: 10px 0;
        float: left;
        border: 0;
    }
    .nry .left .fx{
        display: none;
    }
    .nry .right{
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }

    .nry .right:before {
        display: none;
    }




}

@media (max-width:768px){
    /*内容页*/
    .nry .right .text video{
        width: 100% !important;
    }
}