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

.container {
    width: 1200px;
    margin: 0 auto;
}

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

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

.header .back {
    position: absolute;
    top: 20px;
    right: 0;
}

.content {
    margin-top: 50px;
}

.item {
    float: left;
    width: 575px;
}

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

.item .title {
    height: 32px;
    background: url(./title_bg.png) bottom right no-repeat;
}

.item .title span {
    font-size: 30px;
    line-height: 32px;
    color: #046e97;
    font-weight: bold;
}

.item .title span:nth-child(2) {
    float: right;
    font-size: 14px;
}

.item .title span:nth-child(2) a {
    font-weight: normal;
    line-height: 38px;
    color: #046e97;
}

.item .cont {
    margin: 20px 0;
    min-height: 300px;
}

.item .cont li {
    line-height: 48px;
    padding-left: 20px;
    background: url(./dot.png) 0 19px no-repeat;
}

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

.unifiedFooter {
    background-color: #046e97;
}