* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: middle;
  outline: none;
  border: none;
}

html.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

body {
  background-color: #e8edf4;
  font-family: "微软雅黑";
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.hover:hover {
  text-decoration: underline;
}

.hover-gray:hover {
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);
}

.hover-text:hover {
  color: #5068f2;
  text-decoration: underline;
}


.clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clamp2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* 页面顶部 */
.page-header {
  width: 100%;
  height: 94px;
  line-height: 94px;
  background-color: #cedef2;
}

.page-header-box {
  width: 1300px;
  height: 94px;
  margin: 0 auto;
  background-color: #cedef2;
}

.page-header-box h2 {
  font-size: 20px;
  color: #918f8f;
  margin-left: 26px;
  float: left;
  font-weight: normal;
}

.page-header-box .right {
  float: right;
  height: 100%;
}

.page-header-box .right .icon-btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.page-header-box .right a {
  vertical-align: middle;
}

/* 消息按钮 */
.page-header-box .right .icon-btn.message {
  position: relative;
  margin-right: 46px;
}

.page-header-box .right .icon-btn .nums {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #f00;
  color: #fff;
  line-height: 14px;
  font-size: 12px;
  border-radius: 7px;
  padding: 0 4px;
}

.page-header-box .right .icon-btn.mr {
  margin-right: 18px;
}

.page-header-box .right .icon-btn img {
  transition: all 0.5;
}

.page-header-box .right .icon-btn:hover img {
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
  transform: scale(0.8);
}

.page-header-box .right .login-btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  color: #695c5c;
  font-size: 20px;
  position: relative;
  top: 1px;
}

.page-header-box .right .login-btn img {
  margin-right: 6px;
  vertical-align: top;
  width: auto;
  height: 28px;
}


.page-header-box .right .login-btn span {
  display: inline-block;
  vertical-align: middle;
}

.page-header-box .right .login-btn:hover {
  text-decoration: underline;
}

.page-header-box .right .line {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 2px;
  background-color: #695c5c;
  margin: 0 16px;
  position: relative;
  top: 2px;
}

/* 顶部搜索区域 */
.search-area {
  background-color: #e8edf4;
}

.search-area-box {
  width: 1300px;
  height: 128px;
  background-color: #e8edf4;
  margin: 0 auto;
  padding: 0 16px;
  padding-top: 20px;
}

.search-area-box .logo {
  margin-right: 36px;
}

.search-area-box .right {
  margin-left: 36px;
}

/* 搜索框 */
.search-bar {
  font-size: 0;
  line-height: 0;

}

.search-bar input {
  width: 436px;
  height: 52px;
  line-height: 52px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  padding: 0 24px;
  font-size: 17px;
  outline: none;
}

.search-bar input,
.search-bar button {
  vertical-align: text-top;
  box-shadow: 0px 4px 8px 0 #ccc;
}

.search-bar input::-moz-placeholder,
.search-bar input::-webkit-placeholder,
.search-bar input::-ms-placeholder {
  color: #7e7d7d;
}

.search-bar input:focus {
  border: 1px solid #3a56f7;
}

.search-bar button {
  height: 52px;
  width: 154px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #3a56f7;
  color: #fff;
  outline: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  /* box-shadow: -4px 4px 8px 0 #ccc; */
}

.search-bar button img {
  margin-right: 6px;
}

.search-bar button:active {
  background-color: #1c3be9;
}

/* 搜索关键词 */
.search-area .keywords {
  width: 592px;
  font-size: 16px;
  color: #503d3d;
  line-height: 1em;
  margin-top: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-area .keywords a {
  margin-right: 16px;
}

.search-area .keywords a:hover {
  color: #3a56f7;
  text-decoration: underline;
}

/* 右部链接 */

.search-area-box .right a img {
  margin-top: 4px;
}

.search-area-box .right a.write {
  margin-left: 34px;
  font-size: 22px;
  color: #817f7f;
  line-height: 33px;
}

.search-area-box .right a.write img {
  margin-top: 22px;
}

.search-area-box .right a.write span {
  vertical-align: middle;
  position: relative;
  top: 10px;
}

/* 导航菜单 */
.nav-menu {
  background-color: #3a56f7;
  color: #fff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 3;
}

.nav-menu-box {
  width: 1300px;
  margin: 0 auto;
}

.nav-menu-box .nav-menu-item {
  float: left;
  margin: 0 30px;
  padding: 0 5px;
}

.nav-menu-box .nav-menu-item:last-of-type {
  margin-right: 0;
}

.nav-menu-box li.category {
  margin: 0;
  width: 330px;
  text-align: center;
  margin-right: 15px;
  background-color: #fea732;
  padding: 0;
  position: relative;
  z-index: 2;
}

.nav-menu-box li.category a {
  display: block;
  position: relative;
}

.nav-menu-box .category .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-menu-box .item.active,
.nav-menu-box .item:hover,
.nav-menu-box .item:hover a {
  color: #fe3232;
}

.nav-menu-box li.category a:hover {
  color: #fff;
}

.nav-menu-box .category:hover .menu-list {
  display: block;
}

/* 分类菜单列表 */
.nav-menu-box .menu-list {
  position: absolute;
  background-color: #6b80fa;
  font-size: 20px;
  border-top: 3px solid #e8edf4;
  top: 100%;
  left: 0;
  width: 100%;
  height: 453px;
  display: none;
}


.nav-menu-box .menu-list .list-item>a {
  position: relative;
  display: block;
  border-bottom: 1px dashed #fff;
  line-height: 49px;
}

.nav-menu-box .menu-list .list-item:last-of-type a {
  border-bottom: none;
}

.nav-menu-box .menu-list .list-item .sub-menu-box {
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.4);
  width: 970px;
  bottom: 0;
  text-align: left;
  color: #333;
  padding: 20px;
  padding-top: 10px;
  overflow: auto;
}



.nav-menu-box .menu-list .list-item .sub-menu-box .title {
  color: #fe3232;
  line-height: 1.6em;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgb(195, 7, 7);
}

.nav-menu-box .menu-list .list-item:hover a {
  background-color: #fff;
  color: #fe3232;
  z-index: 2;
}

.nav-menu-box .menu-list .list-item:hover .sub-menu-box {
  display: block;
}

/* .not-index-page .nav-menu-box .menu-list .list-item .sub-menu-box,
.not-index-page .nav-menu-box .menu-list .list-item:hover .sub-menu-box {
  display: none !important;
} */


.nav-menu-box .menu-list .list-item .sub-menu-item a {
  display: inline;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #454545;
  word-break: keep-all;
}

.nav-menu-box .menu-list .list-item .sub-menu-item a:hover {
  color: #fe3232;
  text-decoration: underline;
}

/* 通用文件图文排版 */
.file-cover-view {
  display: inline-block;
  width: 142px;
}

.file-cover-view:hover .cover {
  border-color: #5068f2;
}

.file-cover-view:hover .title {
  color: #5068f2;
  text-decoration: underline;
}

.file-cover-view .cover {
  display: block;
  width: 100%;
  height: 198px;
  border-radius: 4px;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}

.file-cover-view .cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  transition: all 0.6s;
}

.file-cover-view .cover:hover img {
  transform: scale(1.4);
}


.file-cover-view .title {
  line-height: 20px;
  height: 40px;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
}

.file-cover-view .title:hover {
  color: #5068f2;
  text-decoration: underline;
}

/* 通用文件排版样式2 */
.file-cover-view2 {
  display: inline-block;
  width: 190px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.file-cover-view2:hover {
  border-color: #5068f2;
}

.file-cover-view2:hover .cover {
  border-bottom-color: #5068f2;
}

.file-cover-view2:hover .title {
  color: #5068f2;
  text-decoration: underline;
}

/* 1.2928 */
.file-cover-view2 .cover {
  display: block;
  width: 100%;
  height: 246px;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}

.file-cover-view2 .cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  transition: all 0.6s;
}

.file-cover-view2 .cover:hover img {
  transform: scale(1.4);
}


.file-cover-view2 .title {
  line-height: 32px;
  height: 32px;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
  padding: 0 4px;
}

.file-cover-view2 .title:hover {
  color: #5068f2;
  text-decoration: underline;
}

.file-cover-view2 .infos {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  padding: 0 4px;
  padding-bottom: 2px;
}

/* 通用页面模块主标题样式 */
.page-main-title {
  color: #f00;
  font-size: 22px;
  margin-right: 50px;
}

.page-main-title .flag {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-radius: 10px;
  background-color: #f00;
  margin-right: 4px;
}



.page-main-title .badge {
  position: absolute;
  top: 11px;
  right: -31px;
  width: 114px;
  line-height: 34px;
  text-align: center;
  background-color: #f00;
  color: #fff;
  font-size: 18px;
  transform: rotate(45deg);
  transform-origin: center center;
}

.page-main-title.blue .badge {
  background-color: #0098ff;
}

/* 通用Tab切换内容块 */
.tab-block {
  padding: 32px 80px;
  background-color: #fff;
}

.tab-block ul li {
  float: left;
  line-height: 37px;
  font-size: 20px;
  color: #4c1818;
}

.tab-block ul li.tabs a {
  margin-right: 40px;
  padding-bottom: 10px;
}

.tab-block ul li.tabs a:hover,
.tab-block ul li.tabs a.active {
  color: #882525;
  font-weight: bold;
  position: relative;
}

.tab-block ul .tabs a:hover::after,
.tab-block ul .tabs a.active::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  right: 5px;
  height: 2px;
  background-color: #882525;
}

.tab-block ul li.more-box {
  float: right;
}

.tab-block ul li.title {
  color: #f00;
  font-size: 22px;
  margin-right: 50px;
}

.tab-block ul li.title .flag {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  border-radius: 10px;
  background-color: #f00;
  margin-right: 4px;
}

.tab-block .content {
  margin-top: 26px;
  display: none;
}

.tab-block .content.show {
  display: block;
}


/* 通用页面 */
.common-shadow {
  box-shadow: 0 0 6px 1px #ccc;
}

.common-page-main {
  width: 1300px;
  margin: 26px auto;
}

.common-page-main2 {
  width: 1300px;
  margin: 16px auto;
}

.common-page-box {
  width: 100%;
  margin-bottom: 12px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.common-min-height {
  min-height: 300px;
}

/* 隐藏常量input */
.const-input {
  position: absolute;
  top: -999999px;
  visibility: hidden;
}

.const-box {
  position: fixed;
  top: -10000px;
  left: -10000px;
  z-index: -1;
}

/* 通用面包屑 */
.common-breadcrumb {
  font-size: 0;
}

.common-breadcrumb a {
  color: #999 !important;
}

.common-breadcrumb a cite {
  color: #666;
  font-style: normal;
}

.common-breadcrumb>* {
  font-size: 14px;
}

.common-breadcrumb .space {
  margin: 0 10px;
  color: #999;
}



.common-no-data {
  margin-top: 50px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #888;
}

.common-cate-box .content-list .cate {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 10px;
  padding-bottom: 30px;
}

.common-cate-box .title {
  line-height: 32px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #686868;
  border-bottom: 1px dashed #ccc;
}

.common-cate-box .title i {
  font-style: normal;
  margin: 0 4px;
}

.common-cate-box .title span {
  color: #666;
}

.common-cate-box .sub-cate {
  line-height: 40px;
  margin-top: 10px;
  padding: 0 10px;
}

.common-cate-box .sub-cate .label {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  color: #787878;
  width: 5em;
  text-align: right;
}

.common-cate-box .sub-cate .cate-item {
  display: inline-block;
  width: calc(100% - 8em);
  font-size: 16px;
  vertical-align: top;

}

.common-cate-box .sub-cate a {
  margin-right: 20px;
  font-size: 16px;
  white-space: nowrap;
}

.common-cate-box .sub-cate a:hover {
  text-decoration: underline;
}

.common-cate-box .sub-cate a.active {
  padding: 2px 6px;
  background-color: #3a56f7;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
}


/* 网站底部 */
.footer {
  width: 100%;
  background-color: #fff;
}

.footer div.links {
  border-radius: 0;
  border-bottom: 1px solid #c0bbbb;
  width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
}

.footer .links .tab-box .tabs a {
  font-size: 20px;
}

.footer .links .tab-box .tabs a:hover,
.footer .links .tab-box .tabs a.active {
  color: #f00;
  font-weight: normal;
}

.footer .links .tab-box .tabs a:hover::after,
.footer .links .tab-box .tabs a.active::after {
  display: none;
}

.footer .links .content {
  margin-top: 10px;
}

.footer .links .content a {
  color: #6a5555;
  margin-right: 24px;
  margin-bottom: 10px;
}

.footer .links .content a:hover {
  text-decoration: underline;
}

.footer .fast-links {
  width: 1300px;
  margin: 0 auto;
  border-bottom: 1px solid #c0bbbb;
  padding: 32px 0;
  padding-left: 20px;
}

.footer .fast-links .logo img {
  width: 230px;
}

.footer .fast-links .right {
  width: 1050px;
}

.footer .fast-links .right li {
  margin-left: 54px;
}

.footer .fast-links .right li:first-of-type {
  margin-left: 78px;
}

.footer .fast-links .right .title {
  font-size: 18px;
  color: #4c1818;
  font-weight: bold;
  margin-bottom: 16px;
}

.footer .fast-links .right a {
  color: #6a5555;
  font-size: 16px;
  line-height: 30px;
  display: block;
}

.footer .fast-links .right a:hover {
  color: #f00;
  text-decoration: underline;
}

.footer .fast-links .right li.last a:hover {
  color: #6a5555;
  text-decoration: none;
  cursor: default;
}

.footer .fast-links .right .ewm p {
  margin-right: 30px;
}

.footer .fast-links .right .ewm p img {
  width: 86px;
  height: 86px;
}

.footer .fast-links .right .ewm p span {
  display: inline-block;
  font-size: 16px;
  color: #737272;
  line-height: 1.2;
  position: relative;
  top: 22px;
  margin-left: 16px;
}

.footer .explain {
  width: 1300px;
  margin: 0 auto;
  border-bottom: 1px solid #c0bbbb;
  line-height: 30px;
  padding: 10px 24px 20px 24px;
  font-size: 16px;
  color: #776565;
}

.footer .copyright {
  width: 1300px;
  margin: 0 auto;
  line-height: 30px;
  padding: 10px 24px 20px 24px;
  font-size: 16px;
  color: #776565;
}

.footer .copyright img {
  margin-top: -6px;
}


.footer .copyright a:hover {
  text-decoration: underline;
}

/* 通用顶部菜单 */
.common-header {
  background-color: #3a56f7;
}

/* 固定右边菜单 */
.fixed-right-btns {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 10px;
  /* transform: translateY(-60%); */
  background-color: #fff;
  font-size: 13px;
  color: #333;
}

.fixed-right-btns .item {
  width: 48px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.fixed-right-btns .item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.fixed-right-btns .item img {
  width: 100%;
}

.fixed-right-btns .item:hover .content {
  display: block;
}

.fixed-right-btns .item .content {
  display: none;
  position: absolute;
  cursor: default;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 120px;
  height: 120px;
  padding: 10px;
  background-color: #fff;
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.2);
}

/* 固定头部 */
.fixed-menu {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  min-width: 1300px;
  background-color: #3a56f7;
  height: 60px;
  display: none;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}

.fixed-menu .content {
  background-color: #3a56f7;
  width: 1300px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}

.fixed-menu .logo {
  height: 40px;
  margin-right: 150px;
}

.fixed-menu .search-bar {
  line-height: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 100px;
}

.fixed-menu .search-bar form {
  line-height: 0;
}

.fixed-menu .search-bar input {
  width: 215px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  box-shadow: none;
}

.fixed-menu .search-bar button {
  width: 112px;
  height: 36px;
  font-size: 14px;
  background-color: #6b80fa;
  box-shadow: none;
}

.fixed-menu .search-bar button:hover {
  background-color: #5972ff;
}

.fixed-menu .search-bar button img {
  width: 18px;
}

/* ---end---固定头部 */

.common-header-box {
  width: 1300px;
  height: 138px;
  background-color: #3a56f7;
  margin: 0 auto;
  padding-top: 22px;
}

.common-header-box .logo-search .logo {
  height: 50px;
  margin-right: 24px;
}

.common-header-box .search-bar {
  line-height: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.common-header-box .search-bar form {
  line-height: 0;
}

.common-header-box .search-bar input {
  width: 215px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  box-shadow: none;
}

.common-header-box .search-bar button {
  width: 112px;
  height: 36px;
  font-size: 14px;
  background-color: #6b80fa;
  box-shadow: none;
}

.common-header-box .search-bar button:hover {
  background-color: #5972ff;
}

.common-header-box .search-bar button img {
  width: 18px;
}

.common-header-box .search-bar input:focus {
  border-color: #fff;
}

.common-header-box .nav-menu-box li.category {
  background-color: transparent;
  width: auto;
}

.common-header-box .nav-menu {
  line-height: 55px;
}

.common-header-box .nav-menu-box {
  width: auto;
}

.common-header-box .nav-menu-box .menu-list {
  /* width: 330px; */
  width: 220px;
  border-top: 0;
  display: none;
}



.common-header-box .nav-menu-box .category .cate {
  position: static;
}

.common-header-box .nav-menu-box .menu-list .list-item .sub-menu-box {
  width: 1080px;
}

.common-header-box .nav-menu-box .nav-menu-item {
  padding: 0;
  margin: 0 12px;
}

.common-header-box .nav-menu-box .category.nav-menu-item {
  margin-left: 0;
}

.common-header-box .nav-menu-box .menu-list {
  display: none;
}

.not-index-page .common-header-box .nav-menu-box .menu-list {
  display: none !important;
}

.common-header-box .nav-menu-box .category:hover .menu-list {
  display: block;
}

.common-header-box .btns {
  margin-top: 26px;
}

.common-header-box .btns a.first {
  position: relative;
  top: -6px;
}

.common-header-box .btns a:hover {
  text-decoration: underline;
}

.common-header-box .btns a {
  color: #fff;
  line-height: 23px;
  display: inline-block;
}

.common-header-box .btns a img {
  margin-top: -5px;
}

.common-header-box .btns .line {
  margin: 0 10px;
  color: #fff;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/* 用户信息 */
.common-header-box .btns .user .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;

}

.common-header-box .btns a.user:hover {
  text-decoration: none;
}

.common-header-box .btns .user:hover span {
  text-decoration: underline;
}

.common-header-box .btns .user span {
  max-width: 5em;
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  line-height: 16px;
  font-size: 16px;
  color: #fff;
}

/* 通用文件列表 */
.common-file-list {
  width: 100%;
}

.common-file-list li {
  text-align: left;
  padding: 15px 30px 25px 24px;
  margin: 0 10px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.common-file-list li:hover {
  background-color: #eee;
}

.common-file-list li .cover {
  width: 70px;
  height: 90px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
}

.common-file-list li .cover:hover {
  border-color: #aaa;
}

.common-file-list li .cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  transition: all 0.6s;
}

.common-file-list li .cover:hover img {
  transform: scale(1.4);
}

.common-file-list li .infos {
  display: inline-block;
  width: 630px;
  width: calc(100% - 210px);
  vertical-align: top;
  color: #464646;
  font-size: 14px;
  margin-left: 10px;
}

.common-file-list li .infos .title img {
  width: 20px;
}

.common-file-list li .infos .content {
  margin: 10px 0;
  margin-top: 16px;
  font-size: 12px;
  color: #666;
}

.common-file-list li .infos .date {
  font-size: 12px;
  color: #777;
  padding-top: 11px;
}

.common-file-list li .infos .date span {
  margin-right: 20px;
}

.common-file-list li .infos .date span:last-of-type {
  font-weight: bold;
}

.common-file-list li .counts {
  position: absolute;
  right: 20px;
  top: 20px;
  border-left: 1px solid #ccc;
  padding-left: 10px;
}

.common-file-list li .counts p {
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
}

.common-file-list li .counts p:last-of-type {
  color: #888;
  font-weight: bold;
  margin-bottom: 0;
}

.common-file-list li .counts p img {
  width: 12px;
}

.no-data {
  font-size: 20px;
  color: #999;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}

/* 通用分页样式 */
.common-pager {
  padding: 20px 20px 20px 20px;
  font-size: 14px;
}

.common-pager .dot-spacer {
  margin-right: 10px;
}

.common-pager .pages {
  color: #1d1946;
  margin-right: 20px;
  font-size: 14px;
}

.common-pager a {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  margin-right: 10px;
}

.common-pager a:hover,
.common-pager a.active {
  background-color: #3a56f7;
  color: #fff;
  border-color: #3a56f7;
}

/* 相似文档模块 */
.common-similar-doc {
  width: 100%;
  background-color: #fff;
  margin-bottom: 12px;
  padding: 18px;
}

.common-similar-doc .title {
  color: #f00;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.common-similar-doc ul li {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
}

.common-similar-doc ul li .d-title img {
  height: 20px;
  margin-right: 2px;
}

.common-similar-doc ul li .info {
  color: #666;
}

/* 下载弹框 */
.download-toast {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.download-toast .content-box {
  width: 1000px;
  height: 620px;
  background-color: #3a56f7;
  border-radius: 10px;
  padding: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.download-toast .content {
  background-color: #fff;
  border-radius: 10px;
  padding: 42px 80px 50px 84px;
  height: 500px;
}

.download-toast .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all 0.3s;
  cursor: pointer;
}

.download-toast .btn-close:hover {
  transform: rotate(180deg);
}

.download-toast .content-box .type-tab {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-top: 44px;
  margin-bottom: 14px;
}

.download-toast .content-box .type-tab span.btn {
  cursor: pointer;
}

.download-toast .content-box .type-tab span.active,
.download-toast .content-box .type-tab span.btn:hover {
  color: #f0ff00;
}

.download-toast .content-box .type-tab span.line {
  margin: 0 20px;
}

.download-toast .content .left {
  width: 426px;
}

.download-toast .content .left .doc-info {
  padding: 12px;
  font-size: 15px;
  border-radius: 10px;
  background-color: #d6e5fb;
  margin-bottom: 10px;
}

.download-toast .content .left .doc-info .doc-title img {
  width: 18px;
}

.download-toast .attrs {
  position: relative;
}

.download-toast .attrs .item {
  color: #4b4949;
  font-size: 12px;
  line-height: 30px;
  vertical-align: middle;
  white-space: nowrap;
}

.download-toast .attrs .item strong {
  color: #f00;
  font-size: 16px;
}

.download-toast .attrs .item::after {
  content: "|";
  margin-left: 6px;
  margin-right: 6px;

}

.download-toast .attrs .item:last-of-type {
  margin-right: 20px;
}

.download-toast .attrs .item:last-of-type::after {
  display: none;
}

.download-toast .download-tip {
  width: 100%;
  background-color: #e4f8f4;
  padding: 18px 52px 20px 26px;
  border-radius: 10px;
  font-size: 14px;
  color: #555555;
  line-height: 1.5em;
}

.download-toast .download-tip h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.download-toast .download-tip h4 img {
  margin-right: 4px;
}

.download-toast .download-tip p {
  margin-bottom: 6px;
}

.download-toast .download-tip .blue {
  color: #3a56f7;
}

.download-toast .download-tip .red {
  color: #f00;
}

.download-toast .right {
  width: 314px;
  height: 415px;
  border-radius: 10px;
  border: 2px solid #3a56f7;
  padding: 24px;
  padding-bottom: 10px;
}

.download-toast .right .pay-qrcode {
  width: 260px;
  height: 260px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 22px;
  margin-bottom: 12px;
  padding: 14px;
  position: relative;
}

.download-toast .right .d-title {
  text-align: center;
}

.download-toast .right .d-title img {
  width: 24px;
}

.download-toast .right .pay-qrcode .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 76px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  display: none;
}

.download-toast .right .is-download-box {
  padding-top: 126px;
  display: none;
  font-size: 14px;
  color: #1a0101;
  text-align: center;
}

.download-toast .score-pay {
  padding-top: 100px;
}

.download-toast .score-pay span {
  margin-bottom: 10px;
}

.download-toast .score-pay button {
  margin-top: 30px;
}

.download-toast .right .is-download-box p {
  margin-bottom: 30px;
}

.download-toast .right .pay-qrcode .is-expired img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.download-toast .right .pay-qrcode img {
  width: 100%;
  height: 100%;
}

.download-toast .right .pay-info {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.download-toast .right .pay-info .coast {
  font-style: normal;
  color: #f00;
  font-weight: bold;
}


/* 旋转动画 */
.animate-rotate {
  animation: animate-rotate 0.5s infinite linear;
}

@keyframes animate-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.layui-table-tool {
  z-index: 110;
}

.layui-table-tips-c {
  padding: 0;
}

/* toast弹窗 */
#m-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  line-height: 1.5em;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px 0 #666;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  display: none;
}

.red {
  color: #f00;
}

.orther-login-title {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
  padding-top: 20px;
}