.content-pa30{
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  line-height: 1.8;
  font-size: 16px;
  font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}
.help-header{
  border-bottom: 1px solid #eee;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.help-header .post-title{
  font-size: 20px;
  color: #333;
  font-weight: 400;
  margin-bottom: 5px
}
.help-header .post-meta{
  color: #999;
  font-size: 14px;
}

.help-content p{
  line-height: 1.8;
  margin-bottom: 15px;
  color: #666;
}
.help-content h2{
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-weight: 700;
}
.help-content ul{
  padding: 0;
}
.help-content ul li{
  list-style-type:none;
  border-bottom: 1px solid #eee;
  overflow: hidden;padding: 10px 0
}
.help-content ul li a{
  color: #666;
  line-height: 1.8;
  display: block;/*给a标签设置成块级元素*/
  width: 100%;
  height: 100%;
}
.help-content ul>li>a>img{
  float: left;
  border: 1px solid #eee;
  margin-right: 20px;
  margin-top: 10px
}
.help-content ul>li>a:hover>img{
  border: 1px solid #00ab9f;
}
.help-content ul>li>a>.list-right{
  float: right;
  font-size: 12px;
  color: #ccc;
  line-height: 2.4;
  width: 120px
}
.help-content ul>li>a>.list-left-title{
  float: left;
  width: 650px;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.help-content ul li a:hover{
  color: #00ab9f;
  background-color: #fafafa;
}
.honor-now{
  padding: 15px 0 !important;
  position: relative;
  border-bottom: 0 !important;

}
.honor-now:nth-child(2n){
  float: left;
  width: 425px;
  margin-right: 30px;
}
.honor-now:nth-child(2n+1){
  float: left;
  width: 425px;
  margin-right: 0;
}
.honor-now:first-child{
  width: 884px;
}
.honor-now:first-child img{
  height: 545px;
}
.honor-now img{
  width: 100%;
  height: 263px;
}
.honor-now:first-child .honor-text{
  position: absolute;
  bottom: 20px;
  left: 10px;
  color: #ffffff;
}
.honor-now:first-child .honor-text .out-title{
  font-weight: 600;
}
.honor-text>.out-title{
  width: 425px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.help-footer{
  text-align: center;
}
.help-footer span{
  margin-right: 5px;
}
.help-footer .a-not{
  padding: 3px 8px;
  color: #999;
  border: 1px solid #ddd;
  font-size: 14px;
  background-color: #f4f4f4;
}
.help-footer a{
  padding: 3px 8px;
  color: #666;
  border: 1px solid #ddd;
  font-size: 14px;
}
.help-footer a:hover{
  color: #ffffff;
  border: 1px solid #00ab9f;
  background-color: #00ab9f;
}
.help-footer .active{
  padding: 3px 8px;
  color: #ffffff;
  border: 1px solid #00ab9f;
  font-size: 14px;
  background-color: #00ab9f;
}
.out-title{
  line-height: 2.2;
  font-size: 18px;
}
.out-meta{
  line-height: 1.8;
  font-size: 14px;
  color: #999;
}
.out-excerpt{
  color: #333;
  font-size: 14px;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*团队介绍模板自定义*/
.help-content .core-team{
  width: 100%;
  padding: 0;
  margin-top: 30px;
  list-style-type:none;
  display: block;
  overflow: hidden;
}
.help-content .core-team li{
  padding: 0 15px;
  width: 33.32%;
  text-align: left;
  float: left;
  position: relative;
  box-sizing:border-box;
  margin-bottom: 30px;
}
.core-team .core-team-img{
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-color: #eaeaea;
}
.core-team .core-team-name{
  height: 100px;
  padding: 15px;
  background-color: #eaeaea;
  border-bottom: 3px solid #00ab9f;
}
.core-team-name-title{
  font-size: 20px;
  font-weight: 700;
  color: #666;
}
@keyframes fade-in {
  0% {opacity: 0;}/*初始状态 透明度为0*/
  40% {opacity: 0;}/*过渡状态 透明度为0*/
  100% {opacity: 1;}/*结束状态 透明度为1*/
}
@-webkit-keyframes fade-in {/*针对webkit内核*/
  0% {opacity: 0;}
  40% {opacity: 0;}
  100% {opacity: 1;}
}
.core-team .info {
  position:absolute;
  width: 264.2px;
  height: 100%;
  top: 0;
  left: 0;
  word-wrap: break-word;
  margin: 0 15px;
  padding: 15px;
  background-color:rgba(0,0,0,0.5);
  color: #fff;
  display: none;
  animation: fade-in;
  animation-duration: 0.5s;
  -webkit-animation:fade-in 0.5s;
}
.core-team .info>p{
  color: #fff;
}
.core-team li:hover .info{display:block;}

/*side_menu*/
.menu_list {
  margin: auto;
  width: 185px;
}

.menu_head {
  width: 175px;
  height: 50px;
  line-height: 50px;
  padding-left: 38px;
  font-size: 18px;
  color: #666;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  border-top: 0;
  position: relative;
  background: white url(../../img/pro_left.png) center left no-repeat;
  margin: 0;
}
.menu_head:first-child{
  border-top: 1px solid #e1e1e1;
}
.menu_list .current {
  color: #00ACA0;
  background: white url(../../img/pro_down.png) center left no-repeat;
}

.menu_body {
  width: 175px;
  height: auto;
  overflow: hidden;
  line-height: 50px;
  border-left: 1px solid #e1e1e1;
  backguound: #fff;
  border-right: 1px solid #e1e1e1;
}

.menu_body a{
  display: block;
  width: 185px;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  color: #777777;
  background: #fff;
  text-decoration: none;
  background: white url(../../img/menu_bg.png) bottom left no-repeat;
}

.menu_body a:hover {
  text-decoration: none;
  border-left: 4px solid #00ACA0;
  color: #00ACA0;
}
.menu_body .active{
  border-left: 4px solid #00ACA0;
  color: #00ACA0;
}
/*优化新增*/
.help-content-style ul li .fa{
  display: none;
}
.help-content-style ul li{
  border-bottom: none;
  padding: 12px 0px 2px 0px;
}
.list-left-title-style{
  margin-top: 30px;
}
.help-content-style ul>li>a>img{
  width: 152px;
  height: 82px;
  border: 1px solid #DADADA;
  border-radius:4px;
}
.help-content-style ul li .out-title{
  line-height: 20px;
  margin: 16px 0px 12px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.help-content-style ul li .out-meta{
  line-height: 14px;
}
.content-pa30-style{
  padding: 40px 42px;
}
.content-title-style{
  padding-left: 0px;
  line-height: 20px;
  margin-bottom: 0px !important;
}
.help-header-style{
  margin: 0px !important;
  padding: 0px 0px 30px 0px;
  border-bottom: 1px solid #E8E8E8;
}
.help-content-style .honor-now{
  padding: 30px 0 0 0!important;
}
.help-content-style .honor-now:first-child {
  width: 858px;
}
.help-content-style .honor-now:nth-child(2n){
  width: 420px;
  margin-right: 19px;
}
.honor-now:nth-child(2n+1) {
  float: left;
  width: 420px;
  margin-right: 0;
}
.help-content-style{
  /*padding-top: 8px;*/
}
.help-content-style ul>li>a>.list-left-title{
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 28px;
}
.help-content-style ul>li>a>.list-right{
  color: #9B9BA3;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 28px;
}
.content-pa30-style .post-meta .fa{
  display:none;
}