.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.page_cat_title {
    padding-bottom: 8px;
    font-size:18px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(192,30,4,1);
    line-height:18px;
}
.page_cat_memo {
    padding: 16px 0;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(53,48,48,1);
    line-height:22px;
}
.info_title {
    font-size:24px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(53,48,48,1);
    line-height:42px;
    text-align: center;
}
.info_memo {
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(53,48,48,1);
    line-height:21px;
}
.info_auth {
    padding: 10px 0;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(148,140,140,1);
    line-height:14px;
    text-align: center;
}
.info_abstract {
    padding: 10px 0;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(99,94,94,1);
    line-height:21px;
}
.info_content {
    padding-bottom: 10px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(99,94,94,1);
    line-height:21px;
}
.info_attach {
    padding-top: 14px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(99,94,94,1);
    line-height:14px;
    display: flex;
    flex-direction: row;
}
.download_img {
    height: 14px;
    width: 14px;
}
.norm {
    font-weight:400;
    color:rgba(99,94,94,1);
}
.norm_down {
    font-weight:400;
    color:rgba(99,94,94,1);
    text-decoration: underline;
}
.hot {
    font-weight:bold;
    color:rgba(192,30,4,1);
}
.active {
    color:rgba(192,30,4,1);
}
.sep {
    height: 2px;
    width: 100%;
    background-color: rgba(247,246,246,1);
}
.sep10 {
    height: 10px;
    width: 100%;
    background-color: rgba(247,246,246,1);
}
.link_norm {color:rgba(53,48,48,1);}
.link_menu_norm {color:rgba(53,48,48,1);}
.link_bold {font-weight: bold;color:rgba(53,48,48,1);}
.link_400 {font-weight: 400;color:rgba(53,48,48,1);}
.link_gray {color:rgba(201,198,198,1);}
.link_more {color:rgba(148,140,140,1);line-height: 40px;}
.link_subitem {color:rgba(148,140,140,1);}
.link_white {color:#FFF;}
.link_norm:hover {
    color: rgba(192,30,4,1);
}
.link_more:hover {
    color: rgba(192,30,4,1);
}
.link_subitem:hover {
    color: rgba(192,30,4,1);
}

a:-webkit-any-link {
}
a,a:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    outline: none;
}
.ft14 {
    font-size:14px;
}
.ft18 {
    font-size:18px;
}
.ff {
  display: flex;
  flex-flow: row wrap;
}
.flex-c {
    display: flex;
    flex-direction: column;
}
.flex-r {
    display: flex;
    flex-direction: row;
}
.bb {
  border-bottom: 1px solid rgba(247,246,246,1);
}
.bt {
  border-top: 1px solid rgba(247,246,246,1);
}
.br {
  border-right: 1px solid rgba(247,246,246,1);
}
.fb {
  font-weight: bold;
}
.fl {
  font-weight: 500;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.pdt15 {
    padding-top: 15px;
}
.pdt20 {
    padding-top: 20px;
}
.pdt25 {
    padding-top: 25px;
}
.pdt30 {
    padding-top: 30px;
}
.pdt0 {
    padding-top: 0;
}
.pdb10 {
    padding-bottom: 10px;
}
.pdb20 {
    padding-bottom: 20px;
}
.tleft {
    text-align: left;
}
.tcenter {
    text-align: center;
}
#banner_id {
    width: 1920px;
}
.content_center {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}