.g-header::after {
  display: none;
}

.g-header {
  box-shadow: 5px 6px 18px 0px rgba(0, 174, 236, 0.06);
}

.g-main {
  position: relative;
  /* overflow: hidden; */
}

.m-top-box {
  position: relative;
}

.m-top-box .hd-title,
.m-detail-box .hd-title {
  margin-top: 29px;
  margin-bottom: 29px;
}

.m-top-box .hd-title p,
.m-top-box .hd-title span,
.m-detail-box .hd-title p,
.m-detail-box .hd-title span {
  display: inline-block;
  vertical-align: baseline;
}

.m-top-box .hd-title p,
.m-detail-box .hd-title p {
  padding-right: 14px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  border-right: 1px solid #333;
}

.m-top-box .hd-title span,
.m-detail-box .hd-title span {
  padding-left: 11px;
  font-size: 16px;
  font-weight: 400;
  color: #7d7e80;
}

.m-top-box .content {
  position: relative;
  overflow: hidden;
}

.m-top-box .content .item {
  display: block;
  float: left;
  position: relative;
  width: 600px;
  height: 300px;
  overflow: hidden;
}

.m-top-box .content .item img {
  width: 100%;
  height: 100%;
}

.m-top-box .content .item .tt-box {
  display: none;
}

.m-top-box .content .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.m-top-box .content .item:hover .tt-box {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  padding: 0 120px;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
}

.m-top-box .content .right-box {
  float: right;
  width: 600px;
}

.m-top-box .content .right-box .item1 {
  display: block;
  float: left;
  position: relative;
  width: 298px;
  height: 148px;
  overflow: hidden;
  margin-bottom: 3px;
  margin-left: 2px;
}

.m-top-box .content .right-box .item1 img {
  width: 100%;
  height: 100%;
}

.m-top-box .content .right-box .item1 .tt-box {
  display: none;
}

.m-top-box .content .right-box .item1:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

.m-top-box .content .right-box .item1:hover .tt-box {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
}

.m-list1,
.m-list2 {
  position: relative;
  /* overflow: hidden; */
  margin-top: 35px;
}

.m-list1 .icon-line {
  width: 100%;
  height: 10px;
  margin-bottom: 35px;
  background: url(../img/icon-line.png);
}

.list-tab-item {
  margin-bottom: 35px;
  text-align: center;
}

.list-tab-item a {
  display: inline-block;
  width: 88px;
  height: 42px;
  font-size: 14px;
  line-height: 42px;
  border-radius: 18px;
  border: 1px solid #E6E8EB;
  background: #fff;
}

.list-tab-item a+a {
  margin-left: 13px;
}

.list-tab-item a.on {
  color: #fff;
  border: 1px solid #47ABFF;
  box-shadow: 3px 3px 8px 0px rgba(69, 153, 225, 0.7);
  background: #47ABFF;
}

.m-list1 .content,
.m-list2 .content {
  position: relative;
  margin-right: -16px;
}

.m-list1 .content .item,
.m-list2 .content .item {
  display: block;
  float: left;
  width: 288px;
  height: 388px;
  margin-right: 16px;
  margin-bottom: 20px;
  padding: 10px 10px 0;
  border-radius: 6px;
  border: 1px solid #F5F2F5;
  box-sizing: border-box;
  background: #fff;
}

.m-list1 .content .item:hover,
.m-list2 .content .item:hover {
  box-shadow: 5px 6px 14px 0px rgba(159, 171, 191, 0.46);
}

.m-list1 .content .item img,
.m-list2 .content .item img {
  width: 268px;
  height: 180px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.m-list1 .content .item .title,
.m-list2 .content .item .title {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #3E3F40;
}


.m-list1 .content .item .txt {
  height: 68px;
  padding: 15px;
  font-size: 12px;
  line-height: 18px;
  color: #aaacad;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-sizing: border-box;
  background: #F7F7F7;
}

.m-list1 .content .item .num-sign,
.m-list2 .content .item .num-sign {
  margin-top: 18px;
}

.m-list1 .content .item .num-sign .num {
  font-size: 12px;
  line-height: 24px;
  color: #7d7e80;
}

.m-list1 .content .item .num-sign .sign,
.m-list2 .content .item .num-sign .sign {
  display: block;
  float: right;
  height: 24px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #87A9C6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #EFF7FF;
}

.m-list1 .content .item .num-sign .sign:hover,
.m-list2 .content .item .num-sign .sign:hover {
  color: #fff;
  background: #00AEEC;
}

.m-list1 .content .item .num-sign .sign i,
.m-list2 .content .item .num-sign .sign i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  line-height: 14px;
  vertical-align: text-top;
  color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: 1px solid #2F9BF5;
  background: #3BA6FF;
  opacity: 0.78;
}

.m-list1 .content .item1,
.m-list2 .content .item1 {
  position: relative;
  width: 592px;
  padding-bottom: 10px;
}

.m-list1 .content .item1 .img-box,
.m-list2 .content .item1 .img-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.m-list1 .content .item1 .img-box img,
.m-list2 .content .item1 .img-box img {
  width: 100%;
  height: 100%;
}

.m-list1 .content .item1 .img-box i,
.m-list2 .content .item1 .img-box i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #2B96F0;
  /* opacity: 0.8; */
  border-bottom-right-radius: 16px;
  border-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0.25)) 1 1;
}

.m-list1 .content .item1 .tt-sign {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: 570px;
  height: 72px;
  overflow: hidden;
  line-height: 72px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, .3));
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.m-list1 .content .item1 .tt-sign .tt {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.m-list1 .content .item1 .tt-sign .sign {
  display: block;
  float: right;
  height: 24px;
  margin-top: 26px;
  margin-right: 8px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #3BA6FF;
}

.m-list1 .content .item1 .tt-sign .sign i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  line-height: 14px;
  vertical-align: text-top;
  color: #3BA6FF;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: 1px solid #fff;
  background: #fff;
}


.m-detail-box .content {
  position: relative;
  height: 280px;
  box-sizing: border-box;
}

.m-detail-box .content .img-box {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  width: 384px;
  height: 260px;
  overflow: hidden;
  margin-left: 20px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border: 4px solid #FFFFFF;
  box-sizing: border-box;
}

.m-detail-box .content .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.m-detail-box .content .info {
  position: relative;
  height: 260px;
  margin-top: 20px;
  padding-top: 29px;
  padding-right: 60px;
  padding-bottom: 20px;
  padding-left: 436px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border: 1px solid #F5F2F5;
  box-sizing: border-box;
  box-shadow: 5px 6px 18px 0px rgba(158, 169, 178, 0.2);
  background: #FFFFFF;
}

.m-detail-box .content .info .tt {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}

.m-detail-box .content .info .tt i {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  vertical-align: text-bottom;
  background: url(../img/icon-jh.png) no-repeat center;
  background-size: 100% 100%;
}

.m-detail-box .content .info .txt {
  margin-top: 22px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #7e7e7e;
}

.m-detail-box .content .info .fg-share {
  position: absolute;
  bottom: 20px;
}

.m-detail-box .content .info .fg-share .fg {
  display: inline-block;
  width: 583px;
  height: 10px;
  margin-right: 12px;
  vertical-align: middle;
  background: url(../img/icon-line.png) center;
}

.m-detail-box .content .info .fg-share .share-box {
  float: right;
  position: relative;
}

.m-detail-box .content .info .fg-share .share-box a {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.m-detail-box .content .info .fg-share .share-box .wx-code-box {
  display: none;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 3px 3px 8px 0px rgba(124, 136, 140, 0.3);
  background: #FFFFFF;
}

.m-detail-box .content .info .fg-share .share-box .wx-code-box img {
  width: 100%;
  height: 100%;
}

.m-detail-box .content .info .fg-share .share-box .wx {
  background-image: url(../img/icon-wx.png);
}

.m-detail-box .content .info .fg-share .share-box .wx:hover {
  background-image: url(../img/icon-wx1.png);
}

.m-detail-box .content .info .fg-share .share-box .wb {
  background-image: url(../img/icon-wb.png);
}

.m-detail-box .content .info .fg-share .share-box .wb:hover {
  background-image: url(../img/icon-wb1.png);
}

.m-detail-box .content .info .fg-share .share-box .qq {
  background-image: url(../img/icon-qq.png);
}

.m-detail-box .content .info .fg-share .share-box .qq:hover {
  background-image: url(../img/icon-qq1.png);
}

.m-detail-box .avatar-content .img-box {
  width: 240px;
  height: 240px;
  margin-left: 40px;
  border-radius: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  -o-border-radius: 120px;
}

.m-detail-box .avatar-content .info {
  padding-left: 304px;
  background: url(../img/icon-bg.png) no-repeat center;
  opacity: 0.9;
  background-size: 100% 100%;
}

.m-detail-box .avatar-content .info .name {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
}

.m-detail-box .avatar-content .info .name span {
  display: inline-block;
  width: 86px;
  height: 28px;
  margin-left: 22px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  vertical-align: 5px;
  color: #808080;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: rgba(255, 252, 238, .5);
}

.m-detail-box .avatar-content .info .name span i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-left: 5px;
  vertical-align: -2px;
  background-repeat: no-repeat;
  background-position: center;
}

.m-detail-box .avatar-content .info .name span i.icon-yczz {
  background-image: url(../img/icon-yczz.png);
}

.m-detail-box .avatar-content .info .name span i.icon-gzry {
  background-image: url(../img/icon-gzry.png);
}

.m-detail-box .avatar-content .info .name span i.icon-dkjs {
  background-image: url(../img/icon-ddjs.png);
}

.m-detail-box .avatar-content .info .xg {
  font-size: 14px;
  color: #acacad;

}

.m-detail-box .avatar-content .info .qm {
  width: 640px;
  height: 82px;
  margin-top: 20px;
  padding: 17px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #595959;
  box-sizing: border-box;
  background: rgba(250, 250, 250, .5);
}

.m-detail-box .avatar-content .info .code-box {
  position: absolute;
  right: 64px;
  bottom: 39px;
  text-align: center;
}

.m-detail-box .avatar-content .info .code-box .code {
  width: 120px;
  height: 120px;
  padding: 4px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #F5F2F5;
  box-sizing: border-box;
  background: #FFFFFF;
  opacity: 0.9;
}

.m-detail-box .avatar-content .info .code-box .code img {
  width: 100%;
  height: 100%;
}

.m-detail-box .avatar-content .info .code-box p {
  margin-top: 5px;
  font-size: 16px;
  color: #adadad;
}

.m-box2 {
  position: relative;
  margin-top: 40px;
}

.m-box2 .content {
  position: relative;
  margin-top: 20px;
  margin-right: -20px;
}

.m-box2 .hd-title {
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  font-weight: bold;
  text-indent: 40px;
  color: #323232;
  background: url(../img/icon-rmjx.png) no-repeat left center;
}

.m-box2 .hd-title.jjjx1 {
  background-image: url(../img/icon-rmjx1.png);
}

.m-box2 .hd-title.jjjx2 {
  background-image: url(../img/icon-rmjx2.png);
}

.m-box2 .item {
  display: block;
  float: left;
  position: relative;
  width: 288px;
  height: 322px;
  margin-right: 16px;
  margin-bottom: 20px;
  padding: 10px 10px 0;
  border-radius: 6px;
  border: 1px solid #F5F2F5;
  box-sizing: border-box;
  background: #fff;
}

.m-box2 .item:hover {
  box-shadow: 5px 6px 14px 0px rgba(159, 171, 191, 0.46);
}

.m-box2 .item .sort {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 46px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #00AEEC;
  border-radius: 6px;
  border: 1px solid #9DD4FF;
  background: #DEECF7;
}

.m-box2 .item .sort:hover {
  color: #fff;
  border: 1px solid #00AEEC;
  background: #00AEEC;
}

.m-box2 .item img {
  width: 268px;
  height: 180px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.m-box2 .item .title {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #3E3F40;
}

.m-box2 .item .avatar-sign {
  margin-top: 35px;
}

.m-box2 .item .avatar {
  display: inline-block;
  margin-right: 34px;

}

.m-box2 .item .avatar img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.m-box2 .item .avatar em {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  color: #7d7e80;
}

.m-box2 .item .avatar-sign .sign {
  display: block;
  float: right;
  height: 24px;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #87A9C6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #EFF7FF;
}

.m-box2 .item .avatar-sign .sign i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  line-height: 14px;
  vertical-align: text-top;
  color: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: 1px solid #2F9BF5;
  background: #3BA6FF;
  opacity: 0.78;
}

.m-box2 .item .avatar-sign .time {
  font-size: 12px;
  line-height: 24px;
  color: #CDCFD1;
}

.m-box2 .more {
  display: block;
  width: 320px;
  height: 28px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  color: #AAACAD;
  border-radius: 12px;
  border: 1px solid #EBEBEB;
  background: #F5F2F5;
}

.m-leftNav {
  position: fixed;
  top: 500px;
  left: 50%;
  margin-left: -690px;
}

.m-leftNav .u-side-item {
  display: block;
  padding: 10px 0 10px 20px;
  font-size: 12px;
  text-align: center;
  color: #9B9B9E;
  border-left: 2px solid #F0F0F0;
}

.m-leftNav .u-side-item.on {
  color: #00AEEC;
  border-left: 2px solid #00AEEC;
}

.m-leftNav .u-side-item i {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 6px;
  border-radius: 50%;
  border: 1px solid #F7F7F7;
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
}

.m-leftNav .u-side-item.on i {
  border: 1px solid #EDF7FA;
}

.m-leftNav .u-side-item i.icon-rmjx {
  background-image: url(../img/icon-rm.png);
}

.m-leftNav .u-side-item.on i.icon-rmjx {
  background-image: url(../img/icon-rm1.png);
}

.m-leftNav .u-side-item i.icon-jjjx {
  background-image: url(../img/icon-jj.png);
}

.m-leftNav .u-side-item.on i.icon-jjjx {
  background-image: url(../img/icon-jj1.png);
}

.m-leftNav .u-side-item i.icon-symj {
  background-image: url(../img/icon-sy.png);
}

.m-leftNav .u-side-item.on i.icon-symj {
  background-image: url(../img/icon-sy1.png);
}

.none-content {
  position: relative;
  height: 500px;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #F5F2F5;
  background-color: #fff;
  background-image: url(../img/icon-none.png);
  background-repeat: no-repeat;
  background-position: center;
}

/* .none-content .go {
  display: block;
  position: absolute;
  top: 273px;
  left: 626px;
  width: 206px;
  height: 30px;
} */

.m-list2 .content .item {
  position: relative;
  height: 384px;
}

.m-list2 .content .item .biao {
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  width: 46px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #00AEEC;
  border-radius: 6px;
  border: 1px solid #9DD4FF;
  background: #DEECF7;
}

.m-list2 .content .item .biao:hover {
  color: #fff;
  border: 1px solid #00AEEC;
  background: #00AEEC;
}

.m-list2 .content .item .avatar {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-list2 .content .item .avatar img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.m-list2 .content .item .avatar em {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  color: #7d7e80;
}

.m-list2 .content .item .num-sign .time {
  font-size: 16px;
  line-height: 24px;
  color: #CDCFD1;
}

.m-list2 .content .item1 .tt-avatar-time-sign {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: 570px;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .2), rgba(0, 0, 0, .1));
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.m-list2 .content .item1 .tt-avatar-time-sign .tt {
  padding: 10px 10px 0 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bolder;
  color: #fff;
}

.m-list2 .content .item1 .avatar-time-sign {
  height: 32px;
  margin-top: 20px;
  margin-bottom: 16px;
  padding: 0 10px;

}


.m-list2 .content .item1 .avatar-time-sign .avatar {
  display: inline-block;
  margin: 0;
  margin-right: 75px;
  vertical-align: middle;
  /* border: 1px solid red; */
}

.m-list2 .content .item1 .avatar-time-sign .avatar img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.m-list2 .content .item1 .avatar-time-sign .avatar em {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  vertical-align: middle;
  color: #fff;
}

.m-list2 .content .item1 .avatar-time-sign .sign {
  display: block;
  float: right;
  height: 24px;
  margin-top: 4px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #00AEEC;
}

.m-list2 .content .item1 .avatar-time-sign .sign i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  line-height: 14px;
  vertical-align: text-top;
  color: #3BA6FF;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: 1px solid #2F9BF5;
  background: #FFFFFF;
  opacity: 0.78;
}

.m-list2 .content .item1 .avatar-time-sign .time {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  /* border: 1px solid red; */
  vertical-align: middle;
  color: #fff;
}



/* ============================搜索页面样式=================================== */
.m-top-box .search-box2 {
  margin-top: 28px;
  text-align: center;
}

.m-top-box .search-box2 form {
  width: 800px;
  height: 64px;
  margin: 0 auto 30px;
  padding: 10px 20px;
  text-align: left;
  border-radius: 12px;
  border: 1px solid #F5F2F5;
  box-sizing: border-box;
  box-shadow: 5px 6px 18px 0px rgba(158, 169, 178, 0.2);
  background: #FFFFFF;
  opacity: 0.9;
}

.m-top-box .search-box2 form input {
  width: 668px;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  vertical-align: middle;
  color: #333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: none;
  border-right: 1px solid #F5F2F5;
  box-sizing: border-box;
  outline: 0;
  background: #fff;
}

.m-top-box .search-box2 form button {
  width: 29px;
  height: 28px;
  margin-left: 40px;
  vertical-align: middle;
  border: none;
  outline: 0;
  background: #fff url(../img/icon-sbtn.png) no-repeat center;
}

.m-top-box .search-box2 .s-keywords {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.m-top-box .search-box2 .s-keywords-art {
  display: block;
  margin-top: 27px;
  font-size: 14px;
  color: #7e7e7f;
}

.m-top-box .search-box2 .s-keywords-art em {
  padding: 0 5px;
  color: #f64545;
}

.m-coll2 {
  position: relative;
  margin-top: 30px;
}

.m-coll2 .m-coll2-left {
  float: left;
  position: relative;
  width: 820px;
  margin-right: 30px;
}

.m-coll2 .m-coll2-right {
  float: right;
  position: relative;
  width: 350px;
}

.m-coll2 .m-coll2-left .art-tools-tab {
  height: 56px;
  padding-left: 10px;
  line-height: 56px;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}

.m-coll2 .m-coll2-left .art-tools-tab a {
  display: inline-block;
  position: relative;
  height: 56px;
  margin-right: 56px;
  font-size: 18px;
  /* font-weight: bold; */
  color: #adadad;
}

.m-coll2 .m-coll2-left .art-tools-tab a:hover {
  color: #00AEEC;
}

.m-coll2 .m-coll2-left .art-tools-tab a.on {
  color: #00AEEC;
  border-bottom: 2px solid #00AEEC;
}

.m-list-box4 {
  position: relative;
  padding-bottom: 30px;
  background: #fff;
}

.m-list-box4 li {
  display: block;
  position: relative;
  height: 194px;
  overflow: hidden;
  padding: 32px 30px;
  box-sizing: border-box;
}

.m-list-box4 li:hover {
  border: 1px solid #9DD4FF;
  background: #EEFBFF;
}

.m-list-box4 li::after {
  content: ".";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 1px;
  font-size: 0;
  border-bottom: 1px dashed #EBE8EB;

}

.m-list-box4 li img {
  float: left;
  width: 128px;
  height: 128px;
  vertical-align: top;
  border-radius: 64px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  -o-border-radius: 64px;
}

.m-list-box4 li .info {
  margin-left: 158px;
}

.m-list-box4 li .info .tt {
  margin-bottom: 7px;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #3E3F40;
}

.m-list-box4 li .info .tt:hover {
  color: #00AEEC;
}
.m-list-box4 li:hover .info .signs a{
  color: #fff;
  background: #00AEEC;
}

.m-list-box4 li:hover .info .signs a i {
  color: #00AEEC;
  background: #fff;
}
.m-list-box4 li .info .txt {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #adadad;
}

.m-list-box4 li .info .txt:hover {
  color: #00AEEC;
}

.m-list-box4 li .info .signs {
  margin-top: 20px;
  text-align: right;
}

.m-list-box4 li .info .signs a {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #87A9C6;
  border-radius: 10px;
  padding: 0 5px;
}

.m-list-box4 li .info .signs a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  font-size: 12px;
  line-height: 14px;
  vertical-align: 0;
  color: #fff;
  border-radius: 7px;
  border: 1px solid #2F9BF5;
  background: #3BA6FF;
  opacity: 0.78;
}

.m-right-box4 {
  width: 350px;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid #F2F2F2;
  background: #FFFFFF;
}

.m-right-box4 .hd-title {
  padding: 20px 10px;
  font-size: 18px;
  color: #3E3F40;
}

.m-right-box4 .hd-title i {
  display: inline-block;
  width: 6px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -2px;
  background: url(../img/icon-xg.png) no-repeat center;
}

.hots-entry-box {
  padding: 0 18px 9px 21px;
}

.hots-entry-box a {
  display: inline-block;
  height: 36px;
  margin-right: 2px;
  margin-bottom: 14px;
  padding: 0 14px;
  font-size: 12px;
  line-height: 36px;
  color: #808080;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #F7F7F7;
}

.hots-entry-box a:hover {
  box-shadow: 3px 3px 8px 0px rgba(124, 136, 140, 0.2);
  background: #FFFFFF;
}

.hots-entry-box a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
  border-radius: 7px;
  background-image: url(../img/icon-e1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.hots-entry-box a:hover i {
  background-image: url(../img/icon-e1-h.png);

}

.hots-entry-box a .icon2 {
  background-image: url(../img/icon-e2.png);
}

.hots-entry-box a .icon3 {
  background-image: url(../img/icon-e3.png);
}

.hots-entry-box a .icon4 {
  background-image: url(../img/icon-e4.png);
}

.hots-entry-box a .icon5 {
  background-image: url(../img/icon-e5.png);
}

.hots-entry-box a .icon6 {
  background-image: url(../img/icon-e6.png);
}

.hots-entry-box a .icon7 {
  background-image: url(../img/icon-e7.png);
}

.hots-entry-box a .icon8 {
  background-image: url(../img/icon-e8.png);
}

.hots-entry-box a .icon9 {
  background-image: url(../img/icon-e9.png);
}

.hots-entry-box a:hover .icon2 {
  background-image: url(../img/icon-e2-h.png);
}

.hots-entry-box a:hover .icon3 {
  background-image: url(../img/icon-e3-h.png);
}

.hots-entry-box a:hover .icon4 {
  background-image: url(../img/icon-e4-h.png);
}

.hots-entry-box a:hover .icon5 {
  background-image: url(../img/icon-e5-h.png);
}

.hots-entry-box a:hover .icon6 {
  background-image: url(../img/icon-e6-h.png);
}

.hots-entry-box a:hover .icon7 {
  background-image: url(../img/icon-e7-h.png);
}

.hots-entry-box a:hover .icon8 {
  background-image: url(../img/icon-e8-h.png);
}

.hots-entry-box a:hover .icon9 {
  background-image: url(../img/icon-e9-h.png);
}

.hots-tools-box {
  position: relative;
  padding: 0 10px;
}

.hots-tools-box a {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.hots-tools-box .fg {
  margin: 20px 0;
  border-bottom: 1px dashed #EBE8EB;
}

.hots-tools-box a img {
  width: 100%;
  height: 220px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.hots-tools-box a .tt {
  position: absolute;
  bottom: 2px;
  padding: 10px;
  /* height: 50px; */
  font-size: 16px;
  width: 310px;
  line-height: 24px;
  color: #fff;
 border-bottom-left-radius: 6px;
 border-bottom-right-radius: 6px;
  background: rgba(0, 0, 0, .5);
}

.hots-tools-box a .txt {
  display: none;
}

.hots-tools-box a:hover .tt {
  display: none;
}

.hots-tools-box a:hover .txt {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2px;
  left: 0;
  /*实现水平居中*/
  justify-content: center;
  /*实现垂直居中*/
  align-items: center;
  padding: 0 28px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;

  text-align: justify;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: rgba(0, 0, 0, .7);
}

.hots-article-box {
  position: relative;
  padding: 0 10px;
}

.hots-article-box .fg {
  margin: 20px 0;
  border-bottom: 1px dashed #EBE8EB;
}

.hots-article-box a {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.hots-article-box a img {
  width: 100%;
  height: 172px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.hots-article-box a .tt {
  margin-top: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #3E3F40;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.hots-article-box a .tt:hover {
  color: #00AEEC;
}

.search-none-box {
  height: 820px;
  background: #fff url(../img/icon-s-none.png) no-repeat center;
}

.m-list-box5 {
  position: relative;
  padding-bottom: 30px;
  background: #fff;
}

.m-list-box5 li {
  display: block;
  position: relative;
  height: 194px;
  overflow: hidden;
  padding: 22px;
  box-sizing: border-box;
}

.m-list-box5 li::after {
  content: ".";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 1px;
  font-size: 0;
  border-bottom: 1px dashed #EBE8EB;
}

.m-list-box5 li:hover {
  border: 1px solid #9DD4FF;
  background: #EEFBFF;
}

.m-list-box5 li .biao {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  width: 46px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #00AEEC;
  border-radius: 6px;
  border: 1px solid #9DD4FF;
  background: #DEECF7;
}

.m-list-box5 li:hover .biao {
  color: #fff;
  border: 1px solid #9DD4FF;
  background: #22B3ED;
}

.m-list-box5 li img {
  float: left;
  width: 225px;
  height: 150px;
  vertical-align: top;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.m-list-box5 li .info {
  margin-left: 246px;
}

.m-list-box5 li .info .tt {
  height: 48px;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #3E3F40;
}

.m-list-box5 li .info .txt {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #adadad;
}

.m-list-box5 li .avatar-time-signs {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.m-list-box5 li .info .signs {
  float: right;
  text-align: right;
}

.m-list-box5 li .info .signs a {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #87A9C6;
  border-radius: 10px;
  background: #EFF7FF;
}

.m-list-box5 li .info .signs a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  font-size: 12px;
  line-height: 14px;
  vertical-align: 0;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /* border: 1px solid #2F9BF5; */
  background: rgba(59, 166, 255, 0.78);
}

.m-list-box5 li:hover .info .signs a {
  color: #fff;
  background: #00AEEC;
}

.m-list-box5 li:hover .info .signs a i {
  color: #00AEEC;
  background: #fff;
}

.m-list-box5 li .info span {
  display: block;
  float: left;
  height: 24px;
}

.m-list-box5 li .info span img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.m-list-box5 li .info span em {
  font-size: 12px;
  line-height: 24px;
}

.m-list-box5 li .info .time {
  margin-left: 34px;
  font-size: 12px;
  line-height: 24px;
  color: #CDCFD1;
}

.m-coll3 {
  position: relative;
  font-size: 0;
}

.m-coll3-left {
  /* float: left; */
  display: inline-block;
  position: relative;
  width: 750px;
  vertical-align: top;
  font-size: 14px;
}

.m-coll3-left .top-info {
  position: relative;
}

.m-coll3-left .top-info img {
  width: 100%;
  height: 496px;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.m-coll3-left .top-info .time {
  font-size: 12px;
  color: #adadad;
}

.m-coll3-left .top-info .tt {
  margin-top: 5px;
  font-size: 28px;
  line-height: 48px;
  font-weight: bold;
  color: #333;
}

.m-coll3-left .abstract-box {
  margin-top: 20px;
  padding: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #F3F4F5;
}

.m-coll3-left .abstract-box .zy {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  color: #31BCEE;
}

.m-coll3-left .abstract-box .zy i {
  display: inline-block;

}

.m-coll3-left .abstract-box .zy i.icon-zhaiyao {
  width: 18px;
  height: 16px;
  margin-right: 8px;
  vertical-align: -1px;
  background: url(../img/icon-zy.png) no-repeat center;
}

.m-coll3-left .abstract-box .zy i.icon-xl {
  float: right;
  width: 14px;
  height: 12px;
  margin-top: 3px;
  background: url(../img/icon-xl.png) no-repeat center;
  cursor: pointer;
}

.m-coll3-left .abstract-box .zy i.icon-close {
  display: none;
  float: right;
  width: 14px;
  height: 12px;
  margin-top: 3px;
  background: url(../img/icon-close.png) no-repeat center;
  cursor: pointer;

}

.m-coll3-left .abstract-box .content {
  display: none;
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
  color: #808080;
}

.m-coll3-left .abstract-box .content p {
  margin-bottom: 10px;
}

.m-coll3-left .article-box {
  position: relative;
  /* overflow: hidden; */
  margin-bottom: 20px;
}

.m-coll3-left .article-box .fg {
  width: 400px;
  height: 1px;
  margin: 30px 0;
  background: #E8EAEB;
}

.m-coll3-left .article-box p {
  margin: 1em;
  font-size: 16px;
  line-height: 30px;
  color: #595959;
}

.m-coll3-left .article-box strong {
  font-weight: bold;
}

.m-coll3-left .article-box em {
  font-style: italic;
}

.m-coll3-left .article-box h3 {
  margin: 30px 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.m-coll3-left .article-box p img {
  max-width: 100%;
}

.m-coll3-left .article-box ul {
  list-style: disc;
  padding-inline-start: 40px;
}

.m-coll3-left .article-box ul li {
  margin: .5rem 0;
}

.m-coll3-left .article-box h3 span {
  border-bottom: 2px solid #FF655D;
}

.m-coll3-left .article-box h3 span:hover {
  box-shadow: inset 0 -10px #FF655D;
  -webkit-transition: box-shadow .2s linear;
  transition: box-shadow .2s linear;
}

.m-coll3-left .article-box h3 strong {
  border-bottom: 2px solid #FF655D;
}

.m-coll3-left .article-box h3 strong:hover {
  box-shadow: inset 0 -10px #FF655D;
  -webkit-transition: box-shadow .2s linear;
  transition: box-shadow .2s linear;
}

.m-coll3-left .article-box .a-box1 {
  margin: 30px 0;
  padding: 28px 30px 28px 20px;
  border-radius: 12px;
  background: #F3F4F5;
}

.m-coll3-left .article-box .a-box1 .yinhao {
  display: block;
  width: 36px;
  height: 22px;
  background: url(../img/icon-yinhao.png) no-repeat center;
}

.m-coll3-left .article-box .a-box1 p {
  margin-top: 20px;
  padding: 0 15px;
  font-size: 16px;
  color: #4F5459;
}

.m-coll3-left .article-box .a-box2 {
  position: relative;
  overflow: hidden;
  margin: 30px 0;
  padding: 10px 20px;
  border-radius: 12px;
  background: #FFFFFF;
}

.m-coll3-left .article-box .a-box2:hover {
  box-shadow: 3px 3px 8px 0px rgba(124, 136, 140, 0.3);
}

.m-coll3-left .article-box .a-box2 img {
  float: left;
  width: 121px;
  height: 121px;
  border-radius: 12px;
}
.m-coll3-left .article-box .a-box2 p{
  margin: 0;
}
.m-coll3-left .article-box .a-box2 .t-info {
  width: 395px;
  margin-left: 20px;
  float: left;
}

.m-coll3-left .article-box .a-box2 .t-info .tt {
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333333;
}

.m-coll3-left .article-box .a-box2 .t-info .txt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #ADADAD;
}

.m-coll3-left .article-box .a-box2 .btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 108px;
  height: 52px;
  margin-top: -26px;
  font-size: 16px;
  line-height: 52px;
  font-weight: bold;
  text-align: center;
  color: #00AEEC;
  border-radius: 12px;
  border: 1px solid #00AEEC;
}

.m-coll3-left .article-box .a-box2 .btn i {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-left: 4px;
  background: url(../img/icon-xia1.png) no-repeat center;
}

.m-coll3-left .article-box .a-box2 .btn:hover {
  color: #fff;
  border: 1px solid #00AEEC;
  background: #00AEEC;
}

.m-coll3-left .article-box .a-box2 .btn:hover i {
  background-image: url(../img/icon-xia.png);
}

.m-coll3-left .article-box .a-box3 {
  padding: 20px;
}

.m-coll3-left .article-box .a-box3 img {
  width: 150px;
  height: 100px;
}

.m-coll3-left .article-box .a-box3 .t-info {
  width: 359px;
  margin-left: 20px;
  float: left;
}

.m-coll3-left .article-box .a-box3 .t-info .tt {
  margin-bottom: 5px;
  /* padding-top: 5px; */
  padding-top: 0;
}

.m-coll3-left .article-box .a-links {
  font-size: 16px;
  line-height: 30px;
  color: #595959;
}

.m-coll3-left .article-box .a-links a {
  text-decoration: underline;
  color: #00AEEC;
}

.m-coll3-left .article-box .a-links a:hover {
  color: #ff5a60;
}

.m-coll3-left .article-sjz-box .share-box {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}

.m-coll3-left .article-sjz-box .share-box .tubiao {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.m-coll3-left .article-sjz-box .share-box .wx-code-box {
  display: none;
  position: absolute;
  bottom: 35px;
  left: 38px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 3px 3px 8px 0px rgba(124, 136, 140, 0.3);
  background: #FFFFFF;
}

.m-coll3-left .article-sjz-box .share-box .wx-code-box img {
  width: 100%;
  height: 100%;
}

.m-coll3-left .article-sjz-box .share-box a.wx {
  background-image: url(../img/icon-wx.png);
}


.m-coll3-left .article-sjz-box .share-box a.wx:hover {
  background-image: url(../img/icon-wx1.png);
}


.m-coll3-left .article-sjz-box .share-box a.wb {
  background-image: url(../img/icon-wb.png);
}


.m-coll3-left .article-sjz-box .share-box a.wb:hover {
  background-image: url(../img/icon-wb1.png);
}


.m-coll3-left .article-sjz-box .share-box a.qq {
  background-image: url(../img/icon-qq.png);
}

.m-coll3-left .article-sjz-box {
  position: relative;
  height: 34px;
  margin-bottom: 30px;
}

.m-coll3-left .article-sjz-box .share-box {
  display: inline-block;
  margin-top: 8px;
}

.m-coll3-left .article-sjz-box .share-box a.qq:hover {
  background-image: url(../img/icon-qq1.png);
}

.m-coll3-left .article-sjz-box .share-box .fg {
  display: inline-block;
  width: 1px;
  height: 20px;
  margin: 0 15px;
  vertical-align: middle;
  border-radius: 1px;
  background: #EBE8EB;
}

.m-coll3-left .article-sjz-box .share-box .jubao {
  font-size: 12px;
  line-height: 20px;
  color: #808080;
}

.m-coll3-left .article-sjz-box .zan {
  float: right;
  font-size: 12px;
  color: #D1CFD1;
}

.m-coll3-left .article-sjz-box .zan i {
  display: inline-block;
  width: 48px;
  height: 42px;
  vertical-align: baseline;
  vertical-align: -4px;
  background: url(../img/icon-agree.png) no-repeat center;
}

.m-coll3-left .article-sjz-box .zan.on {
  color: #F1826A;
}

.m-coll3-left .article-sjz-box .zan.on i {
  vertical-align: -8px;
  background-image: url(../img/icon-agree1.png);
}

.m-coll3-left .signs-box {
  position: relative;
  height: 48px;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0 20px;
  font-size: 12px;
  line-height: 48px;
  color: #808080;
  border: 1px solid #E8E9EB;
}

.m-coll3-left .signs-box a {
  display: inline-block;
  height: 24px;
  /* width: 66px; */
  padding-right: 8px;
  line-height: 24px;
  color: #A4ADB4;
  border-radius: 10px;
  background: #F0F1F2;
}

.m-coll3-left .signs-box a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  margin-left: 7px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  background: rgba(172, 173, 173, 0.78);
}

.m-coll3-left .signs-box a:hover {
  color: #fff;
  background: #00AEEC;
}

.m-coll3-left .signs-box a:hover i {
  color: #00AEEC;
  background: #fff;
}

.m-coll3-left .article-related-box {
  position: relative;
  overflow: hidden;
}

.m-coll3-left .article-related-box .hd-title {
  font-size: 18px;
  color: #3E3F40;
}


.m-coll3-left .article-related-box .hd-title i {
  display: inline-block;
  width: 6px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -2px;
  background: url(../img/icon-xg.png) no-repeat center;
}

.m-coll3-left .article-related-box .m-list-box5 {
  margin-top: 10px;
  background: none;
}

.m-coll3-left .article-related-box .m-list-box5 li {
  padding-left: 0;
}

.m-coll3-left .article-related-box .m-list-box5 li .biao {
  top: 30px;
  left: 8px;
}

.m-coll3-right {
  /* float: right; */
  display: inline-block;
  position: relative;
  width: 350px;
  margin-left: 100px;
  vertical-align: top;
}

.m-coll3-right .avatar-info-box {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  padding: 18px 30px;
  border-radius: 12px;
  box-sizing: border-box;
  background: #FFFFFF;
}

.m-coll3-right .avatar-info-box .img-name-sign {
  position: relative;
  overflow: hidden;
}


.m-coll3-right .avatar-info-box .img-name-sign img {
  float: left;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.m-coll3-right .avatar-info-box .img-name-sign .name {
  margin-top: 16px;
  margin-left: 108px;
  font-size: 20px;
  color: #333333;
}

.m-coll3-right .avatar-info-box .img-name-sign .sign {
  display: inline-block;
  height: 28px;
  margin-top: 16px;
  margin-left: 18px;
  padding: 0 10px 0 5px;
  font-size: 14px;
  line-height: 28px;
  color: #808080;
  border-radius: 6px;
  background: #FFFCEE;
}

.m-coll3-right .avatar-info-box .img-name-sign .sign i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-left: 5px;
  vertical-align: -2px;
  background: url(../img/icon-yczz.png) no-repeat center;
}

.m-coll3-right .avatar-info-box .img-name-sign .sign i.icon-yczz {
  background-image: url(../img/icon-yczz.png);
}

.m-coll3-right .avatar-info-box .img-name-sign .sign i.icon-gzry {
  background-image: url(../img/icon-gzry.png);
}

.m-coll3-right .avatar-info-box .img-name-sign .sign i.icon-dkjs {
  background-image: url(../img/icon-ddjs.png);
}

.m-coll3-right .avatar-info-box .jianjie {
  height: 40px;
  margin-top: 28px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}

.m-coll3-right .avatar-info-box .num {
  padding-top: 17px;
  font-size: 14px;
  color: #595959;
  border-top: 1px solid #E8E9EB;
}

.m-coll3-right .avatar-info-box .num em {
  color: #FF3D3D;
}

.m-coll3-right .avatar-lately {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  background: #F3F4F5;
}

.m-coll3-right .avatar-lately .hd-title {
  overflow: hidden;
  padding: 9px 0 0 9px;
  font-size: 24px;
  color: #333;
}

.m-coll3-right .avatar-lately .more {
  /* display: block; */
  float: right;
  margin-top: -18px;
  font-size: 14px;
  color: #AAACAD;
}

.m-coll3-right .avatar-lately .more:hover {
  color: #00AEEC;
}

.m-coll3-right .avatar-lately .more i {
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-bottom: 8px;
  vertical-align: top;
  background: url(../img/icon-more.png) no-repeat center;
}



.m-coll3-right .avatar-lately .more:hover i {
  background-image: url(../img/icon-more1.png);
}

.m-coll3-right .avatar-lately .item {
  position: relative;
}

.m-coll3-right .avatar-lately .fg {
  height: 1px;
  border-bottom: 1px dashed #e0e0e0;
}

.m-coll3-right .avatar-lately .item .tt1 {
  height: 48px;
  margin: 16px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #595959;
}

.m-coll3-right .avatar-lately .item.on .tt1 {
  display: none;
}

.m-coll3-right .avatar-lately .item .img-txt-box {
  display: none;
  position: relative;
  height: 218px;
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.m-coll3-right .avatar-lately .item.on .img-txt-box {
  display: block;
  margin-top: 6px;
}

.m-coll3-right .avatar-lately .img-txt-box img {
  width: 100%;
  height: 100%;
}

.m-coll3-right .avatar-lately .img-txt-box p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 56px;
  overflow: hidden;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .5);
}

.m-coll3-right .article-directories {
  position: relative;
  width: 350px;
  margin-bottom: 10px;
  padding: 20px 20px 0 20px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #F3F4F5;
}

.m-coll3-right .article-directories.fixed {
  position: fixed;
  top: 100px;
}

.m-coll3-right .article-directories .hd-title {
  margin-bottom: 18px;
  font-size: 24px;
  color: #333;
}

.m-coll3-right .article-directories a {
  display: block;
  position: relative;
  height: 52px;
  font-size: 16px;
  color: #808080;
}

.m-coll3-right .article-directories a i {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 20px;
  vertical-align: middle;
  background: url(../img/icon-grey.png) no-repeat center;
}

.m-coll3-right .article-directories a span {
  display: block;
  position: absolute;
  top: 18px;
  left: 5px;
  width: 1px;
  height: 50px;
  background: #E8E9EB;
}

.m-coll3-right .article-directories a:last-child span {
  display: none;
}

.m-coll3-right .article-directories a.on {
  color: #00AEEC;
}

.m-coll3-right .article-directories a.on i {
  background-image: url(../img/icon-blue.png);
}

.m-coll3-right .article-front-after {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  width: 350px;
  margin-left: 250px;
  box-sizing: border-box;
}

.m-coll3-right .article-front-after.bottom-290 {
  bottom: 290px;
}

.m-coll3-right .article-front-after .item {
  position: relative;
  height: 152px;
  padding: 20px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
}

.m-coll3-right .article-front-after .item:first-child {
  margin-bottom: 10px;
}

.m-coll3-right .article-front-after .item:hover {
  box-shadow: 3px 3px 8px 0px rgba(124, 136, 140, 0.3);
}

.m-coll3-right .article-front-after .item img {
  float: left;
  width: 100px;
  height: 66px;
  border-radius: 4px;
  background: #333333;
}

.m-coll3-right .article-front-after .item .tt {
  height: 66px;
  margin-bottom: 20px;
  margin-left: 110px;
  font-size: 14px;
  line-height: 23px;
  color: #3E3F40;
}

.m-coll3-right .article-front-after .item .btn {
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #00AEEC;
  border-radius: 13px;
  border: 1px solid #00AEEC;
}

.m-coll3-right .article-front-after .item:hover .btn {
  color: #fff;
  background: #00AEEC;
}

.m-coll3-right .article-front-after .item .btn i {
  display: inline-block;
  width: 9px;
  height: 15px;
  vertical-align: -3px;
  background-repeat: no-repeat;
  background-position: center;
}

.m-coll3-right .article-front-after .item .btn i.front {
  margin-right: 3px;
  background-image: url(../img/icon-lat1.png);
}

.m-coll3-right .article-front-after .item:hover .btn i.front {
  background-image: url(../img/icon-lat2.png);

}

.m-coll3-right .article-front-after .item .btn i.after {
  margin-left: 3px;
  background-image: url(../img/icon-next1.png);
}

.m-coll3-right .article-front-after .item:hover .btn i.after {
  background-image: url(../img/icon-next2.png);
}