﻿.content1 {
  width: 1600px;
  margin: 70px auto 0;
}
.content1:after {
  content: "";
  display: block;
  clear: both;
}
.content1 .left {
  width: 790px;
  float: left;
}
.content1 .left:after {
  content: "";
  display: block;
  clear: both;
}
.content1 .left .list {
  width: 100%;
}
.content1 .left .list .item {
  width: 100%;
  height: 100px;
  border-bottom: 1px dashed #ECECEC;
  box-sizing: border-box;
  padding: 27px 0;
}
.content1 .left .list .item .time {
  width: 85px;
  height: 44px;
  border-right: 1px solid rgba(62, 142, 127, 0.3);
  float: left;
}
.content1 .left .list .item .time h2 {
  text-align: center;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3E8E7F;
  line-height: 36px;
}
.content1 .left .list .item .time p {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3E8E7F;
  line-height: 14px;
}
.content1 .left .list .item .wenz {
  width: 653px;
  float: right;
}
.content1 .left .list .item .wenz h2 {
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content1 .left .list .item .wenz p {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.content1 .left .list .item .wenz:hover h2 {
  font-weight: bold;
  color: #3E8E7F;
}
.content1 .left .list .item:hover {
  background: #FFFFFF;
  box-shadow: 0px 3px 18px 0px rgba(81, 153, 139, 0.34);
  border: none;
}
.content1 .right {
  width: 790px;
  float: right;
}
.content1 .right:after {
  content: "";
  display: block;
  clear: both;
}
.content1 .right .list {
  width: 100%;
}
.content1 .right .list .item {
  width: 785px;
  height: 157px;
  margin-bottom: 18px;
  box-sizing: border-box;
  padding-left: 37px;
  position: relative;
  padding-top: 24px;
  padding-right: 34px;
}
.content1 .right .list .item:before {
  content: '';
  position: absolute;
  left: 21px;
  top: 31px;
  width: 6px;
  height: 6px;
  background: #3E8E7F;
  opacity: 0.5;
}
.content1 .right .list .item h1 {
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-bottom: 16px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content1 .right .list .item p {
  height: 38px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 19px;
  margin-bottom: 23px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.content1 .right .list .item .time {
  background: url(../img/date.png) left center no-repeat;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4C9587;
  padding-left: 25px;
  line-height: 14px;
}
.content1 .right .list .item:hover,
.content1 .right .list .item.active {
  background: #3E8E7F;
}
.content1 .right .list .item:hover:before,
.content1 .right .list .item.active:before {
  content: '';
  position: absolute;
  left: 21px;
  top: 31px;
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
}
.content1 .right .list .item:hover h1,
.content1 .right .list .item.active h1 {
  color: #fff;
}
.content1 .right .list .item:hover p,
.content1 .right .list .item.active p {
  color: #fff;
}
.content1 .right .list .item:hover .time,
.content1 .right .list .item.active .time {
  background: url(../img/date1.png) left center no-repeat;
  color: #fff;
}
.content1 .title {
  position: relative;
  height: 29px;
  margin-bottom: 27px;
}
.content1 .title h1 {
  height: 29px;
  font-size: 29px;
  line-height: 29px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  float: left;
}
.content1 .title i {
  width: 3px;
  height: 14px;
  background: #3E8E7F;
  float: left;
  margin-top: 15px;
  margin-left: 6px;
}
.content1 .title p {
  float: right;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(62, 142, 127, 0.2);
  border-bottom: 1px solid #F0F0F0;
  width: 660px;
  margin-top: 11px;
  box-sizing: border-box;
  padding-left: 11px;
}
.content1 .title a {
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3E8E7F;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.content1 .title a:hover {
  text-decoration: underline;
}
.content2 {
  width: 100%;
  background: url(../img/bg11.png) bottom center no-repeat;
  background-size: 100% 100%;
}
.content2 .content {
  width: 1600px;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 150px;
}
.content2 .content h1 {
  text-align: center;
  height: 36px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.content2 .content h2 {
  text-align: center;
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(62, 142, 127, 0.2);
  margin-top: 14px;
  position: relative;
}
.content2 .content h2 a {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3E8E7F;
}
.content2 .content h2 a:hover {
  text-decoration: underline;
}
.content2 .content h3 {
  width: 14px;
  height: 3px;
  background: #3E8E7F;
  margin: 7px auto 0;
}
.content2 .content .list {
  width: 100%;
  display: table;
  margin-top: 74px;
  margin-bottom: 89px;
}
.content2 .content .list div {
  display: table-cell;
  width: 20%;
}
.content2 .content .list div img {
  display: block;
  margin: 0 auto;
  margin-bottom: 38px;
  transition: all 1s ease;
}
.content2 .content .list div:hover img {
  transform: rotateY(360deg);
}
.content2 .content .list div p {
  height: 25px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.content2 .content .slick {
  margin: 30px auto;
  width: 100%;
  height: 310px;
}
.content2 .content .slick .itemBox {
  width: 514px;
  height: 100%;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 29px;
}
.content2 .content .slick .itemBox:nth-last-child(1) {
  margin-right: 0;
}
.content2 .content .slick .itemBox img {
  width: 100%;
  height: 100%;
  display: block;
}
.content2 .content .slick .itemBox .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 56px;
  box-sizing: border-box;
  padding: 0 42px;
  background: rgba(62, 142, 127, 0.9);
  transition: all 1s ease;
}
.content2 .content .slick .itemBox .text p {
  height: 56px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
  padding: 19px 0;
}
.content2 .content .slick .itemBox:hover .text {
  height: 100%;
  padding: 42px;
}
.content2 .content .slick .itemBox:hover .text p {
  line-height: 26px;
  padding: 10px 0;
}
.content2 .content .slick-dots li {
  bottom: -60px;
  width: 10px;
  height: 10px;
  background: rgba(62, 142, 127, 0.4);
  border-radius: 50%;
}
.content2 .content .slick-dots li button {
  display: none;
}
.content2 .content .slick-dots .slick-active {
  width: 20px;
  height: 10px;
  background: #3E8E7F;
  border-radius: 5px;
}
@media screen and (max-width: 1700px) {
  .content1 {
    width: 1440px;
  }
  .content1 .left {
    width: 710px;
  }
  .content1 .left .list .item .wenz {
    width: 602px;
  }
  .content1 .right {
    width: 710px;
  }
  .content1 .title p {
    width: 578px;
  }
  .content1 .right .list .item {
    width: 100%;
  }
  .content2 .content {
    width: 1440px;
  }
  .content2 .content .slick .itemBox {
    width: 450px;
  }
}
@media screen and (max-width: 1500px) {
  .content1 {
    width: 1280px;
  }
  .content2 .content {
    width: 1280px;
  }
  .content1 .left {
    width: 630px;
  }
  .content1 .left .list .item .wenz {
    width: 520px;
  }
  .content1 .right {
    width: 630px;
  }
  .content1 .title p {
    width: 501px;
  }
  .content1 .right .list .item {
    width: 100%;
  }
  .content2 .content .slick .itemBox {
    width: 400px;
  }
}
@media screen and (max-width: 1300px) {
  .content1 {
    width: 1024px;
  }
  .content2 .content {
    width: 1024px;
  }
  .content1 .left {
    width: 502px;
  }
  .content1 .left .list .item .wenz {
    width: 390px;
  }
  .content1 .right {
    width: 502px;
  }
  .content1 .title p {
    width: 372px;
  }
  .content1 .right .list .item {
    width: 100%;
  }
  .content2 .content .slick {
    height: auto;
  }
  .content2 .content .slick .itemBox {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .content1 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .content2 .content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content1 .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .content1 .left .list .item .wenz {
    width: 85%;
  }
  .content1 .right {
    width: 100%;
    float: none;
  }
  .content1 .title p {
    width: 80%;
  }
  .content1 .right .list .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content1 .left .list .item .wenz {
    width: 75%;
  }
  .content1 .title p {
    width: 70%;
  }
  .content2 .content .list div img {
    width: 50%;
    margin-bottom: 20px;
  }
  .content2 .content .list div p {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .content1 .title p {
    display: none;
  }
  .content1 .left .list .item .wenz {
    width: 73%;
  }
  .content1 .right .list .item {
    margin-bottom: 0;
    padding-top: 20px;
  }
  .content2 .content .slick-dots li {
    bottom: -10px;
  }
}
@media screen and (max-width: 375px) {
  .content2 .content .slick .itemBox:hover .text {
    padding: 0 20px;
  }
  .content2 .content .slick .itemBox .text p {
    font-size: 16px;
  }
  .content2 .content .slick {
    margin-bottom: 10px;
  }
  .content2 .content {
    padding-bottom: 50px;
  }
  .content2 .content .list {
    margin-top: 28px;
  }
}
@media screen and (max-width: 320px) {
  .content1 .title {
    margin-bottom: 15px;
  }
  .content1 .left .list .item {
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .content1 .left .list .item .time {
    float: none;
    border: none;
    width: 100%;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .content1 .left .list .item .wenz {
    float: none;
    width: 100%;
  }
  .content1 .left .list .item .time h2 {
    font-size: 24px;
    float: left;
    line-height: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .content1 .left .list .item .time p {
    float: left;
    line-height: 24px;
    height: 24px;
  }
}
/*# sourceMappingURL=zh2.css.map */