.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.pd-t30 {
  padding-top: 30px;
}
.second-menu {
  margin-top: 10px;
}
.second-menu .menu-item {
  border-bottom: 1px solid #e1dedc;
  background: #eee;
}
.second-menu .menu-item.active,
.second-menu .menu-item:hover {
  background: #e84127;
  color: #fff;
}
.second-menu .menu-item.active .menu-link:link,
.second-menu .menu-item:hover .menu-link:link,
.second-menu .menu-item.active .menu-link:visited,
.second-menu .menu-item:hover .menu-link:visited,
.second-menu .menu-item.active .menu-link:hover,
.second-menu .menu-item:hover .menu-link:hover,
.second-menu .menu-item.active .menu-link:active,
.second-menu .menu-item:hover .menu-link:active {
  color: #fff;
  text-decoration: none;
}
.second-menu .menu-link {
  display: block;
  font-size: 16px;
  padding: 15px 20px;
}
.second-menu .menu-link:link,
.second-menu .menu-link:visited,
.second-menu .menu-link:hover,
.second-menu .menu-link:active {
  color: #000;
  text-decoration: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.pd-t30 {
  padding-top: 30px;
}
.second-news-item {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.second-news-item:after {
  content: "";
  clear: both;
  display: block;
}
.second-news-item .iconfont {
  float: left;
  padding: 5px 10px 0 0;
  color: #e84127;
}
.news-title {
  width: 760px;
  float: left;
}
.news-title:link,
.news-title:visited,
.news-title:hover,
.news-title:active {
  color: #333;
  text-decoration: none;
}
.news-date {
  width: 100px;
  float: right;
  text-align: right;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.pd-t30 {
  padding-top: 30px;
}
.cpzs-module .cpzs-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cpzs-module .cpzs-item {
  width: 49%;
  float: left;
  margin-right: 2%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cpzs-module .cpzs-item:nth-child(2n) {
  margin-right: 0;
}
.cpzs-module .cpzs-item:hover .cpzs-item-info {
  bottom: 0;
}
.cpzs-module .cpzs-item:hover .cpzs-item-pic img {
  transform: scale(1.2);
}
.cpzs-module .cpzs-item-pic {
  width: 100%;
  overflow: hidden;
}
.cpzs-module .cpzs-item-pic img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.cpzs-module .cpzs-item-info {
  position: absolute;
  left: 0;
  bottom: -75px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: all 0.5s;
}
.cpzs-module .cpzs-item-title {
  color: #fff;
  display: block;
  padding: 5px 10px;
}
.cpzs-module .cpzs-item-title:link,
.cpzs-module .cpzs-item-title:visited,
.cpzs-module .cpzs-item-title:hover,
.cpzs-module .cpzs-item-title:active {
  color: #fff;
  text-decoration: none;
}
.cpzs-module .cpzs-item-summary {
  transition: all 0.5s;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  height: 60px;
  line-height: 20px;
}

.hyhs-content {
  margin-top: 30px;
}
.content-left {
  width: 260px;
  float: left;
  margin-right: 40px;
}
.content-right {
  width: 900px;
  float: left;
}
.page-name {
  background: url(../images/page-title.jpg) no-repeat;
  height: 68px;
  width: 160px;
  font-size: 24px;
  color: #fff;
  padding-left: 100px;
  padding-top: 32px;
}
.second-content {
  padding-top: 30px;
}
.second-content p {
  line-height: 2;
  margin-bottom: 1em;
}
.second-content img {
  max-width: 100%;
  height: auto;
}

.news-module .news-item {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
}
.news-module .news-item:hover {
  background: rgba(240, 133, 25, 0.1);
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.5);
}
.news-module .news-item:hover .news-item-pic img {
  transform: scale(1.2);
}
.news-module .news-item-pic {
  min-width: 300px;
  height: 200px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.news-module .news-item-pic img {
  display: block;
  width: 300px;
  transition: all 0.5s;
}
.news-module .news-item-info {
  flex-grow: 1;
  float: right;
  width: 520px;
  height: 200px;
  position: relative;
}
.news-module .news-item-title {
  font-size: 24px;
  font-weight: 800;
}
.news-module .news-item-date {
  font-size: 16px;
  color: #666;
  margin-top: 5px;
}
.news-module .news-item-summary {
  margin-top: 5px;
  font-size: 16px;
  color: #333;
}
.news-module .news-item-more {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 18px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.pd-t30 {
  padding-top: 30px;
}
.second-news-detail {
  padding-top: 40px;
}
.news-content-title {
  font-size: 30px;
  color: #393939;
  text-align: center;
}
.news-content-subtitle {
  text-align: center;
  font-size: 18px;
  color: #3255a4;
}
.news-detail-info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.news-detail-date {
  padding-right: 20px;
  display: inline-block;
}
.news-detail-source {
  display: inline-block;
}
.news-content-text {
  margin-top: 20px;
  line-height: 2;
}
.news-content-text img {
  max-width: 100%;
}
.news-content-text p {
  margin-bottom: 1em;
}
.separate-line {
  font-size: 0;
  height: 2px;
  background: #e2e2e2;
}
.content-prev-next {
  text-align: center;
  font-size: 20px;
  padding: 50px 0;
}
.content-prev-next .prev-news {
  display: inline-block;
  margin-right: 50px;
  border: 1px solid #aaaaaa;
  border-left-color: transparent;
  line-height: 60px;
  min-width: 500px;
  position: relative;
}
.content-prev-next .prev-news:link,
.content-prev-next .prev-news:visited,
.content-prev-next .prev-news:hover,
.content-prev-next .prev-news:active {
  color: #616161;
  text-decoration: none;
}
.content-prev-next .prev-news:after {
  content: "";
  position: absolute;
  left: -22px;
  top: 8px;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #aaaaaa;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(315deg);
}
.content-prev-next .next-news {
  display: inline-block;
  border: 1px solid #aaaaaa;
  border-right-color: transparent;
  line-height: 60px;
  min-width: 500px;
  position: relative;
}
.content-prev-next .next-news:link,
.content-prev-next .next-news:visited,
.content-prev-next .next-news:hover,
.content-prev-next .next-news:active {
  color: #616161;
  text-decoration: none;
}
.content-prev-next .next-news:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 8px;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #aaaaaa;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.pd-t30 {
  padding-top: 30px;
}
.breadcrumb-container {
  border-bottom: 1px solid #ccc;
}
.breadcrumb-container:after {
  content: "";
  clear: both;
  display: block;
}
.breadcrumb-container .cur-page-name {
  color: #e84127;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  border-bottom: 3px solid #e84127;
  float: left;
  margin-bottom: -1px;
}
.breadcrumb-container .breadcrumb-links {
  float: right;
  font-size: 16px;
  padding-top: 15px;
  color: #333;
}
.breadcrumb-container .breadcrumb-links a:link,
.breadcrumb-container .breadcrumb-links a:visited,
.breadcrumb-container .breadcrumb-links a:hover,
.breadcrumb-container .breadcrumb-links a:active {
  color: #333;
  text-decoration: none;
}

.case-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.case-item:nth-child(2n) {
  margin-right: 0;
}
.case-item:hover {
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.5);
}
.case-item .case-item-pic {
  overflow: hidden;
}
.case-item .case-item-pic img {
  max-width: 100%;
  display: block;
  transition: all 0.5s;
}
.case-item .case-item-pic:hover img {
  transform: scale(1.2);
}
.case-item .case-item-info {
  background: #f8f8f8;
  padding: 20px;
}
.case-item .case-item-title {
  font-size: 18px;
  color: #333;
}
.case-item .case-item-summary {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
