[v-cloak] {
  display: none;
}
.container1 {
  width: 1200px;
  padding: 40px 0;
  margin: 40px auto;
  box-sizing: border-box;
  background: #FFFFFF;
  display: flex;
  box-shadow: 0 8px 25px 0 rgba(49, 57, 72, 0.15);
  min-height: 600px;
}
.guide-nav {
  box-sizing: border-box;
  width: 216px;
}
.guide-nav ul {
  list-style: none;
}
.guide-nav ul > li {
  height: 60px;
}
.guide-nav ul > li a {
  padding-left: 40px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  line-height: 54px;
  width: 172px;
  height: 60px;
  display: inline-block;
  border-left: 0 solid white;
  transition: all 0.2s;
}
.guide-nav ul > li a:hover {
  background: #F5F5F5;
  border-left: 4px solid #227EE9;
  cursor: pointer;
}
.guide-nav ul > li a.active {
  background: #F5F5F5;
  border-left: 4px solid #227EE9;
  cursor: pointer;
}
.guide-content {
  box-sizing: border-box;
  padding: 0 40px;
  width: 983px;
  border-left: 1px solid #EEEEEE;
}
.policies {
  box-sizing: border-box;
  width: 903px;
  background: #FFFFFF;
  padding: 0;
  margin-bottom: 15px;
}
.policies ul li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333;
  line-height: 60px;
  display: block;
}
.policies-list {
  padding-left: 15px;
  position: relative;
  transition: all 0.2s;
}
.policies-list span {
  position: absolute;
  right: 0;
  color: #999999;
  padding-right: 15px;
  vertical-align: top;
}
.policies-list:hover {
  cursor: pointer;
  background: #F5F5F5;
  color: #227EE9;
}
.policies-list:hover a {
  color: #227EE9;
}
.bottom-page-bar {
  text-align: center;
}
/* 3.0公告样式重写 */
#other-notice-modal {
  max-width: 900px !important;
  min-width: 900px !important;
}
#other-notice-modal .content-wrapper {
  margin: 0 !important;
  max-width: 900px !important;
}
.cms-notice-wrapper {
  width: 900px;
  background: #FFF;
  margin: 50px auto;
  padding: 50px;
  min-height: 500px;
}
.title-wrapper {
  line-height: 50px;
  font-size: 18px;
  color: #333;
}
.title-wrapper div {
  display: inline-block;
  vertical-align: middle;
}
.title-wrapper .text {
  padding: 0 10px;
  font-size: 18px;
}
.title-wrapper .bar {
  background: #227EE9;
  width: 5px;
  height: 21px;
}
.title-wrapper .line-horizontal {
  height: 1px;
  width: 80%;
  background: #D8D8D8;
}
.notice-list {
  padding: 0;
  list-style: none;
}
.notice-list .notice-item {
  padding-top: 20px;
}
.notice-list .notice-item .type-tips {
  position: relative;
  font-size: 0;
}
.notice-list .notice-item .type-tips .tips {
  position: absolute;
  left: 5px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}
.notice-list .notice-item .type-tips .tips + span {
  font-size: 14px;
  color: #999;
  margin-left: 12px;
  vertical-align: top;
}
.notice-list .notice-link {
  font-size: 14px;
  color: #333;
  padding-left: 50px;
}
.notice-list .notice-link:hover {
  color: #227EE9;
  cursor: pointer;
}
#files a {
  padding: 10px 0;
}
/* 二维码 */
.qr-code-wrap {
  position: relative;
  width: 130px;
}
.qr-code-wrap img {
  position: absolute;
  width: 130px;
  bottom: 0;
  left: -10px;
}
.qr-code-wrap .tips {
  position: absolute;
  font-size: 16px;
  text-align: center;
  background: #FFFFFF;
  width: 130px;
  top: -22px;
  left: -10px;
  height: 30px;
  line-height: 30px;
}