/* Ã¥Ë†â€ Ã©Â¡Âµ */
.pages {
  padding: 0;
  color: #999;
  font-size: 0;
  text-align: center;
  margin: 0 0 26px;
}
.pages:after,
.pages:before {
  content: " ";
  display: table;
}
.pages > a:first-child {
}
.pages > a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 28px;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  color: #333;
  border: 1px solid #d7dfdc;
}

.pages .start,
.pages .end,
.pages > span,
.pages .next,
.pages .prev {
  width: auto;
  padding: 0 8px;
}
.pages > a:hover,
.pages > a.on_page {
  background-color: #004387;
  color: #fff;
  border-color: #004387;
}
.pages > a.on_page {
}

.pages .select_page {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 0 6px;
}
.select_page span {
  font-size: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 30px;
  vertical-align: middle;
  padding: 0 10px;
  color: #333;
}
.selectLink {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 53px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  border: 1px solid #d7dfdc;
}
.selectLink.on {
  border-radius: 0 0 3px 3px;
  background: #004387;
  border-color: #004387;
}
.selectLink.on > a {
  color: #fff;
}
.selectLink .arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 3px;
  bottom: 4px;
  background: url(../images/select_arrow.png) center center no-repeat;
  transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.selectLink .arrow.on {
  transform: rotate(180deg);
  background: url(../images/select_arrow2.png) center center no-repeat;
}
.selectLink > a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  text-align: left;
  padding: 0 0 0 12px;
}
.selectLink .alertBox {
  height: 0;
  position: absolute;
  left: -1px;
  bottom: 100%;
  background: #004387;
  right: -1px;
  border-radius: 3px 3px 0 0;
  padding: 6px 0 0;
  overflow: hidden;
  border: 0;
  opacity: 0;
  transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
}
.selectLink .alertBox.on {
  opacity: 1;
  height: auto;
}
.selectLink .alertBox a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  padding: 6px 0;
}
.selectLink .alertBox a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
  .pages > a,
  .pages > span {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .pages a,
  .pages .select_page {
    display: none;
  }
  .pages a.start,
  .pages a.prev,
  .pages a.on_page,
  .pages a.next,
  .pages a.end {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .pages .start,
  .pages .end,
  .pages .next,
  .pages .prev,
  .pages > span {
    margin: 0 5px;
  }
}

/* Ã¥Ë†â€ Ã©Â¡ÂµÃ§Â»â€œÃ¦ÂÅ¸ */

/* Ã¦â€“â€¡Ã§Â«Â Ã©Â¡ÂµÃ¨Â¿ËœÃ¥Å½Å¸ */
.article img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.article i,
.article em {
  font-style: italic;
}
.article strong,
.article strong span {
  font-weight: bold;
}
.article table img {
  max-width: initial;
}
.article tbody td,
.article tfoot td {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}
.article ol {
  list-style: decimal inside none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.article ul {
  list-style: disc inside none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.article ul li {
  xlist-style-type: disc;
}
.article ol li {
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .article img {
    width: auto !important;
    height: auto !important;
  }
  .article video {
    width: auto !important;
  }
  .article table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    table-layout: fixed;
    word-break: break-all;
    box-sizing: border-box;
  }
  .article table td {
    width: auto !important;
  }
  .article table tr {
    height: auto !important;
  }
}
/* Ã¦â€“â€¡Ã§Â«Â Ã©Â¡ÂµÃ¨Â¿ËœÃ¥Å½Å¸Ã§Â»â€œÃ¦ÂÅ¸ */

/*Ã¦â€“â€¡Ã§Â«Â Ã©Â¡Âµ*/
.pageArticle {
  position: relative;
  padding: 0 0 57px;
}
.pageArticleTitle {
  overflow: hidden;
  padding: 45px 0 27px;
}
.pageArticleTitle h3 {
  line-height: 1.4;
  color: #333;
  text-align: center;
}
.articleAuthor {
  padding: 14px 0 13px;
  text-align: center;
  color: #757575;
  margin: 0 0 28px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
}
.articleAuthor span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #999;
  margin: 0 13px;
}
.articleBottom {
  padding: 4px 0 0;
}
.article {
  position: relative;
  text-align: justify;
}
.Annex {
  background: #f7f7f7;
  padding: 0 0 0 0;
  overflow: hidden;
  margin: 48px 0 27px;
}
.Annex strong {
  padding: 14px 0 11px 19px;
  color: #666;
  float: left;
  font-weight: bold;
  line-height: 26px;
}
.annexList {
  margin: 0 0 0 85px;
  padding: 4px 0;
}
.annexList li {
  font-size: 16px;
  line-height: 26px;
  padding: 8px 0;
  text-align: justify;
  border-top: 1px dashed #d9d9d9;
}
.annexList li:first-child {
  border: 0;
}
.annexList li a {
  color: #666;
}
.annexList li a:hover {
  color: #004387;
}

.related_articles a {
  color: #999;
  padding: 0 0 0 20px;
  display: block;
}

.share {
}
.share .bdsharebuttonbox > a.bds_weixin {
  background: url(../images/share_wechat.png) center no-repeat;
  background-size: 100% 100% !important;
}
.share .bdsharebuttonbox > a.bds_tsina {
  background: url(../images/share_sina.png) center no-repeat;
  background-size: 100% 100% !important;
}
.share .bdsharebuttonbox > a.bds_qzone {
  background: url(../images/share_qzone.png) center no-repeat;
  background-size: 100% 100% !important;
}
.share .bdsharebuttonbox > a.bds_more {
  background: url(../images/share_more.png) center no-repeat;
  background-size: 100% 100% !important;
}
.shareBox {
  width: 260px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -130px;
  z-index: 9998;
  height: 310px;
  border: 6px solid #8f8f8f;
  border-radius: 8px;
  box-shadow: 0 0 7px #aaa;
  display: none;
}
.shareBox {
  font-size: 14px;
}
.shareBox .title {
  background: #f6f6f6;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px !important;
}
.shareClose {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 18px;
  width: 20px;
}
.sharelist {
  position: static;
  height: 250px;
  overflow-y: auto;
  padding-left: 17px !important;
}
.sharelist li {
  float: left;
  width: 130px;
  padding: 2px;
  margin-left: 6px;
  _margin-left: 3px;
  height: 28px;
  overflow: hidden;
  list-style: none;
}
.sharelist li a {
  color: #565656;
  font: 12px "Ã¥Â®â€¹Ã¤Â½â€œ";
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  line-height: 18px;
  width: auto;
  height: auto;
  text-indent: 0;
}
.weChatBox {
  width: 260px;
  height: 300px;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  padding: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -130px 0 0 -140px;
  z-index: 9998;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.weChatBox .w-title {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.w-close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  cursor: pointer;
}
.qrcode {
  width: 200px;
  height: 200px;
  margin: 15px auto;
  background: #ccc;
}
.w-footer {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}
#qrodeText {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  visibility: hidden;
}

.share {
  overflow: hidden;
  text-align: right;
  font-size: 0;
  position: absolute;
  right: -100px;
  top: 155px;
}
.share .bdsharebuttonbox > a {
  margin: 0 0 5px;
  display: block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.share .bdsharebuttonbox > a:hover {
  opacity: 0.8;
}
.share .bdsharebuttonbox > span {
  line-height: 35px;
  font-size: 16px;
}
.btns {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #fcdb68;
  border: 1px solid #004387;
  border-radius: 5px;
  margin: 25px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #004387;
}
.btns a {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .share {
    position: relative;
    top: 0;
    right: 0;
    margin: 30px 0 0;
  }
  .share .bdsharebuttonbox > a {
    margin: 0 0 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .pageArticle {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .share .bdsharebuttonbox > a {
    width: 32px;
    height: 32px;
  }
}
/*Ã¦â€“â€¡Ã§Â«Â Ã©Â¡ÂµÃ§Â»â€œÃ¦ÂÅ¸*/

.sub_banner {
  height: 0;
  background-size: cover !important;
  position: relative;
  border-top: 10px solid #930102;
  padding-bottom: calc(25% - 10px);
  z-index: 2;
}

.content {
  position: relative;
  z-index: 2;
}
.wrap_content {
  position: relative;
  background: #fffdf7;
  background-image: linear-gradient(#ffffff, #ffffff);
  background: #fffdf6;
}

.sub_left {
  width: 230px;
  float: left;
  position: relative;
  z-index: 3;
  margin-top: -80px;
  background: url(../images/sub_left_bg.png) top center no-repeat;
  padding: 0 0 65px;
  background-size: 100% auto;
}
.sub_left_title {
  line-height: 50px;
  padding: 15px 10px 15px 40px;
  color: #fff;
  position: relative;
  font-weight: 700;
}
.full_page .sub_left {
  padding: 0;
}

/* Ã¤Â¾Â§Ã¦Â ÂÃ¨ÂÅ“Ã¥Ââ€¢ */
.sub_menu {
  margin: 0 0 0 20px;
  background: #fdf4e1;
}
.sub_menu ul {
  display: none;
}
.sub_menu::after {
  content: "";
  display: block;
  border: 1px solid #ededed;
  border-top: 0;
  height: 69px;
}
.sub_menu li {
  position: relative;
}
.sub_menu > li > a {
  display: block;
  line-height: 36px;
  color: #333;
  padding: 17px 0 16px 30px;
  position: relative;
  border: 1px solid #ededed;
  border-top: 0;
  font-weight: 700;
}
/* .sub_menu > li > a::after{content: '';display: block;height: 1px;position: absolute;left: 30px;bottom: 0;right: 30px;background: rgba(250,250,250,0.2);} */
.sub_menu > li > a.current,
.sub_menu > li.current > a,
.sub_menu > li > a:hover,
.sub_menu > li.on > a {
  background: #f0ad4e;
  color: #fff;
  border-color: #f0ad4e;
}
/* .sub_menu > li > a::before{content: '';display: block;width: 2px;position: absolute;left: 30px;background: #fff;top: 50%;transform: translateY(-50%);height: 0;} */
/* .sub_menu > li > a.current::before,.sub_menu > li.current > a::before,.sub_menu > li.on > a::before{height: 15px;} */

/* Ã¤ÂºÅ’Ã§ÂºÂ§Ã¨ÂÅ“Ã¥Ââ€¢ */
.sub_menu li.on {
  background: rgba(0, 0, 0, 0.1);
}
.sub_menu li.on > a::after {
  left: 40px;
}
.second_menu > li > a {
  display: block;
  line-height: 27px;
  color: #fff;
  padding: 0 0 0 52px;
  position: relative;
}
.second_menu > li > a.current,
.second_menu > li.current > a,
.second_menu > li > a:hover,
.second_menu > li.on > a {
}
.second_menu > li > a::before {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  left: 40px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
}
.second_menu > li > a.current::before,
.second_menu > li.current > a::before,
.second_menu > li.on > a::before {
  height: 12px;
}

/* Ã¤Â¸â€°Ã§ÂºÂ§Ã¨ÂÅ“Ã¥Ââ€¢ */
.third_menu > li > a {
  display: block;
  line-height: 48px;
  color: #444;
  padding: 3px 0 4px 38px;
  position: relative;
  border-bottom: 1px solid #ededed;
  background: #fbfbfb;
}
.third_menu > li > a.current,
.third_menu > li.current > a,
.third_menu > li > a:hover,
.third_menu > li.on > a {
  color: #004387;
}

.sub_menu .arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 14px;
  background: url(../images/sub_left_open.png) center no-repeat;
}
.second_menu .arrow {
  top: 15px;
  right: 13px;
}
.sub_menu .arrow.on {
  background: url(../images/sub_left_close.png) center no-repeat;
}

.sub_right {
  margin: 0 0 0 230px;
}
.full_page .sub_right {
  margin-left: 0;
}
.sub_right .page_content {
  padding: 20px 0 49px 40px;
  clear: right;
  background: #fff;
}

.bread {
  color: #a6a6a6;
  line-height: 40px;
/*  text-align: right;*/
  padding: 0 20px;
  background: #f7f7f7;
}
.bread a {
  padding: 0;
  font-size: 16px;
  color: #a6a6a6;
}
.bread a:hover {
  color: #004387;
}

.page_title {
  padding: 0 0 0;
  overflow: hidden;
}
.page_title h3 {
  padding: 25px 0;
  color: #333;
}
.page_title .language {
  float: right;
  margin: 17px 0 0 0;
}
.page_title .language a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 55px;
  height: 24px;
  border-radius: 4px;
  color: #a8a587;
  background: #eeede7;
  text-align: center;
  margin: 0 0 0 16px;
}
.page_title .language a.on {
  color: #fff;
  background: #a8a587;
}

.sub_part_title {
  margin: 0 0 33px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.sub_part_title p {
  min-width: 86px;
  line-height: 46px;
  height: 46px;
  text-align: center;
  color: #fff;
  padding: 0 22px;
  background: #2f50b0;
  border-radius: 4px;
  margin-top: 30px;
}
.sub_part_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/sub01_4_titlebg2.png) bottom center no-repeat;
  background-size: auto 100%;
  margin: -1px 0 0;
}

.sub_article011 {
  padding: 13px 0 60px;
  position: relative;
  text-align: justify;
}

.sub_article012 {
  padding: 16px 0 50px;
  position: relative;
  text-align: justify;
}
.sub_list012 ul {
  margin: 35px 0 0 0;
}
.sub_list012 li {
  position: relative;
  padding: 0 0 55px 35px;
}
.sub_list012 li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #2f50b0;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 7px;
}
.sub_list012 li::after {
  content: "";
  display: block;
  width: 1px;
  top: 12px;
  bottom: -12px;
  position: absolute;
  left: 10px;
  background: #ebebeb;
}
.sub_list012 li:last-child::after {
  display: none;
}
.sub_list012 .title {
  margin: 0 0 20px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #666;
}

.sub_list013 ul {
  margin: 0 -28px 0;
  padding: 22px 0 36px;
  text-align: center;
}
.sub_list013 li {
  width: 281px;
}

.sub_list013 a {
  margin: 0 28px 50px;
  overflow: hidden;
}
.sub_list013 .top_box {
  padding: 0 0px 7px 0;
}
.sub_list013 .img {
  padding-bottom: calc(220% / 1.6);
}
.sub_list013 .title {
  margin: 0 0 2px;
  line-height: 28px;
  color: #f0ad4e;
  font-weight: bold;
}
.sub_list013 .info {
  margin: 0 0 0;
  color: #999;
  line-height: 20px;
  text-align: justify;
}
.sub_list013 .tip {
  color: #666;
  line-height: 24px;
  margin: 0 0 16px 0;
}
.sub_list013 li.first {
  width: 100%;
}
.sub_list013 li.first a {
  margin-bottom: 70px;
}
.sub_list013 li.first .left {
  width: 225px;
  float: left;
}
.sub_list013 li.first .right {
  margin: 0 0 0 190px;
  padding: 22px 0 0 0;
}
.sub_list013 li.first .title,
.sub_list013 li.first .tip {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 28px;
  vertical-align: top;
  padding: 0 30px 0 0px;
}
.sub_list013 li.first .title {
  margin: 0 0 33px;
  margin-left: 24px;
}

.sub_article014 {
  padding: 22px 0 24px;
}
.sub_article014 .part {
  margin: 81px 0 0 0;
}
.sub_article014 .part:first-child {
  margin: 0 0 0 0;
}
.sub_article014 .article {
  margin: 0 0 0 0;
}
.sub_article014 .download {
  display: block;
  width: 228px;
  height: 48px;
  border: 1px solid #e6e6e6;
  line-height: 48px;
  padding: 0 0 0 20px;
  background: url(../images/sub01_4_load.png) 92% center no-repeat;
  margin: 24px 0 0 0;
}

.sub_article02 {
  padding: 22px 0 100px;
}
.sub_article02 .part {
  margin: 63px 0 0 0;
}
.sub_article02 .part:first-child {
  margin: 0 0 0 0;
}
.sub_list02 ul {
  margin: -2px -15px -30px;
}
.sub_list02 li {
  width: 25%;
}
.sub_list02 a {
  margin: 0 15px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 12px 14px 13px 17px;
  box-shadow: 3px 3px 7px rgba(160, 177, 226, 0.18);
}
.sub_list02 .title {
  margin: 0 0 0;
  line-height: 22px;
  color: #666;
}

.sub_article04 {
  padding: 36px 0 60px;
  position: relative;
  text-align: justify;
}
.sub_article04 .article {
  line-height: 26px;
}

.sub_list042 ul {
  margin: 0 -22.5px 20px;
  padding: 25px 0 0;
}
.sub_list042 li {
  width: 33.3%;
}
.sub_list042 a {
  margin: 0 22.5px 50px;
}
.sub_list042 .img {
  padding-bottom: calc(176% / 2.8);
  background: #f2f2f2;
}
.sub_list042 .bottom_box {
  padding: 0 0 0 0;
}
.sub_list042 .title {
  margin: 8px 0 4px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.sub_list042 .info {
  color: #999;
  line-height: 26px;
  text-align: center;
}

.sub_article043 .title {
  font-weight: bold;
  text-align: center;
  padding: 42px 0 52px;
  line-height: 36px;
}
.sub_article043 .article {
  line-height: 26px;
}
.sub_article043 .Annex {
  margin: 72px 0 27px;
  padding: 10px 0;
}

.sub_list0711 ul {
  margin: 0 -20px 20px;
  padding: 13px 0 0;
}
.sub_list0711 li {
  width: 50%;
}
.sub_list0711 a {
  margin: 0 20px 20px;
}
.sub_list0711 .img {
  padding-bottom: calc(276% / 4.45);
  background: #e6e6e6;
}
.sub_list0711 .bottom_box {
  padding: 14px 23px 23px 19px;
  border: 1px solid #e6e6e6;
  border-top: 0;
}
.sub_list0711 .title {
  margin: 10px 0 0;
  height: 56px;
  line-height: 28px;
  text-align: justify;
}
.sub_list0711 .time {
  color: #999;
  padding: 0 0 0 27px;
  background: url(../images/sub07_1_time.png) left center no-repeat;
  font-family: arial;
  line-height: 20px;
}

.sub_list0712 ul {
  margin: 0 0 20px;
}
.sub_list0712 li {
  width: 100%;
}
.sub_list0712 a {
  margin: 0 0 28px;
  border: 1px solid #ededed;
  overflow: hidden;
}
.sub_list0712 .left {
  width: 270px;
  float: left;
}
.sub_list0712 .right {
  margin: 0 0 0 270px;
  padding: 20px 20px 0 18px;
}
.sub_list0712 .img {
  padding-bottom: calc(170% / 2.7);
  background: #e6e6e6;
}
.sub_list0712 .title {
  margin: 0 0 13px;
  max-height: 26px;
  line-height: 26px;
}
.sub_list0712 .info {
  margin: 0 0 23px;
  color: #999;
  height: 44px;
  line-height: 22px;
}
.sub_list0712 .time {
  color: #999;
  padding: 0 0 0 27px;
  background: url(../images/sub07_1_time2.png) left center no-repeat;
  line-height: 20px;
  font-family: arial;
}

.sub_list072 ul {
  margin: 0 -15px 20px;
}
.sub_list072 a {
  margin: 0 15px 30px;
}
.sub_list0711 .img {
  position: relative;
}
.sub_list0711 .img::after {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  background: url(../images/sub07_2_video.png) center no-repeat;
}
.sub_list072 .bottom_box {
  padding: 14px 23px 18px 19px;
}
.sub_list072 .title {
  margin: 10px 0 0;
  height: 28px;
}

.sub_list073 ul {
  padding: 12px 0 21px;
}
.sub_list073 li {
  width: 100%;
}
.sub_list073 a {
  margin: 0 0 30px;
  padding: 13px 15px;
  border: 1px solid #f2f2f2;
  border-left: 5px solid #e2e2e2;
}
.sub_list073 .time {
  color: #999;
  padding: 0 0 0 27px;
  background: url(../images/sub07_1_time2.png) left center no-repeat;
  line-height: 20px;
  font-family: arial;
}
.sub_list073 .title {
  margin: 6px 0 0;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  color: #333;
}

.sub_list074 ul {
  padding: 12px 0 21px;
}
.sub_list074 li {
  width: 100%;
}
.sub_list074 a {
  margin: 0 0 30px;
  padding: 14px 18px 12px 15px;
  border: 1px solid #f2f2f2;
  border-left: 5px solid #e2e2e2;
}
.sub_list074 .time {
  float: right;
  color: #999;
  line-height: 24px;
  font-family: arial;
}
.sub_list074 .tip {
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #d9534f;
  padding: 0 8px;
  line-height: 24px;
}
.sub_list074 .title {
  margin: 12px 0 0;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  color: #333;
}

.sub_list075 ul {
  padding: 12px 0 21px;
}
.sub_list075 li {
  width: 100%;
}
.sub_list075 a {
  margin: 0 0 30px;
  padding: 14px 0 18px;
  border: 1px solid #f2f2f2;
  border-left: 5px solid #e2e2e2;
}
.sub_list075 .left {
  width: 80px;
  float: left;
  position: relative;
}
.sub_list075 .left::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #e6e6e6;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sub_list075 .time {
  text-align: center;
  font-family: arial;
  position: relative;
}
.sub_list075 .day {
  color: #333;
  margin: 0 0 0 0;
  line-height: 40px;
}
.sub_list075 .month {
  color: #999;
  margin: 0 0 0 0;
}
.sub_list075 .right {
  margin: 0 70px 0 94px;
  position: relative;
  text-align: justify;
}
.sub_list075 .title {
  margin: 4px 0 10px;
  max-height: 26px;
  line-height: 26px;
  color: #333;
  white-space: nowrap;
}
.sub_list075 .info {
  margin: 0 0 0;
  color: #999;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
}

.sub_list076 ul {
  margin: 0 -24px 0;
  padding: 17px 0 7px;
}
.sub_list076 li {
  width: 33.3%;
}
.sub_list076 a {
  margin: 0 24px 58px;
}
.sub_list076 .top_box {
  padding: 11px 17px 20px 20px;
  background: #fff;
  box-shadow: 0 5px 15px 1.2px rgba(0, 0, 0, 0.05);
  border: 1px solid #f5f5f5;
  border-bottom: 0;
}
.sub_list076 .tip {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 7px 0;
  line-height: 26px;
  border-radius: 3px;
  color: #fff;
}
.sub_list076 .tip.color1 {
  background: #f0ad4e;
}
.sub_list076 .tip.color2 {
  background: #d9534f;
}
.sub_list076 .tip.color3 {
  background: #428bca;
}
.sub_list076 .time {
  float: right;
  padding: 5px 0 5px 28px;
  font-family: arial;
  color: #999;
  background: url(../images/mode01_time2.png) left center no-repeat;
}
.sub_list076 .title {
  margin: 13px 0 0;
  max-height: 72px;
  line-height: 24px;
}
.sub_list076 .bottom_box {
  padding: 0 0 0 0;
  position: relative;
}
.sub_list076 .bottom_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background: url(../images/mode03_bg.png) left top no-repeat;
  margin: 0 0 3px;
}
.sub_list076 .left {
  width: 120px;
}
.sub_list076 .right {
  margin: 0 0 0 134px;
  padding: 13px 0 0 0;
  text-align: justify;
}
.sub_list076 .img {
  padding-bottom: 100%;
  border-radius: 50%;
}
.sub_list076 .info {
  margin: 0 0 0;
  color: #999;
  height: 88px;
  line-height: 22px;
}

.sub_list09 ul {
  margin: 50px -22px 64px;
}
.sub_list09 li {
  width: 33.3%;
}
.sub_list09 a {
  margin: 0 22px 66px;
}
.sub_list09 .img {
  padding-bottom: calc(204% / 3.7);
  background: #efefef;
}
.sub_list09 .title {
  margin: 16px 0 0;
  height: 24px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .sub_list013 a,
  .sub_list02 a,
  .sub_list042 a,
  .sub_list0711 a,
  .sub_list0712 a,
  .sub_list073 a,
  .sub_list074 a,
  .sub_list075 a {
    transform: translateY(0);
    transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
  }
  .sub_list0711 a:hover .bottom_box,
  .sub_list0712 a:hover {
    border-color: #fff;
  }
  .sub_list073 a:hover,
  .sub_list074 a:hover,
  .sub_list075 a:hover {
    border-color: #fff;
    border-left: 5px solid #e2e2e2;
  }

  .sub_list013 a:hover,
  .sub_list02 a:hover,
  .sub_list042 a:hover {
    transform: translateY(-10px);
  }
  .sub_list0711 a:hover,
  .sub_list0712 a:hover,
  .sub_list073 a:hover,
  .sub_list074 a:hover,
  .sub_list075 a:hover {
    box-shadow: 0 5px 20px 2px rgba(182, 43, 43, 0.1);
  }
}

@media screen and (max-width: 1024px) {
  .sub_banner {
  }
  .bread {
    margin: 0;
    right: 12px;
  }

  .sub_list02 li {
    width: 33.3%;
  }
}
@media screen and (max-width: 992px) {
  .wrap_content {
    padding-top: 10px;
  }
  .sub_banner {
    border: 0;
  }

  .sub_left {
    float: none;
    width: auto;
    margin: 0;
    text-align: center;
    padding: 0;
    background: #004387;
  }
  .sub_left.on {
  }
  .sub_left_title {
    line-height: 40px;
    padding: 15px 10px;
  }
  .sub_left_title::before {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    background: url(../images/sub_menu_arrow.png) center no-repeat;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
  }
  .sub_left_title::after {
    display: none;
  }
  .sub_left_title.on::after {
    display: block;
  }
  .sub_menu {
    display: none;
    margin: 0 6px;
  }
  .sub_menu li > a {
    line-height: 30px;
    padding: 9px 30px 11px;
  }
  .sub_menu::after {
    height: 0px;
  }
  .second_menu > li > a {
    padding: 0 30px;
    line-height: 24px;
  }

  .sub_right {
    margin: 0 0 20px;
    padding: 10px 0 0 0;
  }
  .sub_right .page_content {
    padding: 10px 0 20px;
  }
  .bread {
    bottom: 12px;
  }

  .sub_article012 {
    padding: 16px 0;
  }
  .sub_list012 li {
    padding: 0 0 30px 35px;
  }
  .sub_list012 .title {
    margin: 0 0 6px;
  }

  .sub_list013 .top_box {
    padding: 0 0 12px;
    max-width: 160px;
    width: 100%;
  }

  .sub_list02 a {
    margin: 0 15px 20px;
  }

  .sub_list042 li {
    width: 50%;
  }
  .sub_list042 a {
    margin: 0 22.5px 30px;
  }

  .sub_list075 .right {
    margin: 0 20px 0 94px;
  }

  .sub_list076 li,
  .sub_list09 li {
    width: 50%;
  }

  .sub_article043 .title {
    padding: 24px 0;
    line-height: 1.5;
  }
  .annexList li {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .pageArticle {
    margin: 0;
  }
  .share .bdsharebuttonbox > span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sub_left_title {
    padding: 5px 10px;
  }
  .sub_right .page_content {
    padding: 6px 0 20px;
  }
  .sub_menu dl a {
    line-height: 30px;
  }

  .sub_article012 {
    padding: 0 0 10px;
  }

  .sub_list013 li {
    width: 100%;
  }

  .sub_list013 li.first a,
  .sub_list013 a {
    margin-bottom: 40px;
  }
  .sub_list013 li.first .left {
    float: none;
    padding: 0 0 12px;
  }
  .sub_list013 li.first .right {
    margin: 0;
    padding: 0;
  }
  .sub_list013 li.first .title,
  .sub_list013 li.first .tip {
    display: block;
  }
  .sub_list013 li.first .tip {
    line-height: 24px;
  }
  .sub_list013 li.first .title {
    margin: 0 0 2px;
  }

  .sub_list02 li {
    width: 50%;
  }

  .sub_list042 ul {
    margin: 0 -10px 10px;
  }
  .sub_list042 a {
    margin: 0 10px 20px;
  }
  .sub_list042 .title,
  .sub_list042 .info {
    line-height: 1.5;
    margin-bottom: 0;
  }

  .sub_list0711 ul {
    margin-bottom: 0;
  }
  .sub_list0711 li {
    width: 100%;
  }
  .sub_list0712 .left {
    width: auto;
    float: none;
  }
  .sub_list0712 .right {
    margin: 0;
    padding: 20px;
  }
  .sub_list0712 .title {
    max-height: initial;
  }
  .sub_list0712 .info {
    margin: 0 0 10px;
  }

  .sub_list073 .title,
  .sub_list074 .title,
  .sub_list075 .title {
    height: auto;
    white-space: normal;
    max-height: initial;
  }

  .sub_list076 a,
  .sub_list09 a {
    margin-bottom: 40px;
  }
  .sub_list076 li,
  .sub_list09 li {
    width: 100%;
  }

  .sub_list09 ul {
    margin: 36px -22px 0;
  }
}

@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
  .bread {
    float: none;
    text-align: right;
  }
  .page_title h3 {
  }
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 413px) {
}
@media screen and (max-width: 320px) {
}

.wrapArticle #vsb_content_2 P {
  line-height: 150%;
  text-indent: 2em;
  font-size: 16px;
}

.pb_sys_common li a{
  padding: 8px;
  font-size: 12px;
  border: 1px solid #ccc;
  margin: 0 5px;
}