* {
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

body {
  background: #fff;
}

a {
  color: #333;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.header {
  min-width: 1100px;
}

.header img {
  width: 100%;
}

.container {
  width: 1100px;
  margin: auto;
  padding: 40px 0;
}

.row {
  margin-top: 30px;
}

.col {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.title {
  border-bottom: 4px solid #C30000;
  margin-left: 10px;
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
}

.title:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 60px;
  background: #E60606;
  position: absolute;
  left: -10px;
  top: 0;
}

.title span {
  display: inline-block;
  height: 60px;
  padding: 0 30px;
  color: #fff;
  font-size: 36px;
  background: #E60606;
  position: absolute;
  left: 0;
  z-index: 9;
}

.title a {
  float: right;
  font-size: 16px;
}

.slideBox {
  position: relative;
  overflow: hidden;
  height: 290px;
}

.bd li {
  position: relative;
  height: 290px;
}

.bd li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bd li > a {
  display: block;
  width: 100%;
  height: 290px;
  position: absolute;
  top: 0;
  left: 0;
}

.pic-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  line-height: 45px;
  background: rgba(0,0,0,.5);
  padding: 0 30px;
}

.pic-title a {
  display: inline-block;
  max-width: 310px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #fff;
}

.hd {
  position: absolute;
  right: 30px;
  bottom: 18px;
  z-index: 9;
}

.hd ul li {
  width: 30px;
  height: 8px;
  float: left;
  cursor: pointer;
  background: #FFDA55;
  text-indent: 999em;
}

.hd ul li.on {
  background: #C30000;
}

.hd ul li + li {
  margin-left: 5px;
}

.list {
  height: 294px;
  overflow: hidden;
}

.list li {
  position: relative;
  padding-left: 18px;
  line-height: 42px;
  height: 42px;
}

.list li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DB1810;
  position: absolute;
  left: 0;
  top: 18px;
}

.list a {
  display: block;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list span {
  font-size: 18px;
  color: #999;
  float: right;
}