@charset "UTF-8";
/* 通用头部开始 */
.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;
}

@media screen and (max-width: 768px) {
  .w1200 {
    width: 100%;
    padding: 0 10px;
  }
  .nav ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .nav ul li {
    width: 33.33333%;
  }
  .banner {
    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: 40px;
  font-size: 13px;
  background: #f7f7f7;
}

.current-position > div {
  background: url(currentPosition.png) no-repeat left 15px;
  padding-left: 20px;
  padding-right: 20px;
}

/* 当前位置结束 */
/* 最新信息开始 */
.zxxx .bt_link {
  font-size: 16px;
  line-height: 32px;
}

.zxxx .bt_time {
  font-size: 16px;
  line-height: 32px;
  width: 6em;
}

/* 最新信息结束 */
/* 主体内容开始 */
.main {
  padding: 40px 150px;
  border: 1px solid #e3e3e3;
}

.title {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}

.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-top: 25px;
}

.print-close a {
  padding-left: 20px;
  margin-right: 25px;
  cursor: pointer;
}

.print {
  background: url(print.png) no-repeat left center;
}

.close {
  background: url(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: 60px;
}

.sub-title {
  font-size: 15px;
  line-height: 50px;
}

.zoom {
  font-size: 15px;
  line-height: 30px;
}

.author,
.resource {
  font-size: 15px;
  line-height: 30px;
}

.sub-area {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

/* 字体定义结束 */
/* 当前位置适老化开始 */
.old_type .current-position {
  font-size: 32px;
  line-height: 72px;
}

.old_type .current-position > div {
  background: url(/cms_files/jcms1/web3452/site/picture/0/2006121020139573609.png) no-repeat left 25px;
  background-size: 36px !important;
  padding-left: 48px;
}

.old_type .current-position > div a {
  margin: 0 5px;
}

/* 当前位置适老化结束 */
/* 最新信息适老化开始 */
.old_type .zxxx .bt_link {
  font-size: 32px;
  line-height: 64px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 28em;
}

.old_type .zxxx .bt_time {
  font-size: 32px;
  line-height: 64px;
}

.old_type .zxxx span {
  font-size: 32px;
  line-height: 64px;
  vertical-align: top;
}

/* 最新信息适老化结束 */
/* 主体内容适老化开始 */
.old_type .main {
  padding: 50px 100px;
  border: 2px solid #e3e3e3;
}

.old_type .main .bt_link {
  font-size: 32px;
  line-height: 64px;
}

.old_type .main .bt_time {
  font-size: 32px;
  line-height: 64px;
}

.old_type .title {
  font-size: 52px;
  line-height: 104px;
  border-bottom: 2px solid #e3e3e3;
}

.old_type .title > div {
  font-size: 28px !important;
  line-height: 56px !important;
}

.old_type .sub-title {
  font-size: 28px;
  line-height: 93px;
}

.old_type .zoom {
  font-size: 32px;
  line-height: 64px;
}

.old_type .zoom img {
  width: 100% !important;
  height: auto !important;
}

.old_type .zoom img[src*="icons"] {
  width: 32px !important;
}

.old_type .zoom table {
  width: 100%;
  word-break: break-all;
}

.old_type .resource {
  margin-top: 50px;
}

.old_type .author,
.old_type .resource {
  font-size: 28px;
  line-height: 56px;
}

.old_type .sub-area {
  height: 80px;
  margin-top: 50px;
  line-height: 80px;
  font-size: 28px;
}

.old_type .print-close a {
  padding-left: 40px;
  margin-right: 50px;
}

.old_type .print {
  background-size: 26px;
}

.old_type .close {
  background-size: 26px;
}

.old_type .prevPage,
.old_type .nextPage {
  font-size: 32px;
  line-height: 60px;
  padding: 20px 0 0;
}

.old_type .prevPage a,
.old_type .nextPage a {
  display: inline-block;
  width: 31em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

.old_type video {
  width: 900px;
  height: 675px;
}

/* 主体内容适老化结束 */
/*手机端开始*/
/* 最新信息适老化开始 */
.mobile_type .zxxx td {
  display: inline;
}

.mobile_type .zxxx tr {
  display: block;
  margin: 2.1333vw 0;
}

.mobile_type .zxxx tr:first-child {
  margin: 0;
}

.mobile_type .zxxx .bt_link {
  font-size: 4vw;
  line-height: 5.6vw;
  word-break: break-all;
  margin-right: 1em;
}

.mobile_type .zxxx .bt_time {
  font-size: 4vw;
  line-height: 5.6vw;
  white-space: nowrap;
}

.mobile_type .zxxx span {
  font-size: 4vw;
  line-height: 5.6vw;
}

/* 最新信息适老化结束 */
/*当前位置*/
.mobile_type .w1200 {
  width: 100%;
  padding: 0;
}

.mobile_type .current-position {
  line-height: 8vw;
  padding: 0 3.2vw;
}

.mobile_type .current-position > div {
  background: url(/cms_files/jcms1/web3452/site/picture/0/2006121020139573609.png) no-repeat left 2.6667vw;
  background-size: 4vw;
}

.mobile_type .current-position > div > table > tbody > tr > td:first-child {
  padding-left: 4.6667vw;
}

.mobile_type .current-position > div > table > tbody > tr > td:last-child {
  width: 78vw;
  display: inline-block;
}

.mobile_type .current-position table td {
  display: inline-block;
  font-size: 3.6vw;
  vertical-align: top;
}

.mobile_type .current-position table a {
  font-size: 3.6vw;
  padding: 0 1vw;
}

/*文章正文*/
.mobile_type .main {
  padding: 0 3.2vw;
  border: none;
}

.mobile_type .title {
  font-size: 6.4vw;
  line-height: 10.6667vw;
  border-bottom: 1px solid #555555;
}

.mobile_type .title div {
  font-size: 6.4vw !important;
  line-height: 10.6667vw !important;
}

.mobile_type .sub-title {
  font-size: 4.2667vw;
  line-height: 8.5333vw;
  color: #999999;
}

.mobile_type .sub-title span {
  padding: 0 3.3333vw 0 0;
}

.mobile_type .zoom {
  font-size: 4.2667vw;
  line-height: 8.5333vw;
  word-break: break-all;
}

.mobile_type .zoom img[src*="icons"] {
  width: 4.2667vw;
}

.mobile_type .zoom p {
  font-size: 4.2667vw;
  line-height: 8.5333vw;
}

.mobile_type .zoom table {
  width: 100%;
  word-break: break-all;
}

.mobile_type .zoom table[style*="margin-left"] {
  margin-left: 0 !important;
}

.mobile_type .author,
.mobile_type .resource {
  font-size: 4.2667vw;
  line-height: 8.5333vw;
  color: #999999;
}

.mobile_type .sub-area {
  display: none;
}

.mobile_type .prevPage,
.mobile_type .nextPage {
  display: none;
}

.mobile_type .height30 {
  height: 3.3333vw;
}

.title2{line-height:30px; maring:0px; border:0px; font-size:18px;}
.old_type .title2{line-height:40px;  font-size:40px;}

/*当前位置*/
.mobile_type .outstanding td.ariafontcontent{
width: auto !important;
}
.mobile_type .outstanding td.ariafontcontent{
width: auto !important;
}