html, body {
}

.news-header {
    position: relative;
}

#head-picture {
    width: 100%;
    height: 583px;
    position: relative;
    z-index: 0;
}

#head-picture img {
    width: 100%;
    height: 100%;
}

.newsBox {
    width: 100%;
    min-height: 1200px;
    background: url(../img/center-picture.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.news-warpper {
    position: absolute;
    width: 1120px;
    top: -30px;
    left: 447px;
    height: auto;
    z-index: 1;
}

.newsLeft {
    width: 180px;
    float: left;
}

#left-code {
    height: 210px;
    background-color: #ffffff;
}

#left-code p {
    margin-left: 17px;

}

.newsLeft .disBK {
    display: block;
    width: 180px;
}

.download-ios {
    margin-top: 19px;
    margin-left: 5px;
    display: block;
    width: 169px;
    height: 54px;
    background: url(../img/download.png) -3px -115px;
}

.download-ios:hover {
    background-position: -3px -172px;
}

.download-android {
    margin-left: 5px;
    margin-top: 16px;
    display: block;
    width: 169px;
    height: 54px;
    background: url(../img/download.png) -3px -2px;
}

.download-android:hover {
    background-position: -3px -58px;
}

.newsRight {
    width: 920px;
    height: auto;
    float: left;
    margin-left: 12px;
    padding-bottom: 102px;
}

.newsTop {
    height: 60px;
    background: url("../img/bg-6.png");
    width: 100%;
}

.newsTop div {
    float: left;
    margin-left: 20px;
    font-weight: normal;
}

.newsTop div span {
    font-size: 24px;
    color: #bab6ae;
    line-height: 60px;
    display: inline-block;
    padding-left: 12px;
    vertical-align: middle;
}

.newsTop div img {
    width: 42px;
    padding: 9px 0;
    vertical-align: middle;
}

.newsTop p {
    float: right;
    margin-right: 20px;
    font-size: 24px;
    line-height: 60px;
    color: #bab6ae;
}

.newsTop p a {
    font-size: 18px;
    line-height: 60px;
    color: #bab6ae;
    margin-left: 6px;
}

.newsTop p a:hover {
    color: #d66416;
}

.footer {
    background: #000;
    height: 170px;
}

.klcommon_footer {
    padding-top: 56px;
}

.newsContent {
    background: url("../img/bg-6.png") repeat;
    margin-top: 14px;
    height: 800px;
    background-size: 100% 100%;
}

.newslist {
    padding: 30px;
}

.news {
    padding-bottom: 30px;
    color: #bab6ae;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #bab6ae;
}

.news a {
    color: #bab6ae;
}

.news :hover {
    color: #d56214;
}

.news .news-title {
    float: left;
}

.newslist .news-time {
    float: right;
}

#news-title {
    height: 40px;
    width: 100%;
    padding-top: 20px;
}

#news-title span {
    color: #bab6ae;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;

    margin-left: 420px;
}

.page {
    margin-top: 10px;
    margin-left: 300px;
}

.page .page-detail span {
    color: #bab6ae;
    font-size: 14px;
    float: left;
}

.page .first-page {
    color: #bab6ae;
    font-size: 14px;
    float: left;
    margin-left: 20px;
}

.page .first-page:hover {
    color: #d56214;
}

.page .front-page {

    color: #bab6ae;
    font-size: 14px;
    float: left;
    margin-left: 20px;
}

.page .front-page:hover {
    color: #d56214;
}

.page .next-page {
    color: #bab6ae;
    font-size: 14px;
    float: left;
    margin-left: 20px;
}

.page .next-page:hover {
    color: #d56214;
}

.page .end-page {
    color: #bab6ae;
    font-size: 14px;
    float: left;
    margin-left: 20px;
}

.page .end-page:hover {
    color: #d56214;
}







