@charset "UTF-8";
@import url("//at.alicdn.com/t/font_1788029_yk250irqnn.css");
@keyframes avatar {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
img {
  margin: 0;
  padding: 0;
}

.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

fieldset,
img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #3690cf;
  cursor: pointer;
  transition: color 160ms ease 0s, background-color 200ms ease 0s, border-color 160ms ease 0s, transform 500ms ease 0s;
}

.clearfix {
  position: relative;
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.tran200 {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

.tran300 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.tran400 {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}

.tran500 {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
}

.tran1000 {
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
}

.scaleimg:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.rotateY:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

/*图片覆盖*/
.img-fill {
  object-fit: fill;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.img-none {
  object-fit: none;
}

.img-scale-down {
  object-fit: scale-down;
}

.TXTovehid {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.flex-between {
  justify-content: space-between;
}

.flexColumn {
  flex-direction: column;
}

.flex-grow {
  flex: 1;
}

body {
  font-family: "Microsoft Yahei";
  font-size: 14px;
  background-color: #f1f1f1;
}

.main-container {
  min-height: calc(100vh - 184px - 330px);
}

.header-topbar {
  position: relative;
  z-index: 100;
  background-color: #e7e7e7;
  border-bottom: 1px solid #dedede;
  height: 31px;
  line-height: 30px;
}
.header-topbar .user-profile .login,
.header-topbar .user-profile .register,
.header-topbar .user-profile .datetime {
  float: left;
  font-size: 14px;
  color: #444;
  margin-right: 16px;
}
.header-topbar .top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-topbar .top-menu .menu-item {
  margin-left: 10px;
  font-size: 14px;
  color: #444;
}
.header-topbar .top-menu .menu-item .red,
.header-topbar .top-menu .menu-item .blue,
.header-topbar .top-menu .menu-item .green {
  background-color: #3690cf;
  color: #fff;
  padding: 1px 8px;
  border-radius: 2px;
}
.header-topbar .top-menu .menu-item .red {
  background-color: #c00000;
}
.header-topbar .top-menu .menu-item .red:hover {
  background-color: #f90000;
}
.header-topbar .top-menu .menu-item .blue {
  background-color: #004687;
}
.header-topbar .top-menu .menu-item .blue:hover {
  background-color: #0274de;
}
.header-topbar .top-menu .menu-item .green {
  background-color: #16a085;
}
.header-topbar .top-menu .menu-item .green:hover {
  background-color: #00bf9a;
}

.header-warp {
  position: relative;
  z-index: 50;
  height: 89px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.header-warp .logo {
  height: 88px;
  line-height: 88px;
}
.header-warp .logo img {
  height: 76%;
}
.header-warp .headnav-wrap .small-button {
  display: none;
}
.header-warp .headnav-wrap .nav-mask {
  display: none;
}
.header-warp .headnav-wrap .nav-menu .menu-item {
  position: relative;
}
.header-warp .headnav-wrap .nav-menu .menu-item a {
  display: block;
  height: auto;
  color: #444;
  line-height: 1.7em;
  margin: 0;
  padding: 10px 20px;
  border: 0;
  text-transform: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.header-warp .headnav-wrap .nav-menu .menu-item a:hover {
  color: #000;
  background-color: #ddd;
}
.header-warp .headnav-wrap .nav-menu .menu-item a .iconfont {
  margin-right: 4px;
  font-size: 18px;
  vertical-align: middle;
}
.header-warp .headnav-wrap .nav-menu .sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 160px;
  *width: 160px;
  border-bottom: 1px solid #ddd;
  animation-name: avatar;
  -webkit-animation-name: avatar;
  -moz-animation-name: avatar;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}
.header-warp .headnav-wrap .nav-menu .sub-menu .menu-item {
  line-height: 1.4em;
  height: auto;
  display: block;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header-warp .headnav-wrap .nav-menu .sub-menu .menu-item .more-arrow:after {
  content: "\e75c";
  font-family: iconfont;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 5px;
}
.header-warp .headnav-wrap .nav-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
.header-warp .headnav-wrap .nav-menu .sub-menu.show {
  display: block;
}
.header-warp .headnav-wrap .nav-menu > .menu-item {
  display: block;
  float: left;
  height: 88px;
  line-height: 88px;
}
.header-warp .headnav-wrap .nav-menu > .menu-item > a {
  height: 88px;
  line-height: 88px;
  border-bottom: 0 solid #333d46;
  padding: 0 10px;
}
.header-warp .headnav-wrap .nav-menu > .menu-item > a:hover {
  background-color: #3690cf;
  border-bottom: 88px solid #333d46;
  color: #fff;
}
.header-warp .headnav-wrap .nav-menu > .menu-item > .more-arrow:after {
  content: "\f263";
  font-family: iconfont;
  font-size: 16px;
}
.header-warp .headnav-wrap .nav-menu > .menu-item.current-menu-item > a, .header-warp .headnav-wrap .nav-menu > .menu-item:hover > a {
  background-color: #3690cf;
  color: #fff;
}

.scroll-notice {
  height: 30px;
}
.scroll-notice .bull {
  font-size: 18px;
  color: #666;
}
.scroll-notice .notice-swiper {
  height: 30px;
  margin-left: 10px;
}
.scroll-notice .notice-swiper .swiper-slide {
  text-align: left;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  color: #555;
}

@media screen and (max-width: 992px) {
  .header-topbar {
    display: none;
  }
  .header-warp {
    height: 51px;
    line-height: 50px;
  }
  .header-warp .logo {
    height: 50px;
    line-height: 50px;
  }
  .header-warp .logo img {
    height: 90%;
  }
  .header-warp .headnav-wrap .small-button {
    display: inline-block;
    font-size: 18px;
    color: #999;
    width: 50px;
    text-align: center;
  }
  .header-warp .headnav-wrap .small-button:hover {
    color: #3690cf;
  }
  .header-warp .headnav-wrap .nav-mask {
    position: fixed;
    z-index: 99;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
  .header-warp .headnav-wrap .nav-mask.show {
    display: block;
  }
  .header-warp .headnav-wrap .main-nav {
    position: fixed;
    z-index: 100;
    display: none;
    left: 0;
    top: 0;
    width: 80vw;
    height: 100vh;
    box-sizing: border-box;
    background-color: rgba(51, 51, 51, 0.8);
    overflow-y: auto;
  }
  .header-warp .headnav-wrap .main-nav.show {
    display: block;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu .menu-item a {
    color: #fff;
    font-weight: bold;
    line-height: normal;
    padding: 10px 20px;
    border-bottom: 1px solid #777;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu .menu-item a:hover {
    background-color: transparent;
    box-shadow: inset 0 0 10px 3px #222;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu .menu-item a .iconfont {
    display: none;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu .sub-menu {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    border-bottom: none;
    animation-name: none;
    -webkit-animation-name: none;
    -moz-animation-name: none;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu .sub-menu .menu-item {
    line-height: normal;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu .sub-menu .menu-item .more-arrow:after {
    display: none;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu .sub-menu .menu-item a {
    padding-left: 40px;
    font-weight: normal;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu .sub-menu .sub-menu {
    position: relative;
    left: auto;
    top: auto;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu > .menu-item {
    float: none;
    height: auto;
    line-height: normal;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu > .menu-item > a {
    height: auto;
    line-height: normal;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu > .menu-item > .more-arrow:after {
    display: none;
  }
  .header-warp .headnav-wrap .main-nav .nav-menu > .menu-item.current-menu-item > a, .header-warp .headnav-wrap .main-nav .nav-menu > .menu-item:hover > a {
    background-color: transparent;
  }
}
.content-area {
  width: 70.4%;
}

.widget-area {
  width: 28.6%;
}

@media screen and (max-width: 992px) {
  .content-area {
    width: 100%;
  }
  .widget-area {
    display: none;
  }
}
.home-banner {
  position: relative;
  width: 100%;
  height: 0;
  padding: 44.8% 0 0 0;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}
.home-banner .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.home-banner .swiper-wrapper .swiper-slide {
  position: relative;
  text-align: center;
}
.home-banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.home-banner .swiper-wrapper .swiper-slide p {
  position: absolute;
  background-color: #4ba5d8;
  display: block;
  left: 1px;
  top: 1px;
  color: #fff;
  line-height: 28px;
  padding: 0 15px;
  max-width: none;
  border-radius: 2px 0 0 0;
  text-align: left;
  z-index: 2;
}

.entry-article {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  overflow: hidden;
}
.entry-article .thumbnail {
  position: relative;
  width: 200px;
  height: 150px;
  margin: 1px 20px 0 0;
  overflow: hidden;
  transition-duration: 0.5s;
  border-radius: 5px;
}
.entry-article .thumbnail img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.entry-article .thumbnail img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.entry-article .thumbnail .cat {
  position: absolute;
  top: 0;
  left: 0;
  background: #4ba5d8;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  padding: 0 10px;
}
.entry-article .entry-text {
  flex: 1;
}
.entry-article .entry-header .entry-title {
  font-size: 16px;
  color: #444;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.entry-article .entry-content {
  margin-top: 5px;
}
.entry-article .entry-content .archive-content {
  font-size: 14px;
  color: #777;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.entry-article .entry-content .entry-meta {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  color: #999;
}
.entry-article .entry-content .entry-meta span {
  margin-right: 6px;
}
.entry-article .entry-content .entry-meta .comment {
  color: #3690cf;
}
.entry-article .entry-more {
  position: absolute;
  right: -80px;
  bottom: 18px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  padding: 0 12px;
  background-color: #028ad8;
  transition: all 0.4s;
  opacity: 0;
  border-radius: 15px 0 0 15px;
  border: 0 solid #ddd;
}
.entry-article .entry-more:hover {
  background-color: #004bb7;
}
.entry-article:hover .entry-more {
  right: 0;
  opacity: 100;
}
.entry-article.small-article {
  margin: 0 0 -1px -1px;
  padding: 15px;
}
.entry-article.small-article .thumbnail {
  width: 100px;
  height: 75px;
}
.entry-article.small-article .thumbnail .cat {
  font-size: 12px;
  line-height: 20px;
  padding: 0 5px;
}
.entry-article.small-article .entry-header .entry-title {
  font-size: 14px;
}
.entry-article.small-article .entry-content .archive-content {
  display: none;
}
.entry-article.small-article .entry-content .entry-meta .views {
  display: none;
}

@media screen and (max-width: 768px) {
  .entry-article {
    padding: 15px;
  }
  .entry-article .thumbnail {
    width: 100px;
    height: 75px;
  }
  .entry-article .thumbnail .cat {
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
  }
  .entry-article .entry-content .archive-content {
    display: none;
  }
  .entry-article .entry-content .entry-meta {
    bottom: 15px;
  }
}
@media screen and (max-width: 576px) {
  .entry-article .entry-header .entry-title {
    font-size: 14px;
  }
  .entry-article .entry-content .entry-meta {
    bottom: 15px;
  }
  .entry-article .entry-content .entry-meta .views {
    display: none;
  }
}
.recommended-reading {
  margin-top: 10px;
}

.list-article {
  margin-top: 10px;
}
.list-article .entry-article {
  margin-top: 10px;
}
.list-article .entry-article:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .recommended-reading .recommended-reading-item {
    margin-top: 10px;
  }
  .recommended-reading .recommended-reading-item:first-child {
    margin-top: 0;
  }
}
.picture-article {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.picture-article .thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75.5%;
  overflow: hidden;
}
.picture-article .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.picture-article .thumbnail img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.picture-article .thumbnail .iconfont {
  display: none;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.picture-article .title {
  font-size: 16px;
  color: #444;
  padding: 5px 10px;
  line-height: 28px;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.picture-article:hover .thumbnail .iconfont {
  display: block;
}

@media screen and (max-width: 576px) {
  .picture-article .title {
    font-size: 14px;
  }
}
.line-four {
  margin: 10px -5px 0;
}
.line-four .line-four-item {
  padding: 5px;
}

.tab-article {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
.tab-article .swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
}
.tab-article .swiper-nav .swiper-nav-slide {
  flex: 1;
  text-align: center;
  cursor: pointer;
  height: 39px;
  line-height: 39px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.tab-article .swiper-nav .swiper-nav-slide:last-child {
  border-right: none;
}
.tab-article .swiper-nav .swiper-nav-slide.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.tab-article .swiper-container {
  background-color: #fff;
}
.tab-article .swiper-container .swiper-slide {
  padding: 20px;
}
.tab-article .swiper-container .swiper-slide ul li {
  width: 50%;
  line-height: 30px;
  float: left;
  font-size: 14px;
  color: #444;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-article .swiper-container .swiper-slide ul li .iconfont {
  font-size: 12px;
  margin-right: 4px;
}

.widget {
  background-color: #fff;
  margin: 0 0 10px 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.widget .widget-title {
  background-color: #f8f8f8;
  padding: 6px 15px;
  border-bottom: 1px solid #ddd;
  line-height: 24px;
  font-size: 16px;
  color: #444;
}
.widget .widget-title .title-i {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.widget .widget-title .title-i .title-i-t,
.widget .widget-title .title-i .title-i-b {
  float: left;
  width: 7px;
  height: 7px;
  margin: 1px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #888;
}
.widget .widget-title:hover .title-i-t {
  background-color: #3690cf;
  border-color: #3690cf;
}

.hot-article {
  padding: 15px;
}
.hot-article li {
  width: 99%;
  line-height: 28px;
  font-size: 14px;
  color: #444;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-article li .index {
  background-color: #ccc;
  font-size: 12px;
  color: #fff;
  line-height: 180%;
  margin: 0 5px 0 0;
  padding: 0 5px;
  border-radius: 2px;
}
.hot-article li:nth-child(1) .index, .hot-article li:nth-child(2) .index, .hot-article li:nth-child(3) .index {
  background-color: #c40000;
}

.aside-about .author-bg {
  position: relative;
  width: 100%;
  height: 90px;
}
.aside-about .author-bg img {
  width: 100%;
  height: 100%;
}
.aside-about .about-main {
  position: relative;
  margin-top: -60px;
  padding: 10px 15px 0 15px;
}
.aside-about .about-main .about-img {
  background-color: #fff;
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  transition: transform 0.4s ease-out;
  -webkit-transition: transform 0.4s ease-out;
  -moz-transition: transform 0.4s ease-out;
}
.aside-about .about-main .about-img:hover {
  box-shadow: 0 0 10px #fff;
  transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
}
.aside-about .about-main .about-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.aside-about .about-main .about-name {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  text-align: center;
  padding: 10px 0 0;
}
.aside-about .about-main .about-the {
  font-size: 14px;
  color: #444;
  line-height: 25px;
  margin-top: 6px;
}
.aside-about .social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}
.aside-about .social-list li {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-left: 30px;
}
.aside-about .social-list li:first-child {
  margin-left: 0;
}
.aside-about .social-list li a {
  color: #999;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.aside-about .social-list li a .iconfont {
  font-size: 22px;
}
.aside-about .social-list li a:hover {
  background-color: #3690cf;
  border-color: #3690cf;
  color: #fff;
}
.aside-about .social-list li.li-weixin a:hover {
  background-color: #248a34;
  border-color: #248a34;
}
.aside-about .social-list li.li-qq a:hover {
  background-color: #4e91d1;
  border-color: #4e91d1;
}
.aside-about .social-list li.li-github a:hover {
  background-color: #c40000;
  border-color: #c40000;
}
.aside-about .social-list li.li-rss a:hover {
  background-color: #d28300;
  border-color: #d28300;
}
.aside-about .about-info {
  text-align: center;
  background-color: #f8f8f8;
  width: 100%;
  padding: 0 10px;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside-about .about-info .about-info-item {
  flex: 1;
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: #444;
  border-left: 1px solid #ddd;
}
.aside-about .about-info .about-info-item:first-child {
  border-left: none;
}
.aside-about .about-info .about-info-item:hover {
  color: #3690cf;
}

.aside-weixin {
  padding: 18px;
}
.aside-weixin .weixin-desc {
  font-size: 14px;
  color: #444;
  line-height: 25px;
}
.aside-weixin .weixin-qrcode {
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
}

.aside-menu {
  padding: 15px;
}
.aside-menu .menu-item {
  position: relative;
  width: 50%;
  float: left;
  display: block;
  border: 1px solid #ddd;
  margin: -1px 0 0 -1px;
  font-size: 14px;
  color: #444;
  text-align: center;
}
.aside-menu .menu-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 5px;
}
.aside-menu .menu-item a:hover {
  background-color: #3690cf;
  color: #fff;
}
.aside-menu .menu-item .iconfont {
  position: absolute;
  left: 10px;
  font-size: 18px;
}
.aside-menu .menu-item .font-text {
  margin-left: 5px;
}

.below-main {
  margin-top: 10px;
}
.below-main .row {
  margin-left: -5px;
  margin-right: -5px;
}
.below-main .col-xs-12,
.below-main .col-sm-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.cat-box {
  background-color: #fff;
  margin: 0 0 10px 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.cat-box .cat-title {
  background-color: #f8f8f8;
  padding: 6px 15px;
  border-bottom: 1px solid #ddd;
  line-height: 24px;
  font-size: 16px;
  color: #444;
}
.cat-box .cat-title .title-i {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.cat-box .cat-title .title-i .title-i-t,
.cat-box .cat-title .title-i .title-i-b {
  float: left;
  width: 7px;
  height: 7px;
  margin: 1px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #888;
}
.cat-box .cat-title:hover .title-i-t {
  background-color: #3690cf;
  border-color: #3690cf;
}
.cat-box .cat-site {
  padding: 15px;
}
.cat-box .cat-site .cat-first .entry-title {
  font-size: 16px;
  color: #444;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cat-box .cat-site .cat-first .cat-img-small {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
}
.cat-box .cat-site .cat-first .thumbnail {
  position: relative;
  width: 180px;
  height: 135px;
  margin: 1px 20px 0 0;
  overflow: hidden;
  transition-duration: 0.5s;
  border-radius: 5px;
}
.cat-box .cat-site .cat-first .thumbnail img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
.cat-box .cat-site .cat-first .thumbnail img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.cat-box .cat-site .cat-first .cat-main {
  flex: 1;
  font-size: 14px;
  color: #777;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.cat-box .cat-site .cat-list {
  margin-top: 10px;
}
.cat-box .cat-site .cat-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 30px;
  font-size: 14px;
  color: #444;
}
.cat-box .cat-site .cat-list li .title {
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cat-box .cat-site .cat-list li .iconfont {
  font-size: 12px;
  margin-right: 4px;
}
.cat-box .cat-site .cat-list li .date {
  font-size: 14px;
  color: #999;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .cat-box .cat-site .cat-first .thumbnail {
    width: 100px;
    height: 75px;
  }
  .cat-box .cat-site .cat-first .cat-main {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.footer-container {
  position: relative;
  margin-top: 20px;
  padding: 10px 0 20px;
  background-color: #555;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}
.footer-container .footer-widget .widget-title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
.footer-container .footer-widget .widget-body {
  margin-top: 10px;
}
.footer-container .footer-menu .menu-list .menu-item {
  line-height: 28px;
  float: left;
  width: 33.3333333333%;
  font-size: 14px;
  color: #ccc;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-container .footer-menu .menu-list .menu-item .iconfont {
  vertical-align: middle;
  font-size: 16px;
  margin-right: 3px;
}
.footer-container .footer-about .widget-body {
  line-height: 28px;
  font-size: 14px;
  color: #ccc;
}
.footer-container .footer-hello-world .widget-body {
  line-height: 28px;
  font-size: 14px;
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .footer-container .footer-hello-world {
    display: none;
  }
}
.footer-bar {
  position: relative;
  border-top: 1px solid #ddd;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.03);
  background-color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #444;
  line-height: 24px;
}

.my-face {
  -webkit-animation: my-face 5s infinite ease-in-out;
  animation: my-face 5s infinite ease-in-out;
  display: inline-block;
}

@-webkit-keyframes my-face {
  2%, 24%, 80% {
    -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
    transform: translate(0, 1.5px) rotate(1.5deg);
  }
  4%, 68%, 98% {
    -webkit-transform: translate(0, -1.5px) rotate(-0.5deg);
    transform: translate(0, -1.5px) rotate(-0.5deg);
  }
  38%, 6% {
    -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
    transform: translate(0, 1.5px) rotate(-1.5deg);
  }
  8%, 86% {
    -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
    transform: translate(0, -1.5px) rotate(-1.5deg);
  }
  10%, 72% {
    -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
    transform: translate(0, 2.5px) rotate(1.5deg);
  }
  12%, 64%, 78%, 96% {
    -webkit-transform: translate(0, -0.5px) rotate(1.5deg);
    transform: translate(0, -0.5px) rotate(1.5deg);
  }
  14%, 54% {
    -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
    transform: translate(0, -1.5px) rotate(1.5deg);
  }
  16% {
    -webkit-transform: translate(0, -0.5px) rotate(-1.5deg);
    transform: translate(0, -0.5px) rotate(-1.5deg);
  }
  18%, 22% {
    -webkit-transform: translate(0, 0.5px) rotate(-1.5deg);
    transform: translate(0, 0.5px) rotate(-1.5deg);
  }
  20%, 36%, 46% {
    -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
    transform: translate(0, -1.5px) rotate(2.5deg);
  }
  26%, 50% {
    -webkit-transform: translate(0, 0.5px) rotate(0.5deg);
    transform: translate(0, 0.5px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(0, 0.5px) rotate(1.5deg);
    transform: translate(0, 0.5px) rotate(1.5deg);
  }
  30%, 40%, 62%, 76%, 88% {
    -webkit-transform: translate(0, -0.5px) rotate(2.5deg);
    transform: translate(0, -0.5px) rotate(2.5deg);
  }
  32%, 34%, 66% {
    -webkit-transform: translate(0, 1.5px) rotate(-0.5deg);
    transform: translate(0, 1.5px) rotate(-0.5deg);
  }
  42% {
    -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
    transform: translate(0, 2.5px) rotate(-1.5deg);
  }
  44%, 70% {
    -webkit-transform: translate(0, 1.5px) rotate(0.5deg);
    transform: translate(0, 1.5px) rotate(0.5deg);
  }
  48%, 74%, 82% {
    -webkit-transform: translate(0, -0.5px) rotate(0.5deg);
    transform: translate(0, -0.5px) rotate(0.5deg);
  }
  52%, 56%, 60% {
    -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
    transform: translate(0, 2.5px) rotate(2.5deg);
  }
  58% {
    -webkit-transform: translate(0, 0.5px) rotate(2.5deg);
    transform: translate(0, 0.5px) rotate(2.5deg);
  }
  84% {
    -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
    transform: translate(0, 1.5px) rotate(2.5deg);
  }
  90% {
    -webkit-transform: translate(0, 2.5px) rotate(-0.5deg);
    transform: translate(0, 2.5px) rotate(-0.5deg);
  }
  92% {
    -webkit-transform: translate(0, 0.5px) rotate(-0.5deg);
    transform: translate(0, 0.5px) rotate(-0.5deg);
  }
  94% {
    -webkit-transform: translate(0, 2.5px) rotate(0.5deg);
    transform: translate(0, 2.5px) rotate(0.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes my-face {
  2%, 24%, 80% {
    -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
    transform: translate(0, 1.5px) rotate(1.5deg);
  }
  4%, 68%, 98% {
    -webkit-transform: translate(0, -1.5px) rotate(-0.5deg);
    transform: translate(0, -1.5px) rotate(-0.5deg);
  }
  38%, 6% {
    -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
    transform: translate(0, 1.5px) rotate(-1.5deg);
  }
  8%, 86% {
    -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
    transform: translate(0, -1.5px) rotate(-1.5deg);
  }
  10%, 72% {
    -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
    transform: translate(0, 2.5px) rotate(1.5deg);
  }
  12%, 64%, 78%, 96% {
    -webkit-transform: translate(0, -0.5px) rotate(1.5deg);
    transform: translate(0, -0.5px) rotate(1.5deg);
  }
  14%, 54% {
    -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
    transform: translate(0, -1.5px) rotate(1.5deg);
  }
  16% {
    -webkit-transform: translate(0, -0.5px) rotate(-1.5deg);
    transform: translate(0, -0.5px) rotate(-1.5deg);
  }
  18%, 22% {
    -webkit-transform: translate(0, 0.5px) rotate(-1.5deg);
    transform: translate(0, 0.5px) rotate(-1.5deg);
  }
  20%, 36%, 46% {
    -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
    transform: translate(0, -1.5px) rotate(2.5deg);
  }
  26%, 50% {
    -webkit-transform: translate(0, 0.5px) rotate(0.5deg);
    transform: translate(0, 0.5px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(0, 0.5px) rotate(1.5deg);
    transform: translate(0, 0.5px) rotate(1.5deg);
  }
  30%, 40%, 62%, 76%, 88% {
    -webkit-transform: translate(0, -0.5px) rotate(2.5deg);
    transform: translate(0, -0.5px) rotate(2.5deg);
  }
  32%, 34%, 66% {
    -webkit-transform: translate(0, 1.5px) rotate(-0.5deg);
    transform: translate(0, 1.5px) rotate(-0.5deg);
  }
  42% {
    -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
    transform: translate(0, 2.5px) rotate(-1.5deg);
  }
  44%, 70% {
    -webkit-transform: translate(0, 1.5px) rotate(0.5deg);
    transform: translate(0, 1.5px) rotate(0.5deg);
  }
  48%, 74%, 82% {
    -webkit-transform: translate(0, -0.5px) rotate(0.5deg);
    transform: translate(0, -0.5px) rotate(0.5deg);
  }
  52%, 56%, 60% {
    -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
    transform: translate(0, 2.5px) rotate(2.5deg);
  }
  58% {
    -webkit-transform: translate(0, 0.5px) rotate(2.5deg);
    transform: translate(0, 0.5px) rotate(2.5deg);
  }
  84% {
    -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
    transform: translate(0, 1.5px) rotate(2.5deg);
  }
  90% {
    -webkit-transform: translate(0, 2.5px) rotate(-0.5deg);
    transform: translate(0, 2.5px) rotate(-0.5deg);
  }
  92% {
    -webkit-transform: translate(0, 0.5px) rotate(-0.5deg);
    transform: translate(0, 0.5px) rotate(-0.5deg);
  }
  94% {
    -webkit-transform: translate(0, 2.5px) rotate(0.5deg);
    transform: translate(0, 2.5px) rotate(0.5deg);
  }
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
.page-breadcrumb {
  line-height: 25px;
  font-size: 14px;
  color: #444;
}
.page-breadcrumb .iconfont {
  margin-right: 5px;
}
.page-breadcrumb i {
  font-style: normal;
}

.nybanner {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.nybanner img {
  width: 100%;
  height: 100%;
}
.nybanner .article-type {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  padding: 6px 15px;
  background: #3690cf;
}

.ny-content {
  margin-top: 10px;
}
.ny-content .list-article {
  margin-top: 0;
}

.main-page {
  font-size: 0;
  text-align: left;
  margin-top: 20px;
}
.main-page.text-center {
  text-align: center;
}
.main-page.text-left {
  text-align: left;
}
.main-page.text-right {
  text-align: right;
}
.main-page a,
.main-page span,
.main-page .page-input,
.main-page .page-btn {
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
  height: 32px;
  line-height: 30px;
  min-width: 32px;
  margin: 0 2px;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #444;
  box-sizing: border-box;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 2px;
}
.main-page .page-input {
  width: 32px;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
}
.main-page .page-btn {
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
.main-page .current,
.main-page a:hover,
.main-page .page-btn:hover {
  border-color: #3690cf;
  background-color: #3690cf;
  color: #fff;
}

@media screen and (max-width: 576px) {
  .main-page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .main-page a,
  .main-page span,
  .main-page .page-input,
  .main-page .page-btn {
    display: none;
  }
  .main-page .page-prev,
  .main-page .page-next,
  .main-page .prev,
  .main-page .next,
  .main-page .currnum {
    display: inline-block;
    flex: 1;
    height: 50px;
    line-height: 50px;
  }
  .main-page .page-prev:hover,
  .main-page .page-next:hover,
  .main-page .prev:hover,
  .main-page .next:hover,
  .main-page .currnum:hover {
    line-height: 48px;
  }
  .main-page .page-total {
    display: inline-block;
    flex: 1;
    height: 50px;
    line-height: 50px;
  }
  .main-page .page-total:hover {
    line-height: 48px;
  }
  .main-page .currnum {
    width: 16%;
    padding: 0;
    text-align: center;
  }
}
.article-publish {
  position: relative;
  background-color: #fff;
  margin: 0 0 10px 0;
  padding: 30px 30px 50px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}
.article-publish .entry-header .entry-title {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: #444;
  text-align: center;
  padding: 5px 0;
}
.article-publish .entry-header .entry-desc {
  position: relative;
  font-size: 14px;
  color: #444;
  text-align: center;
  padding: 5px 0;
}
.article-publish .begin-single-meta {
  text-align: center;
  line-height: 23px;
  margin: 10px 0;
  font-size: 14px;
  color: #999;
}
.article-publish .begin-single-meta span {
  margin: 0 3px;
}
.article-publish .begin-single-meta i {
  font-style: normal;
}
.article-publish .single-content {
  text-align: justify;
  line-height: 1.6;
  color: #444;
  margin-top: 20px;
}
.article-publish .single-content * {
  max-width: 100%;
}
.article-publish .single-content img {
  height: auto !important;
}
.article-publish .social-main {
  position: relative;
  margin: 50px auto;
  width: 243px;
}
.article-publish .social-main .like,
.article-publish .social-main .share {
  float: left;
  width: 50%;
  color: #fff;
  line-height: 36px;
  border-radius: 40px;
  background: #f74840;
  padding: 0 20px;
  cursor: pointer;
  text-align: center;
  padding: 0 40px 0 10px;
}
.article-publish .social-main .like.share,
.article-publish .social-main .share.share {
  background: #39c;
  padding: 0 10px 0 40px;
}
.article-publish .social-main .like.share .share-tip,
.article-publish .social-main .share.share .share-tip {
  display: none;
}
.article-publish .social-main .like.share .share-list,
.article-publish .social-main .share.share .share-list {
  position: absolute;
  top: -60px;
  right: 0;
  width: 240px;
  height: 68px;
  z-index: 999;
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.article-publish .social-main .like.share .share-list a,
.article-publish .social-main .share.share .share-list a {
  background: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 38px;
  margin: 0 4px;
  padding-left: 0;
  text-align: center;
  border-radius: 20px;
  width: 40px;
  color: #3b68ac;
  border: 1px solid #3b68ac;
}
.article-publish .social-main .like.share .share-list a:hover,
.article-publish .social-main .share.share .share-list a:hover {
  background-color: #3b68ac;
  color: #fff !important;
  text-decoration: none;
  opacity: 1;
}
.article-publish .social-main .like.share .share-list .icon-add-box-fill,
.article-publish .social-main .share.share .share-list .icon-add-box-fill {
  color: #7ab951 !important;
  border-color: #7ab951;
}
.article-publish .social-main .like.share .share-list .icon-add-box-fill:hover,
.article-publish .social-main .share.share .share-list .icon-add-box-fill:hover {
  background-color: #7ab951;
}
.article-publish .social-main .like.share .share-list .icon-qq-fill,
.article-publish .social-main .share.share .share-list .icon-qq-fill {
  color: #ff7400 !important;
  border-color: #ff7400;
}
.article-publish .social-main .like.share .share-list .icon-qq-fill:hover,
.article-publish .social-main .share.share .share-list .icon-qq-fill:hover {
  background-color: #ff7400;
}
.article-publish .social-main .like.share .share-list .icon-weibo-fill,
.article-publish .social-main .share.share .share-list .icon-weibo-fill {
  color: red !important;
  border-color: red;
}
.article-publish .social-main .like.share .share-list .icon-weibo-fill:hover,
.article-publish .social-main .share.share .share-list .icon-weibo-fill:hover {
  background-color: red;
}
.article-publish .social-main .like.share .share-list .icon-wechat-fill,
.article-publish .social-main .share.share .share-list .icon-wechat-fill {
  color: #006f1d !important;
  border-color: #006f1d;
}
.article-publish .social-main .like.share .share-list .icon-wechat-fill:hover,
.article-publish .social-main .share.share .share-list .icon-wechat-fill:hover {
  background-color: #006f1d;
}
.article-publish .social-main .like.share .share-list .icon-file-copy-fill,
.article-publish .social-main .share.share .share-list .icon-file-copy-fill {
  color: #3b68ac !important;
  border-color: #3b68ac;
}
.article-publish .social-main .like.share .share-list .icon-file-copy-fill:hover,
.article-publish .social-main .share.share .share-list .icon-file-copy-fill:hover {
  background-color: #3b68ac;
}
.article-publish .social-main .like .count,
.article-publish .social-main .share .count {
  font-style: normal;
}
.article-publish .social-main .like:hover,
.article-publish .social-main .share:hover {
  background: #696969;
}
.article-publish .social-main .sponsor {
  position: absolute;
  z-index: 2;
  background: #f90;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  font-size: 16px;
  display: block;
  border: 6px solid #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in 0s;
}
.article-publish .social-main .sponsor:hover {
  background: #696969;
}
.article-publish .signature {
  border-left: 5px solid #0073d8;
  border-right: 5px solid #0073d8;
  background-color: rgba(50, 136, 211, 0.1019607843);
  padding: 10px;
  text-align: center;
  color: #0073d8;
  margin: 50px -10px 0;
}
.article-publish .single-cat-tag {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 28px;
  height: 45px;
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 2px 2px;
  font-size: 14px;
  color: #444;
}

@media screen and (max-width: 576px) {
  .article-publish {
    padding: 20px 10px 50px;
  }
}
.bsBox,
.bsBox * {
  box-sizing: content-box;
}

.sponsor-main {
  padding: 10px;
}
.sponsor-main .sponsor-title {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
.sponsor-main .sponsor-img {
  width: 50%;
  float: left;
}
.sponsor-main .sponsor-img img {
  width: 100%;
}
.sponsor-main .sponsor-img h5 {
  margin-top: 6px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.single-tag {
  margin: 0 -2px 10px -2px;
}
.single-tag .tag-item {
  width: 20%;
  float: left;
  padding: 2px;
}
.single-tag .tag-item a {
  background-color: #3690cf;
  color: #fff;
  text-align: center;
  padding: 4px;
  line-height: 1.8;
  border-radius: 2px;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-tag .tag-item a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .single-tag .tag-item {
    width: 33.33%;
  }
}
.single-related {
  margin-bottom: 10px;
}
.single-related .related-post {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: 20px;
}
.single-related .related-post .widget-title {
  line-height: 1.5;
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.single-related .related-post ul {
  margin-top: 10px;
}
.single-related .related-post ul li {
  line-height: 1.8;
  font-size: 14px;
  color: #444;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-related .related-post ul li .iconfont {
  font-size: 12px;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .single-related .related-post {
    margin-bottom: 10px;
  }
  .single-related .related-post:last-child {
    margin-bottom: 0;
  }
}
.article-page {
  margin-bottom: 10px;
}
.article-page .page-item {
  display: block;
  background: #fff;
  float: left;
  width: 50%;
  text-align: center;
  margin-right: -1px;
  padding: 10px 20px;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}
.article-page .page-item .instruct,
.article-page .page-item .title {
  display: block;
  padding: 4px;
  max-width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-page .page-item:hover {
  color: #fff;
  background: #3690cf;
  border: 1px solid #3690cf;
}

.aside-ad {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55.5%;
}
.aside-ad .aside-ad-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comment-respond {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
}
.comment-respond .comment-reply-title {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #444;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-respond .comment-reply-title .cancel {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.comment-respond .comment-form-comment {
  background: #fff;
  width: 100%;
  line-height: 1.6;
  margin: 0 10px 10px 0;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-appearance: none;
  background-image: url(../images/comment.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 250px 50px;
}
.comment-respond .comment-author-info .comment-form-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.comment-respond .comment-author-info .comment-form-item .form-label {
  position: relative;
  background-color: #f1f1f1;
  color: #555;
  width: 75px;
  height: 38px;
  line-height: 37px;
  padding: 0 10px;
  border-radius: 2px 0 0 2px;
  border: 1px solid #ddd;
  border-right: none;
  flex-shrink: 0;
  margin-bottom: 0;
}
.comment-respond .comment-author-info .comment-form-item .form-label .required {
  position: absolute;
  color: #bd3500;
  font-size: 20px;
  font-weight: bold;
  right: 5px;
  top: 0;
  z-index: 1;
}
.comment-respond .comment-author-info .comment-form-item .form-input {
  background: #fff;
  position: relative;
  width: 0;
  flex: 1;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border: 1px solid #ddd;
  display: block;
  border-radius: 2px;
  -webkit-appearance: none;
}
.comment-respond .comment-author-info .comment-form-item .captcha {
  width: 96px;
  height: 38px;
  border-radius: 3px;
  border: 1px solid #ddd;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 5px;
}
.comment-respond .form-submit {
  width: 100%;
  background-color: #fff;
  padding: 12px 8px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 16px;
  color: #444;
}
.comment-respond .form-submit:hover {
  border-color: #3690cf;
  background-color: #3690cf;
  color: #fff;
}

.comment-list-area {
  margin-top: 10px;
}
.comment-list-area .comment-list .comment-item {
  position: relative;
  background-color: #fff;
  margin: 0 0 10px 0;
  padding: 15px 20px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  word-wrap: break-word;
  word-break: break-all;
}
.comment-list-area .comment-list .comment-item .comment-body .comment-author .avatar {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 10px 0 0;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition: all 0.8s ease 0s;
}
.comment-list-area .comment-list .comment-item .comment-body .comment-author .nickname {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  line-height: 22px;
  margin-right: 6px;
}
.comment-list-area .comment-list .comment-item .comment-body .comment-author a.nickname:hover {
  color: #3690cf;
}
.comment-list-area .comment-list .comment-item .comment-body .comment-author .author-admin {
  font-size: 9px;
  color: #fff;
  padding: 0 4px;
  background: #c40000;
  border-radius: 2px;
  vertical-align: top;
}
.comment-list-area .comment-list .comment-item .comment-body:hover .avatar {
  animation-name: avatar;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.comment-list-area .comment-list .comment-item .comment-body .date {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  padding: 2px 0;
}
.comment-list-area .comment-list .comment-item .comment-body .at {
  color: #3690cf;
}
.comment-list-area .comment-list .comment-item .comment-body .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: #fff;
  line-height: 25px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 14px;
  color: #666;
  transition: all 0.2s ease-in 0s;
}
.comment-list-area .comment-list .comment-item .comment-body .comment-reply-link:hover {
  background: #3690cf;
  color: #fff;
  border: 1px solid #3690cf;
}
.comment-list-area .comment-list .comment-item .comment-body:hover .comment-reply-link {
  display: inline-block;
}
.comment-list-area .comment-list .comment-item .children {
  margin-top: 10px;
}
.comment-list-area .comment-list .comment-item .comment-respond {
  margin-top: 10px;
}

.common-loading {
  background-image: url("data:image/gif;base64,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");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100px;
}

.nodatatip {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 10px;
}

/*# sourceMappingURL=common.css.map */
