.main {
  padding-bottom: 30px;
}
.main .pos {
  width: 1200px;
  margin: 20px auto;
  background: url("/pub/pos_bg.png") no-repeat center center;
  background-size: 100% auto;
  height: 47px;
  line-height: 47px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 16px;
}
.main .pos i {
  background: url("/pub/pos.png") no-repeat center center;
  width: 19px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.main .con {
  width: 1200px;
  margin: 0 auto 20px;
  border-radius: 12px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 30px;
}
.main .con .breath {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main .con .breath:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.main .con .section {
  margin-bottom: 30px;
}
.main .con .section .pic {
  border-radius: 12px;
  overflow: hidden;
  width: 384px;
  height: 256px;
  margin-top: 20px;
}
.main .con .section .pic img {
  width: 100%;
  height: 100%;
}
.main .con .section .newsList {
  width: 676px;
}
.main .con .section .newsList .subtitle {
  border-bottom: 1px solid #c7c7c7;
}
.main .con .section .newsList .subtitle a {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 15px;
  position: relative;
  color: #007aff;
}
.main .con .section .newsList .subtitle a span {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  background: #007aff;
  height: 4px;
}
.main .con .section .newsList .list {
  margin-top: 8px;
}
.main .con .section .newsList .list li {
  line-height: 50px;
  height: 50px;
  margin: 14px 0;
}
.main .con .section .newsList .list li a {
  display: block;
  padding: 0 10px;
  border-radius: 6px;
}
.main .con .section .newsList .list li a p {
  display: inline-block;
  max-width: 88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .con .section .newsList .list li a span.point {
  background: #d6d6d7;
  width: 6px;
  vertical-align: 3px;
  height: 6px;
  display: inline-block;
  margin-right: 12px;
}
.main .con .section .newsList .list li a span.time {
  color: #999999;
}
.main .con .section .newsList .list li a:hover {
  font-weight: bold;
  box-shadow: 0 0 10px 0 rgba(23, 74, 154, 0.2);
  background: rgba(255, 255, 255, 0.6);
}
.main .con .section .newsList .list li a:hover span.time {
  color: #333333;
}
.main .con .section:last-child {
  margin-bottom: 0;
}
