﻿body {
    background: url(./bg.png) top center no-repeat;
}

.header {
    height: 510px;
    position: relative;
}

.header .logo {
    position: absolute;
    top: 20px;
    left: 0;
}

.header .back {
    position: absolute;
    top: 20px;
    right: 0;
    width: 110px;
    height: 37px;
    display: block;
    color: #ffcbc9;
    text-align: center;
}

.content {
    margin-top: -54px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px #ddd;
    padding: 46px 40px;
}

.newsList {
    float: left;
    width: 535px;
    height: 532px;
}

.newsList:nth-child(2) {
    float: right;
}

.newsList .title {
    height: 46px;
}

.newsList .title>img {
    float: left;
}

.newsList .title>a {
    float: right;
    line-height: 46px;
    color: #999;
}

.newsList>.cont {
    margin-top: 10px;
}

.newsList>.cont li {
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #ddd;
}

.newsList>.cont li>a {
    display: inline-block;
    padding-left: 22px;
    position: relative;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    background: url(./dot.png)left center no-repeat;
}

.newsList>.cont li>span {
    float: right;
    color: #999;
}

.content>.banner {
    margin-top: 40px;
}

.content>.banner a {
    margin-right: 30px;
    display: block;
    float: left;
}

.content>.banner a:nth-last-child(1) {
    margin-right: 0;
}

.content>.banner a>img {
    vertical-align: middle;
}