﻿/*@primary-color-light: #c92d42;*/
.clear-back {
  margin: 0;
  padding: 0;
}
.clear-ul {
  margin: 0;
  padding: 0;
}
.clear-ul > li {
  list-style: none;
}
.bg-img {
  background-position: top center;
  background-size: cover;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -webkit-transform: translateY(2px)} 100%{opacity:1;}}
@-moz-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -moz-transform: translateY(2px)} 100%{opacity:1;}}
@-o-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -o-transform: translateY(2px)} 100%{opacity:1;}}
@keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6;-webkit-transform: translateY(2px);-moz-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);} 100%{opacity:1;}}
[not-existing] {
  zoom: 1;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: black;
  text-decoration: none;
}
.background-img {
  background-position: top center;
  background-size: cover;
}
main section .header {
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  padding-bottom: 34%;
  background-position: top center;
  background-size: cover;
  position: relative;
}
main section .header h3 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-family: SimSun, "宋体", serif;
  color: #fdfdfd;
  position: absolute;
  bottom: 3%;
  padding: 0;
  overflow: hidden;
}
main .container {
  background: #f3f3f3;
  padding-bottom: 34px;
  border-bottom: 1px solid #b1b1b1;
  padding-top: 34px;
}
main section .content .person-box {
  width: 65%;
  margin: 0 auto;
  padding-left: 60px;
  overflow: hidden;
}
main section .content .person-box .leftpic {
  float: left;
  width: 110px;
  height: 110px;
  border-radius: 50% ;
  margin-right: 60px;
}
main section .content .person-box .leftpic img {
  width: 100%;
}
main section .content .person-box .right-content {
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
}
main section .content .person-box .right-content .introduce {
  font-size: 1.2rem;
  margin-bottom: 22px;
}
main section .content .person-box .right-content .introduce .time {
  margin-left: 47px;
}
main section .content .person-box .right-content .line {
  font-size: 1.1rem;
  margin-bottom: 22px;
  color: #5d5d5d;
}
main section .content .person-box .right-content .line .route {
  margin-left: 30px;
}
main section .content .person-box .right-content .tag {
  color: #5e5e5e;
  font-size: 1.1rem;
}
main section .content .person-box .right-content .tag .tags {
  padding: 0.3rem 1rem;
  background: #e5e5e5;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 1rem;
}
main section .content .main {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
main section .content .main .main-introduce {
  padding-top: 50px;
  width: 650px;
  float: left;
}
main section .content .main .main-introduce article {
  width: 100%;
  margin: 0;
}
main section .content .main .main-introduce article .post-content h1 {
  font-weight: normal;
  font-size: 1.7rem;
}
main section .content .main .main-introduce article .post-content h2 {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 0;
}
main section .content .main .main-introduce article .post-content h3 {
  font-size: 1.3rem;
  font-weight: normal;
}
main section .content .main .main-introduce article .post-content p {
  line-height: 1.6rem;
  margin: 1rem 0;
}
main section .content .main .main-introduce article .post-content p img {
  margin: 0 auto;
  display: block;
}
main section .content .main .main-introduce article .post-content small {
  text-align: center;
  font-size: 0.95rem;
}
main section .content .main aside {
  padding: 50px 0 30px;
  float: right;
}
main section .content .main aside.bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}
main section .content .main aside.fixed {
  position: fixed;
  margin-left: 745px;
  top: 100px;
}
main section .content .main aside .side-content {
  float: right;
  width: 250px;
  margin-right: 5px;
  font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Arial, sans-serif;
  color: #5e5e5e;
  font-size: 1.14rem;
}
main section .content .main aside .side-content .sider-box {
  margin-bottom: 40px;
}
main section .content .main aside .side-content .sider-box label {
  display: block;
  font-size: 17px;
  padding-bottom: 7px;
  color: #333;
  border-bottom: 1.5px solid #ce1141;
}
main section .content .main aside .side-content .sider-box p {
  margin: 0;
}
main section .content .main aside .side-content .sider-box .tab_menu {
  width: 100%;
}
main section .content .main aside .side-content .sider-box .tab_menu .tab ul {
  overflow: hidden;
  display: none;
}
main section .content .main aside .side-content .sider-box .tab_menu .tab ul li {
  list-style: none;
  width: 32.9%;
  float: left;
  height: 10px;
  background: #e5e5e5;
}
main section .content .main aside .side-content .sider-box .tab_menu .tab ul li:nth-child(2) {
  border-left: 1px solid #fdfff7;
  border-right: 1px solid #fdfff7;
}
main section .content .main aside .side-content .sider-box .tab_menu .tab ul .active {
  background: #c92d42;
}
main section .content .main aside .side-content .sider-box .tab_menu .tab_box {
  margin-top: 15px;
}
main section .content .main aside .side-content .sider-box .tab_menu .tab_box > a {
  position: relative;
  width: 100%;
  height: 160px;
  display: none;
  margin-bottom: 5px;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
main section .content .main aside .side-content .sider-box .tab_menu .tab_box > a:first-child {
  display: block;
}
main section .content .main aside .side-content .sider-box .tab_menu .tab_box > a .words {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border-bottom-left-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main section .content .main aside .side-content .sider-box .tab_menu a.link {
  display: block;
  margin-top: 5px;
  padding: 10px 5px;
  color: #666;
}
main section .content .main aside .side-content .sider-box .tab_menu a.link span {
  float: right;
  color: #d7164d;
}
main section .content .main aside .side-content .side-list p {
  font-weight: bold;
}
main section .content .main aside .side-content .side-list ul li {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.cover-img-bg {
  overflow: hidden;
  height: auto;
  box-sizing: border-box;
}
.cover-img-bg .cover-container {
  width: 100%;
  height: 0;
  padding-bottom: 34%;
}
.title {
  position: relative;
  top: -65px;
  padding: 0;
  width: 100%;
  height: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2.5rem;
  font-family: SimSun, "宋体", serif;
  color: #fdfdfd;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.cover-container .container {
  padding: 0;
}
.middle_active {
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px);
  position: fixed;
  top: 150px;
  left: 50%;
  z-index: 99;
}
