@charset "utf-8";
.transition {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
}
@-o-keyframes myfirst {
  /* Opera */
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
.common-header {
  background: white;
  position: relative;
  box-shadow: 4px -2px 22px rgba(107, 107, 107, 0.08);
  -webkit-box-shadow: 4px -2px 22px rgba(107, 107, 107, 0.08);
  -moz-box-shadow: 4px -2px 22px rgba(107, 107, 107, 0.08);
  -o-box-shadow: 4px -2px 22px rgba(107, 107, 107, 0.08);
  border-bottom: 1px #f1f1f1 solid;
  z-index: 2;
}
.common-header.search-header {
  background: #E2E2E2;
  box-shadow: none!important;
}
.common-header.search-header .header {
  height: 50px;
  line-height: 50px;
}
.common-header.search-header .header .user-els {
  height: 50px;
  line-height: 50px;
  margin-top: 0;
}
.common-header.search-header .header .user-els .public-user {
  margin-top: 16px;
  margin-left: 16px;
}
.common-header.search-header .header .user-els .public-user .header_unread_total {
  top: 5px;
  left: 28px;
}
.common-header.search-header .header .user-els .public-user aside {
  float: left;
}
.common-header.search-header .header .user-els .public-user img {
  display: inline-block;
  float: left;
}
.common-header.search-header .header .user-els .public-user span {
  margin-left: 4px;
  color: #EBEBEB;
}
.common-header.search-header .header .loginTo {
  margin-top: 14px;
  box-shadow: none;
  font-size: 0;
  height: auto;
  overflow: hidden;
}
.common-header.search-header .header .loginTo a {
  display: inline-block;
}
.common-header.search-header .header .loginTo i {
  display: inline-block;
  color: #EBEBEB;
  margin: auto;
  margin-right: 4px;
  float: left;
  line-height: 16px;
  text-align: center;
  margin-top: 5px;
  width: 16px;
  height: 16px;
}
.common-header.search-header .header .loginTo span {
  display: inline-block;
  float: left;
  color: #EBEBEB;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
}
.common-header.search-header .header .index_hed_release {
  margin-top: 6px;
}
.common-header.search-header .header .index_hed_release .hed_release_i {
  top: 16px;
}
.common-header.search-header .header .main_header-btn {
  line-height: 0;
}
.common-header.search-header .header .main_header-btn .hed_btn {
  margin-top: 14px;
  height: auto;
}
.common-header.search-header .header .main_header-btn .hed_btn i.iconfont {
  height: 18px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  color: #EBEBEB;
  margin-right: 4px;
}
.common-header.search-header .header .main_header-btn .hed_btn span {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  color: #EBEBEB;
}
.common-header.search-header .header-logo {
  margin-top: 0!important;
  font-size: 14px;
  color: #666666;
}
.common-header.search-header .header-left-search {
  margin-left: 0;
}
.common-header.search-header .header-left-search a {
  line-height: 50px!important;
  font-size: 14px;
  color: #EBEBEB;
}
.common-header.search-header .header-left-search li {
  float: left;
  position: relative;
  padding: 0 10px 0 0;
  margin-right: 10px;
}
.common-header.search-header .header-left-search li i {
  position: absolute;
  right: 0;
  top: 25px;
  background-color: #bfbfbf;
  width: 1px;
  z-index: 2;
  height: 10px;
  display: inline-block;
}
.common-header .header {
  height: 78px;
  line-height: 0;
}
.common-header .header .header-search {
  height: 46px;
  margin-left: 48px;
  width: 687px;
  margin-top: 20px;
  border: 2px solid #ff5c00;
  position: relative;
  float: left;
  border-radius: 5px;
}
.common-header .header .header-search .icon {
  position: absolute;
  left: 8px;
  toP: 13px;
  background-position: -851px -65px;
  width: 23px;
  height: 20px;
}
.common-header .header .header-search input {
  width: 565px;
  border: none;
  height: 42px;
  position: relative;
  float: left;
  font-size: 13px;
  padding: 0 10px 0 44px;
}
.common-header .header .header-search .search-suffix {
  float: left;
  cursor: pointer;
  width: 118px;
  height: 42px;
  color: white;
  font-size: 16px;
  line-height: 40px;
  background: #FF5C00;
  text-align: center;
  font-weight: bold;
  border-radius: 0px 2px 2px 0px;
}
.common-header .header .header-search .search-list-pre {
  position: absolute;
  left: 0;
  /* bottom: 0; */
  width: 565px;
  top: 42px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  z-index: 3444;
  box-shadow: 0px 6px 11px 1px #a0a0a06b;
}
.common-header .header .header-search .search-list-pre ul {
  padding: 5px 0;
}
.common-header .header .header-search .search-list-pre ul li {
  font-size: 12px;
  color: #333333;
  line-height: 26px;
  height: 26px;
  padding-left: 20px;
  padding-right: 20px;
}
.common-header .header .header-search .search-list-pre ul li:hover {
  background-color: #f5f5f5;
}
.common-header .header .header-search .search-list-pre ul li a {
  width: 100%;
  display: inline-block;
}
.common-header .header .header-search .search-list-pre ul li a span:nth-of-type(2) {
  float: right;
  font-size: 12px;
  color: #999999;
  width: 20%;
  text-align: right;
  overflow: hidden;
  word-break: keep-all;
}
.common-header .header .header-search .search-list-pre ul li a span:nth-of-type(1) {
  width: 80%;
  word-break: break-all;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.common-header .header .header-search .search-list-pre ul li a span em {
  font-style: normal;
}
.common-header .header .header-search .search-list-pre ul li a span .search_rec {
  font-weight: bold;
}
.common-header .header .header-logo {
  width: 190px;
  height: 38px;
}
.common-header .header .header-logo img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.common-header .header .header-left {
  margin-left: 30px;
}
.common-header .header .header-left .checked a {
  color: #1465B1;
}
.common-header .header .header-left a {
  width: 100%;
  display: inline-block;
  color: #333333;
  font-size: 16px;
  line-height: 78px;
}
.common-header .header .header-left li {
  float: left;
  text-align: center;
  padding: 0 17px;
  position: relative;
}
.common-header .header .header-left li:not(:last-child) {
  margin-right: 0;
}
.common-header .header .header-left li .head_i_community {
  position: absolute;
  right: -8px;
  top: 14px;
  width: 42px;
  height: 24px;
  background: url(../images/index/nav_icon.png) no-repeat center;
  background-size: contain;
}
.common-header .header .header-left.main_header li {
  padding: 0 17px;
}
.common-header .header .header-left.main_header li:not(:last-child) {
  margin-right: 0;
}
.common-header .header .header-left a:hover {
  color: #0e54d1;
}
.common-header .header.inputHover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.common-header .header.inputHover .header-search-all {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 650px!important;
}
.common-header .header.inputHover .header-search-all input {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 580px!important;
}
.common-header .header.inputHover .header-left {
  display: none;
}
.common-header .header .read-t a:hover {
  background-color: #1465B1 !important;
}
.common-header .header .read-t a {
  background: #a4c9de;
  border-radius: 20px;
  color: white;
  text-align: center;
  font-size: 15px;
  padding: 9px 20px;
  display: inline;
}
.common-header .header .header-search-all {
  height: 40px;
  margin-right: 3px;
  width: 310px;
  margin-top: 21px;
  border: 2px solid #ff5c00;
  position: relative;
  border-radius: 5px;
  font-size: 0;
}
.common-header .header .header-search-all .search-list-pre {
  position: absolute;
  left: 0;
  /* bottom: 0; */
  width: calc(100% - 100px);
  top: 42px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  z-index: 3444;
  box-shadow: 0px 6px 11px 1px #a0a0a06b;
}
.common-header .header .header-search-all .search-list-pre ul {
  padding: 5px 0;
}
.common-header .header .header-search-all .search-list-pre ul li {
  font-size: 12px;
  color: #333333;
  line-height: 26px;
  height: 26px;
  padding-left: 20px;
  padding-right: 20px;
}
.common-header .header .header-search-all .search-list-pre ul li:hover {
  background-color: #f5f5f5;
}
.common-header .header .header-search-all .search-list-pre ul li a {
  width: 100%;
  display: inline-block;
}
.common-header .header .header-search-all .search-list-pre ul li a span:nth-of-type(2) {
  float: right;
  font-size: 12px;
  color: #999999;
  width: 20%;
  text-align: right;
  overflow: hidden;
  word-break: keep-all;
}
.common-header .header .header-search-all .search-list-pre ul li a span:nth-of-type(1) {
  width: 80%;
  word-break: break-all;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.common-header .header .header-search-all .search-list-pre ul li a span em {
  font-style: normal;
}
.common-header .header .header-search-all .search-list-pre ul li a span .search_rec {
  font-weight: bold;
}
.common-header .header .header-search-all .search-item {
  position: absolute;
  height: 100%;
}
.common-header .header .header-search-all input {
  width: 240px;
  border: none;
  height: 36px;
  position: relative;
  float: left;
  font-size: 13px;
  border-top-left-radius: 5px;
  padding: 0 10px;
  border-bottom-left-radius: 5px;
}
.common-header .header .header-search-all .icon {
  position: absolute;
  left: 8px;
  toP: 13px;
  z-index: 2;
  background-position: -851px -65px;
  width: 23px;
  height: 20px;
}
.common-header .header .header-search-all .search-suffix {
  float: left;
  width: 70px;
  height: 38px;
  color: white;
  cursor: pointer;
  line-height: 38px;
  background: #FF5C00;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
}
.common-header .header .header-select-all {
  height: 100%;
  font-size: 14px;
  float: left;
  width: 74px;
  margin-right: 10px;
  padding: 0 10px;
  transition: width 0.3s linear;
}
.common-header .header select,
.common-header .header input {
  border: none;
  outline-offset: inherit;
  outline: transparent;
  background-color: transparent;
}
.common-header .header .filter-box input {
  background-color: transparent;
  border: none;
  height: 100%;
  width: 100%;
  font-size: 14px;
  position: absolute;
  left: 0;
}
.common-header .header .user-els {
  position: relative;
}
.common-header .header .user-els img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px #fff solid;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.2);
}
.common-header .header .user-els .public-user {
  line-height: 0;
  margin-top: 18px;
  display: inline-block;
  margin-left: 17px;
}
.common-header .header .user-els .public-user img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px #fff solid;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.14);
  display: block;
  margin-bottom: 1px;
}
.common-header .header .user-els .public-user span {
  float: left;
  min-width: 46px;
  text-align: center;
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  padding: 0;
  max-width: 60px;
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-header .header .user-els .public-user .header_unread_total {
  top: 8px;
  left: 49%;
}
.common-header .header .loginTo {
  font-size: 14px;
  margin-top: 17px;
  height: 48px;
  font-size: 0;
  margin-left: 17px;
}
.common-header .header .loginTo i {
  color: #6A8B9D;
  display: block;
  margin: 7px auto 1px;
  line-height: 16px;
  text-align: center;
  width: 16px;
  height: 16px;
}
.common-header .header .loginTo i.icon-login {
  background-position: -946px -316px;
  position: relative;
}
.common-header .header .loginTo i.icon-register {
  background-position: -999px -320px;
}
.common-header .header .loginTo span {
  height: 20px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 20px;
  display: inline-block;
  max-width: 80px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-header .header .loginTo a {
  float: left;
}
.common-header .header .user-select-options {
  position: absolute;
  width: 120px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 74px;
  background: #ffffff;
  border-radius: 7px;
  left: -55px;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 16px -3px #d8d8d8;
  -moz-box-shadow: 0px 0px 16px -3px #d8d8d8;
  -o-box-shadow: 0px 0px 16px -3px #d8d8d8;
  box-shadow: 0px 0px 16px -3px #d8d8d8;
}
.common-header .header .user-select-options:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  font-size: 0;
  line-height: 0;
  top: -5px;
  left: 58px;
}
.common-header .header .user-select-options li {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid #F0F0F0;
}
.common-header .header .user-select-options li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 12px;
}
.common-header .header .user-select-options li:nth-of-type(1) {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.common-header .header .user-select-options li:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.common-header .header .user-select-options li:hover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #0e54d1;
}
.common-header .header .user-select-options li:hover a {
  color: white;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.common-header .header .hr-shadow {
  background: url(../images/home/bg.png) repeat-x;
  height: 1px;
}
.common-header .header li {
  list-style: none;
}
.common-header .header .index_hed_release {
  position: relative;
  margin-top: 21px;
  float: right;
}
.common-header .header .index_hed_release .hed_release_btn {
  width: 120px;
  height: 40px;
  background: #006FFF;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.common-header .header .index_hed_release .hed_release_btn i {
  font-size: 14px;
  margin-left: 5px;
  color: #fff;
  display: inline-block;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.common-header .header .index_hed_release .hed_release_i {
  display: none;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  color: #fff;
  position: absolute;
  top: 42px;
  left: 40px;
  font-size: 22px;
  z-index: 5;
}
.common-header .header .index_hed_release ul {
  display: none;
  background-color: #fff;
  position: absolute;
  right: 0;
  width: 412px;
  border-radius: 8px;
  padding: 20px;
  z-index: 4;
  overflow: hidden;
  box-shadow: 0px 2px 16px rgba(196, 202, 211, 0.7);
  -webkit-box-shadow: 0px 2px 16px rgba(196, 202, 211, 0.7);
}
.common-header .header .index_hed_release ul li {
  background-color: #F6FAFF;
  border-radius: 6px;
  overflow: hidden;
  padding: 18px 20px;
  margin-bottom: 15px;
}
.common-header .header .index_hed_release ul li .title {
  height: 26px;
  line-height: 26px;
  margin-bottom: 17px;
}
.common-header .header .index_hed_release ul li .title .title_icon {
  width: 21px;
  height: 23px;
  float: left;
  margin-left: 0;
  margin-right: 9px;
  margin-top: 2px;
}
.common-header .header .index_hed_release ul li .title span {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  float: left;
}
.common-header .header .index_hed_release ul li .title .icon_arrow {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  float: right;
  border-radius: 20px;
  background: url(../images/home/head_anger_icon.png) no-repeat center;
  position: relative;
  right: -5px;
  top: -1px;
}
.common-header .header .index_hed_release ul li p {
  line-height: 20px;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
}
.common-header .header .index_hed_release ul li.hed_li_release {
  background-image: url(../images/home/head_blog_bg_icon.png);
  background-repeat: no-repeat;
  background-size: 123px 146px;
  background-position-x: 267px;
  background-position-y: -17px;
}
.common-header .header .index_hed_release ul li.hed_li_release .title_icon {
  background: url(../images/home/head_release_icon.png) no-repeat center;
}
.common-header .header .index_hed_release ul li.hed_li_blog {
  padding-bottom: 10px;
  margin-bottom: 0;
  background-image: url(../images/home/head_release_bg_icon.png);
  background-repeat: no-repeat;
  background-size: 210px;
  background-position-x: 262px;
  background-position-y: 36px;
}
.common-header .header .index_hed_release ul li.hed_li_blog .title_icon {
  background: url(../images/home/head_blog_icon.png) no-repeat center;
}
.common-header .header .index_hed_release ul li.hed_li_blog p {
  margin-bottom: 8px;
  padding-left: 10px;
  position: relative;
}
.common-header .header .index_hed_release ul li.hed_li_blog p::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #F55C04;
}
.common-header .header .index_hed_release:hover .hed_release_i {
  display: block;
}
.common-header .header .index_hed_release:hover ul {
  display: block;
}
.common-header .mian-header_top {
  width: 100%;
  background: #1F2138;
  overflow: hidden;
}
.common-header .mian-header_top .mian-header_sw {
  display: none;
  width: 1200px;
  height: 100px;
  margin-top: 16px;
  margin-bottom: 7px;
  overflow: hidden;
}
.common-header .mian-header_top .header_top_nav {
  overflow: hidden;
  color: #EBEBEB;
  padding: 15px 0;
}
.common-header .mian-header_top .header_top_nav .header_top_nav_l {
  float: left;
  display: inline-block;
  font-size: 0;
}
.common-header .mian-header_top .header_top_nav .header_top_nav_l a {
  height: 16px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #EBEBEB;
  line-height: 16px;
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.common-header .mian-header_top .header_top_nav .header_top_nav_r {
  float: right;
  display: inline-block;
  font-size: 0;
}
.common-header .mian-header_top .header_top_nav .header_top_nav_r a {
  height: 16px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #EBEBEB;
  line-height: 16px;
  float: left;
  display: inline-block;
}
.common-header .mian-header_top .header_top_nav .header_top_nav_r span {
  float: left;
  display: inline-block;
  margin: 5px 8px 0 12px;
  background: #EBEBEB;
  line-height: 16px;
  font-size: 12px;
  height: 8px;
  width: 1px;
}
.common-header .mobile i {
  margin-left: 8px;
  margin-top: -4px;
}
.common-header .mobile .header-logo {
  margin-top: 20px;
}
.common-header .mobile .user-els {
  position: relative;
  line-height: normal;
}
.common-header .mobile .user-els .header_unread_total {
  display: inline-block;
  color: #fff;
  background-color: #F4523B;
  line-height: 20px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 5px;
  border-radius: 18px;
  position: absolute;
  top: 16px;
  left: 22px;
}
.common-header .mobile .user-els.clicked > a {
  color: #0c64b1;
}
.common-header .mobile .user-els.clicked i {
  width: 18px;
  height: 18px;
  background-position: -950px -37px;
}
.common-header .mobile .mobile-select a {
  font-size: 14px;
  color: #666666;
}
.common-header .mobile .mobile-select a i {
  margin-left: 0;
  width: 18px;
  height: 18px;
  background-position: -931px -15px;
}
.common-header .mobile .user-select-options {
  top: 65px!important;
  overflow: visible!important;
  left: -40px !important;
}
.common-header .mobile .mobile-desktop a {
  font-size: 14px;
  color: #666666;
  margin-right: 14px;
  line-height: 28px;
  display: inline-block;
}
.common-header .mobile .mobile-desktop a i {
  margin-right: 6px;
  margin-left: 0;
  width: 22px;
  height: 21px;
  background-position: -151px -311px;
}
.common-header .mobile .mobile-desktop:hover .mobile_desktop_conten {
  display: block;
}
.common-header .mobile .mobile_desktop_conten {
  display: none;
  position: absolute;
  top: 65px;
  left: -180px;
  width: 360px;
  height: 336px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 6px 8px 12px -1px rgba(165, 188, 203, 0.4);
  -webkit-box-shadow: 6px 8px 12px -1px rgba(165, 188, 203, 0.4);
  z-index: 10;
  text-align: center;
}
.common-header .mobile .mobile_desktop_conten img {
  width: 320px;
  height: 150px;
  background: #F6F8FD;
  border-radius: 8px;
  margin-bottom: 21px;
  display: inline-block;
  border: 0;
  box-shadow: unset;
}
.common-header .mobile .mobile_desktop_conten .title {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  text-align: center;
}
.common-header .mobile .mobile_desktop_conten p {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 26px;
  margin-bottom: 14px;
  text-align: center;
}
.common-header .mobile .mobile_desktop_conten .btn {
  width: 260px;
  height: 42px;
  background: #0E54D1;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  box-shadow: 0px 10px 15px -5px rgba(8, 69, 178, 0.3);
  -webkit-box-shadow: 0px 10px 15px -5px rgba(8, 69, 178, 0.3);
}
.common-header .mobile .main_header-btn {
  margin-left: 17px;
  position: relative;
}
.common-header .mobile .main_header-btn > .hed_btn {
  margin-top: 17px;
  height: 48px;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
}
.common-header .mobile .main_header-btn > .hed_btn i.icon-login {
  color: #666666;
  width: 20px;
  height: 20px;
  display: block;
  margin: 2px auto;
  background-position: -946px -317px;
  position: relative;
}
.common-header .mobile .main_header-btn > .hed_btn i.iconfont {
  width: 16px;
  height: 16px;
  display: block;
  margin: 7px auto 1px;
  position: relative;
  line-height: 16px;
  font-size: 16px;
  color: #6A8B9D;
}
.common-header .mobile .main_header-btn > .hed_btn span {
  height: 20px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 20px;
  display: inline-block;
}
.common-header .mobile .main_header-btn .float-box-padding {
  display: none;
  position: absolute;
  right: -20px;
  top: 65px;
  cursor: auto;
  z-index: 10;
}
.common-header .mobile .main_header-btn .float-box-padding .qrcode-container {
  padding: 10px 10px 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.common-header .mobile .main_header-btn .float-box-padding .qrcode-container > div {
  margin: 10px;
}
.common-header .mobile .main_header-btn .float-box-padding .qrcode-container > div img {
  width: 120px;
  height: 120px;
}
.common-header .mobile .main_header-btn .float-box-padding .qrcode-container > div span {
  color: #19232e;
  font-size: 12px;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 14px;
}
.common-header .mobile .main_header-btn:hover .float-box-padding {
  display: block;
}
.common-header .header-select-all:focus {
  width: 130px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  transition: width 0.3s linear;
}
.common-header .index-hed-task {
  margin-top: 16px;
}
.common-header .index-hed-task .index-hed-task-item-left {
  float: left;
  width: 210px;
  height: 50px;
  background: #0E54D1;
  border-radius: 5px 5px 0px 0px;
  padding: 10px 10px 0;
  overflow: hidden;
}
.common-header .index-hed-task .index-hed-task-item-left span {
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 95px;
  height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  text-align-last: center;
}
.common-header .index-hed-task .index-hed-task-item-left span.checked {
  background: #FFFFFF;
  color: #0E54D1;
}
.common-header .index-hed-task > ul {
  margin-left: 19px;
  float: left;
}
.common-header .index-hed-task > ul li {
  float: left;
  line-height: 40px;
  padding: 0 26px;
  position: relative;
}
.common-header .index-hed-task > ul li a {
  color: #333333;
  font-size: 15px;
}
.common-header .index-hed-task > ul li i {
  vertical-align: middle;
  background-image: url(../images/icon1.png);
  background-position: -901px -117px;
  width: 16px;
  height: 13px;
  position: absolute;
  top: 14px;
  right: 6px;
}
.common-header .index-hed-task .index-hed-task-item-right {
  float: right;
}
.common-header .index-hed-task .index-hed-task-item-right .icon-enter {
  background-position: -852px -16px;
  width: 18px;
  height: 20px;
}
.common-header .index-hed-task .index-hed-task-item-right .icon-upload-pro {
  background-position: -879px -17px;
  width: 18px;
  height: 18px;
}
.common-header .index-hed-task .index-hed-task-item-right .icon-send {
  background-position: -905px -17px;
  width: 18px;
  height: 18px;
}
.common-header .index-hed-task .index-hed-task-item-right li {
  float: left;
  margin-left: 10px;
}
.common-header .index-hed-task .index-hed-task-item-right li a {
  display: inline-block;
  line-height: 32px;
  background: #F0F6FF;
  border: 1px solid #E1EDFF;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  color: #0E54D1;
  padding: 0 16px;
}
.common-header .index-hed-task .index-hed-task-item-right li .icon2 {
  width: 15px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.common-header .index-hed-task .index-hed-task-item-right li .icon2.icon-product {
  background-position: -188px -314px;
}
.common-header .index-hed-task .index-hed-task-item-right li .icon2.icon-release {
  background-position: -217px -314px;
  top: -2px;
}
.common-header .index-hed-task .index-hed-task-item-right li:hover .icon2.icon-product {
  background-position: -188px -345px;
}
.common-header .index-hed-task .index-hed-task-item-right li:hover .icon2.icon-release {
  background-position: -217px -345px;
}
.postbird-box-container.dialog_login_co {
  display: block;
}
.postbird-box-container.dialog_login_co .dialog_login-box-content {
  width: 400px;
  height: 495px;
  background-color: #fff;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  overflow: hidden;
}
.postbird-box-container.dialog_login_co .dialog_login-box-content .postbird-box-close-btn {
  position: absolute;
  top: 7px;
  right: 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  margin: 0;
  z-index: 1000;
}
.postbird-box-container.dialog_login_co .dialog_login-box-content .postbird-box-close-btn i {
  color: #9A9A9A;
  font-size: 12px;
}
footer {
  background: #3c3c3c;
}
.footer {
  margin: 0 auto;
}
.footer .footer-TOP a,
.footer .footer-TOP .footer-TOP_a {
  display: inline-block;
  width: 168px;
  height: 35px;
}
footer {
  background: #3c3c3c;
}
footer .footer {
  margin: 0 auto;
}
footer .footer > .clearfix {
  padding-bottom: 5px;
  border-bottom: 1px solid #606060;
}
footer .footer .footer-TOP a,
footer .footer .footer-TOP .footer-TOP_a {
  cursor: default;
  display: inline-block;
  width: 168px;
  height: 35px;
}
footer .footer .footer-bottom {
  margin-top: 16px;
  margin-left: 34px;
}
footer .footer .footer-bottom p:nth-of-type(1) {
  font-size: 22px;
  font-family: 'DIN-MEDIUM';
  color: #7A7A7A;
  line-height: 25px;
}
footer .footer .footer-bottom p:nth-of-type(2) {
  font-size: 12px;
  font-family: 'DIN-MEDIUM';
  color: #7A7A7A;
  line-height: 23px;
}
footer .footer .footer-center {
  padding-top: 40px;
  width: 553px;
  text-align: center;
}
footer .footer .footer-center > ul {
  padding-left: 150px;
  margin-bottom: 8px;
}
footer .footer .footer-center > ul > li {
  float: left;
  text-align: left;
}
footer .footer .footer-center > ul > li:not(:last-child) {
  margin-right: 59px;
}
footer .footer .footer-center > ul > li p {
  font-size: 16px;
  color: #CACACA;
  margin-bottom: 8px;
}
footer .footer .footer-center > ul > li li {
  overflow: hidden;
  margin-bottom: 5px;
}
footer .footer .footer-center > ul > li li a {
  font-size: 12px;
  color: #7A7A7A;
  line-height: 20px;
}
footer .footer .footer-center > ul > li li a:hover {
  color: #cdcdcd;
}
footer .footer .footer-left,
footer .footer .footer-right {
  margin-top: 42px;
}
footer .footer .footer-right p {
  text-align: center;
  line-height: 30px;
  color: #888888;
  font-size: 12px;
}
footer .footer .footer-right p:hover {
  color: #cdcdcd;
}
footer .footer .footer-right p:hover {
  color: #cdcdcd;
}
footer .footer .footer-right a {
  cursor: default;
  display: inline-block;
  color: #888888;
}
footer .footer .footer-right ahover {
  color: #cdcdcd;
}
footer .footer .footer-right aside {
  float: left;
  width: 90px;
  height: 90px;
}
footer .footer .footer-right aside a {
  width: 90px;
  height: 90px;
}
footer .footer .footer-right .right-code {
  float: left;
}
footer .footer .footer-right .right-code > div {
  float: left;
  margin-left: 16px;
}
footer .footer .footer-right .right-code > div a,
footer .footer .footer-right .right-code > div .item_a {
  width: 82px;
  height: 82px;
  border-radius: 6px;
  overflow: hidden;
  padding: 6px;
  background: #fff;
}
footer .footer .footer-right .right-code > div p {
  line-height: 30px;
}
footer .footer > p {
  border-top: 1px solid #505050;
  padding: 18px 0 24px 0;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  text-align: center;
}
footer .footer > p .footer-p-text {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
}
footer .footer .footer-link {
  padding: 12px 0;
  overflow: hidden;
}
footer .footer .footer-link label {
  display: inline-block;
  float: left;
  width: 60px;
  font-size: 12px;
  color: #7A7A7A;
  line-height: 26px;
}
footer .footer .footer-link ul {
  width: calc(100% - 60px);
  float: left;
  display: inline-block;
}
footer .footer .footer-link ul li {
  display: inline-block;
  float: left;
  font-size: 12px;
  color: #7A7A7A;
  margin-right: 15px;
}
footer .footer .footer-link ul li a {
  color: #7A7A7A;
  line-height: 26px;
}
footer .footer .footer-p {
  padding: 0 0 24px 0;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  text-align: center;
}
footer .footer .footer-p .footer-p-text {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
}
footer .footer .footer-p.on {
  padding: 18px 0 24px 0;
}
.breadcrumb li {
  float: left;
}
.breadcrumb li a {
  font-size: 11px;
  color: #141414;
}
.content-page-all > ul > li:hover {
  box-shadow: 1px 2px 10px 5px #f0efef;
  -webkit-box-shadow: 1px 2px 10px 5px #f0efef;
  -moz-box-shadow: 1px 2px 10px 5px #f0efef;
  -o-box-shadow: 1px 2px 10px 5px #f0efef;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.content-page-all > ul > li {
  padding: 25px 0 0 0;
  border-radius: 5px;
  position: relative;
  padding-top: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.content-page-all > ul > li aside {
  position: absolute;
  float: left;
  width: 250px;
  height: 140px;
}
.content-page-all > ul > li aside > a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.content-page-all > ul > li aside a.content-page-classify {
  background: #a3c8de;
  color: white;
  border: 2px solid #fbfbfb;
  left: 0;
  padding: 3px 10px;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 0;
  width: auto!important;
  height: auto!important;
  font-size: 14px;
}
.content-page-all > ul > li .c-n-c {
  float: left;
  margin-left: 270px;
}
.content-page-all > ul > li .c-n-c .c-n-c-el {
  padding: 0 0 30px 0px;
  border-bottom: 1px dotted #dddddd;
}
.content-page-all > ul > li .c-n-c .c-n-c-el h3 {
  height: 23px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 20px;
}
.content-page-all > ul > li .c-n-c .c-n-c-el h3 a {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}
.content-page-all > ul > li .c-n-c .c-n-c-el h3 a:hover {
  color: #1465B1 !important;
}
.content-page-all > ul > li .c-n-c .msg-tag {
  float: right;
  height: 18px;
  overflow: hidden;
  width: 350px;
  line-height: 17px;
}
.content-page-all > ul > li .c-n-c .msg-tag .icon-tag {
  margin-right: 5px;
}
.content-page-all > ul > li .c-n-c .msg-tag a {
  font-size: 14px;
  float: left;
  margin-right: 15px;
  color: #6cb3d4;
}
.content-page-all > ul > li .c-n-c .msg-el {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
}
.content-page-all > ul > li .c-n-c .msg-el > a {
  color: #666666;
  float: left;
  margin-right: 10px;
}
.content-page-all > ul > li .c-n-c .msg-el .msg-time {
  font-size: 13px;
  float: left;
  font-family: 'DIN-MEDIUM';
  color: #666666;
  margin-top: 1px;
}
.content-page-all > ul > li .c-n-c .msg-el img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
}
.content-page-all > ul > li .c-n-c .z-posotive {
  height: 14px;
  line-height: 14px;
}
.content-page-all > ul > li .c-n-c .z-posotive li {
  float: left;
  margin-right: 40px;
  font-size: 14px;
  color: #666666;
}
.content-page-all > ul > li .c-n-c .z-posotive li i {
  margin-right: 6px;
}
.content-page-all > ul > li .c-n-c .c-desc {
  line-height: 24px;
  font-size: 16px;
  height: 48px;
  overflow: hidden;
  width: 100%;
  margin: 20px 0 0;
  color: #666666;
}
.prev {
  position: absolute;
  width: 399px;
  line-height: 75px;
  height: 75px;
  background-color: #fdfdfd;
  bottom: 0;
}
.prev .pre-miaoshu {
  height: 100%;
}
.prev .pre-miaoshu > div {
  width: 144px;
  text-align: center;
  height: 100%;
  position: relative;
}
.prev .pre-miaoshu > div:nth-of-type(1) i:nth-of-type(1) {
  font-size: 23px;
  color: #999;
  font-weight: normal;
  font-family: 'DIN-MEDIUM';
}
.prev .pre-miaoshu > div:nth-of-type(1) i {
  padding: 0 6px;
  font-style: normal;
}
.prev .pre-miaoshu > div:nth-of-type(1) i:nth-of-type(3) {
  font-size: 46px;
  font-weight: 400;
  font-family: 'DIN-MEDIUM';
  color: #333333;
}
.prev .pre-miaoshu .jindu {
  position: absolute;
  height: 2px;
  left: 0;
  background: #999999;
  opacity: 0.5;
  width: 100%;
  bottom: 6px;
  border-radius: 5px;
}
.prev .pre-miaoshu .jindu > div {
  position: relative;
}
.prev .pre-miaoshu .jindu > div span {
  display: inline-block;
  position: absolute;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #248ccd;
}
.prev a:hover {
  background: #1465b1;
}
.prev a:hover .icon-left-black {
  background-position: -116px -34px;
}
.prev .pointer-left {
  right: 0;
  position: absolute;
  background-color: #fdfdfd;
  top: 0;
  height: 100%;
  width: 15.06%;
  text-align: center;
  margin-right: 15.06%;
}
.prev .pointer-right {
  right: 0;
  position: absolute;
  background: #cccccc;
  top: 0;
  height: 100%;
  width: 15.06%;
  text-align: center;
}
.bottom_loding {
  text-align: center;
  font-size: 14px;
  color: #999;
}
/*分页*/
.turnThePage {
  margin: 0px 30px;
  text-align: right;
}
.turnThePage a,
.turnThePage span {
  font-size: 14px;
  margin: 40px 5px 50px;
  color: #999999;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 31px;
  line-height: 31px;
}
.turnThePage .prebtn:hover i {
  background-position: -103px -735px;
}
.turnThePage .nextbtn:hover i {
  background-position: -107px -754px;
}
.turnThePage .disabled .icon-page-left {
  background-position: -120px -735px;
}
.turnThePage .disabled .icon-page-right {
  background-position: -124px -754px;
}
.turnThePage .zxfPagenum {
  padding: 0 12px;
}
.turnThePage .zxfPagenum:hover {
  background-color: #bad8ea;
  color: white;
  border-radius: 4px;
}
.turnThePage .checkedPage {
  background-color: #bad8ea;
  color: white;
  border-radius: 4px;
}
.display- {
  display: none !important;
}
.loadmore {
  text-align: center;
  margin-top: 30px;
}
.loadmore a:hover {
  background-color: #1465B1 !important;
}
.loadmore a {
  background: #a3c8de;
  display: inline-block;
  width: 198px;
  height: 49px;
  font-size: 14px;
  line-height: 49px;
  text-align: center;
  color: white;
  border-radius: 25px;
}
.loadmore-two {
  /* width: 140px; */
  padding: 6px 28px 6px 32px;
  display: inline-block;
  /* line-height: 32px; */
  /* height: 32px; */
  border: 1px solid #333333;
  cursor: pointer;
  text-align: center;
  margin: 30px auto;
  vertical-align: middle;
}
.loadmore-two a {
  font-size: 14px;
  font-family: MicrosoftYaHeiLight;
  color: #666666;
  display: inline-block;
}
.loadmore-two a:hover {
  color: #1465b1;
}
.loadmore-two:hover {
  border: 1px solid #1465b1;
}
.loadmore-two:hover a {
  color: #1465b1;
}
.loadmore-two:hover i {
  background-position: -720px -45px;
}
.commend-author:hover {
  box-shadow: 1px 2px 3px 1px #cccccc54;
}
.commend-author:hover h3 a {
  color: #1465B1 !important;
}
.commend-author {
  padding: 5px 10px 5px 10px !important;
}
.commend-author > div {
  padding-left: 10px;
  border-bottom: 1px solid #efefef;
  margin-left: 45px;
  padding-bottom: 11px;
}
.commend-author > div h3 {
  color: #333333;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.commend-author > div h3 a {
  font-size: 16px;
  color: #333333;
}
.commend-author > div p {
  max-height: 40px;
  overflow: hidden;
  display: inline-block;
}
.commend-author > div a {
  color: #999999;
  line-height: 20px;
  font-size: 14px;
}
.commend-author aside {
  float: left;
  width: 45px;
  height: 45px;
}
.commend-author aside img {
  border-radius: 50%;
}
.dropload-noData,
.dropload-load,
.dropload-refresh {
  font-size: 14px;
  text-align: center;
}
.bredcrumb {
  padding: 26px 0 0 0;
}
.bredcrumb li {
  float: left;
  font-size: 14px;
  margin-right: 8px;
}
.bredcrumb li a {
  font-size: 14px;
}
.bredcrumb li .icon-bredcrumb-right {
  font-style: normal;
}
.bredcrumb li:not(:last-child):hover a {
  color: #1465B1 !important;
}
.filter-list li:after {
  background-image: url(../images/icon1.png);
  vertical-align: middle;
  content: '';
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 7px;
}
.loadingMask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.loadingMask .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  background: #fff;
  border-radius: 10px;
}
.loadingMask .loading img {
  width: 50px;
  height: 50px;
  margin: 40px auto 10px;
  display: block;
}
.loadingMask .loading p {
  font-size: 12px;
  text-align: center;
  color: #666;
}
