* {
  padding: 0;
  margin: 0;
}
.main1200 {
  width: 1200px;
  margin: 0 auto;
}
.main1200 div,
.main1200 p,
.main1200 h2 {
  box-sizing: initial;
}
.main1200 .left {
  float: left;
}
.main1200 .right {
  float: right;
}
.main1200 .hide {
  overflow: hidden;
}
.main1200 a:hover {
  color: #b00018;
}
.main1200 .p_b {
  padding-bottom: 10px;
}
.title {
  padding-top: 10px;
  padding-bottom: 20px;
}
.title h2 {
  display: block;
  width: 321px;
  height: 84px;
  background: url(bg_title.png) no-repeat left center;
  box-sizing: border-box;
  padding-top: 42px;
  padding-left: 73px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.list_B li {
  padding-bottom: 20px;
}
.list_B li p {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 120%;
  margin-bottom: 0;
}
.list_B li span {
  display: block;
  font-size: 14px;
  line-height: 180%;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list_H li {
  position: relative;
  display: block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #666 1px dashed;
  padding-left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_H li::before {
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -2px;
  /* font-family: "iconfont" !important; */
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #b00018;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b00018;
}
.list_IMG_T li {
  overflow: hidden;
  padding-bottom: 30px;
}
.list_IMG_T li .Img {
  float: left;
  width: 280px;
  height: 160px;
}
.list_IMG_T li .Img img {
  width: 280px;
  height: 160px;
}
.list_IMG_T li .T {
  float: right;
  width: 870px;
  height: 160px;
}
.list_IMG_T li .T p {
  display: block;
  line-height: 180%;
  font-size: 20px;
  font-weight: bold;
}
.list_IMG_T li .T span {
  display: block;
  line-height: 180%;
  font-size: 14px;
  height: 80px;
  color: #666;
}
.list_IMG_T li .T em {
  display: block;
  font-size: 14px;
  color: #666;
}
div .more:hover {
  border: 1px solid #D6001D;
  background: #D6001D;
  color: #fff;
}