
/* 内容区 */
.c-container > .left {
  width: 250px;
  flex-shrink: 0;
}
.c-container > .left .rzxxjs {
  min-height: 449px;
}
.c-container > .left .rzzyjs {
  min-height: 480px;
}
.c-container > .left > .dir {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.c-container > .left > .dir:not(:last-child) {
  margin-bottom: 10px;
}
.c-container > .left > .dir > a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.c-container > .left > .dir > a:hover::after {
  display: none;
}
.c-container > .left > .dir > a > .dir-title {
  width: 100%;
  height: 100%;
  text-align: center;
  background: linear-gradient(180deg, #fcfcfc 0%, #f3f4f5 100%);
  font-size: 20px;
  color: #015198;
  font-weight: bold;
}
.c-container > .left > .dir > .dir-list {
  width: inherit;
  padding: 10px 5px;
}
.c-container > .left > .dir > .dir-list > li {
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e8e8e8;
}
.c-container > .left > .dir > .dir-list > li > a {
  font-size: 16px;
  color: #015198;
}
.c-container > .left > .dir > .dir-list > li:not(:last-child) {
  margin-bottom: 10px;
}
.c-container > .right {
  flex: 1;
  padding-left: 15px;
  /* 通用标题样式 */
}
.c-container > .right .title {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #f6f6f6;
  padding: 0 10px;
}
.c-container > .right .title > h2 {
  color: #015198;
  font-size: 20px;
  font-weight: bold;
}
.c-container > .right .title > .more {
  cursor: pointer;
}
.c-container > .right .title > .more > a:hover::after {
  display: none;
}
.c-container > .right .title > .more > a > span {
  color: #015198;
  font-size: 10px;
  font-weight: 400;
}

.c-container > .right .main-title {
  background-image: url(../images/title-bg.svg),linear-gradient(180deg, #fcfcfc 0%, #f1f2f4 100%);
  background-position: left top, left top;
  background-repeat: no-repeat;
}
.c-container > .right .main-title > h2 {
  color: #fff;
}
.c-container > .right .gy-ul {
  width: 100%;
}
.c-container > .right .gy-ul > li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 16px;
}
.c-container > .right .gy-ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.c-container > .right .gy-ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #025098;
}
.c-container > .right .gy-ul > li > a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-container > .right .gy-ul > li > a:hover {
  color: #025098;
}
.c-container > .right .gy-ul > li > span {
  color: #86909c;
  font-size: 14px;
  white-space: nowrap;
}
.c-container > .right .gy-w-left {
  width: 680px;
  border: 1px solid #d9d9d9;
}
.c-container > .right .gy-w-right {
  width: 240px;
  border: 1px solid #d9d9d9;
}
.c-container > .right .content {
  padding: 10px;
}
.c-container > .right > .row1 {
  min-height: 266px;
  margin-bottom: 10px;
}
.c-container > .right > .row1 > .left > .content > .left {
  width: 262px;
  flex-shrink: 0;
}
.c-container > .right > .row1 > .left > .content > .left > a {
  display: block;
  width: 100%;
}
.c-container > .right > .row1 > .left > .content > .left > a > img {
  width: 100%;
  height: 146px;
  vertical-align: top;
  margin-bottom: 10px;
}
.c-container > .right > .row1 > .left > .content > .left > a > h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #5f5f5f;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.c-container > .right > .row1 > .left > .content > .right {
  width: 100%; /*396px*/
  padding-left: 10px;
}
.c-container > .right > .row2 {
  position: relative;
  padding-top: 18.51%;
  margin-bottom: 10px;
}
.c-container > .right > .row2 > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-container > .right > .row2 > a > img {
  width: 100%;
  height: 100%;
}
.c-container > .right > .row3 {
  min-height: 234px;
}
.c-container > .right > .row3 > .left {
  width: 680px;
}
.c-container > .right > .row3 > .left > .left-top,
.c-container > .right > .row3 > .left > .left-bottom {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.c-container > .right > .row3 > .right {
  width: 240px;
}
.c-container > .right > .row3 > .right > .right-top {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.c-container > .right > .row3 > .right > .right-top > .content > ul > li {
  margin-bottom: 4px;
}
.c-container > .right > .row3 > .right > .right-top > .content > ul > li > a {
  display: block;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  transition: all 0.3s;
}
.c-container > .right > .row3 > .right > .right-top > .content > ul > li > a:hover {
  border-color: #015198;
}
.c-container > .right > .row3 > .right > .right-top > .content > ul > li > a:hover::after {
  display: none;
}
.c-container > .right > .row3 > .right > .right-top > .content > ul > li > a > img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.c-container > .right > .row3 > .right > .right-bottom {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.c-container > .right > .row3 > .right > .right-bottom > .content {
  min-height: 120px;
}
.c-container > .bottom {
  width: 100%;
  min-height: 102px;
  border: 1px solid #d9d9d9;
  margin-top: 10px;
  margin-bottom: 60px;
}

