@charset "UTF-8";

.banner {
  width: 100%;
  min-width: 1270px;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* 当前位置 */
.dqwz {
  width: 1270px;
  margin: 30px auto 40px;
}

.currpos a {
  margin: 0 15px;
  font-size: 14px;
  font-weight: 600;
  color: #999;
}

.currpos .dqwz_wzsy {
  color: #333;
  margin-left: 0;
}

.currpos a:hover {
  color: #002e5a;
}

.xian_t {
  margin-top: 20px;
  width: 100%;
  height: 2px;
  background: #e1e2e4;
  position: relative;
}

.xian_t1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #20a3fe;
}

/* 内容区域 */
.contant {
  width: 1270px;
  margin: 0 auto 40px;
}

.article_tit{
  font-size: 24px;
  text-align: center;
}
.article_info{
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: center;
  line-height: 30px;
  padding: 30px;
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
}
.fbtime{
  margin-right: 50px;
}
.article_xxin p{
  font-size: 14px;
  text-align: justify;
  text-indent: 2em;
  line-height: 28px;
  margin-top: 20px;
}