body { margin: 0; }
.menu {
  width: 100%;
  height: 73px;
  background: #fff;
}
.menu .menu-group {
  max-width: 1200px;
  height: 73px;
  line-height: 73px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
}
.menu-group .menu-item {
  margin: 0 27px;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #2A2A2A;
}
.menu-group .menu-item:hover {
  cursor: pointer;
  color: #bc413c;
}
.menu-group .active {
  color: #bc413c;
}
.menu-group .active::after {
  content: '';
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #bc413c;
}
.menu-group .email {
  position: absolute;
  right: 27px;
  text-decoration: none;
  color: #2A2A2A;
}
.menu-group .email:hover {
  cursor: pointer;
  color: #bc413c;
}
.menu-group .more {
  position: absolute;
  right: 0;
  color: #909090;
}
.menu-group .more:hover {
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 245px;
  overflow: hidden;
  background: url('../images/rzrqHome/banner.png'), #F6F6F6;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner .banner-box {
  width: 1200px;
  height: 245px;
  margin: 0 auto;
  position: relative;
}
.banner-title {
  position: absolute;
  top: 90px;
  left: 78px;
  height: 70px;
}
.page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px 120px;
  box-sizing: border-box;
}
.page .title {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 60px 0 30px;
}
.page .menu-group {
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  border-bottom: 1px solid #F1F1F1;
}
.zygg .news, .nzgg .news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  border-bottom: 1px solid #F1F1F1;
  padding-left: 18px;
}
.news ::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #DDDDDD;
  position: absolute;
  top: 35px;
  left: 0;
}
.news .news-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  text-decoration: none;
  color: #2A2A2A;
}
.news .news-title:hover {
  cursor: pointer;
  color: #bc413c;
  text-decoration: underline;
}
.news .news-date {
  flex-shrink: 0;
}
.jysgg-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jysgg-group .jysgg-img {
  width: 300px;
  margin: 30px 10px;
}
.jysgg-group .jysgg-img:hover {
  cursor: pointer;
}
.page .yewu-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yewu-group .yewu-box {
  width: 270px;
  height: 160px;
  background-size: cover;
  position: relative;
}
.yewu-group .yewu-box:hover {
  cursor: pointer;
}
.yewu-group .yewu-box .yewu-title {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #222222CC;
}
.footer {
  width: 100%;
  padding: 120px 0;
  background: #2A2A2A;
  color: #7C7C7C;
}
.footer p {
  text-align: center;
  margin: 5px;
}
.footer a {
  color: #7C7C7C;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
