/* 通用头部开始 */
.top {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  background-color: #006eab;
  color: #ffffff;
}

.top a {
  color: #ffffff;
}

.banner {
  height: 150px;
  line-height: 150px;
  font-size: 32px;
  font-weight: bold;
  background-color: #f7f7f7;
}

.nav {
  background-color: #006eab;
  font-size: 19px;
  line-height: 50px;
}

.nav ul li {
  width: 200px;
}

.nav ul li a {
  color: #ffffff;
  display: block;
  height: 50px;
  text-align: center;
}

/* 通用底部开始 */
.footer {
  font-size: 13px;
  text-align: center;
}

.footer-top {
  height: 40px;
  line-height: 40px;
  background-color: #edf3f9;
}

.footer-bottom {
  height: 110px;
  line-height: 110px;
  background-color: #006eab;
  color: #ffffff;
}

/* 通用底部结束 */

/* 当前位置开始 */
.current-position {
  line-height: 60px;
  font-size: 14px;
  background: #f7f7f7;
}

.current-position > div {
  background: url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/727661/images/currentPosition.png) no-repeat left 15px;
  padding-left: 20px;
  padding-right: 20px;
}

/* 当前位置结束 */

/* 主体内容开始 */
.main {
  padding: 30px 150px;
  border: 1px solid #b8cde9;
}

.title {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  color: #5e8bc0;
}

.sub-title {
  text-align: center;
}

.sub-title span {
  padding: 0 25px;
}

.zoom img {
  margin: 0 auto;
  max-width: 90%;
  height: auto;
  display: block;
}

.author,
.resource {
  text-align: right;
}

.sub-area {
  background-color: #f7f7f7;
  margin: 25px 0;
}

.print-close a {
  padding-left: 20px;
  margin-right: 25px;
  cursor: pointer;
}

.print {
  background: url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/727661/images/print.png) no-repeat left center;
}

.close {
  background: url(/cms_files/weblishuishizhengfumenhuwangzhan/pubtplobject/defaultSet/727661/images/close.png) no-repeat left center;
}

.main embed,
.main video {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

/* 主体内容结束 */

/* 字体定义开始 */
.title {
  font-size: 25px;
  font-weight: normal;
  line-height: 50px;
}

.sub-title {
  font-size: 15px;
  line-height: 70px;
  color: #666666;
}

.zoom {
  font-size: 16px;
  line-height: 30px;
}

.author,
.resource {
  font-size: 16px;
  line-height: 30px;
}

.sub-area {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

/* 字体定义结束 */

/* silder相关样式 */

.hd {
  width: 1200px;
  margin: 0 auto 30px;
  height: 60px;
}

.hd ul {
  display: flex;
}

.hd li {
  width: calc(100% / 4);
  line-height: 60px;
  text-align: center;
  font-size: 18px;
}

.hd .on {
  background-color: #c71310;
  color: white;
}