.container {
    width: 1020px;
}
body {
    background:  top center no-repeat;
    padding-top: 450px;
}

.s1r p {
    color: #cccccc;
}

.s1r .media {
    padding: 0 15px;
}

.s1r ul {
    margin-top: 10px;
    padding: 0 15px;
}

.s1r ul li {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
}

.copyright {
    padding: 30px 0;
    line-height: 26px;
}


/* 焦点图 */
.focusbox {
    float: left;
    position: relative;
    width: 490px;
    height: 290px;
    overflow: hidden;
    font-family: arial;
    text-align: left;
    background: #fff;
}

.focusbox .pic {
    list-style: none;
    padding: 0;
}

.focusbox .pic img {
    width: 490px;
    height: 290px;
    display: block;
}

.focusbox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 36px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusbox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 36px;
    width: 100%;
    background: none;
    overflow: hidden;
}

.focusbox .txt li {
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: -36px;
    list-style: none;
}

.focusbox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.focusbox .num {
    position: absolute;
    z-index: 3;
    bottom: 8px;
    right: 8px;
}

.focusbox .num li {
    float: left;
    position: relative;
    width: 18px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 1px;
    cursor: pointer;
}

.focusbox .num li a, .focusbox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.focusbox .num li span {
    z-index: 1;
    background: black;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.focusbox .num li.on a, .focusbox .num a:hover {
    background: #f60;
}