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;
	overflow: hidden;
}
.titlebox {
	width: 324px;
	float: left;
  padding-top: 40px;
  overflow: hidden;
  margin-bottom: 24px;
}
.titlebox img {
  display: block;
  float: left;
  margin-left: 44px;
}
.titlebox .title {
  width: 647px;
  float: right;
  padding: 10px;
}
.titlebox .title h4 {
  font-size: 24px;
  color: #b70004;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.titlebox .title p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.listbox {
  float: left;
}
.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-decoration: none !important;
  font-size: 26px !important;
}
.listbox .left h6 {
  font-size: 18px;
  color: #fff;
  width: 133px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #af0305  no-repeat left;
}
.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 {
	margin-top: -300px;
  width: 655px;
  padding-right: 12px;
  float: right;
}
.listbox .right .title {
  height: 67px;
  border-bottom: 1px solid #939393;
}
.listbox .right .title span {
  line-height: 67px;
}
.listbox .right .title .prev,
.listbox .right .title .next {
  font-size: 18px;
  color: #6c6969;
  width: 75px;
  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;
  float: right;
  text-align: left;
  background: url(../images/next.jpg) no-repeat 60px center;
}
.listbox .right .title .now {
  text-align: center;
  font-size: 23px;
  margin: 0 30px;
  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 no-repeat left center;
  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;
}
