﻿body {
    background-color: #fff;
    background-image: none;
}

.header {
    background: url(bg.jpg) top center no-repeat;
    height: 600px;
}

.header .container,
.content .container {
    position: relative;
    width: 1200px;
}

.header a:nth-of-type(1) {
    position: absolute;
    top: 30px;
    left: 0;
}

.header a:nth-of-type(2) {
    position: absolute;
    right: 0;
    top: 30px;
    width: 120px;
    height: 37px;
    background: url(back.png) 15px center no-repeat #0756bf;
    border-radius: 20px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding-left: 15px;
}

.content {
    margin-top: 50px;
}

.content .poster {
    margin-top: 50px;
}

.content .poster ul li {
    width: 278px;
    height: 432px;
    float: left;
    margin-left: 28px;
}

.content .poster ul li:nth-of-type(1) {
    margin-left: 0;
}

.content .poster ul li a {
    display: block;
    font-size: 18px;
}

.content .poster ul li img {
    width: 278px;
    height: 376px;
}

.content .poster ul li span {
    display: block;
    height: 69px;
    line-height: 69px;
    text-align: center;
    background-color: #f2f2f2;
}

.news {
    margin-top: 50px;
}

.news .news-wrap {
    width: 585px;
    float: left;
}

.news .news-wrap:nth-of-type(2) {
    float: right;
}

.news .news-wrap ul {
    margin-top: 20px;
}

.news .news-wrap ul li {
    line-height: 48px;
    padding-left: 20px;
    background: url(dot.png) left center no-repeat;
    font-size: 18px;
}

.news .news-wrap ul li span {
    float: right;
    color: #999;
}

#_span_jiucuo {
    position: absolute;
    right: 150px;
    top: 60px;
}