.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 .headline {
  background: url("../images/headline.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 12px;
  padding: 20px;
  margin: 40px auto;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.main .headline h4 {
  color: #d32828;
  font-weight: bold;
  line-height: 42px;
  font-size: 30px;
  margin-bottom: 10px;
}
.main .headline .describe p {
  color: #666666;
  font-size: 16px;
  width: 1060px;
  line-height: 30px;
}
.main .headline .describe a.more{
  color: #007aff;
  font-size: 16px;
  margin-top: -8px;
}
.main .newsList .newsNav {
  border-bottom: 1px solid #c7c7c7;
}
.main .newsList .newsNav li {
  font-weight: bold;
  line-height: 30px;
  margin: 0 15px;
  color: #666666;
  position: relative;
}
.main .newsList .newsNav li span {
  position: absolute;
  width: 100%;
  display: none;
  left: 0;
  bottom: 0;
  background: #007aff;
  height: 4px;
}
.main .newsList .newsNav li a {
  display: block;
  padding-bottom: 10px;
}
.main .newsList .newsNav li.active {
  color: #007aff;
}
.main .newsList .newsNav li.active span {
  display: block;
}
.main .newsList .list {
  margin-top: 8px;
}
.main .newsList .list li {
  line-height: 50px;
  height: 50px;
  margin: 18px 0;
}
.main .newsList .list li a {
  display: block;
  padding: 0 10px;
  border-radius: 6px;
}
.main .newsList .list li a p {
  display: inline-block;
  max-width: 88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .newsList .list li a span.point {
  background: #d6d6d7;
  width: 6px;
  vertical-align: 3px;
  height: 6px;
  display: inline-block;
  margin-right: 12px;
}
.main .newsList .list li a span.time {
  color: #999999;
}
.main .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 .newsList .list li a:hover span.time {
  color: #333333;
}
.main .news .newsPic {
  position: relative;
  width: 510px;
  height: 316px;
}
.main .news .newsPic .swiper-container {
  border-radius: 12px;
  width: 510px;
  height: 316px;
}
.main .news .newsPic .swiper-container .breath {
  position: relative;
  width: 510px;
  height: 316px;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.main .news .newsPic .swiper-container a img {
  width: 100%;
  height: 100%;
}
.main .news .newsPic .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 .news .newsPic .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 .news .newsPic .arrow-left:hover {
  background: url("../images/left.png") no-repeat center center #4694e3;
}
.main .news .newsPic .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 .news .newsPic .arrow-right:hover {
  background: url("../images/right.png") no-repeat center center #4694e3;
}
.main .news .nyncdt {
  width: 670px;
  margin-top: 2px;
}
.main .ywdt {
  margin: 40px auto;
}
.main .ywdt .snxxlb {
  width: 510px;
}
.main .ywdt .nyqx {
  width: 670px;
}
.main .ztzl {
  margin: 40px auto;
}
.main .ztzl .title {
  margin-bottom: 30px;
  text-align: center;
}
.main .ztzl .title img {
  margin: 0 auto;
}
.main .ztzl .title span.line {
  display: block;
  width: 152px;
  margin: 10px auto;
  height: 4px;
  border-radius: 2px;
  background: #007aff;
}
.main .ztzl .con {
  width: 1220px;
  position: relative;
}
.main .ztzl .con .swiper-ztzl {
  margin: 30px auto;
  width: 1220px;
  height: 196px;
}
.main .ztzl .con .swiper-ztzl a {
  display: block;
  margin: 0 auto;
  width: 386px;
  overflow: hidden;
  border-radius: 12px;
  height: 196px;
}
.main .ztzl .con .swiper-ztzl a img {
  width: 100%;
  height: 100%;
}
.main .ztzl .con .arrow-left {
  position: absolute;
  left: 10px;
  display: block;
  top: 64px;
  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 .ztzl .con .arrow-left:hover {
  background: url("../images/left.png") no-repeat center center #4694e3;
}
.main .ztzl .con .arrow-right {
  cursor: pointer;
  position: absolute;
  right: 11px;
  display: block;
  top: 64px;
  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 .ztzl .con .arrow-right:hover {
  background: url("../images/right.png") no-repeat center center #4694e3;
}