@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  min-width: 1260px;
}
body {
  font-size: 14px;
  color: #333333;
  font-family: "微软雅黑";
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #333333;
}
img {
  max-width: 100%;
  border: 0;
}
.text-overflow,
.comp__slide-text-item.active,
.app__layout-footer .code p,
.index__slide-right dt .title,
.index__slide-right dd .text,
.index__article-list .thumb-item p,
.index__article-list dd,
.index__side-article dd {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix,
.container,
.row,
.row [class*='col-'],
.comp__slide-wrapper,
.comp__slide-button,
.comp__slide-pagination,
.head__top-wrapper .hover-show-dialog,
.head__nav-wrapper .nav,
.index__slide-wrapper .swiper-pagination,
.index__slide-right .tab-title,
.index__side-article dt,
.index__side-article .code,
.index__topic .topic-slide-wrapper,
.list__article-pagination ul,
.show__article-header .tools,
.show__article-header .tools .layout-left,
.show__article-header .tools .layout-right {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.row [class*='col-']:before,
.row [class*='col-']:after,
.comp__slide-wrapper:before,
.comp__slide-wrapper:after,
.comp__slide-button:before,
.comp__slide-button:after,
.comp__slide-pagination:before,
.comp__slide-pagination:after,
.head__top-wrapper .hover-show-dialog:before,
.head__top-wrapper .hover-show-dialog:after,
.head__nav-wrapper .nav:before,
.head__nav-wrapper .nav:after,
.index__slide-wrapper .swiper-pagination:before,
.index__slide-wrapper .swiper-pagination:after,
.index__slide-right .tab-title:before,
.index__slide-right .tab-title:after,
.index__side-article dt:before,
.index__side-article dt:after,
.index__side-article .code:before,
.index__side-article .code:after,
.index__topic .topic-slide-wrapper:before,
.index__topic .topic-slide-wrapper:after,
.list__article-pagination ul:before,
.list__article-pagination ul:after,
.show__article-header .tools:before,
.show__article-header .tools:after,
.show__article-header .tools .layout-left:before,
.show__article-header .tools .layout-left:after,
.show__article-header .tools .layout-right:before,
.show__article-header .tools .layout-right:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
}
.clearfix:after,
.container:after,
.row:after,
.row [class*='col-']:after,
.comp__slide-wrapper:after,
.comp__slide-button:after,
.comp__slide-pagination:after,
.head__top-wrapper .hover-show-dialog:after,
.head__nav-wrapper .nav:after,
.index__slide-wrapper .swiper-pagination:after,
.index__slide-right .tab-title:after,
.index__side-article dt:after,
.index__side-article .code:after,
.index__topic .topic-slide-wrapper:after,
.list__article-pagination ul:after,
.show__article-header .tools:after,
.show__article-header .tools .layout-left:after,
.show__article-header .tools .layout-right:after {
  clear: both;
}
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.row [class*='col-'] {
  float: left;
}
.row .col-right {
  float: right;
}
.col-6 {
  width: 50%;
}
.col-8 {
  width: 66.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.row-space-lr-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-space-lr-15 > [class*='col-'] {
  padding-left: 15px;
  padding-right: 15px;
}
.row-space-lr-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row-space-lr-30 > [class*='col-'] {
  padding-left: 30px;
  padding-right: 30px;
}
.row-space-lr-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.row-space-lr-25 > [class*='col-'] {
  padding-left: 25px;
  padding-right: 25px;
}
.app__layout-header,
.app__layout-container,
.app__layout-links,
.app__layout-footer {
  position: relative;
}
.app__layout-header {
  z-index: 4;
}
.app__layout-links {
  z-index: 3;
}
.app__layout-container {
  z-index: 2;
}
.app__layout-footer {
  z-index: 1;
}
.comp__slide-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.comp__slide-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.comp__slide-item {
  float: left;
  height: 100%;
}
.comp__slide-text {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding-left: 15px;
  padding-right: 120px;
  height: 45px;
  line-height: 45px;
}
.comp__slide-text,
.comp__slide-text a {
  color: #ffffff !important;
}
.comp__slide-text-item {
  display: none;
  height: 45px;
  line-height: 45px;
}
.comp__slide-text-item,
.comp__slide-text-item a {
  color: #ffffff;
}
.comp__slide-text-item.active {
  display: block;
}
.comp__slide-button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  z-index: 3;
}
.comp__slide-prev,
.comp__slide-pagination,
.comp__slide-next {
  float: left;
}
.comp__slide-prev img,
.comp__slide-pagination img,
.comp__slide-next img {
  width: 100%;
  height: 100%;
  display: block;
}
.comp__slide-prev,
.comp__slide-next {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 3px;
  cursor: pointer;
}
.comp__slide-pagination span {
  float: left;
  display: block;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 3px 3px 0;
  cursor: pointer;
}
.comp__banner-picture {
  display: block;
  width: 100%;
  margin: 30px 0;
}
.comp__banner-picture img {
  display: block;
  object-fit: cover;
}
.hide {
  display: none;
}
.head__top-wrapper {
  height: 50px;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 3;
}
.head__top-wrapper,
.head__top-wrapper a {
  color: #5f5c5c;
}
.head__top-wrapper .color-red {
  color: #e70b0b;
}
.head__top-wrapper .col-left span {
  display: block;
  float: left;
  margin-right: 8px;
}
.head__top-wrapper .col-right > li {
  position: relative;
  float: left;
}
.head__top-wrapper .col-right > li:hover .dialog {
  display: block;
}
.head__top-wrapper .col-right .space {
  margin: 0 5px;
}
.head__top-wrapper .col-right .dialog {
  display: none;
  width: 100px;
  height: 100px;
  border: 1px solid #f4f4f4;
  padding: 4px;
  position: absolute;
  left: -6px;
  top: 35px;
  background-color: #ffffff;
}
.head__top-wrapper .col-right .dialog img {
  width: 100%;
  height: 100%;
}
.head__top-wrapper .hover-show-dialog img {
  margin-right: 5px;
  margin-left: 2px;
  margin-top: 3px;
}
.head__top-wrapper .hover-show-dialog img,
.head__top-wrapper .hover-show-dialog span {
  display: block;
  float: left;
}
.head__img-wrapper {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
.head__img-wrapper .col-left {
  width: 160px;
}
.head__img-wrapper .col-right {
  padding-left: 25px;
  width: 1040px;
}
.head__img-wrapper img {
  display: block;
  object-fit: cover;
}
.head__img-wrapper .fade-slide-wrapper,
.head__img-wrapper .fade-slide-wrapper img {
  width: 1015px;
  height: 95px;
}
.head__img-wrapper .brand {
  display: block;
  padding: 10px 0;
}
.head__img-wrapper .brand img {
  width: 160px;
  height: 75px;
}
.head__nav-wrapper {
  background-color: #e7183f;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.head__nav-wrapper,
.head__nav-wrapper a {
  color: #ffffff;
}
.head__nav-wrapper .nav {
  width: 100%;
  padding: 10px 0;
}
.head__nav-wrapper .nav > li {
  display: block;
  float: left;
  position: relative;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  padding: 0 20px;
}
.head__nav-wrapper .nav > li:last-child span {
  display: none;
}
.head__nav-wrapper .nav a {
  display: inline-block;
  height: 20px;
  overflow: hidden;
}
.head__nav-wrapper .nav a.justify {
  text-align: justify;
}
.head__nav-wrapper .nav a.justify span {
  display: inline-block;
  padding-left: 100%;
}
.head__nav-wrapper .nav .after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.app__layout-links {
  background-color: #f2f2f2;
  margin-top: 30px;
  padding: 15px 0;
}
.app__layout-links .container {
  padding-right: 25px;
  padding-left: 225px;
  position: relative;
}
.app__layout-links .container .left-title {
  position: absolute;
  left: 25px;
  top: 0;
  line-height: 30px;
  font-size: 18px;
  color: #e7183f;
}
.link__select-wrapper {
  position: relative;
  min-height: 30px;
  background-color: #ffffff;
}
.link__select-wrapper .link-type {
  width: 100%;
  height: 30px;
  line-height: 28px;
  border: 1px solid #d6d6d6;
  padding-left: 10px;
  padding-right: 28px;
  cursor: pointer;
  color: #e7183f;
  position: relative;
}
.link__select-wrapper .link-type .text {
  display: block;
  text-align: center;
}
.link__select-wrapper .link-type .caret {
  position: absolute;
  top: 9px;
  right: 10px;
}
.link__select-wrapper .link-type .caret .after,
.link__select-wrapper .link-type .caret .before {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin: 1px 0;
}
.link__select-wrapper .link-type .caret .after {
  border-top: 3px solid #e7183f;
}
.link__select-wrapper .link-type .caret .before {
  border-bottom: 3px solid #e7183f;
}
.link__select-wrapper .link-options {
  display: none;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  max-height: 166px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  overflow: auto;
}
.link__select-wrapper .link-options.show {
  display: block;
}
.link__select-wrapper .link-options li {
  line-height: 26px;
}
.link__select-wrapper .link-options li a {
  padding: 0 10px;
  display: block;
}
.app__layout-footer {
  background-color: #2d2d2d;
  line-height: 20px;
  padding: 15px 0;
}
.app__layout-footer p {
  margin: 10px 0;
}
.app__layout-footer,
.app__layout-footer a {
  color: #e7e6e6;
}
.app__layout-footer .col-right .col-left {
  margin-left: 20px;
}
.app__layout-footer .code {
  line-height: 1;
}
.app__layout-footer .code img {
  height: 55px;
  display: block;
  margin-top: 25px;
}
.app__layout-footer .code p {
  margin: 0;
  text-align: center;
  line-height: 1;
  color: #d1d0d0;
  font-size: 12px;
}
.app__layout-footer .link {
  position: relative;
}
.app__layout-footer .link .vertical-bottom {
  display: block;
  height: 55px;
  line-height: 55px;
  margin-top: 25px;
}
.app__layout-footer .link .vertical-bottom img {
  display: inline-block;
  vertical-align: middle;
}
.index__header {
  position: relative;
  padding-left: 68px;
  padding-right: 68px;
  margin: 30px 0;
  min-height: 68px;
}
.index__header .icon-left {
  left: 0;
}
.index__header .icon-right {
  right: 0;
}
.index__header .fixed-icon {
  position: absolute;
  width: 68px;
  height: 68px;
  top: 0;
}
.index__header .fixed-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index__header .text-center {
  text-align: center;
  padding: 0 15px;
}
.index__header .text-center .title {
  font-size: 36px;
  line-height: 36px;
  color: #0059b2;
  font-weight: bold;
}
.index__header .text-center .description {
  margin-top: 18px;
  line-height: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index__header .text-center .description,
.index__header .text-center .description a {
  color: #e7183f;
}
.index__header .text-center .description a,
.index__header .text-center .description span {
  line-height: 14px;
}
.index__header .text-center .gutter {
  margin-left: 5px;
  margin-right: 5px;
}
.index__slide-wrapper {
  height: 380px;
  overflow: hidden;
}
.index__slide-wrapper .swiper-slide {
  position: relative;
  height: 380px!important;
}
.index__slide-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index__slide-wrapper .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 2;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index__slide-wrapper .swiper-slide .text,
.index__slide-wrapper .swiper-slide .text a {
  color: #ffffff;
}
.index__slide-wrapper .swiper-pagination {
  position: absolute;
  right: 0;
  top: 335px;
  z-index: 9;
  width: 100px;
  height: 45px;
  padding: 15px;
  text-align: right;
}
.index__slide-wrapper .swiper-pagination img {
  cursor: pointer;
}
.index__slide-wrapper .swiper-pagination > div {
  display: inline-block;
}
.index__slide-wrapper .swiper-pagination .pagination {
  height: 12px;
}
.index__slide-wrapper .swiper-pagination .swiper-pagination-switch {
  display: block;
  line-height: 12px;
  margin: 3px 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  float: left;
}
.index__slide-wrapper .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
  background-color: #5fb878;
}
.index__slide-right {
  padding-left: 30px;
}
.index__slide-right .tab-title {
  height: 30px;
  border-bottom: 2px solid #d2d1d1;
}
.index__slide-right .tab-title > li {
  float: left;
  width: 190px;
  line-height: 28px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.index__slide-right .tab-title > li.active {
  color: #e7183f;
  border-bottom: 2px solid #e7183f;
}
.index__slide-right .tab-content > li {
  display: none;
}
.index__slide-right .tab-content > li.active {
  display: block;
}
.index__slide-right dt {
  padding: 15px;
  border: 1px solid #f1efef;
  background-color: #fcfafa;
  margin-top: 15px;
}
.index__slide-right dt .title {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  margin-bottom: 13px;
}
.index__slide-right dt p {
  line-height: 1.5;
  height: 3em;
  display: block;
  overflow: hidden;
}
.index__slide-right dt p a {
  color: #0d27ad;
}
.index__slide-right dd {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
  overflow: hidden;
}
.index__slide-right dd .circle {
  position: absolute;
  top: 8px;
  left: 15px;
  width: 0;
  height: 0;
  border: 3px solid #333;
  border-radius: 50%;
}
.index__slide-right dd .circle   .text {
  padding-left: 36px;
}
.index__slide-right dd .text {
  font-size: 16px;
}
.index__slide-right dd .text.color-red,
.index__slide-right dd .text.color-red a {
  color: #bc2424;
}
.index__slide-right dd .img-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 15px;
  width: 72px;
}
.index__slide-right dd .img-icon img {
  display: block;
  width: 57px;
  height: 20px;
}
.index__slide-right dd .img-icon   .text {
  padding-left: 72px;
}
.index__slide-right iframe {
  display: block;
  border: none;
  width: 100%;
}
.index__article-list .title,
.index__article-list .circle,
.index__article-list .description {
  float: left;
}
.index__article-list .title {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #e7183f;
  padding-left: 11px;
}
.index__article-list .title,
.index__article-list .title a {
  color: #e7183f;
}
.index__article-list .circle {
  width: 0;
  height: 0;
  border: 2px solid #e7183f;
  border-radius: 50%;
  margin: 8px 8px 0;
}
.index__article-list .description {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}
.index__article-list .description,
.index__article-list .description a {
  color: #888888;
}
.index__article-list .more {
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
}
.index__article-list .more img {
  display: block;
  width: 100%;
  height: 100%;
}
.index__article-list .thumb-item {
  display: block;
  width: 100%;
  height: 240px;
  position: relative;
}
.index__article-list .thumb-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.index__article-list .thumb-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
  z-index: 2;
  font-size: 16px;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: -webkit-gradient(linear, top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#00000000, 0, endcolorstr=#cc000000, 0);
  /*ie<9>*/
  -ms-filter: "progid:dximagetransform.microsoft.gradient (gradienttype=0, startcolorstr=#00000000, endcolorstr=#cc000000)";
  /*ie8 */
}
.index__article-list .thumb-item p,
.index__article-list .thumb-item p a {
  color: #ffffff;
  display: block;
}
.index__article-list dd {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  margin-top: 10px;
}
.index__article-list dl {
  padding-top: 15px;
}
.index__side-article {
  margin-top: 30px;
}
.index__side-article:first-child {
  margin-top: 0;
}
.index__side-article dt {
  border-bottom: 2px solid #d6d6d6;
  height: 35px;
}
.index__side-article dt .title {
  display: block;
  float: left;
  line-height: 20px;
  height: 35px;
  border-bottom: 2px solid #d6d6d6;
  min-width: 120px;
  font-size: 18px;
  font-weight: bold;
  color: #e7183f;
}
.index__side-article dt .title.show-border {
  border-bottom-color: #e7183f;
}
.index__side-article dd {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  margin-top: 10px;
}
.index__side-article .code {
  margin-top: 15px;
}
.index__side-article .code img {
  display: block;
  float: left;
  width: 110px;
  height: 110px;
}
.index__side-article .code span {
  display: block;
  float: left;
  width: 1em;
  line-height: 1;
  margin-left: 10px;
  margin-top: 6px;
}
.index__side-article .site-link {
  width: 100%;
  margin-top: 30px;
}
.index__side-article .site-link img {
  display: block;
  width: 100%;
}
.index__topic {
  margin-bottom: 30px;
}
.index__topic .topic-header {
  height: 35px;
  line-height: 20px;
  border-bottom: 2px solid #d6d6d6;
  color: #e7183f;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index__topic .topic-slide-container {
  width: 100%;
  position: relative;
  height: 165px;
  overflow: hidden;
}
.index__topic .topic-slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 165px;
}
.index__topic .topic-slide-item {
  float: left;
  height: 165px;
  overflow: hidden;
}
.index__topic .topic-slide-prev,
.index__topic .topic-slide-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  cursor: pointer;
}
.index__topic .topic-slide-prev {
  left: 0;
}
.index__topic .topic-slide-next {
  right: 0;
}
.index__topic .topic-item {
  display: block;
  width: 100%;
  height: 165px;
  position: relative;
  overflow: hidden;
}
.index__topic .topic-item img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 165px;
  object-fit: cover;
}
.index__topic .topic-item p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  line-height: 1.3;
  width: 100%;
  text-align: center;
}
.index__topic .topic-item p,
.index__topic .topic-item p a {
  display: block;
  color: #ffffff;
}
.index__picture-book .fl {
  float: left;
  width: 200px;
  height: 272px;
  padding: 5px;
}
.index__picture-book .fl,
.index__picture-book .fl img {
  border: 1px solid #f0a144;
}
.index__picture-book .fl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index__picture-book .fr {
  float: right;
  width: 986px;
  padding: 8px;
  border: 1px solid #f0a144;
}
.index__fade-wrapper {
  position: relative;
}
.index__fade-wrapper .fade-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fade-1 {
  height: 76px;
}
.fade-2,
.fade-2 img {
  height: 142px;
}
.fade-3,
.fade-3 img {
  height: 86px;
}
.fade-4,
.fade-4 img {
  height: 129px;
}
.list__article-wrapper dt {
  height: 20px;
  line-height: 20px;
  padding-left: 11px;
  border-left: 4px solid #e7183f;
  color: #e7183f;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
.list__article-wrapper dd {
  line-height: 20px;
  margin-top: 12px;
  font-size: 16px;
  padding-right: 100px;
  position: relative;
}
.list__article-wrapper dd time {
  position: absolute;
  top: 0;
  right: 0;
}
.list__article-wrapper dd a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list__article-wrapper dd.line {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e9e8e8;
  margin-top: 25px;
  margin-bottom: 25px;
}
.list__article-pagination {
  margin: 30px 0;
  text-align: center;
}
.list__article-pagination ul {
  display: inline-block;
}
.list__article-pagination li {
  display: block;
  float: left;
  margin: 0 5px;
  height: 20px;
  line-height: 20px;
}
.list__article-pagination li.active {
  font-weight: bold;
}
.list__article-pagination li a {
  padding: 0 5px;
  display: block;
  min-width: 20px;
  border: 1px solid #d8d7d7;
  text-align: center;
  line-height: 18px;
}
.list__article-pagination li input {
  width: 40px;
  text-align: center;
  border: 1px solid #d8d7d7;
  height: 20px;
  line-height: 18px;
  margin: 0 5px;
  outline: none;
}
.show__article-header {
  padding: 15px;
  text-align: center;
}
.show__article-header .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.show__article-header .tools {
  padding: 10px 0;
}
.show__article-header .tools .layout-left {
  float: left;
}
.show__article-header .tools .layout-left span {
  margin-right: 30px;
}
.show__article-header .tools .layout-right {
  float: right;
}
.show__article-header .tools span {
  display: block;
  float: left;
  line-height: 30px;
}
.show__article-header .tools,
.show__article-header .tools a {
  color: #999;
}
.show__article-header .tools .iconfont {
  font-size: 20px;
  margin-left: 15px;
  cursor: pointer;
}
.show__article-content {
  margin-top: 15px;
  margin-bottom: 45px;
  line-height: 1.8;
}
.show__article-content.font-size-max * {
  font-size: 18px!important;
}
.show__article-content.font-size-min * {
  font-size: 16px!important;
}
.show__article-content * {
  font-size: 18px!important;
  font-family: '微软雅黑' !important;
  line-height: 36px!important;
}
.show__article-navigation {
  margin: 30px 0;
}
.show__article-navigation p {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.show__article-navigation p a {
  color: #1e53da;
}
