@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 #e1e1e1;
  -webkit-box-shadow: 4px -2px 22px #e1e1e1;
  -moz-box-shadow: 4px -2px 22px #e1e1e1;
  -o-box-shadow: 4px -2px 22px #e1e1e1;
}
.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-logo {
  margin-top: 0!important;
  font-size: 14px;
  color: #666666;
}
.common-header.search-header .header-left-search a {
  line-height: 50px!important;
  font-size: 14px;
  color: #666666;
}
.common-header.search-header .header-left-search li {
  float: left;
  position: relative;
  padding: 0 20px;
}
.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: 78px;
}
.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: 14px;
  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-logo {
  width: 202px;
  height: 41px;
}
.common-header .header .header-logo img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.common-header .header .header-left {
  margin-left: 41px;
}
.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;
}
.common-header .header .header-left li:not(:last-child) {
  margin-right: 44px;
}
.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: 713px!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: 609px!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: 44px;
  margin-left: 48px;
  margin-right: 24px;
  width: 335px;
  margin-top: 17px;
  border: 2px solid #ff5c00;
  position: relative;
  border-radius: 5px;
}
.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: 14px;
  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-item {
  position: absolute;
  height: 100%;
}
.common-header .header .header-search-all input {
  width: 251px;
  border: none;
  height: 40px;
  position: relative;
  float: left;
  font-size: 13px;
  border-top-left-radius: 3px;
  padding: 0 10px 0 44px;
  border-bottom-left-radius: 3px;
}
.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: 100px;
  height: 42px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  background: #FF5C00;
  text-align: center;
  font-weight: bold;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: -1px;
}
.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: 30px;
  height: 30px;
  border-radius: 50%;
}
.common-header .header .loginTo {
  margin-right: 20px;
  font-size: 14px;
  margin-top: 3px;
}
.common-header .header .loginTo i {
  color: #666666;
  width: 1px;
  height: 14px;
  display: inline-block;
  background-color: #666666;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
  margin: 0px 5px 0 5px;
  vertical-align: middle;
}
.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(/v2/images/home/bg.png) repeat-x;
  height: 1px;
}
.common-header .header li {
  list-style: none;
}
.common-header .mobile i {
  margin-left: 8px;
  margin-top: -4px;
}
.common-header .mobile .header-logo {
  margin-top: 20px;
}
.common-header .mobile .user-els span {
  display: inline-block;
  width: 92px;
  margin-right: 16px;
  overflow: hidden;
  height: 26px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 28px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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 .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 > span {
  float: left;
  width: 210px;
  height: 50px;
  background: url('/v2/images/default/analisy.png') no-repeat;
  background-size: 100%;
}
.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 30px;
}
.common-header .index-hed-task > ul li a {
  color: #333333;
  font-size: 16px;
}
.common-header .index-hed-task > ul li i {
  margin-right: 3px;
  vertical-align: middle;
}
.common-header .index-hed-task > div {
  float: right;
}
.common-header .index-hed-task > div .icon-enter {
  background-position: -852px -16px;
  width: 18px;
  height: 20px;
}
.common-header .index-hed-task > div .icon-upload-pro {
  background-position: -879px -17px;
  width: 18px;
  height: 18px;
}
.common-header .index-hed-task > div .icon-send {
  background-position: -905px -17px;
  width: 18px;
  height: 18px;
}
.common-header .index-hed-task > div li {
  float: left;
  line-height: 40px;
}
.common-header .index-hed-task > div li a {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}
.common-header .index-hed-task > div li:not(:last-child) {
  margin-right: 22px;
}
footer {
  background: #3c3c3c;
}
.footer {
  margin: 0 auto;
}
.footer .footer-TOP a {
  display: inline-block;
  width: 247px;
  height: 49px;
}
footer {
  background: #3c3c3c;
}
footer .footer {
  margin: 0 auto;
}
footer .footer > div {
  padding-bottom: 5px;
  border-bottom: 1px solid #2f2f2f;
}
footer .footer .footer-TOP a {
  cursor: default;
  display: inline-block;
  width: 247px;
  height: 49px;
}
footer .footer .footer-bottom {
  margin-top: 28px;
  margin-left: 44px;
}
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: 601px;
  text-align: center;
}
footer .footer .footer-center > ul {
  padding-left: 188px;
}
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 a {
  font-size: 12px;
  color: #7A7A7A;
  line-height: 30px;
}
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: 26px;
  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;
  margin-left: 10px;
}
footer .footer .footer-right .right-code > div {
  margin-right: 15px;
  float: left;
}
footer .footer .footer-right .right-code > div:nth-of-type(1) {
  margin-bottom: 6px;
}
footer .footer .footer-right .right-code > div a {
  width: 90px;
  height: 90px;
}
footer .footer > p {
  border-top: 1px solid #505050;
  padding: 18px 0 24px 0;
  font-size: 12px;
  color: #666666;
  line-height: 12px;
  text-align: center;
}
.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;
}
/*分页*/
.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: -105px -735px;
}
.turnThePage .nextbtn:hover i {
  background-position: -109px -754px;
}
.turnThePage .disabled .icon-page-left {
  background-position: -120px -735px;
}
.turnThePage .disabled .icon-page-right {
  background-position: -124px -754px;
}
.turnThePage .zxfPagenum {
  width: 32px;
}
.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: 36px 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/icon.png);
  vertical-align: middle;
  content: '';
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 7px;
}
/*# sourceMappingURL=com.css.map */