* {
  box-sizing: border-box;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
th,
td,
dl,
dd,
form,
fieldset,
legend,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}

a {
  transition: 0.6s;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

body {
  min-width: 320px;
  background: #F0F4F5;
  color: #444;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 1px;
  position: relative;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

mark {
  background-color: inherit;
}

ol,
dl,
dt,
dd,
ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

em {
  font-style: normal;
}

img {
  border: 0;
  display: block;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

html::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 4px;
  min-height: 28px;
}

html::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

html::-webkit-scrollbar-thumb:active {
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

html::-webkit-scrollbar-corner {
  background: #82AFFF;
}

html::-webkit-scrollbar-button {
  height: 0;
  width: 0;
  display: none;
}

.word_content {
  color: #4a4a4a;
}

.word_content img {
  max-width: 100%;
  width: 500px;
  height: auto !important;
}

.word_content p {
  font-size: 16px;
  color: #4a4a4a;
}

.word_content span {
  font-size: 16px;
  color: #4a4a4a;
}

.word_content a {
  color: #5698DA;
  word-break: break-all;
}

.word_content .row {
  padding: 5% 0;
}

.word_content .row p {
  text-align: center;
  font-size: 16px;
  line-height: 160%;
}

.clearfix::after {
  display: block;
  overflow: hidden;
  clear: both;
  width: 0;
  height: 0;
  content: "";
}

.center {
  width: 1200px;
  margin: 0 auto;
}

.pub_header {
  background: rgba(0, 0, 0, 0.7);
}

.pub_header .center {
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pub_header .center .t_logo {
  display: block;
}

.pub_header .center .t_logo img {
  height: 50px;
}

.pub_header .nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pub_header .nav:after {
  clear: both;
  display: block;
  content: "";
}

.pub_header .nav li {
  float: left;
  margin-right: 46px;
  position: relative;
}

.pub_header .nav li:last-child {
  margin-right: 0;
}

.pub_header .nav li a {
  text-transform: uppercase;
  position: relative;
  text-align: center;
  top: 0;
  transition: 0.6s;
  font-size: 16px;
  display: block;
  color: #fff;
}

.pub_header .nav li em {
  display: block;
  overflow: hidden;
}

.pub_header .nav li a:hover {
  /* color: #F36B9F; */
}

.pub_header .nav li .holder {
  display: none;
  padding-top: 13px;
  position: absolute;
  top: 27px;
  left: 0;
}

.pub_header .nav li:hover .holder {
  display: block;
}

.pub_header .nav li .holder dl {
  width: 280px;
  background: #000000;
  color: #fff;
  padding: 10px 10px;
}

.pub_header .nav li .holder dl dd a {
  display: block;
  padding: 0 8px;
  font-size: 15px;
  text-align: left;
  text-transform: capitalize;
}

.pub_header .nav li .holder dl dd a:hover {
  background: #656565;
}

.pub_header .nav li .holder dl .qrc {
  margin-top: 10px;
}

.pub_header .nav_btn {
  /* background: #F36B9F; */
  display: none;
  transition: 0.6s;
  z-index: 9999999;
  padding: 4px;
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.pub_header .nav_btn span {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  background: #fff;
  transition: 0.2s ease;
}

.pub_header .nav_btn span:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 22px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  transition: transform 0.2s ease, top 0.2s ease;
}

.pub_header .nav_btn span:after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 22px;
  height: 2px;
  content: "";
  border-radius: 3px;
  background: #fff;
  transition: transform 0.2s ease, top 0.2s ease;
}

.pub_header .nav_btn_open span {
  width: 0;
  background: #fff;
}

.pub_header .nav_btn_open span:before {
  top: 0;
  transform: rotate(45deg);
  background: #00B7BD;
}

.pub_header .nav_btn_open span:after {
  top: 0;
  transform: rotate(-45deg);
  background: #00B7BD;
}

.pub_header .menu_logo {
  padding-top: 50px;
  background: #fff;
}

.pub_header .menu_logo img {
  height: 60px;
  margin: 0 auto;
  padding: 12px 0;
}

.pub_header .nav_btn_open {
  background: transparent;
}

.pub_header .mobile-nav-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transform-origin: 0;
  transition: 0.4s ease;
}

.pub_header .mobile-nav-box .search-btn {
  z-index: 99999999;
  position: relative;
  width: 250px;
  box-sizing: border-box;
  padding: 5px 20px;
  background: #333;
  line-height: 49px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.pub_header .mobile-nav-box .search-btn img {
  max-width: 100%;
  padding: 10px 0;
  height: 38px;
  margin: 0 auto;
}

.pub_header .mobile-nav-box .search-btn i {
  margin-left: 10px;
}

.pub_header .mobile-nav-box .bg {
  overflow: hidden;
  transition: 0.6s;
  width: 0;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}

.pub_header .mobile-nav-box .mobile-menu-nav {
  z-index: 99999999;
  position: relative;
  overflow-y: scroll;
  height: 100%;
  background: #fff;
  width: 100%;
  padding: 8% 10%;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6 {
  text-align: left;
  position: relative;
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  padding: 0 20px 0 40px;
  margin: 0;
  font-size: 16px;
  color: #505050;
  font-weight: normal;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6.chose {
  color: #1b1b1b;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6.chose:before {
  background: #00B7BD;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6.active {
  color: #1b1b1b;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6 i {
  float: right;
  margin-top: 18px;
  font-size: 18px;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6 a {
  display: block;
  text-align: left;
  color: #666;
  height: 100%;
  padding: 4px 0;
  text-transform: capitalize;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6 a em {
  display: block;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6 a p {
  font-size: 14px;
  line-height: 140%;
  color: #000;
  margin-top: 10px;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: 1px solid #00B7BD;
  border-radius: 50%;
  transition: 0.3s;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6:hover {
  color: #1b1b1b;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li h6:hover:before {
  /* background: #F36B9F; */
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav {
  display: none;
  margin-bottom: 0;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd {
  border-top: 1px solid #f2f2f2;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd a {
  height: 100%;
  text-align: left;
  display: block;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  padding: 4px 10px 4px 45px;
  font-size: 16px;
  color: #505050;
  letter-spacing: 1px;
  cursor: pointer;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd a:hover {
  color: #BDA35F;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd a i {
  display: none;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd a em {
  display: block;
  font-size: 12px;
  line-height: 140%;
}

.pub_header .mobile-nav-box .mobile-menu-nav ul li .mobile-second-nav dd a p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 140%;
  color: #000;
}

.pub_header .mobile-nav-box-show {
  transform: translateX(0);
}

.pub_header .mobile-nav-box-show .bg {
  width: 100%;
}

.pub_footer {
  background: #fff;
  padding: 10px 0;
}

.pub_footer p {
  text-align: center;
}

.home .title {
  margin-bottom: 20px;
}

.home .index_top {
  display: flex;
  margin: 0 auto 40px auto;
}

.home .index_top .image {
  width: 40%;
  position: relative;
  margin-right: 4%;
  padding: 30% 0;
  flex-shrink: 0;
}

.home .index_top .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .index_top .summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
}

.home .index_top .summary .title {
  line-height: 140%;
}

.home .index_top .summary p {}

.pub_main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.news_ul {
  margin-bottom: 10px;
}

.news_ul:after {
  clear: both;
  display: block;
  content: "";
}

.news_ul li {
  float: left;
  background: #fff;
  padding: 10px 10px;
  border-radius: 6px;
  box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
}

.news_ul li a {
  display: block;
}

.news_ul li a .image {
  position: relative;
  padding: 34% 0;
  margin-bottom: 10px;
}

.news_ul li a .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.news_ul li a .summary {}

.news_ul li a .summary .title {
  height: 50px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 160%;
  overflow: hidden;
}

.news_ul li a .summary p {
  font-size: 14px;
  height: 55px;
  overflow: hidden;
  color: #6a6a6a;
}

.news_ul li a .summary time {
  color: #6a6a6a;
}

.pub_panel {}

.newsview_page {
  margin-top: 30px;
}

.newsview_page p {
  margin-bottom: 6px;
}

.newsview_page p:last-child {
  margin-bottom: 0;
}

.newsview {
  display: flex;
  align-items: start;
}

.news {
  display: flex;
}

.news .article {
  width: 100%;
}

.newsview .article {
  width: 100%;
  padding: 20px 20px;
  background: #fff;
  border-radius: 10px;
}

.newsview .author-info {
  margin-top: 20px;
  padding: 20px 20px;
  background: #fff;
  border-radius: 10px;
  display: flex;
}

.newsview .author-info .face {
  width: 100px;
  height: 100px;
  background: #ccc;
  border-radius: 50%;
  border: 3px solid #ffecf6;
  margin-right: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.newsview .author-info .face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsview .author-info .content {
  width: 100%;
}

.pub_aside {
  width: 400px;
  flex-shrink: 0;
  margin-left: 20px;
}


.aside_ul {
  display: block;
}

.aside_ul li {
  display: block;
  margin-bottom: 14px;
  background: #fff;
  padding: 10px;
}

.aside_ul li:last-child {
  margin-bottom: 0;
}

.aside_ul li a {
  display: flex;
  width: 100%;
}

.aside_ul li a .image {
  position: relative;
  width: 140px;
  padding: 13% 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.aside_ul li a .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aside_ul li a .summary {
  width: 100%;
}

.aside_ul li a .summary .title {
  font-size: 16px;
}

.aside_ul li a .summary p {
  font-size: 14px;
  color: #b6b6b6;
  overflow: hidden;
  height: 46px;
  line-height: 160%;
}

.pagination {
  margin-top: 30px;
  text-align: center;
}

.news h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.newsview .title {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
}

.newsview .btn_group {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.word_content iframe {
  max-width: 100%;
  width: 500px;
  height: 300px;
  display: block;
}

.word_content h2 {
  font-weight: bold !important;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  line-height: 100% !important;
  padding-left: 8px !important;
  border-left: 4px solid #ffcbe5 !important;
}

.word_content h3 {
  font-weight: bold !important;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
  line-height: 100% !important;
  padding-left: 8px !important;
  border-left: 4px solid #ffcbe5 !important;
}

.word_content .menu {
  width: 350px;
  max-width: 100%;
  background: #751203;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}

.word_content .menu .toc_title {
  color: #fff;
  font-size: 20px;
}

.word_content .menu .sub_title {
  color: #fff;
}

.word_content .menu .sub_title a {
  color: #fff;
}

.word_content .menu .sub_title a:hover {
  text-decoration: underline !important;
}

.word_content table {
  border: 1px solid #000 !important;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.word_content table th {
  padding: 5px 10px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

.word_content table td {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  padding: 5px 10px;
}

.pagination {}

.pagination .page-item {
  padding: 0 10px;
  background: #ccc;
  display: inline-block;
}

.pagination .page-num {
  padding: 0 10px;
  background: #ccc;
  margin: 0 5px;
  display: inline-block;
}

.pagination .page-num-current {
  background: #a3a3ff;
  color: #fff;
}

.pagination .page-num:last-child {
  margin-right: 0;
}

.newsview .word_content ul {
  margin-left: 15px !important;
  padding: 10px 10px !important;
}

.newsview .word_content ul li {
  list-style: decimal !important;
}

.newsview .word_content ul li strong {
  color: red;
}

.newsview .word_content ol {
  margin-left: 15px !important;
  padding: 10px 10px !important;
}

.newsview .word_content ol li {
  list-style: decimal !important;
  text-decoration: underline !important;
}

.newsview .word_content ol li strong {
  color: #9c3e00;
}

.newsview .word_content strong {
  color: #ff6f00;
}

.newsview .word_content em {
  color: #a400ff;
}

.newsview .word_content strong em {
  font-size: 16px;
  color: #00d02a;
}

.newsview .word_content p {
  margin-bottom: 10px;
}


.newsview .word_content {}

.newsview .word_content .question {
  background: #ec59aa;
  color: #fff;
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 5px;
}

.newsview .word_content .question:before {
  content: "Q：";
}

.newsview .word_content .answer {
  font-size: 14px;
  margin: 10px 0 20px 0;
  padding: 6px 10px;
  background: #ffecf6;
  border-radius: 5px;
  font-size: 16px;
}

.newsview .word_content .answer:before {
  content: "A：";
}

@media only screen and (min-width: 1024px) {
  .news_ul li {
    width: 24.25%;
    margin-right: 1%;
    margin-top: 4%;
  }

  .news_ul li:nth-of-type(4n) {
    margin-right: 0;
  }

  .news_ul li:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .pub_header .nav {
    display: none;
  }

  .pub_main {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .home .index_top {
    display: block;
    margin-bottom: 20px;
  }

  .home .index_top .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .home .index_top .summary {
    width: 100%;
  }

  .home .index_top .summary .title {
    font-size: 20px;
  }

  .center {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .newsview {
    display: block;
  }

  .news {
    display: block;
  }

  .news .article {
    margin-bottom: 10px;
  }

  .newsview .article {
    margin-bottom: 20px;
  }

  .pub_aside {
    margin-left: 0;
    width: 100%;
  }

  .newsview .title {
    font-size: 18px;
  }

  .pub_header .nav_btn {
    display: block;
    margin-right: 2%;
  }

  .pub_panel {
    padding: 12px 12px;
  }

  .newsivew .btn_group {
    font-size: 14px;
  }

  .newsview .word_content h2 {
    font-size: 16px;
    font-weight: bold;
  }

  .newsview .word_content p {
    font-size: 16px;
  }

  .news_ul li {
    width: 100%;
    margin-top: 4%;
  }

  .news_ul li:nth-of-type(3n) {
    margin-right: 0;
  }

  /* .news_ul li:nth-child(-n+3) {
    margin-top: 0;
  } */
}