/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.crumb {
  margin-bottom: 18px;
  font-size: 13px;
}
.crumb a {
  color: #848a91;
}
.crumb span {
  color: #cbced1;
}
.crumb strong {
  font-weight: normal;
}
.main {
  background-color: #f4f5f6;
}
.main.plain {
  background-color: #fff;
}
.main.plain .side-box {
  border: 1px solid #f2f2f2;
}
.main.plain .main-box {
  border: 1px solid #f2f2f2;
}
.side-send {
  position: relative;
  padding: 17px;
  margin-bottom: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.side-send:hover ul {
  visibility: visible;
  opacity: 1;
}
.side-send > a {
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.side-send > a.send {
  background-color: #2d5acd;
}
.side-send > a.creat {
  color: #63af58;
  background-color: #eef6ed;
}
.side-send > a.creat span {
  padding-left: 25px;
  background-image: url("../images/icon111.png");
}
.side-send > a.post {
  color: #fff;
  background-color: #63af58;
}
.side-send > a.post span {
  padding-left: 25px;
  background-image: url("../images/icon114.png");
}
.side-send > a span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left center;
}
.side-send ul {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 9;
  visibility: hidden;
  padding: 20px 10px;
  margin-left: -208px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 0;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 3px 11px 0 rgba(95, 95, 95, 0.2);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.side-send ul li {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  text-align: center;
}
.side-send ul li:nth-child(1) a {
  background-image: url("../images/icon42.png");
}
.side-send ul li:nth-child(2) a {
  background-image: url("../images/icon43.png");
}
.side-send ul li:nth-child(3) a {
  background-image: url("../images/icon44.png");
}
.side-send ul li:nth-child(4) a {
  background-image: url("../images/icon45.png");
}
.side-send ul li:nth-child(5) a {
  background-image: url("../images/icon46.png");
}
.side-send ul li a {
  display: block;
  padding-top: 55px;
  background-repeat: no-repeat;
  background-position: center top;
}
.side-box {
  padding: 20px;
  background-color: #fff;
}
.side-box:first-child {
  margin-top: 0;
}
.side-box .side-hd {
  height: 33px;
  padding-bottom: 13px;
  border-bottom: 1px solid #f2f2f2;
}
.side-box .side-hd h3 {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
}
.side-box .side-hd h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 17px;
  margin-top: -8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background-color: #3c66d3;
  content: "";
}
.side-box1 {
  margin: 16px 0;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.side-box1 .bd ul li .item {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.side-box1 .bd ul li .item img {
  width: 36px;
  height: 36px;
}
.side-box1 .bd ul li .more {
  margin-top: 5px;
}
.side-box4 {
  margin-top: 16px;
}
.side-box4 .side-hd {
  margin-bottom: 16px;
}
.side-box4 .bd ul li {
  position: relative;
  line-height: 48px;
  margin-bottom: 8px;
  font-size: 14px;
}
.side-box4 .bd ul li:nth-child(1) .pic ins {
  background-image: url("../images/icon24.png");
}
.side-box4 .bd ul li:nth-child(2) .pic ins {
  background-image: url("../images/icon25.png");
}
.side-box4 .bd ul li:nth-child(3) .pic ins {
  background-image: url("../images/icon26.png");
}
.side-box4 .bd ul li .pic {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 4px;
}
.side-box4 .bd ul li .pic img {
  display: block;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.side-box4 .bd ul li .pic ins {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding-right: 2px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url("../images/icon27.png") no-repeat;
}
.side-box4 .bd ul li p {
  height: 48px;
  overflow: hidden;
  padding-left: 52px;
  margin: 0;
}
.side-report {
  margin-top: 27px;
}
.side-report a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 20px;
  vertical-align: top;
  background: url("../images/icon28.png") no-repeat left center;
}
.main-box {
  padding: 25px 27px 20px;
  margin-right: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.main-box .main-select {
  margin-left: 40px;
}
.main-box .tabs {
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  font-size: 0;
}
.main-box .tabs.success a.active {
  color: #63af58;
}
.main-box .tabs.success a.active::after {
  background-color: #63af58;
}
.main-box .tabs a {
  position: relative;
  display: inline-block;
  height: 35px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 13px 15px;
  margin-right: 18px;
  font-size: 16px;
}
.main-box .tabs a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: block;
  height: 3px;
  background-color: #2d5acd;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-box .tabs a.active {
  font-weight: bold;
}
.main-box .tabs a.active::after {
  bottom: 0;
}
.main-box2 {
  margin-top: 35px;
}
.main-box2 .bd ul li {
  margin-bottom: 40px;
}
.main-box2 .bd ul li .pic {
  display: block;
  width: 233px;
  overflow: hidden;
  margin-right: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.main-box2 .bd ul li .pic img {
  display: block;
  width: 100%;
}
.main-box2 .bd ul li .desc {
  overflow: hidden;
}
.main-box2 .bd ul li .desc h3 {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  margin: 0;
  font-size: 20px;
}
.main-box2 .bd ul li .desc p {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin: 10px 0 24px;
  font-size: 14px;
}
.main-box2 .bd .loadmore {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #848a91;
  text-align: center;
  background-color: #f8f9fa;
}
.main-box5 .hd {
  padding-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.main-box5 .hd .pic {
  width: 79px;
  height: 79px;
  margin-right: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.main-box5 .hd .pic img {
  display: block;
  width: 100%;
}
.main-box5 .hd-t {
  line-height: 34px;
  overflow: hidden;
  padding-top: 8px;
  font-size: 0;
}
.main-box5 .hd-t .follow {
  display: block;
  padding: 0 20px;
  border: 1px solid #2d5acd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.main-box5 .hd-t .follow span {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding-left: 17px;
  margin: 0;
  font-size: 16px;
  color: #2d5acd;
  background: url("../images/icon29.png") no-repeat left center;
}
.main-box5 .hd-t h3 {
  display: inline-block;
  margin: 0;
  font-size: 24px;
  vertical-align: middle;
}
.main-box5 .hd-t span {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  vertical-align: middle;
}
.main-box5 .hd-t span.new {
  padding-right: 32px;
  background: url("../images/icon30.png") no-repeat right center;
}
.main-box5 .hd-b {
  margin-top: 13px;
  font-size: 14px;
}
.main-box5 .hd-b a {
  margin-right: 5px;
  color: #848a91;
}
.main-box5 .ft {
  padding-left: 27px;
  margin-top: 20px;
  font-size: 14px;
}
.main-box5 .ft .more {
  color: #848a91;
}
.main-box5 .ft p {
  margin: 0;
}
.main-box5 .ft p a {
  color: #848a91;
}
.main-select {
  position: relative;
}
.main-select:hover ul {
  visibility: visible;
  opacity: 1;
}
.main-select a {
  position: relative;
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-right: 16px;
  font-size: 13px;
}
.main-select a::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #303030 transparent transparent;
  content: "";
}
.main-select ul {
  position: absolute;
  right: -10px;
  left: -10px;
  visibility: hidden;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #bbb;
  -moz-box-shadow: 0 0 3px #bbb;
  -ms-box-shadow: 0 0 3px #bbb;
  box-shadow: 0 0 3px #bbb;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-select ul li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  padding: 0 10px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.main-select ul li:hover {
  font-weight: bold;
}
.main-box6 .bd ul {
  display: none;
}
.main-box6 .bd ul li {
  padding: 24px 0 16px;
  border-bottom: 1px solid #f2f2f2;
}
.main-box6 .bd ul li .t {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  white-space: nowrap;
}
.main-box6 .bd ul li .t > * {
  display: inline-block;
  vertical-align: top;
}
.main-box6 .bd ul li .t .ico {
  width: 19px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.main-box6 .bd ul li .t .ico.ico1 {
  width: 31px;
  background-image: url("../images/icon31.png");
}
.main-box6 .bd ul li .t .ico.ico2 {
  background-image: url("../images/icon32.png");
}
.main-box6 .bd ul li .t .ico.ico3 {
  background-image: url("../images/icon33.png");
}
.main-box6 .bd ul li .t .ico.ico4 {
  background-image: url("../images/icon9.png");
}
.main-box6 .bd ul li .t .ico.ico5 {
  background-image: url("../images/icon11.png");
}
.main-box6 .bd ul li .t .ico.ico6 {
  background-image: url("../images/icon10.png");
}
.main-box6 .bd ul li .t h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.pagenav {
  margin-top: 56px;
  font-size: 0;
  text-align: center;
}
.pagenav.align-right {
  text-align: right;
}
.pagenav > * {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  vertical-align: middle;
}
.pagenav span {
  font-size: 14px;
}
.pagenav a {
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}
.pagenav a.btn,
.pagenav a.active {
  background-color: #e6e6e6;
}
.pagenav input {
  width: 25px;
  height: 20px;
  color: #303030;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  font-size: 12px;
  text-align: center;
}
.side-box5 {
  margin: 16px 0;
}
.side-box5 ul li {
  position: relative;
  padding: 12px 0 12px 30px;
}
.side-box5 ul li:nth-child(1) ins {
  color: #fff;
  border-color: #c35b46;
  background-color: #c35b46;
}
.side-box5 ul li:nth-child(2) ins {
  color: #fff;
  border-color: #d9913e;
  background-color: #d9913e;
}
.side-box5 ul li:nth-child(3) ins {
  color: #fff;
  border-color: #3c66d3;
  background-color: #3c66d3;
}
.side-box5 ul li > a {
  display: block;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.side-box5 ul li h3 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.side-box5 ul li .ft {
  line-height: 24px;
  margin-top: 10px;
  font-size: 13px;
  color: #848a91;
}
.side-box5 ul li .ft .btn {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  padding: 0 8px;
  border: 1px solid #2d5acd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  color: #2d5acd;
}
.side-box5 ul li ins {
  position: absolute;
  top: 16px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 14px;
  overflow: hidden;
  border: 1px solid #b5b9bd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #848a91;
  text-align: center;
  text-decoration: none;
}
.main-section {
  position: relative;
  overflow: hidden;
}
.main-section .hd {
  margin-bottom: 40px;
}
.main-section .hd h3 {
  line-height: 30px;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: normal;
}
.main-section .hd .t {
  font-size: 14px;
  color: #848a91;
}
.main-section .hd .t > * {
  display: inline-block;
  vertical-align: middle;
}
.main-section .hd .t .type {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}
.main-section .hd .t .type.orange {
  background-color: #d9913e;
}
.main-section .hd .t .type.green {
  background-color: #63af58;
}
.main-section .hd .t .type.blue {
  background-color: #5b67e1;
}
.main-section .hd .t .score {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 8px 0 21px;
  margin: 0 8px 0 4px;
  font-size: 13px;
  color: #d9913e;
  background: url("../images/icon12.png") no-repeat 8px center #faf1e6;
}
.main-section .hd .t .name img {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: top;
}
.main-section .hd .t .name span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.main-section .hd .t .main-icons {
  margin-left: 30px;
}
.main-section .hd .t .main-icons span {
  font-size: 14px;
}
.main-section .hd .tag {
  margin-top: 20px;
  font-size: 0;
}
.main-section .hd .tag a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 10px;
  font-size: 13px;
  background-color: #f4f5f6;
}
.main-section .hd .tag a:not(:last-child) {
  margin-right: 6px;
}
.main-section .bd {
  line-height: 26px;
  font-size: 16px;
}
.main-section .files {
  margin-bottom: 70px;
}
.main-section .files .item {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding-left: 29px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.main-section .files .item.pdf {
  background-image: url("../images/icon38.png");
}
.main-section .files .item.rar {
  background-image: url("../images/icon39.png");
}
.main-section .files .item a {
  color: #27587d;
}
.main-section .files .item a span {
  color: #848a91;
}
.main-section .ft {
  padding-top: 38px;
  border-top: 1px solid #f2f2f2;
}
.main-section .ft .main-icons {
  margin-top: 4px;
}
.main-section .ft .main-icons a,
.main-section .ft .main-icons span {
  color: #848a91;
}
.main-section .ft .btn-post {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding: 0 21px;
  margin-left: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #2d5acd;
}
.main-section .mask {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300px;
  padding-top: 150px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(0deg, #fff 20%, rgba(255, 255, 255, 0));
}
.main-section .mask a {
  color: #3c66d3;
}
.main-comment {
  margin-top: 16px;
}
.main-comment .hd {
  margin-bottom: 5px;
  font-size: 18px;
}
.main-comment .bd .item {
  padding: 30px 0 20px;
}
.main-comment .bd .item:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.main-comment .bd .item .pic {
  display: block;
  width: 39px;
  height: 39px;
  overflow: hidden;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.main-comment .bd .item .pic img {
  display: block;
  width: 100%;
}
.main-comment .bd .item-bd {
  overflow: hidden;
}
.main-comment .bd .item-bd-hd {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.main-comment .bd .item-bd-hd time {
  font-size: 14px;
  color: #a5a9ae;
}
.main-comment .bd .item-bd-hd h3 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.main-comment .bd .item-bd-hd h3 a {
  display: inline-block;
  color: #526cb0;
  vertical-align: top;
}
.main-comment .bd .item-bd-hd h3 .hf {
  margin: 0 5px;
}
.main-comment .bd .item-bd-hd h3 .ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}
.main-comment .bd .item-bd-hd h3 .ico.lz {
  background-image: url("../images/icon37.png");
}
.main-comment .bd .item-bd-bd {
  font-size: 14px;
}
.main-comment .bd .item-bd-bd p {
  line-height: 26px;
  margin: 0;
}
.main-comment .bd .item-bd-ft {
  overflow: hidden;
  margin-top: 15px;
}
.main-comment .bd .item-bd-ft .adopt {
  float: right;
  display: block;
  height: 22px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 10px;
  border: 1px solid #63af58;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #63af58;
}
.main-comment .bd .item-bd-ft .main-icons a {
  height: 28px;
  line-height: 28px;
  padding: 0 7px 0 27px;
  background-position: 7px center;
}
.main-comment .bd .item-bd-ft .main-icons a.active {
  color: #3c66d3;
  background-color: #eaeefa;
}
.main-comment .bd .item-bd-ft .main-icons a.active.zan {
  background-image: url("../images/icon36_1.png");
}
.main-comment .bd .item .reply {
  display: none;
  padding: 0 20px;
  margin-top: 26px;
  background-color: #f8f9fa;
}
.main-comment .bd .item .reply .item {
  padding: 27px 0;
  border-color: #ebebeb;
}
.main-comment .bd .item .reply .item .pic {
  width: 24px;
  height: 24px;
}
.main-comment .ft-hd a {
  font-size: 0;
}
.main-comment .ft-hd a img {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.main-comment .ft-hd a span {
  font-size: 14px;
  color: #526cb0;
  vertical-align: middle;
}
.main-comment .ft-bd {
  margin: 12px 0 40px;
}
.main-comment .ft-bd .btns {
  margin-top: 20px;
  text-align: right;
}
.main-comment .ft-bd .btns a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  background-color: #2d5acd;
}
.main-comment .ft-ft p {
  line-height: 26px;
  margin: 0;
  font-size: 13px;
  color: #848a91;
}
.main-post {
  padding: 45px;
  margin: 0;
}
.main-post + .main-post {
  margin-top: 25px;
}
.main-post-hd .more {
  display: block;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #2d5acd;
}
.main-post-hd .more span {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  font-size: 14px;
  color: #fff;
  background: url("../images/icon47.png") no-repeat left center;
}
.main-post-hd h3 {
  margin: 0;
  font-size: 24px;
}
.main-post .form input,
.main-post .form textarea {
  outline: 0;
}
.main-post .form .form-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.main-post .form .form-title input {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-size: 28px;
  font-weight: bold;
  color: #a5a9ae;
}
.main-post .form .form-title input::placeholder {
  color: #a5a9ae;
}
.main-post .form .form-item {
  position: relative;
  padding-left: 78px;
}
.main-post .form .form-item:not(:first-child) .form-control {
  border-top: 1px solid #f2f2f2;
}
.main-post .form .form-item .label {
  position: absolute;
  top: 25px;
  left: 0;
  height: 25px;
  line-height: 25px;
  margin-right: 22px;
  font-size: 14px;
}
.main-post .form .form-item .form-control {
  padding: 24px 0;
}
.main-post .form .form-select {
  font-size: 0;
}
.main-post .form .form-select > .item {
  position: relative;
  display: inline-block;
  margin: 0 9px 9px 0;
}
.main-post .form .form-select > .item:hover a {
  border-color: #2d5acd;
  color: #2d5acd;
  background-color: #fff;
}
.main-post .form .form-select > .item:hover ul {
  visibility: visible;
  opacity: 1;
}
.main-post .form .form-select > .item a {
  display: block;
  height: 25px;
  line-height: 23px;
  overflow: hidden;
  padding: 0 6px;
  border: 1px solid #f8f9fa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 13px;
  color: #585b5f;
  background-color: #f8f9fa;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-post .form .form-select > .item a.active {
  border-color: #2d5acd;
  color: #fff;
  background-color: #2d5acd;
}
.main-post .form .form-select > .item ul {
  position: absolute;
  left: 0;
  z-index: 9;
  visibility: hidden;
  padding: 16px 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 11px 0 rgba(95, 95, 95, 0.2);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-post .form .form-select > .item ul li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 13px;
  color: #585b5f;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-post .form .form-select > .item ul li:hover {
  font-weight: bold;
}
.main-post .form .form-select-result {
  margin-top: 13px;
  font-size: 13px;
  color: #848a91;
}
.main-post .form .form-select-result span {
  color: #2d5acd;
}
.main-post .form .form-tag {
  font-size: 0;
}
.main-post .form .form-tag > * {
  display: inline-block;
  vertical-align: top;
}
.main-post .form .form-tag > .item {
  padding: 0 6px;
  margin: 0 9px 9px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f8f9fa;
  cursor: pointer;
}
.main-post .form .form-tag > .item span {
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  padding-right: 12px;
  font-size: 13px;
  color: #585b5f;
  background: url("../images/icon40.png") no-repeat right center;
}
.main-post .form .form-tag input {
  width: 300px;
  height: 25px;
  padding: 0;
  border: 0;
  font-size: 14px;
}
.main-post .form .form-tag input::placeholder {
  color: #a5a9ae;
}
.main-post .form .form-upload {
  font-size: 0;
}
.main-post .form .form-upload > * {
  display: inline-block;
  vertical-align: bottom;
}
.main-post .form .form-upload label {
  position: relative;
  overflow: hidden;
  margin-right: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.main-post .form .form-upload label img {
  display: block;
}
.main-post .form .form-upload label input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.main-post .form .form-upload label p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
}
.main-post .form .form-upload .tips {
  font-size: 13px;
  color: #a5a9ae;
}
.main-post .form .form-video .btn-upload {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.main-post .form .form-video .btn-upload label {
  position: relative;
  display: block;
  padding: 0 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #2d5acd;
  cursor: pointer;
}
.main-post .form .form-video .btn-upload label span {
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding-left: 15px;
  font-size: 14px;
  color: #fff;
  background: url("../images/icon47.png") no-repeat left center;
}
.main-post .form .form-video .btn-upload input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main-post .form .form-video > .item {
  margin-top: 24px;
  border-bottom: 1px solid #f2f2f2;
}
.main-post .form .form-video > .item .video {
  padding: 20px 20px 20px 17px;
  font-size: 14px;
  background-color: #f8f9fa;
}
.main-post .form .form-video > .item .video a {
  margin-top: 13px;
  color: #848a91;
}
.main-post .form .form-video > .item .video h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
}
.main-post .form .form-video > .item .video p {
  margin: 0;
  color: #848a91;
}
.main-post .form .form-text {
  position: relative;
  padding-right: 40px;
}
.main-post .form .form-text input {
  display: block;
  width: 100%;
  height: 25px;
  padding: 0;
  border: 0;
  font-size: 14px;
}
.main-post .form .form-text .limit {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  line-height: 25px;
  color: #a5a9ae;
}
.main-post .form .form-text textarea {
  display: block;
  width: 100%;
  line-height: 25px;
  padding: 0;
  border: 0;
  font-size: 14px;
  resize: none;
}
.main-post .form .form-text textarea ~ .limit {
  top: auto;
  bottom: 0;
}
.main-post .form .form-offer {
  line-height: 28px;
  font-size: 0;
}
.main-post .form .form-offer > * {
  display: inline-block;
  vertical-align: middle;
}
.main-post .form .form-offer input[type="checkbox"] {
  visibility: hidden;
}
.main-post .form .form-offer input[type="checkbox"]:checked ~ label {
  background-image: url("../images/icon48.png");
}
.main-post .form .form-offer label {
  height: 28px;
  padding-left: 25px;
  font-size: 14px;
  background: url("../images/icon49.png") no-repeat left center;
}
.main-post .form .form-offer img {
  margin: 0 7px 0 14px;
}
.main-post .form .form-offer input[type="text"] {
  width: 62px;
  height: 28px;
  padding: 0;
  border: 1px solid #eaeaea;
  font-size: 14px;
  text-align: center;
}
.main-post .form .form-offer span {
  font-size: 14px;
  color: #848a91;
}
.main-post .form .form-drag label {
  position: relative;
  display: block;
  padding: 100px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  background-color: #f8f9fa;
  cursor: pointer;
}
.main-post .form .form-drag label img {
  display: block;
  margin: 0 auto;
}
.main-post .form .form-drag label h3 {
  margin: 29px 0 33px;
  font-size: 14px;
  font-weight: normal;
  color: #848a91;
}
.main-post .form .form-drag label .btn {
  width: 206px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  background-color: #2d5acd;
}
.main-post .form .form-drag label p {
  margin: 19px 0 0;
  font-size: 14px;
  color: #a5a9ae;
}
.main-post .form .form-drag label input {
  position: absolute;
  opacity: 0;
}
.main-post .form .form-drag .tips {
  line-height: 32px;
  font-size: 14px;
  color: #a5a9ae;
  text-align: center;
}
.main-post .form .form-checkbox {
  line-height: 25px;
}
.main-post .form .form-checkbox label {
  display: inline-block;
  margin-right: 20px;
}
.main-post .form .form-checkbox label input {
  margin-right: 5px;
  vertical-align: middle;
}
.main-post .form .form-checkbox label span {
  vertical-align: middle;
}
.form-footer {
  padding: 15px 0;
}
.form-footer .tips {
  font-size: 0;
  color: #a5a9ae;
}
.form-footer .tips p {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin: 0 9px 0 0;
  font-size: 13px;
}
.form-footer .tips p.cg {
  padding-left: 25px;
  background: url("../images/icon41.png") no-repeat left center;
}
.form-footer .tips p span {
  color: #585b5f;
}
.form-footer .btns {
  font-size: 0;
}
.form-footer .btns a {
  display: inline-block;
  height: 38px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 25px;
  margin-left: 15px;
  border: 1px solid #2d5acd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #2d5acd;
}
.form-footer .btns a.submit {
  color: #fff;
  background-color: #2d5acd;
}
.member {
  padding: 10px 0 66px;
  background-color: #f4f5f6;
}
.member-main {
  position: relative;
  background-color: #fff;
}
.member-main::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 197px;
  width: 10px;
  background-color: #f4f5f6;
  content: "";
}
.member-member {
  background-color: transparent;
}
.member-member .member-sidebar {
  background-color: #fff;
}
.member-sidebar {
  width: 197px;
  padding: 14px 7px;
  margin-right: 10px;
}
.member-sidebar .item {
  padding: 4px 0;
}
.member-sidebar .item.zy > a {
  background-image: url("../images/icon52.png");
}
.member-sidebar .item.st > a {
  background-image: url("../images/icon53.png");
}
.member-sidebar .item.tg > a {
  background-image: url("../images/icon54.png");
}
.member-sidebar .item.cz > a {
  background-image: url("../images/icon55.png");
}
.member-sidebar .item.gl > a {
  background-image: url("../images/icon56.png");
}
.member-sidebar .item.sj > a {
  background-image: url("../images/icon57.png");
}
.member-sidebar .item.gz > a {
  background-image: url("../images/icon58.png");
}
.member-sidebar .item.tx > a {
  background-image: url("../images/icon59.png");
}
.member-sidebar .item.grzx > a {
  background-image: url("../images/icon60.png");
}
.member-sidebar .item.zp > a {
  background-image: url("../images/icon120.png");
}
.member-sidebar .item.active > a {
  color: #2d5acd;
  background-position: 18px 100%;
  background-color: #f4f7fe;
}
.member-sidebar .item.active > a.more::after {
  background-position: 0 100%;
}
.member-sidebar .item > a {
  position: relative;
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding-left: 46px;
  font-size: 16px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 18px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.member-sidebar .item > a:hover {
  color: #2d5acd;
  background-position: 18px 100%;
  background-color: #f4f7fe;
}
.member-sidebar .item > a.more::after {
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  display: block;
  width: 10px;
  content: "";
  background: url("../images/icon61.png") no-repeat;
}
.member-sidebar .item ul li a {
  display: block;
  line-height: 38px;
  padding-left: 46px;
  font-size: 14px;
  color: #585b5f;
}
.member-sidebar .item ul li a:hover,
.member-sidebar .item ul li a.active {
  color: #2d5acd;
}
.member-content {
  overflow: hidden;
  padding: 25px;
  background-color: #fff;
}
.member-content .tabs {
  margin-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 0;
}
.member-content .tabs a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 18px;
  margin-right: 37px;
  font-size: 16px;
  color: #585b5f;
  vertical-align: top;
}
.member-content .tabs a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: block;
  height: 3px;
  background-color: #2d5acd;
  content: "";
}
.member-content .tabs a.active {
  color: #2d5acd;
}
.member-content .tabs a.active::after {
  bottom: 0;
}
.member-content .tabs a.border {
  margin-left: 36px;
}
.member-content .tabs span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #eaeaea;
  vertical-align: top;
}
.member-content .crumb {
  padding-bottom: 18px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 13px;
}
.member-content .crumb a {
  color: #848a91;
}
.member-content .crumb span {
  margin: 0 5px;
}
.member-content .sub-tabs {
  margin: 20px 0;
}
.member-content .sub-tabs span {
  font-size: 14px;
  color: #848a91;
}
.member-content .sub-tabs a {
  margin-right: 32px;
  font-size: 14px;
}
.member-content .sub-tabs a:hover,
.member-content .sub-tabs a.active {
  color: #2d5acd;
}
.member-content .sub-search {
  font-size: 0;
}
.member-content .sub-search ~ .sub-tabs {
  padding-top: 11px;
}
.member-content .sub-search > * {
  display: inline-block;
  vertical-align: middle;
}
.member-content .sub-search h3 {
  margin: 0 20px 0 0;
  font-size: 15px;
}
.member-content .sub-search .item {
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.member-content .sub-search .item:not(:first-child) {
  margin-left: 10px;
}
.member-content .sub-search .item.timepicker input {
  padding-left: 46px;
  background: url("../images/icon72.png") no-repeat 19px center;
}
.member-content .sub-search .item.search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 34px;
  padding: 0;
  border: 0;
  background: url("../images/search1.png") no-repeat center;
}
.member-content .sub-search .item.tabbar {
  border: 0;
  font-size: 0;
}
.member-content .sub-search .item.tabbar a {
  display: inline-block;
  height: 36px;
  line-height: 34px;
  overflow: hidden;
  padding: 0 16px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #848a91;
}
.member-content .sub-search .item.tabbar a:not(:last-child) {
  margin-right: 10px;
}
.member-content .sub-search .item.tabbar a.active {
  border-color: #2d5acd;
  color: #fff;
  background-color: #2d5acd;
}
.member-content .sub-search .item input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 14px;
  border: 0;
  font-size: 14px;
}
.member-content .sub-search .item select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 14px;
  border: 0;
  font-size: 14px;
}
.member-content .sub-search .btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/icon91.png") no-repeat center #2d5acd;
}
.member-content .sub-hd {
  margin-bottom: 24px;
}
.member-content .sub-hd h3 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 24px;
  margin: 0;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.member-content .sub-hd h3.chart {
  background-image: url("../images/icon95.png");
}
.member-content .sub-hd h3.table {
  background-image: url("../images/icon96.png");
}
.member-content .sub-hd h3.gender {
  background-image: url("../images/icon97.png");
}
.member-content .sub-hd h3.age {
  background-image: url("../images/icon98.png");
}
.member-content .sub-hd h3.area {
  background-image: url("../images/icon99.png");
}
.member-content .sub-hd h3.plate {
  background-image: url("../images/icon100.png");
}
.member-sideview {
  width: 304px;
  margin-left: 10px;
}
.member-sideview .side-box .side-hd h3 {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.member-sideview .side-box .side-hd h3::before {
  display: none;
}
.member-sideview .side-box5 {
  margin-top: 10px;
}
.member-center {
  overflow: hidden;
}
.follow-article ul li {
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2;
}
.follow-article ul li .pic {
  position: relative;
  display: block;
  width: 155px;
  overflow: hidden;
  margin-right: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.follow-article ul li .pic img {
  display: block;
  width: 100%;
  height: 100px;
}
.follow-article ul li .pic time {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 6px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.follow-article ul li .desc {
  overflow: hidden;
}
.follow-article ul li .desc h3 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
.follow-article ul li .desc h3 a {
  vertical-align: top;
}
.follow-article ul li .desc h3 time {
  font-size: 14px;
  font-weight: normal;
  color: #848a91;
}
.follow-article ul li .desc h3 span {
  display: inline-block;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 8px;
  margin-right: 5px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  color: #848a91;
  vertical-align: top;
}
.follow-article ul li .desc .time {
  display: block;
  margin: 18px 0 6px;
  font-size: 14px;
  color: #a5a9ae;
}
.follow-article ul li .desc .tag {
  margin: 11px 0 20px;
  font-size: 0;
}
.follow-article ul li .desc .tag a,
.follow-article ul li .desc .tag span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  color: #848a91;
  background-color: #f8f9fa;
}
.follow-article ul li .desc .tag a:not(:last-child),
.follow-article ul li .desc .tag span:not(:last-child) {
  margin-right: 10px;
}
.follow-article ul li .desc .tag a.primary,
.follow-article ul li .desc .tag span.primary {
  color: #2d5acd;
  background-color: #e8edfa;
}
.follow-article ul li .desc .tag a.success,
.follow-article ul li .desc .tag span.success {
  color: #63af58;
  background-color: #eef6ed;
}
.follow-article ul li .desc .tools {
  line-height: 24px;
}
.follow-article ul li .desc .tools .more {
  width: 28px;
  height: 28px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: url("../images/icon70.png") no-repeat center;
}
.follow-article ul li .desc .tools .data {
  padding-left: 19px;
  font-size: 14px;
  color: #848a91;
  background: url("../images/icon89.png") no-repeat left center;
}
.follow-article ul li .desc .tools .data span {
  padding-right: 14px;
  background: url("../images/icon87.png") no-repeat right center;
}
.follow-article ul li .desc .tools .main-icons {
  margin-top: 2px;
}
.follow-article ul li .desc .tools .btn {
  float: right;
  height: 28px;
  line-height: 26px;
  padding: 0 16px 0 35px;
  margin-right: 9px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  color: #848a91;
  background-repeat: no-repeat;
  background-position: 14px center;
}
.follow-article ul li .desc .tools .btn.data {
  background-image: url("../images/icon73.png");
}
.follow-article ul li .desc .tools .btn.edit {
  background-image: url("../images/icon74.png");
}
.follow-article ul li .desc .tools .status {
  font-size: 14px;
  text-align: right;
}
.follow-article ul li .desc .tools .status.success p {
  color: #303030;
}
.follow-article ul li .desc .tools .status.error {
  margin-top: -29px;
}
.follow-article ul li .desc .tools .status.error p {
  color: #de534d;
}
.follow-article ul li .desc .tools .status p {
  line-height: 24px;
  margin: 0;
  color: #63af58;
}
.follow-article ul li .desc .tools .status .tips {
  padding-left: 20px;
  margin-top: 11px;
  color: #848a91;
  background: url("../images/icon83.png") no-repeat left center;
}
.article-new ul li .pic {
  width: 128px;
  margin-right: 14px;
}
.article-new ul li .pic img {
  height: 82px;
}
.follow-user ul li {
  padding: 25px 0;
  border-bottom: 1px solid #f2f2f2;
}
.follow-user ul li.eo .desc .btn span {
  padding: 0;
  background: none;
}
.follow-user ul li.no .desc .btn {
  color: #2d5acd;
  border-color: #2d5acd;
}
.follow-user ul li.no .desc .btn span {
  background-image: url("../images/icon29.png");
}
.follow-user ul li .pic {
  display: block;
  width: 62px;
  overflow: hidden;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.follow-user ul li .pic img {
  display: block;
  width: 100%;
  height: 62px;
}
.follow-user ul li .desc {
  overflow: hidden;
}
.follow-user ul li .desc .btn {
  width: 100px;
  margin-top: 22px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #595b5f;
  text-align: center;
}
.follow-user ul li .desc .btn span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding-left: 19px;
  font-size: 14px;
  background: url("../images/icon71.png") no-repeat left center;
}
.follow-user ul li .desc h3 {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
.follow-user ul li .desc h4 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #585b5f;
}
.follow-user ul li .desc p {
  margin: 0;
  font-size: 14px;
  color: #848a91;
}
.follow-section ul li .desc p {
  margin-top: 15px;
}
.follow-circle ul li .pic {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.review-circle ul li .pic {
  width: 100px;
}
.cell-group.align-right .item .value {
  text-align: right;
}
.cell-group.no-border .item {
  border-bottom: 0;
}
.cell-group .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.cell-group .item {
  position: relative;
  line-height: 24px;
  padding: 24px 60px 24px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}
.cell-group .item.no-btn {
  padding-right: 0;
}
.cell-group .item.avatar .label {
  margin-top: 22px;
}
.cell-group .item.avatar img {
  display: block;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.cell-group .item.search .label {
  margin-top: 6px;
}
.cell-group .item.search input {
  height: 40px;
  padding: 0 0 0 40px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: url("../images/search1.png") no-repeat 16px center;
}
.cell-group .item.search .area input[type="text"] {
  padding-left: 41px;
}
.cell-group .item.edit {
  padding-right: 0;
}
.cell-group .item.edit .label {
  margin-top: 7px;
}
.cell-group .item .label {
  width: 74px;
  font-weight: bold;
}
.cell-group .item .label.lg {
  width: 110px;
}
.cell-group .item .value {
  overflow: hidden;
}
.cell-group .item .value .sf li {
  float: right;
  margin-left: 60px;
  font-size: 14px;
  text-align: left;
}
.cell-group .item .value .sf li img {
  margin-right: 9px;
}
.cell-group .item .value .sf li .desc {
  overflow: hidden;
}
.cell-group .item .value .sf li .desc p {
  margin: 0 0 3px;
}
.cell-group .item .value .sf li .desc a {
  color: #a5a9ae;
}
.cell-group .item .value .sf li > a {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #526cb0;
}
.cell-group .item .btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  color: #526cb0;
}
.cell-group .item .tag {
  overflow: hidden;
}
.cell-group .item .tag a {
  display: inline-block;
  padding: 0 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f4f7fe;
}
.cell-group .item .tag a span {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-right: 12px;
  font-size: 13px;
  color: #2d5acd;
  background: url("../images/icon69.png") no-repeat right center;
}
.cell-group .item .classify {
  overflow: hidden;
  font-size: 14px;
}
.cell-group .item .classify > a {
  margin: 0 15px 10px 0;
}
.cell-group .item .classify > a.active {
  color: #2d5acd;
}
.cell-group .item .classify .sub {
  padding: 17px;
  margin-top: 14px;
  border: 1px dashed #eaeaea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 0;
}
.cell-group .item .classify .sub a {
  display: inline-block;
  height: 26px;
  line-height: 24px;
  padding: 0 8px;
  margin: 0 15px 10px 0;
  border: 1px solid #585b5f;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  color: #585b5f;
}
.cell-group .item .classify .sub a.active,
.cell-group .item .classify .sub a:hover {
  color: #2d5acd;
  border-color: #2d5acd;
}
.cell-group .item .area {
  font-size: 0;
}
.cell-group .item .area input[type="text"],
.cell-group .item .area button,
.cell-group .item .area select,
.cell-group .item .area textarea {
  display: inline-block;
  height: 38px;
  font-size: 14px;
  vertical-align: middle;
}
.cell-group .item .area input[type="text"],
.cell-group .item .area select,
.cell-group .item .area textarea {
  width: 334px;
  padding: 0 16px;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}
.cell-group .item .area button {
  padding: 0 27px;
  margin-left: 10px;
  border: 1px solid #2d5acd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #2d5acd;
  background-color: #fff;
}
.cell-group .item .area button.save {
  color: #fff;
  background-color: #2d5acd;
}
.cell-group .item .area label {
  margin-right: 34px;
  font-size: 14px;
  vertical-align: middle;
}
.cell-group .item .area label input,
.cell-group .item .area label span {
  vertical-align: middle;
}
.cell-group .item .area label input {
  margin-right: 10px;
}
.cell-group .item .area textarea {
  width: 781px;
  line-height: 36px;
  resize: none;
}
.login {
  padding: 126px 0 211px;
  background: url("../images/bg2.jpg") no-repeat center;
}
.login .box {
  width: 995px;
  height: 570px;
  padding: 65px 105px 0 546px;
  margin: 0 auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background: url("../images/bg1.jpg") no-repeat #fff;
}
.login .box .hd {
  margin-bottom: 35px;
}
.login .box .hd h3 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: normal;
}
.login .box .hd p {
  margin: 0;
  font-size: 14px;
  color: #848a91;
}
.login .box .form-item {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}
.login .box .form-item.psw {
  padding-right: 30px;
}
.login .box .form-item.psw a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 20px;
  background: url("../images/icon68.png") no-repeat center;
}
.login .box .form-item.yzm {
  padding-right: 80px;
}
.login .box .form-item.yzm a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #2d5acd;
}
.login .box .form-item input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
}
.login .box .form .forgot {
  margin: -15px 0 15px;
  font-size: 14px;
  text-align: right;
}
.login .box .form .btns {
  margin-bottom: 70px;
}
.login .box .form .btns button {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #303030;
  background: transparent;
}
.login .box .form .btns button[type="submit"] {
  border-color: #2d5acd;
  color: #fff;
  background-color: #2d5acd;
}
.login .box .form .btns button span {
  padding-left: 29px;
  background: url("../images/icon67.png") no-repeat left center;
}
.login .box .form .btns p {
  margin: 12px 0;
  font-size: 16px;
  color: #848a91;
  text-align: center;
}
.login .box .ft {
  line-height: 19px;
  font-size: 14px;
  color: #848a91;
}
.login .box .ft > * {
  vertical-align: middle;
}
.login .box .ft a {
  margin-left: 12px;
  color: #848a91;
}
.account-item {
  padding: 43px 0 20px;
}
.account-item:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
/*
.layer-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
*/
.layer-box-content {
  position: relative;
  /*width: 50%;*/
  padding: 0px 10px 10px;
  margin: 10px auto;
  background-color: #fff;
}
.layer-box-content .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 30px;
  color: #a5a9ae;
  text-align: center;
}
.layer-box-content img {
  max-width: 100%;
}
.layer-box-content .btns {
  position: relative;
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
.layer-box-content .btns button {
  display: inline-block;
  height: 38px;
  padding: 0 20px;
  margin: 0 8px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
}
.layer-box-content .btns button.primary {
  background-color: #2d5acd;
}
.layer-box-content .btns button.success {
  background-color: #63af58;
}
.layer-box-content .btns button.error {
  background-color: #de534d;
}
.layer-box-content .btns .tag {
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  line-height: 20px;
  padding-left: 21px;
  margin-top: -10px;
  font-size: 14px;
  color: #e39235;
  background: url("../images/icon84.png") no-repeat left center;
}
.layer-box-content .section-tips {
  margin-top: 26px;
}
.layer-box-content .section-tips h3 {
  height: 20px;
  line-height: 20px;
  padding-left: 19px;
  margin: 0;
  font-weight: normal;
  background: url("../images/icon83.png") no-repeat left center;
}
.layer-box-content .section-tips p {
  line-height: 22px;
  margin: 10px 0 20px;
  color: #959a9e;
}
.layer-box-content .section-tips img {
  display: block;
  margin: 0 auto;
}
.layer-form .layer-box-content {
  /*width: 450px;*/
}
.layer-form .layer-box-content .title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.layer-form .layer-box-content .form h3 {
  margin: 6px 0 12px;
  font-size: 14px;
}
.layer-form .layer-box-content .form input,
.layer-form .layer-box-content .form textarea {
  display: block;
  width: 100%;
  padding: 0 14px;
  border: 1px solid #eaeaea;
  font-size: 14px;
}
.layer-form .layer-box-content .form input[disabled],
.layer-form .layer-box-content .form textarea[disabled] {
  background-color: #f8f9fa;
}
.layer-form .layer-box-content .form input {
  height: 42px;
}
.layer-form .layer-box-content .form textarea {
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  resize: none;
}
.layer-form .layer-box-content .form .yzm {
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.layer-form .layer-box-content .form .yzm input {
  height: 40px;
  border: 0;
}
.layer-form .layer-box-content .form .yzm .yzm-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  color: #a5a9ae;
  text-align: center;
  background-color: #f8f9fa;
  margin-top:0;
}
.layer-form .layer-box-content .form button {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0;
  margin-top: 27px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background-color: #2d5acd;
}
.layer-comment .layer-box-content .title {
  margin-bottom: 13px;
}
.layer-comment .layer-box-content .title img {
  width: 39px;
  height: 39px;
  margin-right: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.layer-comment .layer-box-content .title span {
  font-size: 14px;
  vertical-align: middle;
}
.layer-comment .layer-box-content .btns {
  text-align: right;
}
.layer-comment .layer-box-content .btns button {
  margin: 0;
}
.layer-review .hd .pic {
  display: block;
  width: 24px;
  overflow: hidden;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.layer-review .hd .pic img {
  display: block;
  width: 100%;
  height: 24px;
}
.layer-review .hd .desc {
  overflow: hidden;
}
.layer-review .hd .desc h3 {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: #848a91;
}
.layer-review .hd .desc h3 a {
  color: #848a91;
}
.layer-review .hd .desc p {
  margin: 7px 0 30px;
  font-size: 14px;
  font-weight: bold;
}
.layer-review .bd {
  padding: 27px 0 24px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #f2f2f2;
}
.layer-review .bd .pic {
  display: block;
  width: 130px;
  overflow: hidden;
  margin-right: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.layer-review .bd .pic img {
  display: block;
  width: 100%;
  height: 82px;
}
.layer-review .bd .desc {
  overflow: hidden;
}
.layer-review .bd .desc h3 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin: 0 0 15px;
  font-size: 16px;
}
.layer-review .bd .desc p {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  color: #848a91;
}
.layer-review .bd .ft {
  line-height: 24px;
  margin-top: 15px;
}
.layer-review .bd .ft time {
  font-size: 14px;
  color: #a5a9ae;
}
.layer-circle .bd {
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}
.layer-circle .bd .pic {
  width: 100px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.layer-circle .bd .pic img {
  display: block;
  width: 100%;
  height: 100px;
}
.layer-circle .bd h3 {
  margin: 0 0 22px;
  font-size: 20px;
}
.layer-circle .bd p {
  line-height: 38px;
  margin: 0;
  font-size: 14px;
  color: #585b5f;
}
.layer-circle .bd p img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.layer-circle .bd p span {
  color: #848a91;
}
.member-form {
  width: 442px;
}
.member-form .item {
  position: relative;
  padding-left: 92px;
  margin-bottom: 23px;
}
.member-form .item .label {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 42px;
  font-size: 14px;
}
.member-form .item .value {
  position: relative;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.member-form .item .value.yzm a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #a5a9ae;
  text-align: center;
  background-color: #f8f9fa;
}
.member-form .item .value input,
.member-form .item .value textarea {
  display: block;
  width: 100%;
  padding: 0 13px;
  border: 0;
  font-size: 14px;
}
.member-form .item .value input::placeholder,
.member-form .item .value textarea::placeholder {
  color: #d1d2d5;
}
.member-form .item .value input[disabled],
.member-form .item .value textarea[disabled] {
  color: #a5a9ae;
  background-color: #f8f9fa;
}
.member-form .item .value input {
  height: 40px;
}
.member-form .item .value textarea {
  padding-top: 13px;
  padding-bottom: 13px;
  resize: none;
}
.member-form .item .submit {
  display: block;
  width: 82px;
  height: 40px;
  padding: 0;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background-color: #2d5acd;
}
.member-qa-list ul li {
  position: relative;
  line-height: 26px;
  padding: 16px 0 16px 17px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 15px;
}
.member-qa-list ul li::before {
  position: absolute;
  top: 27px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #cad5f3;
  content: "";
}
.member-qa-detail .hd {
  margin-bottom: 25px;
  font-size: 18px;
}
.member-qa-detail .bd {
  line-height: 26px;
  font-size: 14px;
}
.manage-comment ul li {
  position: relative;
  padding: 28px 0 28px 34px;
  border-bottom: 1px solid #f2f2f2;
}
.manage-comment ul li .pic {
  position: absolute;
  top: 28px;
  left: 0;
  display: block;
  width: 24px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.manage-comment ul li .pic img {
  display: block;
  width: 100%;
  height: 24px;
}
.manage-comment ul li .hd {
  line-height: 20px;
  margin-bottom: 16px;
  font-size: 14px;
}
.manage-comment ul li .hd a,
.manage-comment ul li .hd span {
  color: #848a91;
}
.manage-comment ul li .hd span {
  margin: 0 8px;
}
.manage-comment ul li .hd em {
  font-style: normal;
  color: #526cb0;
}
.manage-comment ul li .hd .status {
  float: right;
  color: #63af58;
}
.manage-comment ul li .hd .status.success {
  color: #303030;
}
.manage-comment ul li .hd .status.error {
  color: #de534d;
}
.manage-comment ul li .bd {
  padding: 24px 20px 5px 23px;
  border-left: 2px solid #dfe0e1;
  background-color: #f8f9fa;
}
.manage-comment ul li .bd.status {
  position: relative;
}
.manage-comment ul li .bd.status .tips {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  margin-top: -10px;
  color: #848a91;
  background: url("../images/icon83.png") no-repeat left center;
}
.manage-comment ul li .bd p {
  margin: 0 0 15px;
  font-size: 14px;
}
.manage-comment ul li .bd .tools {
  line-height: 24px;
  font-size: 14px;
  color: #848a91;
}
.side-box6 ul li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 13px;
}
.side-box6 ul li time {
  margin-right: 10px;
  color: #848a91;
}
.side-box7 {
  margin-top: 15px;
}
.side-box7 .bd {
  padding-top: 17px;
}
.side-box7 .bd .info .pic {
  display: block;
  width: 56px;
  overflow: hidden;
  margin-right: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.side-box7 .bd .info .pic img {
  display: block;
  width: 100%;
  height: 56px;
}
.side-box7 .bd .info .desc {
  overflow: hidden;
}
.side-box7 .bd .info .desc h3 {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  margin: 0 0 7px;
  font-size: 20px;
}
.side-box7 .bd .info .desc p {
  margin: 0;
  font-size: 14px;
}
.side-box7 .bd .info-desc {
  line-height: 22px;
  margin-top: 15px;
  font-size: 14px;
  color: #848a91;
}
.side-box7 .bd .stats {
  margin: 24px 0;
  text-align: center;
}
.side-box7 .bd .stats .item {
  float: left;
  width: 33.33333333%;
}
.side-box7 .bd .stats .item:nth-child(2) {
  border-width: 0 1px;
  border-style: solid;
  border-color: #f7f7f7;
}
.side-box7 .bd .stats .item p {
  margin: 0 0 15px;
  font-size: 14px;
}
.side-box7 .bd .stats .item h3 {
  margin: 0;
  font-size: 18px;
}
.side-box7 .bd .btns {
  margin-right: -12px;
}
.side-box7 .bd .btns .item {
  float: left;
  width: 50%;
  padding-right: 12px;
}
.side-box7 .bd .btns .item a {
  display: block;
  height: 32px;
  line-height: 30px;
  overflow: hidden;
  border: 1px solid #2d5acd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #2d5acd;
  text-align: center;
}
.side-box7 .bd .btns .item a.primary {
  color: #fff;
  background-color: #2d5acd;
}
.side-box8 {
  margin-top: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #010001;
}
.side-box8 .hd {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 10px 0 20px;
  color: #fff;
  background-color: #323232;
}
.side-box8 .hd h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.side-box8 .bd {
  padding: 8px 0;
}
.side-box8 .bd ul li a {
  display: block;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding: 0 10px 0 40px;
  color: #a7a8a9;
  background: url("../images/icon86.png") no-repeat 20px center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.side-box8 .bd ul li a.active,
.side-box8 .bd ul li a:hover {
  color: #fff;
  background-image: url("../images/icon86_1.png");
  background-color: #323232;
}
.side-box8 .bd ul li a time {
  float: right;
}
.center-box {
  padding: 35px 20px;
  background-color: #fff;
}
.center-box:not(:last-child) {
  margin-bottom: 10px;
}
.center-box .hd {
  line-height: 24px;
  margin-bottom: 22px;
}
.center-box .hd .more {
  padding-right: 14px;
  font-size: 14px;
  color: #a5a9ae;
  background: url("../images/icon87.png") no-repeat right center;
}
.center-box .hd h3 {
  margin: 0;
  font-size: 20px;
}
.center-box1 .bd {
  overflow: hidden;
}
.center-box1 .bd ul {
  margin-right: -20px;
}
.center-box1 .bd ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 9px 9px 0;
}
.center-box1 .bd ul li .item {
  padding: 30px 0;
  text-align: center;
  background-color: #f8f9fa;
}
.center-box1 .bd ul li .item h3 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}
.center-box1 .bd ul li .item h3 a,
.center-box1 .bd ul li .item h3 span {
  display: inline-block;
  padding-right: 13px;
  background-repeat: no-repeat;
  background-position: right center;
}
.center-box1 .bd ul li .item h3 a.more,
.center-box1 .bd ul li .item h3 span.more {
  background-image: url("../images/icon87.png");
}
.center-box1 .bd ul li .item h4 {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  margin: 22px 0 24px;
  font-size: 24px;
}
.center-box1 .bd ul li .item p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 15px;
  color: #848a91;
}
.center-box1 .bd ul li .item p span {
  display: inline-block;
  margin-left: 6px;
}
.center-box1 .bd ul li .item p span.up {
  padding-left: 11px;
  font-weight: bold;
  color: #2d5acd;
  background: url("../images/icon88.png") no-repeat left center;
}
.center-box2 .bd {
  overflow: hidden;
}
.center-box2 .bd ul {
  margin-right: -16px;
}
.center-box2 .bd ul li {
  float: left;
  width: 25%;
  padding: 0 16px 16px 0;
}
.center-box2 .bd ul li .item .pic {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.center-box2 .bd ul li .item p {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
}
.extension-stats {
  overflow: hidden;
  margin-bottom: 44px;
}
.extension-stats ul {
  margin-right: -20px;
}
.extension-stats ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 20px 20px 0;
}
.extension-stats ul li .item {
  padding: 40px 0;
  text-align: center;
  background-color: #f8f9fa;
}
.extension-stats ul li .item p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
}
.extension-stats ul li .item h3 {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  margin: 24px 0 0;
  font-size: 26px;
}
.extension-link .hd {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: bold;
}
.extension-link .bd {
  line-height: 30px;
  padding: 20px 30px;
  background-color: #f4f7fe;
}
.extension-link .bd .copy {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #2d5acd;
}
.extension-link .bd p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #2d5acd;
}
.extension-link .tips {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 20px;
  margin: 32px 0 25px;
  font-size: 14px;
  color: #2d5acd;
  background: url("../images/icon90.png") no-repeat left center;
}
.extension-link .ft {
  line-height: 26px;
  font-size: 14px;
}
.extension-link .ft ul li {
  position: relative;
  padding-left: 12px;
}
.extension-link .ft ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #303030;
  content: "";
}
.extension-user {
  margin-top: 28px;
}
.extension-user .hd {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: bold;
}
.extension-user .bd table {
  width: 100%;
  border-collapse: collapse;
}
.extension-user .bd table tr td {
  padding: 16px 22px;
  font-size: 14px;
}
.extension-user .bd table tr td:not(:first-child) {
  text-align: center;
}
.extension-user .bd table tr td span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
}
.extension-user .bd table tr td span.que {
  background-image: url("../images/icon93.png");
}
.extension-user .bd table tr td .item img {
  float: left;
  width: 80px;
  height: 50px;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.extension-user .bd table tr td .item h3 {
  height: 32px;
  line-height: 16px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.extension-user .bd table tr td .item p {
  margin: 0;
  font-size: 13px;
  color: #a5a9ae;
}
.extension-user .bd table thead tr td {
  color: #848a91;
  background-color: #f8f9fa;
}
.extension-user .bd table tbody tr td {
  border-bottom: 1px solid #f2f2f2;
}
.extension-user .bd table tbody tr td img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.extension-user .bd table tbody tr td span {
  vertical-align: middle;
}
.extension-info {
  padding: 34px;
  margin-bottom: 50px;
  background-color: #f8f9fa;
}
.extension-info .hd img {
  width: 34px;
  height: 34px;
  margin-right: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.extension-info .hd strong {
  font-size: 16px;
  vertical-align: middle;
}
.extension-info .bd table {
  width: 100%;
}
.extension-info .bd table tr td {
  padding: 20px 0;
}
.extension-info .bd table tr td p {
  margin: 0;
  font-size: 15px;
}
.extension-info .bd table tr td h3 {
  margin: 15px 0 0;
  font-size: 16px;
}
.extension-chart .hd {
  font-size: 16px;
  font-weight: bold;
}
.extension-chart .sub-search {
  margin: 22px 0 38px;
}
.extension-chart .ft {
  margin-top: 25px;
  font-size: 0;
}
.extension-chart .ft .item {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 20px;
  font-size: 14px;
  color: #848a91;
  background: url("../images/icon92.png") no-repeat left center;
}
.extension-chart .ft .item:not(:last-child) {
  margin-right: 25px;
}
.extension-chart .ft .item.active {
  background-image: url("../images/icon92_1.png");
}
.extension-box1 {
  margin-top: 60px;
}
.extension-box1 .hd {
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: bold;
}
.extension-box1 .bd {
  font-size: 0;
}
.extension-box1 .bd span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 15px;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  color: #585b5f;
  background-color: #f4f5f6;
}
.cash-box1 {
  text-align: center;
}
.cash-box1 .hd {
  margin-bottom: 22px;
  font-size: 16px;
  text-align: left;
}
.cash-box1 .hd span {
  font-size: 14px;
  color: #848a91;
}
.cash-box1 ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 20px 20px 0;
}
.cash-box1 ul li .item {
  height: 170px;
  padding-top: 30px;
  background-color: #f8f9fa;
}
.cash-box1 ul li .item p {
  margin: 0;
  font-size: 15px;
}
.cash-box1 ul li .item p span {
  display: inline-block;
  padding-right: 18px;
  background: url("../images/icon93.png") no-repeat right center;
}
.cash-box1 ul li .item h3 {
  margin: 28px 0 32px;
  font-size: 24px;
}
.cash-box1 ul li .item .more {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 14px;
  font-size: 15px;
  color: #848a91;
  background: url("../images/icon87.png") no-repeat right center;
}
.cash-box1 ul li .item h4 {
  line-height: 20px;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  color: #848a91;
}
.cash-box1 ul li .item h4 span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: #848a91;
  background: url("../images/icon93.png") no-repeat right center;
}
.cash-box1 .apply {
  display: inline-block;
  height: 38px;
  line-height: 36px;
  padding: 0 22px;
  border: 1px solid #2d5acd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #2d5acd;
}
.cash-box2 .hd {
  line-height: 20px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: bold;
}
.cash-box2 .hd span {
  font-size: 14px;
  font-weight: normal;
  color: #848a91;
}
.cash-box2 .bd table {
  width: 100%;
  border-collapse: collapse;
}
.cash-box2 .bd table tr td {
  padding: 15px 30px;
  font-size: 14px;
  text-align: center;
}
.cash-box2 .bd table thead tr td {
  color: #848a91;
  background-color: #f8f9fa;
}
.cash-box2 .bd table tbody tr td {
  border-bottom: 1px solid #f2f2f2;
}
.cash-box2 .bd table tbody tr td .error {
  display: inline-block;
  padding: 0 18px;
  color: #de534d;
  background: url("../images/icon93.png") no-repeat right center;
}
.cash-box2 .bd table tbody tr td a {
  color: #848a91;
}
.cash-form {
  width: 530px;
}
.cash-form .item {
  position: relative;
  line-height: 22px;
  padding-left: 78px;
  margin-top: 40px;
}
.cash-form .item .label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}
.cash-form .item h3 {
  margin: 0;
  font-size: 22px;
}
.cash-form .item input {
  display: block;
  width: 100%;
  padding: 0 0 16px;
  font-size: 22px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #eaeaea;
}
.cash-form .item p {
  margin: 12px 0 0;
  font-size: 14px;
  color: #848a91;
}
.cash-form button {
  height: 38px;
  padding: 0 26px;
  margin-top: 35px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  background-color: #2d5acd;
}
.cash-form .tips {
  line-height: 20px;
  padding-left: 20px;
  margin-top: 22px;
  font-size: 14px;
  color: #526cb0;
  background: url("../images/icon90.png") no-repeat left center;
}
.data-box1 {
  margin-bottom: 25px;
}
.data-box1 ul li {
  width: 25%;
}
.data-box2 {
  margin-top: 50px;
}
.data-box2 .bd table tr td span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: right center;
}
.data-box2 .bd table tr td span.que {
  background-image: url("../images/icon93.png");
}
.data-box2 .bd table tr td span.info {
  background-image: url("../images/icon83.png");
}
.data-box3 {
  margin: 50px 0 60px;
}
.data-box4 {
  width: 330px;
  margin-right: 40px;
}
.data-box5 {
  overflow: hidden;
}
.data-box6 {
  margin-bottom: 56px;
}
.data-box7 {
  margin-bottom: 40px;
}
.data-box7 .hd {
  line-height: 24px;
  margin-bottom: 28px;
}
.data-box7 .hd time {
  font-size: 14px;
  color: #848a91;
}
.data-box7 .hd .tag {
  display: inline-block;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 7px;
  margin-right: 8px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #848a91;
  vertical-align: middle;
}
.data-box7 .hd strong {
  font-size: 18px;
  vertical-align: middle;
}
.data-box7 .bd {
  overflow: hidden;
}
.data-box7 .bd .list {
  margin-right: -20px;
}
.data-box7 .bd .list .item {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
}
.data-box7 .bd .list .item:first-child .box {
  height: 330px;
}
.data-box7 .bd > .box dl {
  width: 20%;
  margin: 0 !important;
}
.data-box7 .bd .box {
  padding: 24px 35px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
}
.data-box7 .bd .box h3 {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 27px;
  margin: 0;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
}
.data-box7 .bd .box h3.ll {
  background-image: url("../images/icon101.png");
}
.data-box7 .bd .box h3.sy {
  background-image: url("../images/icon102.png");
}
.data-box7 .bd .box h3.fs {
  background-image: url("../images/icon103.png");
}
.data-box7 .bd .box h3.hud {
  background-image: url("../images/icon104.png");
}
.data-box7 .bd .box dl {
  float: left;
  line-height: 32px;
  margin: 0;
}
.data-box7 .bd .box dl:not(:last-child) {
  margin-right: 68px;
}
.data-box7 .bd .box dl dt {
  height: 34px;
  overflow: hidden;
  margin-top: 15px;
  font-size: 15px;
}
.data-box7 .bd .box dl dt strong {
  margin-left: 12px;
  font-size: 20px;
}
.data-box7 .bd .box dl dd {
  height: 34px;
  overflow: hidden;
  margin: 0;
  font-size: 15px;
  color: #848a91;
}
.data-box7 .bd .box dl dd .up {
  display: inline-block;
  padding-left: 10px;
  margin: 0 70px 0 10px;
  color: #d4573e;
  background: url("../images/icon105.png") no-repeat left center;
}
.data-box8 .sub-search {
  margin: -9px 0 0;
}
.side-box9.dark .bd .item {
  border-color: #f4f5f6;
  background-color: #f4f5f6;
}
.side-box9 .side-hd {
  margin-bottom: 17px;
}
.side-box9 .bd {
  font-size: 0;
}
.side-box9 .bd .item {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 14px;
  margin: 0 9px 9px 0;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  color: #585b5f;
}
.main-plain {
  margin-right: 46px;
}
.main-qa-search {
  padding: 27px 29px;
  margin-bottom: 27px;
  background: url("../images/bg3.png") no-repeat #eff1f4;
  background-size: cover;
}
.main-qa-search .form {
  margin-top: 13px;
}
.main-qa-search .form input {
  float: left;
  width: 333px;
  height: 38px;
  padding: 0 14px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  background: url("../images/search1.png") no-repeat 303px center #fff;
}
.main-qa-search .form button {
  float: left;
  width: 105px;
  height: 38px;
  padding: 0;
  margin-left: 10px;
  border: 0;
  font-size: 14px;
  color: #fff;
  background-color: #2d5acd;
}
.main-qa-search .desc {
  height: 65px;
  overflow: hidden;
  padding-left: 76px;
  background: url("../images/icon106.png") no-repeat left top;
}
.main-qa-search .desc h3 {
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  margin: 0;
  font-size: 24px;
}
.main-qa-search .desc p {
  margin: 0;
  font-size: 14px;
  color: #848a91;
}
.plain-title {
  margin-bottom: 35px;
}
.plain-title h3 {
  margin: 0;
  font-size: 30px;
}
.plain-tabs {
  border-bottom: 1px solid #f2f2f2;
  font-size: 0;
}
.plain-tabs.lg a {
  font-size: 20px;
}
.plain-tabs a {
  position: relative;
  display: inline-block;
  height: 34px;
  overflow: hidden;
  margin-right: 38px;
  font-size: 16px;
  font-weight: bold;
}
.plain-tabs a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: block;
  height: 3px;
  background-color: #2d5acd;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.plain-tabs a.active {
  color: #2d5acd;
}
.plain-tabs a.active::after {
  bottom: 0;
}
.plain-tabs a span {
  margin-left: 4px;
  color: #848a91;
}
.plain-sub-tabs {
  margin-top: 17px;
  font-size: 0;
}
.plain-sub-tabs a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding: 0 32px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  background-color: #f4f5f6;
}
.plain-sub-tabs a.active {
  color: #2d5acd;
  background-color: #e9eefb;
}
.qa-list ul li {
  padding: 28px 0;
  border-bottom: 1px solid #f2f2f2;
}
.qa-list ul li .stats {
  margin-right: 22px;
}
.qa-list ul li .stats .item {
  float: left;
  width: 45px;
  padding-top: 8px;
  margin-right: 7px;
  color: #848a91;
  text-align: center;
}
.qa-list ul li .stats .item:nth-child(1) span {
  color: #303030;
}
.qa-list ul li .stats .item.active {
  padding: 30px 0 10px;
  background: url("../images/icon107.png") no-repeat center 10px #e9eefb;
}
.qa-list ul li .stats .item.active span {
  color: #2d5acd;
}
.qa-list ul li .stats .item span {
  font-size: 20px;
}
.qa-list ul li .stats .item p {
  margin: 8px 0 0;
  font-size: 14px;
}
.qa-list ul li .desc {
  overflow: hidden;
}
.qa-list ul li .desc .t {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  white-space: nowrap;
}
.qa-list ul li .desc .t > * {
  display: inline-block;
  vertical-align: middle;
}
.qa-list ul li .desc .t h3 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.qa-list ul li .desc .t .score {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 6px 0 21px;
  font-size: 13px;
  color: #d9913e;
  background: url("../images/icon12.png") no-repeat 8px center #faf1e6;
}
.qa-list ul li .desc p {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin: 10px 0 15px;
  font-size: 14px;
  color: #848a91;
}
.qa-list ul li .desc .info {
  line-height: 20px;
  font-size: 13px;
  color: #a5a9ae;
}
.qa-list ul li .desc .info time {
  margin-left: 9px;
}
.qa-list ul li .desc .tag {
  font-size: 0;
}
.qa-list ul li .desc .tag a {
  display: inline-block;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 11px;
  margin-right: 9px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  color: #a5a9ae;
}
.main-sort {
  margin-top: 20px;
}
.main-sort .item {
  position: relative;
  line-height: 34px;
  padding-left: 52px;
}
.main-sort .item .hd {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
}
.main-sort .item .bd {
  font-size: 0;
}
.main-sort .item .bd a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 24px 20px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  vertical-align: top;
}
.main-sort .item .bd a.active {
  color: #2d5acd;
  background-color: #e9eefb;
}
.video-hd {
  padding-top: 40px;
  margin-top: -40px;
  background-color: #fff;
}
.video-bd .plain-sub-tabs {
  margin-top: 30px;
}
.video-bd .plain-sub-tabs a {
  background-color: #fff;
}
.video-bd .plain-sub-tabs a.active {
  color: #fff;
  background-color: #2d5acd;
}
.video-list {
  margin-top: 30px;
}
.video-list ul {
  margin-right: -24px;
}
.video-list ul li {
  float: left;
  width: 25%;
  padding: 0 24px 32px 0;
}
.video-list ul li .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.video-list ul li .item .pic {
  display: block;
  overflow: hidden;
}
.video-list ul li .item .pic img {
  display: block;
  width: 100%;
}
.video-list ul li .item .desc {
  padding: 12px 15px;
}
.video-list ul li .item .desc h3 {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: normal;
}
.video-list ul li .item .desc p {
  margin: 0;
  font-size: 13px;
  color: #848a91;
}
.video-list ul li .item .desc .ft {
  padding-top: 12px;
  margin-top: 13px;
  border-top: 1px solid #f2f2f2;
}
.video-list ul li .item .desc .ft > * {
  vertical-align: middle;
}
.video-list ul li .item .desc .ft img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.video-list ul li .item .desc .ft span {
  font-size: 13px;
  color: #848a91;
}
.side-box10 {
  margin-bottom: 16px;
}
.side-box10 .bd ul {
  padding: 5px 0;
}
.side-box10 .bd ul li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 30px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.side-box10 .bd ul li.rar {
  background-image: url("../images/icon39.png");
}
.side-box10 .bd ul li.pdf {
  background-image: url("../images/icon38.png");
}
.side-tabs {
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
}
.side-tabs a {
  float: left;
  display: block;
  width: 33.33333333%;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
.side-tabs a.active {
  color: #2d5acd;
}
.data-list ul li {
  padding: 30px 12px 30px 0;
}
.data-list ul li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.data-list ul li h3 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.data-list ul li .main-icons {
  margin: 12px 0 20px;
}
.data-list ul li .ft .download {
  display: block;
  padding: 0 22px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 0;
  background-color: #2a5cde;
}
.data-list ul li .ft .download span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 15px;
  font-size: 13px;
  color: #fff;
  background: url("../images/icon94.png") no-repeat left center;
}
.data-list ul li .ft p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-left: 28px;
  margin: 0;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
}
.data-list ul li .ft p.rar {
  background-image: url("../images/icon39.png");
}
.data-list ul li .ft p.pdf {
  background-image: url("../images/icon38.png");
}
.data-list ul li .ft .tag {
  margin-top: 10px;
  font-size: 0;
}
.data-list ul li .ft .tag a {
  display: inline-block;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  padding: 0 11px;
  margin-right: 9px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  color: #a5a9ae;
}
.side-box11 {
  margin-bottom: 16px;
}
.side-box11 .side-hd .more {
  padding: 0;
  background: transparent;
}
.side-box11 .bd ul li {
  float: left;
  width: 25%;
  margin-top: 10px;
}
.side-box11 .bd ul li .pic {
  display: block;
  width: 49px;
  height: 49px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.side-box11 .bd ul li .pic img {
  display: block;
  width: 100%;
}
.side-box11 .bd ul li p {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.follow-person {
  padding-top: 90px;
  background: url("../images/bg4.jpg") no-repeat center top;
}
.person-hd {
  padding: 30px 52px 28px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 11px 0 rgba(45, 90, 205, 0.15);
}
.person-hd .num {
  margin: 32px 0 0 10px;
  font-size: 16px;
  text-align: center;
}
.person-hd .num .item {
  float: left;
}
.person-hd .num .item:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #f2f2f2;
}
.person-hd .num .item p {
  margin: 0;
}
.person-hd .num .item h3 {
  margin: 22px 0 0;
  font-size: 28px;
  font-weight: bold;
}
.person-hd .pic {
  width: 124px;
  overflow: hidden;
  margin-right: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person-hd .pic img {
  display: block;
  width: 100%;
}
.person-hd .desc {
  overflow: hidden;
}
.person-hd .desc h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}
.person-hd .desc p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 15px 0;
  font-size: 14px;
  color: #848a91;
}
.person-hd .desc .btns {
  font-size: 0;
}
.person-hd .desc .btns a {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #585b5f;
  text-align: center;
  background-color: #f8f9fa;
}
.person-hd .desc .btns a.primary {
  color: #fff;
  background-color: #2d5acd;
}
.person-bd {
  margin-top: 25px;
}
.main-person {
  margin-right: 22px;
}
.side-box12 {
  margin-bottom: 16px;
}
.side-box12 .side-hd {
  margin-bottom: 6px;
}
.side-box12 .bd ul li {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  padding-left: 35px;
  font-size: 15px;
  color: #585b5f;
  background-repeat: no-repeat;
  background-position: left center;
}
.side-box12 .bd ul li:nth-child(1) {
  background-image: url("../images/icon108.png");
}
.side-box12 .bd ul li:nth-child(2) {
  background-image: url("../images/icon109.png");
}
.side-box12 .bd ul li:nth-child(3) {
  background-image: url("../images/icon110.png");
}
.side-box12 .bd ul li strong {
  margin: 0 4px;
}
.side-box13 {
  margin-bottom: 16px;
}
.side-box13 .bd p {
  line-height: 24px;
  font-size: 14px;
  color: #585b5f;
}
.plain-sub-title {
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #f2f2f2;
  font-size: 0;
}
.plain-sub-title a {
  display: inline-block;
  margin-right: 36px;
  font-size: 16px;
  color: #848a91;
}
.plain-sub-title a.active {
  font-weight: bold;
  color: #303030;
}
.plain-sub-title a span {
  margin-left: 4px;
  font-size: 13px;
  color: #848a91;
}
.person-news ul li {
  padding: 26px 0;
  border-bottom: 1px solid #f2f2f2;
}
.person-news ul li h4 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #848a91;
}
.person-news ul li .pic {
  position: relative;
  display: block;
  width: 130px;
  overflow: hidden;
  margin-right: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.person-news ul li .pic img {
  display: block;
  width: 100%;
  height: 82px;
}
.person-news ul li .pic span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 8px;
  font-size: 13px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.person-news ul li .desc {
  overflow: hidden;
  margin-top: 15px;
}
.person-news ul li .desc h3 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin: 0 0 12px;
  font-size: 18px;
}
.person-news ul li .desc p {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  color: #848a91;
}
.person-news ul li .reply {
  padding: 20px 14px;
  border-left: 4px solid #dfe0e1;
  background-color: #f8f9fa;
}
.person-news ul li .reply h3 {
  margin: 0 0 8px;
  font-size: 14px;
}
.person-news ul li .reply p {
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  color: #848a91;
}
.person-news ul li .file .item {
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding-left: 28px;
  font-size: 14px;
  color: #848a91;
  background-repeat: no-repeat;
  background-position: left center;
}
.person-news ul li .file .item.rar {
  background-image: url("../images/icon39.png");
}
.person-news ul li .file .item.pdf {
  background-image: url("../images/icon38.png");
}
.person-news ul li .ft {
  line-height: 24px;
  margin-top: 18px;
}
.person-news ul li .ft time {
  font-size: 14px;
  color: #a5a9ae;
}
.side-box14 .bd ul li {
  position: relative;
  line-height: 22px;
  padding: 10px 0 10px 13px;
  font-size: 14px;
}
.side-box14 .bd ul li::before {
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #c5c5c5;
  content: "";
}
.circle-swiper {
  overflow: hidden;
  margin: 0 22px 22px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.circle-swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.circle-swiper .circle-pagination.swiper-pagination-bullets {
  padding-right: 25px;
  text-align: right;
}
.circle-swiper .circle-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 6px;
  margin: 0 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
}
.circle-swiper .circle-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 19px;
}
.main-box7 .bd {
  overflow: hidden;
}
.main-box7 .bd ul {
  margin-left: -25px;
}
.main-box7 .bd ul li {
  float: left;
  width: 50%;
  padding: 30px 25px 25px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #f2f2f2;
}
.main-box7 .bd ul li:nth-child(2n) {
  border-right: 0;
}
.main-box7 .bd ul li.no .desc .ft .btn {
  border-color: #63af58;
  color: #63af58;
}
.main-box7 .bd ul li.no .desc .ft .btn span {
  background-image: url("../images/icon112.png");
}
.main-box7 .bd ul li .pic {
  display: block;
  width: 77px;
  overflow: hidden;
  margin-right: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.main-box7 .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 77px;
}
.main-box7 .bd ul li .desc {
  overflow: hidden;
}
.main-box7 .bd ul li .desc h3 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.main-box7 .bd ul li .desc p {
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  margin: 10px 0 2px;
  font-size: 13px;
  color: #585b5f;
}
.main-box7 .bd ul li .desc .ft {
  overflow: hidden;
  font-size: 13px;
  color: #848a91;
}
.main-box7 .bd ul li .desc .ft .btn {
  display: block;
  padding: 0 9px 0 14px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #585b5f;
}
.main-box7 .bd ul li .desc .ft .btn span {
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  padding-left: 15px;
  font-size: 13px;
  background: url("../images/icon113.png") no-repeat left center;
}
.main-box7 .bd ul li .desc .ft > span {
  float: left;
  margin-top: 13px;
}
.circle-hd {
  padding: 27px 27px 33px;
  margin-bottom: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.circle-hd .num {
  margin-top: 38px;
}
.circle-hd .num .item {
  float: left;
  padding: 0 32px;
  text-align: center;
}
.circle-hd .num .item:not(:last-child) {
  border-right: 1px solid #f2f2f2;
}
.circle-hd .num .item h3 {
  margin: 0 0 20px;
  font-size: 22px;
}
.circle-hd .num .item p {
  margin: 0;
  font-size: 14px;
  color: #848a91;
}
.circle-hd .pic {
  width: 120px;
  overflow: hidden;
  margin-right: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.circle-hd .pic img {
  display: block;
  width: 100%;
  height: 120px;
}
.circle-hd .desc {
  overflow: hidden;
}
.circle-hd .desc h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}
.circle-hd .desc p {
  margin: 12px 0 15px;
  font-size: 14px;
  color: #848a91;
}
.circle-hd .desc .btns {
  font-size: 0;
}
.circle-hd .desc .btns a {
  display: inline-block;
  padding: 0 30px;
  border: 1px solid #63af58;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #63af58;
}
.circle-hd .desc .btns a.follow span {
  background-image: url("../images/icon112.png");
}
.circle-hd .desc .btns a span {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 13px;
  background-repeat: no-repeat;
  background-position: left center;
}
.circle-info {
  margin-bottom: 16px;
}
.circle-info .bd .pic {
  width: 82px;
  overflow: hidden;
  margin: 0 auto 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.circle-info .bd .pic img {
  display: block;
  width: 100%;
  height: 82px;
}
.circle-info .bd .desc {
  text-align: center;
}
.circle-info .bd .desc h3 {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.circle-info .bd .desc p {
  line-height: 22px;
  margin: 10px 0 12px;
  font-size: 14px;
  color: #848a91;
  text-align: left;
}
.circle-info .bd .desc a {
  display: inline-block;
  padding: 0 33px;
  border: 1px solid #63af58;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #63af58;
}
.circle-info .bd .desc a span {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding-left: 13px;
  background: url("../images/icon112.png") no-repeat left center;
}
.circle-info .bd .num {
  margin-top: 20px;
}
.circle-info .bd .num .item {
  float: left;
  width: 33.33333333%;
  text-align: center;
}
.circle-info .bd .num .item:not(:last-child) {
  border-right: 1px solid #f2f2f2;
}
.circle-info .bd .num .item p {
  margin: 0;
  font-size: 14px;
}
.circle-info .bd .num .item h3 {
  margin: 16px 0 0;
  font-size: 18px;
}
.circle-post {
  padding-top: 0;
  padding-bottom: 0;
}
.aboutus .sidebar {
  width: 220px;
  padding: 8px 0;
  margin-right: 20px;
  background-color: #fafafa;
}
.aboutus .sidebar ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.aboutus .sidebar ul li.active a {
  font-weight: bold;
  color: #2d5acd;
}
.aboutus .sidebar ul li.active a::before {
  left: 0;
}
.aboutus .sidebar ul li a {
  position: relative;
  display: block;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  font-size: 18px;
  color: #848a91;
  text-align: center;
}
.aboutus .sidebar ul li a::before {
  position: absolute;
  top: 50%;
  left: -4px;
  display: block;
  width: 4px;
  height: 26px;
  margin-top: -13px;
  background-color: #2d5acd;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.aboutus .content {
  overflow: hidden;
  padding: 35px 46px 100px;
  background-color: #fff;
}
.aboutus .content-hd {
  padding-bottom: 22px;
  border-bottom: 1px solid #f2f2f2;
}
.aboutus .content-hd h3 {
  margin: 0;
  font-size: 26px;
}
.aboutus .content .aboutus-detail {
  line-height: 30px;
  font-size: 15px;
}
.aboutus .content .member-form {
  width: 647px;
  margin-top: 30px;
}
.aboutus .content .aboutus-news ul li {
  padding: 26px 0;
  border-bottom: 1px solid #f2f2f2;
}
.aboutus .content .aboutus-news ul li .pic {
  display: block;
  width: 147px;
  margin-right: 20px;
}
.aboutus .content .aboutus-news ul li .pic img {
  display: block;
  width: 100%;
  height: 150px;
}
.aboutus .content .aboutus-news ul li .desc {
  overflow: hidden;
}
.aboutus .content .aboutus-news ul li .desc h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  font-size: 20px;
}
.aboutus .content .aboutus-news ul li .desc p {
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  margin: 14px 0 35px;
  font-size: 14px;
  color: #848a91;
}
.aboutus .content .aboutus-news ul li .desc time {
  display: block;
  padding-left: 18px;
  font-size: 14px;
  color: #8e8e8e;
  background: url('../images/icon115.png') no-repeat left center;
}
.aboutus .content .news-detail .hd {
  padding-bottom: 24px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.aboutus .content .news-detail .hd h3 {
  margin: 0 0 22px;
  font-size: 24px;
}
.aboutus .content .news-detail .hd p {
  margin: 0;
  font-size: 14px;
  color: #a5a9ae;
}
.aboutus .content .news-detail .bd {
  line-height: 30px;
  padding: 0 38px;
  font-size: 15px;
}
.member-job .info,
.member-job .box {
  position: relative;
}
.member-job .info .btn-edit,
.member-job .box .btn-edit {
  position: absolute;
  top: 29px;
  right: 7px;
  font-size: 14px;
  color: #044fa0;
}
.member-job .info {
  padding: 28px 0 0;
}
.member-job .info .pic {
  display: block;
  width: 104px;
  height: 104px;
  margin-right: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.member-job .info .desc {
  overflow: hidden;
  padding-bottom: 57px;
}
.member-job .info .desc h3 {
  line-height: 30px;
  margin: 0;
  font-size: 22px;
  font-weight: normal;
}
.member-job .info .desc h3 span {
  padding-right: 24px;
  background: url("../images/icon121.png") no-repeat right center;
}
.member-job .info .desc p {
  margin: 30px 0 24px;
  font-size: 15px;
}
.member-job .info .desc p span {
  margin: 0 15px;
  color: #e6e6e6;
}
.member-job .info .desc .icons span {
  padding-left: 20px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}
.member-job .box {
  padding: 28px 0 56px;
  border-top: 1px solid #f2f2f2;
}
.member-job .box .hd {
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: bold;
}
.member-job .box .bd h3 {
  position: relative;
  line-height: 36px;
  margin: 0;
  font-size: 15px;
}
.member-job .box .bd h3.title {
  padding-left: 13px;
}
.member-job .box .bd h3.title::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #c1c5c8;
  content: '';
}
.member-job .box .bd p {
  line-height: 26px;
  margin: 0;
  font-size: 14px;
  color: #848a91;
}
.member-job .box .icons {
  font-size: 0;
}
.member-job .box .icons span {
  padding-left: 18px;
  margin-right: 34px;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
}
.member-job .form {
  padding: 35px 25px 70px;
  background-color: #f8f9fa;
}
.member-job .form > .hd {
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: bold;
}
.member-job .form > .bd {
  width: 710px;
}
.member-job .form > .bd .item {
  float: left;
  width: 318px;
  margin: 0 17px 34px 0;
}
.member-job .form > .bd .item.full {
  width: 653px;
}
.member-job .form > .bd .item .hd {
  display: block;
  margin-bottom: 11px;
  font-size: 14px;
}
.member-job .form > .bd .item .bd .form-control {
  display: block;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  resize: none;
}
.member-job .form > .bd .item .bd input.form-control,
.member-job .form > .bd .item .bd select.form-control {
  height: 45px;
}
.member-job .form > .bd .item .bd textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
}
.member-job .form > .bd .item .bd .radio-group .radio-item {
  float: left;
  width: 50%;
  padding-right: 14px;
}
.member-job .form > .bd .item .bd .radio-group .radio-item input {
  display: none;
}
.member-job .form > .bd .item .bd .radio-group .radio-item input:checked ~ label {
  color: #303030;
}
.member-job .form > .bd .item .bd .radio-group .radio-item label {
  display: block;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #a5a9ae;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.member-job .form > .ft {
  font-size: 0;
}
.member-job .form > .ft button {
  display: inline-block;
  width: 125px;
  height: 44px;
  margin-right: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #044fa0;
  font-size: 14px;
  color: #044fa0;
  background-color: #fff;
}
.member-job .form > .ft button.btn-submit {
  color: #fff;
  background-color: #044fa0;
}
.info{line-height: 24px;font-size: 14px;}
.info p{text-indent:2rem;margin-bottom: 5px;}
.search-layer{margin: 40px 0 40px;}
.search-layer .search1{position: relative;width: 650px;margin: 0 auto;}
.search-layer .search1 input{width:100%;height: 50px;font-size: 14px;padding: 5px 15px;padding-right: 120px;border: 1px solid #c9c9c9;border-radius: 8px;}
.search-layer .search1 .btn{position: absolute;right:0;top:0;height: 50px;font-size: 16px;border: 0;width: 110px;height: 50px;color: #fff;background-color: #00a4ff;border-radius: 0px 8px 8px 0;}
.download-main{padding-top: 10px;}
.download-nav {text-align: center;}
.download-nav li{margin: 0 20px;position: relative;display: inline-block;}
.download-nav li a{font-size: 16px;font-weight: bold;padding: 5px 10px;}
.download-nav li::after{position: absolute;top: 4px;right: -30px;width: 0;content: '';border-left: solid #ccc 1px;height: calc(100% - 8px);}
.download-nav li:last-child::after{display: none;}
.download-nav li.active a{color: #1b5f9f;}
.download-main .download-nav{padding: 10px 0;}
.download-main .download-list{padding: 20px 0;}
.download-list .sheet-tab{background: #00a4ff;color: #fff; }
.download-list .sheet-tab li{float: left;text-align: center;font-size: 14px;}
.download-list .sheet li{line-height: 40px;padding: 3px 20px;border-bottom: 1px solid #e5e5e5;}
.download-list .sheet li dl dd{float: left;text-align: center;font-size: 14px;}
.download-list .sheet .item-name{width: 50%;text-align:left;}
.download-list .sheet .item-time{width: 25%;}
.download-list .sheet .item-btn{width: 25%;}
.download-list .sheet .item-btn a{padding: 0 22px;border-radius: 30px;background-color: #2a5cde;padding: 5px 10px;}
.download-list .sheet .item-btn a span{height: 30px;line-height: 30px;font-size: 13px;padding-left: 15px;display: inline-block;color: #fff;background-color: #2a5cde;background: url(../images/icon94.png) no-repeat left center;}
.main-box1 .main-title{font-size: 16px;font-weight: bold;text-align: center;margin: 10px 0;padding: 10px;}
.scmform-main{padding: 20px;}
.scmform-main .scm-form{width: 630px;margin: 0 auto;}
.scmform-main .scm-form .form-item{padding-left: 92px;margin-bottom: 23px;position: relative;line-height: 40px;}
.scmform-main .scm-form .form-item .label{position: absolute;top:0;left: 0;line-height: 42px;font-size: 14px;}
.scmform-main .scm-form .form-item .value{}
  .scmform-main .scm-form .form-item .value input{border: 1px solid #eaeaea;-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;height: 40px;line-height: 40px;padding: 0 10px;width: 100%;}
  .scmform-main .scm-form .form-item .value select{
    height: 40px;border: 1px solid #eaeaea;
    width: 250px;padding: 0 10px;
  }
  .scmform-main .scm-form .form-item .submit{
    display: block;
    width: 82px;
    height: 40px;
    padding: 0;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    background-color: #2d5acd;
  }