/* 当前位置 */
.decorate img {
  width: 100%;
  height: 300px;
}
.position {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #efefef;
}

.position .w {
  text-align: right;
  font-size: 14px;
  color: #666666;
}

.position a {
  font-size: 14px;
  color: #666666;
}

.position a:hover {
  color: #ffb914;
}

/* 列表内容 */

/* 栏目内容 */
.main {
  width: 100%;
  background-color: #f2f2f2;
}

.main .w {
  min-height: 735px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  background-color: #fff;
}

.main h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 26px;
  margin-bottom: 25px;
}

.main .msg {
  text-align: center;
  line-height: 13px;
  margin-bottom: 25px;
}

.main .msg span {
  font-size: 14px;
  color: #999999;
}

.main .msg .source {
  margin-left: 25px;
}

.main .msg .typeface {
  margin-left: 25px;
}

.main .msg span a {
  font-size: 14px;
  color: #999999;
}

.main .msg span a:hover {
  color: #63065f;
}

.main .word {
  padding: 20px 4% 44px 4%;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.main .wb {
  width: 100%;
  font-size: 16px;
  color: #333333;
  padding-top: 23px;
  padding-left: 2%;
  padding-right: 2%;
}

.main .wb table tr td {
  font-size: 16px;
  color: #333333;
}

.main .wb a:hover {
  color: #63065f;
}

.main .wb #upanddown table {
  width: 100%;
  margin-top: 0 !important;
  border-top: none !important;
}
