.list-content {
  background: url("../images/list-bg.png") no-repeat;
  background-size: 100% 100%;
}
.content-box {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 34px;
}
/* 列表页 */
.where {
  color: #cf0f00;
  font-size: 16px;
  background: url(../images/where_icon.png) no-repeat 10px center;
  padding: 0 0 0 47px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #f5f5f5;
  margin-top: -20px;
}
.where a {
  color: #666;
  cursor: pointer;
}
.where a:hover {
  color: #cf0f00;
}
.where i {
  margin: 0 5px;
  color: #666;
}
.sub-content {
  padding: 20px 0 0;
  overflow: hidden;
  min-height: 600px;
}
.sidebar-left {
  width: 240px;
}
.sidebar-right {
  overflow: hidden;
  min-height: 700px;
  margin-left: 265px;
}
.content-navlist-nav h5 {
  height: 42px;
  background: #cf0f00;
  color: #fff;
  line-height: 42px;
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.content-navlist-nav h5:after {
  content: "";
  border-top: 8px solid #cf0f00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
}
.content-navlist-title {
  display: block;
  height: 40px;
  background: #fff0ef;
  color: #333;
  line-height: 42px;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: normal;
  position: relative;
  overflow: hidden;
}
.content-navlist-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #ff0000;
}
.content-navlist-title.on {
  background: #cf0f00;
  color: #fff;
}
.content-navlist-title.on:before {
  background: #a21413;
}
.content-navlist-title:hover {
  cursor: pointer;
}
.content-list-sqmy {
  height: 42px;
  background: #f7f7f7;
  line-height: 42px;
}
.content-list-sqmy h5 {
  float: left;
  padding: 0 39px;
  height: 42px;
  text-align: center;
  background: #cf0f00;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.conmoktab .list-ul {
  margin: 20px 0;
  height: 854px;
  overflow: hidden;
}
/*分页样式*/
.page {
  color: #333;
  text-align: center;
  font-size: 0;
  padding: 20px 0 10px;
  border-top: 1px #e6e6e6 dashed;
}
.page span {
  font-size: 14px;
  margin: 0 0 0 10px;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.page i {
  color: #cf0f00;
}
.page a {
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 14px;
  border-left: none;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  *margin-left: -1px;
  *display: inline;
  *zoom: 1;
}
.page .bor-none {
  border-left: 1px solid #e5e5e5;
  margin: 0 0 0 10px;
}
.page a.on,
.page a:hover {
  background: #cf0f00;
  color: #fff;
}
.page input {
  width: 50px;
  text-align: center;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0 0 0 10px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.page button {
  font-size: 14px;
  margin: 0 0 0 10px;
  background: #cf0f00;
  color: #fff;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e5e5e5;
  border: none;
  cursor: pointer;
  padding: 0 11px;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.page button:hover {
  background: #a21413;
}
.list-ul {
  overflow: hidden;
  margin-top: 15px;
  height: 342px;
}
.list-ul li {
  position: relative;
  font-size: 18px;
  line-height: 56px;
  height: 56px;
  padding-left: 20px;
  border-bottom: 1px dashed #efefef;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #c50908;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.list-ul li i {
  color: #999;
}
.list-ul li a:hover {
  cursor: pointer;
  color: #cf0f00;
}
.s_article {
  padding: 20px;
  min-height: 600px;
}
.s_article h1 {
  font-size: 24px;
  color: #cf0f00;
  text-align: center;
  margin: 0 0 12px;
}
.s_article h5 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}
.s_article_txt {
  font-size: 16px;
  text-align: left;
  line-height: 30px;
}
.s_article_txt p {
  text-indent: 2em;
  margin: 10px 0;
}
.s_article_txt img {
  margin: 0 auto;
  max-width: 60%;
  display: block;
}
.down_bottom {
  margin: 30px 0px 10px;
  padding: 10px 0 20px;
  text-align: right;
}
.down_bottom a {
  margin: 0 5px;
}
.model-enclosure {
  border-top: 3px solid #ccc;
  padding: 15px 0;
}
.model-enclosure h1 {
  font-size: 16px;
  color: #4b4b4b;
  padding: 5px 12px 5px 0;
  margin-bottom: 8px;
  text-align: left;
}
.model-enclosure ul {
  margin: 0 10px;
}
.model-enclosure li {
  height: 26px;
  line-height: 26px;
}
.model-enclosure li a {
  color: #333;
}
.model-enclosure li a:hover {
  color: #cf0f00;
}
