.main {
  padding-bottom: 30px;
}
.main .con {
  width: 1200px;
  margin: 0 auto;
}
.main .con .breath {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.main .con .breath:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.main .con .subtitle {
  border-bottom: 1px solid #c7c7c7;
}
.main .con .subtitle a {
  display: inline-block;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 15px;
  position: relative;
  color: #007aff;
}
.main .con .subtitle a span {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  background: #007aff;
  height: 4px;
}
.main .con .pic {
  display: block;
  box-sizing: border-box;
  padding: 20px;
  background: #f6fafe;
  border-radius: 12px;
  width: 576px;
  margin: 20px 0 10px;
  overflow: hidden;
}
.main .con .pic .breath{
  width: 266px;
  height: 164px;
  border-radius: 12px;
}
.main .con .pic img {
  width: 100%;
  height: 100%;
}
.main .con .pic .describe {
  width: 254px;
}
.main .con .pic .describe h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}
.main .con .pic .describe p {
  margin-top: 10px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 30px;
  height: 90px;
}
.main .con .pic:hover {
  background: #e7f3fe;
}
.main .part1 {
  margin: 40px auto;
}
.main .part1 .sjs {
  position: relative;
}
.main .part1 .sjs .sjsNav {
  border-bottom: 1px solid #c7c7c7;
}
.main .part1 .sjs .sjsNav li {
  font-weight: bold;
  line-height: 30px;
  margin: 0 15px;
  color: #666666;
  position: relative;
}
.main .part1 .sjs .sjsNav li span {
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  bottom: 0;
  background: #007aff;
  height: 4px;
}
.main .part1 .sjs .sjsNav li a {
  display: block;
  padding-bottom: 10px;
}
.main .part1 .sjs .sjsNav li.active {
  color: #007aff;
}
.main .part1 .sjs .sjsNav li.active span {
  display: block;
}
.main .part1 .sjs .sjsCon {
  width: 490px;
  height: 258px;
  margin-top: 20px;
}
.main .part1 .sjs .sjsCon .swiper-container {
  border-radius: 12px;
  width: 490px;
  height: 258px;
}
.main .part1 .sjs .sjsCon .swiper-container a {
  position: relative;
  width: 490px;
  height: 258px;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.main .part1 .sjs .sjsCon .swiper-container a img {
  width: 100%;
  height: 100%;
}
.main .part1 .sjs .sjsCon .swiper-container a p {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.main .part1 .sjs .sjsCon .arrow-left {
  position: absolute;
  left: 0;
  display: block;
  top: 114px;
  z-index: 2;
  background: url("../images/left.png") no-repeat center center rgba(70, 148, 227, 0.6);
  width: 36px;
  height: 68px;
  border-radius: 6px;
  cursor: pointer;
}
.main .part1 .sjs .sjsCon .arrow-left:hover {
  background: url("../images/left.png") no-repeat center center #4694e3;
}
.main .part1 .sjs .sjsCon .arrow-right {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: block;
  top: 114px;
  z-index: 2;
  background: url("../images/right.png") no-repeat center center rgba(70, 148, 227, 0.6);
  width: 36px;
  height: 68px;
  border-radius: 6px;
}
.main .part1 .sjs .sjsCon .arrow-right:hover {
  background: url("../images/right.png") no-repeat center center #4694e3;
}
.main .part1 .nqyj {
  width: 670px;
  margin-top: 2px;
}
.main .part1 .nqyj .newsNav {
  border-bottom: 1px solid #c7c7c7;
}
.main .part1 .nqyj .newsNav li {
  font-weight: bold;
  line-height: 30px;
  margin: 0 15px;
  color: #666666;
  position: relative;
}
.main .part1 .nqyj .newsNav li span {
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  bottom: 0;
  background: #007aff;
  height: 4px;
}
.main .part1 .nqyj .newsNav li a {
  display: block;
  padding-bottom: 10px;
}
.main .part1 .nqyj .newsNav li.active {
  color: #007aff;
}
.main .part1 .nqyj .newsNav li.active span {
  display: block;
}
.main .part1 .nqyj .list {
  margin-top: 8px;
}
.main .part1 .nqyj .list li {
  line-height: 50px;
  height: 50px;
  margin: 18px 0;
}
.main .part1 .nqyj .list li a {
  display: block;
  padding: 0 10px;
  border-radius: 6px;
}
.main .part1 .nqyj .list li a p {
  display: inline-block;
  max-width: 88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .part1 .nqyj .list li a span.point {
  background: #d6d6d7;
  width: 6px;
  vertical-align: 3px;
  height: 6px;
  display: inline-block;
  margin-right: 12px;
}
.main .part1 .nqyj .list li a span.time {
  color: #999999;
}
.main .part1 .nqyj .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 .part1 .nqyj .list li a:hover span.time {
  color: #333333;
}
.main .part2 .pic .describe h5 {
  color: #007aff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}
.main .part3{
  margin: 20px auto;
}
.main .part3 .pic .describe {
  display: table;
  height: 160px;
}
.main .part3 .pic .describe h5 {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
.main .part3 .more{
  color:#4694e3;
  float: right;
  font-size: 16px;
}