* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none;
}

/* 子页面布局 */
.notIndex_container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.notIndex_container .zuocet {
  width: 300px;
  height: 55px;
  text-align: center;
  color: #1d69c7;
  line-height: 55px;
  font-size: 26px;
  border-right: 5px solid #1d69c7;
  font-weight: bold;
}
.notIndex_container .zuoceul li {
  width: 300px;
  height: 56px;
  text-align: center;
  font-size: 18px;
  background-color: #f7f8fa;
  line-height: 56px;
  border-bottom: 1px dotted #e6e6e8;
  border-right: 2px solid #9c7f41;
  cursor: pointer;
}
.notIndex_container .zuoceul li a {
  width: 300px;
  height: 56px;
  background-color: #f7f8fa;
  line-height: 50px;
  display: block;
  color: #3d3d3d;
}
.notIndex_container .zuoceul li a:hover {
  background: #1d69c7;
  color: #ffffff;
}
.notIndex_container .zuoceul a.selected {
  background-color: #1d69c7; /* 选中时背景色 */
  color: #ffffff; /* 选中时文字颜色 */
}

.notIndex_container .youcet {
  width: 865px;
  height: 56px;
  line-height: 50px;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notIndex_container .youbt {
  width: 200px;
  height: 56px;
  border-bottom: 3px solid #0884ca;
  text-align: center;
  font-size: 20px;
}
.notIndex_container .youwz {
  font-size: 14px;
}
.notIndex_container .youwz a {
  color: #000;
}
.notIndex_container .younr {
  width: 865px;
  line-height: 25px;
  padding-top: 10px;
  display: table;
}
/* 徽章 */
.badge_icon {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.badge_icon img {
  width: 240px;
  height: 240px;
}
