.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 .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 .part1 {
  margin: 40px auto 20px;
}
.main .part1 .zwgkIcon {
  width: 510px;
}
.main .part1 .zwgkIcon .ldjjIcon .icon {
  background: #f6fafe;
  transition: transform 0.5s;
  width: 142px;
  overflow: auto;
  height: 132px;
  box-sizing: border-box;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #d1e8fa;
  position: relative;
  margin-right: 42px;
}
.main .part1 .zwgkIcon .ldjjIcon .icon a {
  display: block;
  padding: 20px 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.main .part1 .zwgkIcon .ldjjIcon .icon img {
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0 auto;
  width: 46px;
}
.main .part1 .zwgkIcon .ldjjIcon .icon p{
  margin-top: 14px;
}
.main .part1 .zwgkIcon .ldjjIcon .icon:last-child {
  margin-right: 0;
}
.main .part1 .zwgkIcon .ldjjIcon .icon a:hover {
  background: #ddeefb;
  font-weight: bold;
}
.main .part1 .zwgkIcon .ldjjIcon .icon a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .part1 .zwgkIcon .bn {
  width: 510px;
  height: 114px;
  overflow: hidden;
  border-radius: 12px;
  margin: 34px auto;
}
.main .part1 .zwgkIcon .bn img {
  width: 100%;
  height: 100%;
}
.main .part1 .zwgkIcon .newsPic {
  position: relative;
  width: 510px;
  height: 316px;
}
.main .part1 .zwgkIcon .newsPic .swiper-container {
  border-radius: 12px;
  width: 510px;
  height: 316px;
  overflow: hidden;
}
.main .part1 .zwgkIcon .newsPic .swiper-container a {
  position: relative;
  width: 510px;
  height: 316px;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.main .part1 .zwgkIcon .newsPic .swiper-container a img {
  width: 100%;
  height: 100%;
}
.main .part1 .zwgkIcon .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 .part1 .zwgkIcon .newsPic .arrow-left {
  position: absolute;
  left: 0;
  display: block;
  top: 132px;
  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 .zwgkIcon .newsPic .arrow-left:hover {
  background: url("../images/left.png") no-repeat center center #4694e3;
}
.main .part1 .zwgkIcon .newsPic .arrow-right {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: block;
  top: 132px;
  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 .zwgkIcon .newsPic .arrow-right:hover {
  background: url("../images/right.png") no-repeat center center #4694e3;
}
.main .part1 .zwgkList {
  width: 670px;
}
.main .part1 .zwgkList .tzgg {
  margin-bottom: 26px;
}
.main .part2 {
  margin-bottom: 40px;
}
.main .part2 .zwwj .ytdd {
  width: 338px;
}
.main .part2 .zwwj .ytdd .ytddTitle {
  width: 235px;
  line-height: 75px;
  height: 75px;
  border-radius: 12px;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.main .part2 .zwwj .ytdd .ytddTitle a {
  display: block;
}
.main .part2 .zwwj .ytdd .ytddTitle a span{
  margin-left: 22px;
}
.main .part2 .zwwj .ytdd .ytddTitle .img_normal {
  display: inline-block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 56px;
}
.main .part2 .zwwj .ytdd .ytddTitle .img_hover {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: inline-block;
  position: absolute;
  left: 56px;
}
.main .part2 .zwwj .ytdd .ytddTitle a:hover {
  color: #007aff;
  background: #e1f0ff;
}
.main .part2 .zwwj .ytdd .ytddTitle a:hover .img_hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main .part2 .zwwj .ytdd .ytddTitle a:hover .img_normal {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.main .part2 .zwwj .ytdd .ytddPic {
  position: relative;
}
.main .part2 .zwwj .ytdd .ytddPic .swiper-container {
  width: 338px;
  padding-top: 60px;
  overflow: hidden;
  height: 300px;
}
.main .part2 .zwwj .ytdd .ytddPic .swiper-container .swiper-slide{
  width: 160px;
  height: 240px;
}
.main .part2 .zwwj .ytdd .ytddPic .swiper-container .arrow-left{
  transform: translate(71px);
}
.main .part2 .zwwj .ytdd .ytddPic .swiper-container .arrow-right{
  transform: translate(-71px);
}
.main .part2 .zwwj .ytdd .ytddPic .swiper-container a {
  display: block;
  margin: 0 auto;
  width: 160px;
  border-radius: 8px;
  height: 240px;
  overflow: hidden;
}
.main .part2 .zwwj .ytdd .ytddPic .swiper-container a img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.main .part2 .zwwj .ytdd .ytddPic .swiper-container .swiper-slide-active {
  transform: scale(1.3);
  z-index: 10;
  position: relative;
}
.main .part2 .zwwj .ytdd .ytddPic .swiper-container .swiper-slide-active a {
  box-shadow: 0 0 10px 0 rgba(23, 74, 154, 0.2);
}
.main .part2 .zwwj .ytdd .ytddPic .arrow-left {
  position: absolute;
  left: 0;
  display: block;
  top: 162px;
  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 .part2 .zwwj .ytdd .ytddPic .arrow-left:hover {
  background: url("../images/left.png") no-repeat center center #4694e3;
}
.main .part2 .zwwj .ytdd .ytddPic .arrow-right {
  cursor: pointer;
  position: absolute;
  right: 0;
  display: block;
  top: 162px;
  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 .part2 .zwwj .ytdd .ytddPic .arrow-right:hover {
  background: url("../images/right.png") no-repeat center center #4694e3;
}
.main .part2 .zwwj .zcwj {
  width: 817px;
}
.main .part2 .zwwj .zcwj .zcwjNav li {
  width: 235px;
  line-height: 75px;
  height: 75px;
  border-radius: 12px;
  text-align: center;
  margin: 10px 55px 16px 0;
  font-weight: bold;
  position: relative;
}
.main .part2 .zwwj .zcwj .zcwjNav li a {
  display: block;
}
.main .part2 .zwwj .zcwj .zcwjNav li a span{
  margin-left: 22px;
}
.main .part2 .zwwj .zcwj .zcwjNav li .img_normal {
  display: inline-block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 56px;
}
.main .part2 .zwwj .zcwj .zcwjNav li .img_hover {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: inline-block;
  position: absolute;
  left: 56px;
}
.main .part2 .zwwj .zcwj .zcwjNav li:last-child {
  margin-right: 0;
}
.main .part2 .zwwj .zcwj .zcwjNav li.active {
  color: #007aff;
  background: #e1f0ff;
}
.main .part2 .zwwj .zcwj .zcwjNav li.active .img_hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.main .part2 .zwwj .zcwj .zcwjNav li.active .img_normal {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.main .part2 .zwwj .zcwj .zcwjCon .list {
  padding: 10px 20px;
  background: url("../images/ytdd_bg.png") no-repeat center center;
  background-size: 100% 100%;
  height: 338px;
  box-sizing: border-box;
  border-radius: 12px;
}
.main .part2 .zwwj .zcwj .zcwjCon .list li {
  line-height: 36px;
  margin: 10px 0;
}
.main .part2 .zwwj .zcwj .zcwjCon .list li a {
  display: block;
  padding: 12px;
  height: 68px;
  border-radius: 6px;
}
.main .part2 .zwwj .zcwj .zcwjCon .list li a p {
  max-width: 88%;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 68px;
}
.main .part2 .zwwj .zcwj .zcwjCon .list li a p span.text{
  display: inline-block;
}
.main .part2 .zwwj .zcwj .zcwjCon .list li a span.point {
  background: #d6d6d7;
  width: 6px;
  margin-top: 14px;
  height: 6px;
  display: block;
  margin-right: 12px;
}
.main .part2 .zwwj .zcwj .zcwjCon .list li a span.time {
  color: #999999;
}
.main .part2 .zwwj .zcwj .zcwjCon .list li.short a p{
  height: 34px;
  margin-top:17px; 
}
.main .part2 .zwwj .zcwj .zcwjCon .list li.short a span.point{
  margin-top:31px; 
}
.main .part2 .zwwj .zcwj .zcwjCon .list li.short a span.time{
  margin-top:17px; 
}
.main .part2 .zwwj .zcwj .zcwjCon .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 .part2 .zwwj .zcwj .zcwjCon .list li a:hover span.time {
  color: #333333;
}
.main .part2 .zfxxgk {
  margin-top: 30px;
}
.main .part2 .zfxxgk .zfxxgkCon {
  margin-top: 20px;
}
.main .part2 .zfxxgk .zfxxgkCon .zfxxgkIcon .icon {
  background: #d1e8fa;
  border: 1px solid #95c4f4;
  width: 220px;
  height: 144px;
  margin-left: 25px;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 26px 0 0 22px;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .part2 .zfxxgk .zfxxgkCon .zfxxgkIcon .icon p {
  display: inline-block;
  margin: 2px;
}
.main .part2 .zfxxgk .zfxxgkCon .zfxxgkIcon .icon img {
  vertical-align: top;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .part2 .zfxxgk .zfxxgkCon .zfxxgkIcon .icon .bgImg {
  position: absolute;
  left: -20px;
  top: 14px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .part2 .zfxxgk .zfxxgkCon .zfxxgkIcon .icon a:hover img {
  transform: scale(1.1);
}
.main .part2 .zfxxgk .zfxxgkCon .zfxxgkIcon .icon a:hover .bgImg {
  opacity: 1;
}
.main .part2 .zfxxgk .zfxxgkCon .zfxxgkIcon .icon:first-child {
  margin-left: 0;
}
.main .part2 .zfxxgk .zfxxgkCon .zfxxgkIcon .icon:hover {
  background: #C3E0FB;
}
.main .part2 .zfxxgk .zfxxgkCon .zdly .pic {
  width: 220px;
  height: 144px;
  margin-left: 25px;
  border-radius: 12px;
  overflow: hidden;
}
.main .part2 .zfxxgk .zfxxgkCon .zdly .pic img {
  width: 100%;
  height: 100%;
}
.main .part2 .zfxxgk .zfxxgkCon .zdly .pic:first-child {
  margin-left: 0;
}
/*# sourceMappingURL=zwgk.css.map */