/* 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;
}
.pageNav {
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #eee;
}
.pageNav ul {
    width: 100%;
    text-align: center;
    display: table;
    word-spacing: normal;
}
.pageNav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 20px;
    line-height: 20px;
}
.pageNav ul li a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}
.pageNewsD {
    width: 100%;
    padding: 40px 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 .cont {
    width: 100%;
    margin: 30px auto;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}
.pageNewsD .cont img {
    max-width: 87%;
}
.pageNewsD .summary {
    margin: 20px 0;
    padding: 20px;
    background-color: #fafafa;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.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;
    height: 40px;
    font-size: 16px;
}
.nr{
    font-size: 16px;
    letter-spacing: 0.544px;
    text-align: justify;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.footer .middle {
    padding: 43px 0px 147px !important;
    border-bottom: 1px solid #ccc;
}
.footer .c1200 .youqing:nth-of-type(2) {
    margin-top: 35px !important;
    color: #9C9C9C;
}