body,
html {
    background: #eaeaea;
    min-width: 1000px;
}

.header {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: url(../images/head_bg.jpg) repeat-x top left;
}

.header img {
    box-shadow: 3px 0px 5px #000;
    position: relative;
}

.container {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
    background: #fff;
    position: relative;
}

.titlebox {
    padding-top: 40px;
    overflow: hidden;
    margin-bottom: 24px;
}

.titlebox img {
    display: block;
    float: left;
    margin-left: 44px;
}

.listbox {
    overflow: hidden;
}

.listbox .sponsor {
    margin-top: 90px;
    font-size: 14px;
}

.listbox .sponsor p {
    line-height: 30px;
    margin-left: 36px;
}

.listbox .left {
    float: left;
    width: 324px;
}

.listbox .left .itembox {
    height: 220px;
    padding-left: 30px;
}

.listbox .left .itembox .line {
    width: 5px;
    height: 20px;
    display: inline-block;
    background: #4a0505;
    margin: 0 12px;
}

.listbox .left .itembox a {
    color: #B70004;
    text-align: none;
    font-size: 26px !important;
    text-decoration: none;
}

.listbox .left h6 {
    font-size: 18px;
    color: #fff;
    width: 133px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #af0305;
}

.listbox .search .s_keyword {
    overflow: hidden;
    margin-bottom: 45px;
}

.listbox .search .s_keyword h6 {
    margin-bottom: 32px;
}

.listbox .search .s_keyword div {
    margin-left: 35px;
}

.listbox .search .s_keyword select {
    width: 172px;
    height: 25px;
    margin-bottom: 10px;
}

.listbox .search .s_keyword input {
    width: 170px;
    height: 26px;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-bottom: 12px;
}

.listbox .search .s_keyword button {
    float: right;
    margin-right: 50px;
    width: 80px;
    height: 34px;
    background: #c9c8c8;
    border: none;
    outline: none;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    margin-top: 15px;
}

.listbox .right {
    width: 650px;
    padding-right: 12px;
    position: absolute;
    right: 0;
    top: 60px;
}

.listbox .right .list_title {
    width: 100%;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 35px;
}

.listbox .right .list_title h2 {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 2px solid #bb2b0f;
    width: 120px;
    text-align: center;
    padding-bottom: 10px;
}

.listbox .right a {
    text-decoration: none;
    position: relative;
}

.listbox .right a:hover {
    color: red;
}

.listbox .right #per_list li {
    padding-left: 30px;
    position: relative;
    line-height: 38px;
}

.listbox .right #per_list li:after {
    position: absolute;
    left: 5px;
    top: 0;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    top: 50%;
    margin-top: -5px;
    background: #4a0505;
}

.listbox .right #per_list .per {
    float: right;
    color: red;
}

.listbox .right .title {
    height: 67px;
}

.listbox .right .title span {
    line-height: 67px;
}

.listbox .right .title .prev,
.listbox .right .title .next {
    font-size: 18px;
    color: #6c6969;
    width: 75;
    cursor: pointer;
    display: inline-block;
}

.listbox .right .title .prev {
    padding-left: 45px;
    background: url(../images/prev.jpg) no-repeat left center;
}

.listbox .right .title .next {
    padding-right: 45px;
    text-align: left;
    background: url(../images/next.jpg) no-repeat 60px center;
}

.listbox .right .title .now {
    text-align: center;
    font-size: 23px;
    margin: 0 15px;
    color: #7a0305;
}

.listbox .right .title .back {
    float: right;
}

.listbox .right .now_title {
    margin-top: 55px;
    position: relative;
    margin-bottom: 40px;
}

.listbox .right .now_title .down {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
}

.listbox .right .now_title h2 {
    font-size: 25px;
    color: #b70004;
    margin: 0 auto;
    position: relative;
    width: 155px;
    text-align: center;
    display: block;
}

.listbox .right .now_title h2:before,
.listbox .right .now_title h2:after {
    content: "";
    width: 6px;
    height: 30px;
    background: #4a0505;
    position: absolute;
    top: 3px;
}

.listbox .right .now_title h2:before {
    left: 0;
}

.listbox .right .now_title h2:after {
    right: 0;
}

.listbox .right .r_list {
    position: relative;
    margin-bottom: 35px;
}

.listbox .right .r_list .more {
    color: red;
    position: absolute;
    bottom: 18px;
    right: 15px;
    font-size: 12px;
}

.listbox .right .r_list h3 {
    font-size: 18px;
    color: #fff;
    width: 250px;
    height: 35px;
    display: block;
    background: #af0305;
    line-height: 35px;
    padding-left: 20px;
}

.listbox .right .r_list ul {
    padding: 15px;
    border: 1px solid #948d8d;
    margin-top: 5px;
    padding-bottom: 15px;
}

.listbox .right .r_list ul li {
    line-height: 30px;
    height: 30px;
}

.listbox .right .r_list ul li span {
    display: block;
}

.listbox .right .r_list ul li a {
    margin-left: 15px;
}

.listbox .right .r_list ul li .num {
    float: left;
}

.listbox .right .r_list ul li .icode {
    color: red;
    float: right;
}

.footer {
    width: 100%;
    height: 100px;
    background: #b70003;
    margin-bottom: 60px;
}

.pagination>.active>a {
    background-color: red !important;
    border-color: red !important;
    color: #fff !important;
}

.pagination>li>a {
    color: red !important;
    border: 1px solid red !important;
}

.pageJump .button,
.pageJump input {
    color: red !important;
}

.sponsor span {
    text-align: right;
    display: inline-block;
    width: 100px;
    padding-right: 10px;
}