body {
    /*background: url(../img/beijing.png) no-repeat center top;*/
}

header {
    /*height: 190px;*/
    width: 100%;
}

.logo {
    width: 320px;
    height: 56px;
    margin: 11px 0 0 10px;
}

.people {
    margin-right: 28px;
    width: auto;
    height: 66px;
    margin-top: 14px;
}

.people img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #949dad;
}

.people p {
    width: 220px;
    text-align: right;
}

.people p.king {
    width: 290px;
    /*font-size:18px;*/
    font-family: SourceHanSans-Bold, SourceHanSans;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

.people .aBox {
    font-size: 14px;
    font-family: SourceHanSans-Normal, SourceHanSans;
    font-weight: 400;
    line-height: 27px;
}

.people .aBox a {
    color: rgba(255, 255, 255, 1);
    margin-left: 10px;
}

aside {
    background-color: #151f3e;
    width: 255px;
}

aside ul li {

}

aside ul li a {
    display: block;
    font-size: 16px;
    font-family: SourceHanSans-Medium, SourceHanSans;
    font-weight: 500;
    color: #cdcfd7;
    line-height: 30px;
    padding: 19px 0;
    letter-spacing: 1px;
}

aside ul li h3 a {
    padding-left: 26px;
}

aside ul li ul li a {
    padding-left: 68px;

}

aside ul li h3 {
    position: relative;
}

aside ul li span {
    position: absolute;
    width: 17px;
    height: 9px;
    top: 30px;
    right: 20px;
    cursor: pointer;
    background: url(../img/down.png) no-repeat center;
}

aside ul li span.open {
    background: url(../img/icon.png) no-repeat center;
}

aside ul li ul {
    display: none;
}

aside ul li.block {
    background: #232c4b
}

aside ul li.block h3 a {
    color: #fff;
}

aside ul li a:hover {
    background: #414c6e;
    color: #fff;
}

iframe {
    margin-right: 30px;
    min-height: 300px;
    background: #fff;
}

footer {
    /*margin-top: 70px;*/
    /*margin-bottom: 110px;*/
    text-align: center;
}

footer .left,
footer .right {
    display: inline-block;
}

footer .left {
    padding-left: 128px;
    background: url(../img/footer1.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: left;
    /*width: 670px;*/
    position: relative;
    margin-right: 100px;
}

footer .left:after {
    content: '';
    height: 36px;
    width: 2px;
    background: #091640;
    position: absolute;
    right: 0;
    top: 15px;
}

footer .right {
    padding-left: 134px;
    background: url(../img/footer2.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    text-align: left;
    width: 470px;
}