/* banner */
.pageBanner {
    width: 100%;
    height: 520px;
    position: relative;
    margin: auto;
}

.pageBanner .yy {
    position: absolute;
    background-color: rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
    z-index: 2;
}

.pageBanner h1 {
    display: inline-block;
    font-size: 40px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding-top: 0;
    width: 100%;
    margin-top: 230px;
    box-sizing: border-box;
    position: relative;
    z-index: 99999;
}

.pageBanner p {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: Novah;
    text-transform: uppercase;
    margin-top: 5px;
}
.pageNewsD {
    width: 100%;
    padding: 70px 0;
}
.pageNewsD .name {
    font-size: 30px;
    text-align: center;
    color: #333;
}
.pageNewsD .time {
    font-size: 14px;
    color: #999;
    padding: 10px 0;
    border-bottom: dashed 1px #ddd;
    text-align: center;
}
.pageNewsD .time span {
    margin: 0 10px;
}
.pageNewsD .cont {
    width: 100%;
    margin: 30px auto;
    font-size: 14px;
    color: #333;
    line-height: 34px;
    display: flex;
}
.lxwm{
    width: 213px;
    height: 204px;
    background-color: #F6F6F6;
}
.lxwm span{
    width: 100%;
    height: 58px;
    display: inline-block;
    background-color: #01884C;
    line-height: 58px;
    text-align: center;
    color: white
}
.lxfs{
    padding: 8px 16px 8px 8px;
    background-color: #f6f6f6;
}
.lxfs p{
    word-wrap:break-word;
    font-size: 12px;;
}

.pageNewsD .cont img {
    width: 100%;
}

.pageNewsD .link {
    width: 100%;
    padding: 20px 0;
    border-top: dashed 1px #ddd;
    border-bottom: dashed 1px #ddd;
}
.pageNewsD .link .left,.right{
    line-height: 40px;
    margin: 20px 0;
    font-size: 14px;
    height: 40px;
}
.footer .middle {
    padding: 43px 0px 161px !important;
    border-bottom: 1px solid #ccc;
}
