@charset "UTF-8";
html,
body,
ol,
ul,
li,
i,
a,
p,
em,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

footer,
header,
nav {
  display: block;
}

body {
  line-height: 1;
  user-select: none;
}

ol,
ul {
  list-style: none;
}

input[type=text],
input[type=search] {
  outline: none; /* 取消获取焦点后的边框 */
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  background: #f6f7fb;
}

.page-header {
  width: 100%;
  min-width: 1260px;
  height: 220px;
  background: #1ca472;
}
.page-header .document-bg {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}
.page-header .document-bg .bg-ul {
  padding: 25px 0 70px;
}
.page-header .document-bg .bg-ul li {
  float: left;
  margin-right: 30px;
}
.page-header .document-bg .bg-ul li:last-child {
  margin-right: 0;
}
.page-header .document-bg .bg-ul li a {
  color: #dbeee7;
}
.page-header .document-bg .bg-ul li a:hover {
  color: #fff;
}
.page-header .document-bg .bg-ul .active a {
  color: #fff;
}
.page-header .document-search {
  padding: 0 120px;
}
.page-header .document-search .search-box {
  display: flex;
}
.page-header .document-search .search-box .box-lf {
  float: left;
  display: flex;
  align-items: center;
}
.page-header .document-search .search-box .box-lf span {
  display: block;
  padding: 0 20px 0 16px;
  float: left;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 6px;
}
.page-header .document-search .search-box .box-rg {
  flex: 1;
  background: #ffffff;
  height: 40px;
  border-radius: 10px;
  position: relative;
  display: flex;
}
.page-header .document-search .search-box .box-rg .search-icon {
  position: absolute;
  left: 15px;
  top: 6.5px;
}
.page-header .document-search .search-box .box-rg input {
  float: left;
  margin: 0 20px 0 50px;
  padding: 0;
  border: 0;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  flex: 1;
}
.page-header .document-search .search-box .box-rg input::placeholder {
  color: #ccc;
}
.page-header .document-search .search-box .box-rg button {
  float: right;
  border: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 500;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  background: #92e1c4;
  color: #2aa97a;
  letter-spacing: 6px;
}
.page-header .document-search .search-box .box-rg button:hover {
  background: #9ff0d2;
}
.page-header .document-search .label-box ul {
  padding: 15px 0 0 240px;
}
.page-header .document-search .label-box ul li {
  float: left;
  margin-right: 16px;
  background: #49b68d;
  font-size: 13px;
  color: #dbeee7;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(80, 80, 80, 0.1);
}
.page-header .document-search .label-box ul li a {
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  display: block;
}
.page-header .document-search .label-box ul li:hover {
  background: #51c79a;
  color: #fff;
}
.page-header .document-search .label-box ul li:last-child {
  margin-right: 0;
}

main {
  width: 100%;
  min-width: 1260px;
}
main .container-data {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
main .container-data .header {
  height: 28px;
  line-height: 28px;
}
main .container-data .header .title {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
}
main .container-data .header .title h3 {
  float: left;
  color: #333;
  padding: 0;
  margin: 0 6px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
main .container-data .header .title .bg {
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 30px;
}
main .container-data .header .title .bg-1 {
  background: linear-gradient(to bottom, #88e5c6, #c7faf5);
}
main .container-data .header .title .bg-2 {
  background: linear-gradient(to bottom, #dc4545, #fbc8c8);
}
main .container-data .header .title .bg-3 {
  background: linear-gradient(to bottom, #f9e1b2, #fcf5d2);
}
main .container-data .header .title .bg-4 {
  background: linear-gradient(to bottom, #57a0fe, #bee0fc);
}
main .container-data .header .title .bg-5 {
  background: linear-gradient(to bottom, #ad3ad4, #eeb2fa);
}
main .container-data .header a {
  float: right;
  color: #333;
  font-size: 14px;
  margin-left: 20px;
  margin-top: 2px;
}
main .container-data .header a:hover {
  color: #007bff;
}

.cont-template {
  width: 100%;
  display: inline-block;
  margin: 20px auto 20px;
}
.cont-template .content {
  background: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  min-height: 314px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.cont-template .content .cont-box {
  padding: 10px 20px 0;
}
.cont-template .content .cont-box ul {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.cont-template .content .cont-box ul li {
  width: 25%;
  display: flex;
  align-items: center;
  height: auto;
  padding: 16px 10px;
}
.cont-template .content .cont-box ul li i {
  float: left;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 6px;
}
.cont-template .content .cont-box ul li span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.cont-template .content .cont-box ul li span a {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 15px;
}
.cont-template .content .cont-box ul li span a:hover {
  color: #007bff;
}
.cont-template .content .container-ul {
  margin-top: 6px;
  list-style: inside;
}
.cont-template .content .container-ul li {
  padding: 0 10px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
}
.cont-template .content .container-ul li::marker {
  color: #1ca472;
  font-size: 12px;
}
.cont-template .content .container-ul li a {
  width: 100%;
  color: #505050;
}
.cont-template .content .container-ul li a:hover {
  color: #007bff;
}

.hot-document {
  width: 100%;
  margin-bottom: 20px;
}
.hot-document .hot-pd {
  background: #fff;
  padding: 20px 10px 0 10px;
  border-radius: 10px;
  min-height: 364px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.hot-document .hot-pd .container {
  padding: 0 20px;
}
.hot-document .hot-pd .container ul {
  padding: 20px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hot-document .hot-pd .container ul li {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 16.666%;
}
.hot-document .hot-pd .container ul li a {
  display: inline-block;
  width: 100%;
}
.hot-document .hot-pd .container ul li a:hover h3 {
  color: #007bff;
}
.hot-document .hot-pd .container ul li a:hover img {
  transform: scale(1.4);
}
.hot-document .hot-pd .container ul li a .over {
  overflow: hidden;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  height: 233px;
}
.hot-document .hot-pd .container ul li a img {
  width: 100%;
  height: 233px;
  transition: all 0.6s;
}
.hot-document .hot-pd .container ul li a h3 {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 20px;
  margin: 10px 0 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-document .hot-pd .container-pd {
  padding: 0 10px;
}

.theme-list {
  width: 100%;
  margin-bottom: 20px;
}
.theme-list .theme-pd {
  background: #fff;
  padding: 20px 10px 0 10px;
  border-radius: 10px;
  min-height: 364px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.theme-list .theme-pd .container ul {
  margin: 20px 0;
  width: 100%;
  list-style: inside;
  display: inline-block;
}
.theme-list .theme-pd .container ul li {
  float: left;
  padding: 0 20px 16px 20px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 28px;
  width: 25%;
}
.theme-list .theme-pd .container ul li::marker {
  color: #1ca472;
  font-size: 12px;
}
.theme-list .theme-pd .container ul li a {
  color: #505050;
}
.theme-list .theme-pd .container ul li a:hover {
  color: #007bff;
}

.banner-box {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.banner-box a {
  display: block;
  width: 100%;
}
.banner-box a img {
  width: 100%;
  border-radius: 10px;
}

.new-document {
  width: 100%;
  margin-bottom: 20px;
}
.new-document .new-pd {
  background: #fff;
  padding: 20px 10px 0 10px;
  border-radius: 10px;
  min-height: 364px;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
.new-document .new-pd .container {
  padding: 0 10px;
}
.new-document .new-pd .container .cont-about ul {
  padding: 20px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.new-document .new-pd .container .cont-about ul li {
  width: 16.666%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.new-document .new-pd .container .cont-about ul li a {
  display: inline-block;
  width: 100%;
}
.new-document .new-pd .container .cont-about ul li a:hover h3 {
  color: #007bff;
}
.new-document .new-pd .container .cont-about ul li a:hover img {
  transform: scale(1.4);
}
.new-document .new-pd .container .cont-about ul li a .over {
  overflow: hidden;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  height: 233px;
}
.new-document .new-pd .container .cont-about ul li a img {
  width: 100%;
  height: 233px;
  transition: all 0.6s;
}
.new-document .new-pd .container .cont-about ul li a h3 {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 20px;
  margin: 10px 0 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-document .new-pd .container .cont-list {
  width: 100%;
  padding: 0px 10px 20px;
  display: inline-block;
}
.new-document .new-pd .container .cont-list ul {
  float: left;
  width: 33.33%;
  padding: 0 0;
}
.new-document .new-pd .container .cont-list ul li a {
  display: flex;
  height: 40px;
  color: #666;
}
.new-document .new-pd .container .cont-list ul li a:hover h3 {
  color: #007bff;
}
.new-document .new-pd .container .cont-list ul li a i {
  float: left;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  margin: 8px 10px 0 0;
}
.new-document .new-pd .container .cont-list ul li a h3 {
  flex: 1;
  padding-right: 20px;
  margin: 0;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-document .new-pd .container .cont-list ul li:nth-of-type(1) a i {
  vertical-align: top;
  background: url(../images/wenda.png) no-repeat;
  background-position: -3px -117px;
  color: #fff !important;
}
.new-document .new-pd .container .cont-list ul li + li a i {
  vertical-align: top;
  background: url(../images/wenda.png) no-repeat;
  background-position: -29px -117px;
  color: #fff !important;
}
.new-document .new-pd .container .cont-list ul li + li + li a i {
  vertical-align: top;
  background: url(../images/wenda.png) no-repeat;
  background-position: -55px -117px;
  color: #fff;
}
.new-document .new-pd .container .cont-list ul li + li + li + li a i {
  color: #666 !important;
  background: none;
}

.hd-bm {
  margin-bottom: 14px;
}

.mt-20 {
  margin-top: 20px;
}

.hd-scollor {
  display: block;
}

.title-top {
  font-size: 20px;
  font-weight: bold;
  padding: 16px 0 22px !important;
}

.breadcrumb-pd {
  padding: 20px 0 24px !important;
}

.icon-ppt {
  background-position: -4px -2px;
}

.icon-pptx {
  background-position: -4px -2px;
}

.icon-doc {
  background-position: -27px -2px;
}

.icon-docx {
  background-position: -27px -2px;
}

.icon-pdf {
  background-position: -50px -2px;
}

.icon-pdfx {
  background-position: -50px -2px;
}

.icon-xlsx {
  background-position: -73px -2px;
}

.icon-xlsxx {
  background-position: -73px -2px;
}

.content-hg {
  min-height: 0 !important;
}

.content-hg-pd {
  min-height: 0 !important;
  padding: 20px 10px !important;
}

.topic {
  width: 33.33% !important;
}
.topic::marker {
  color: #1ca472 !important;
}

.temp-lf {
  float: left;
  width: 930px;
}

.temp-rg {
  float: right;
  width: 310px;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-start {
  display: flex;
  align-items: flex-start;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.column-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-justify {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-overflow-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cooperation {
  width: 100%;
  min-width: 1260px;
  max-width: 1260px;
  margin: auto;
  margin-bottom: 20px;
}
.cooperation .icon {
  width: 20px;
  height: 20px;
  background: url(../icon/url.png) no-repeat;
  background-size: 100% 100%;
}
.cooperation .name {
  color: #1b1b1b;
  margin: 0 10px 0 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.cooperation ul {
  float: left;
  width: 1020px;
}
.cooperation ul li {
  float: left;
  font-size: 13px;
  padding: 0 10px 10px 10px;
  line-height: 20px;
}
.cooperation ul li a {
  color: #888888;
}
.cooperation ul li a:hover {
  color: #007bff;
  text-decoration: underline;
}

.broadside {
  position: fixed;
  z-index: 10;
  right: 50%;
  top: 62%;
  width: 66px;
  margin-right: -720px;
}
.broadside .user-cursor .user-about {
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.broadside .user-cursor .user-about .bottom {
  display: block;
  text-align: center;
  font-size: 26px;
  transform: rotate(-90deg);
}

footer {
  width: 100%;
  min-width: 1260px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(185, 185, 185, 0.25);
}
footer .container {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}
footer .container .ft-content {
  padding: 40px 0 40px;
  display: flex;
  border-bottom: 1px solid #eef0f5;
}
footer .container .ft-content .ft-logo {
  float: left;
  width: 200px;
  height: auto;
}
footer .container .ft-content .ft-logo a {
  width: 100%;
  height: 100%;
}
footer .container .ft-content .ft-logo img {
  width: 52px;
  height: 64px;
}
footer .container .ft-content .ft-logo p {
  margin-top: 10px;
  letter-spacing: 6px;
  color: #1ca472;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
footer .container .ft-content .ft-info {
  float: left;
  flex: 1;
  margin-left: 200px;
}
footer .container .ft-content .ft-info .footer-nav ul {
  float: left;
}
footer .container .ft-content .ft-info .footer-nav ul li {
  display: block;
  margin: 0 120px 0 0;
  color: #999;
  font-size: 14px;
  padding: 4px 0;
}
footer .container .ft-content .ft-info .footer-nav ul li:last-child {
  margin-right: 0;
}
footer .container .ft-content .ft-info .footer-nav ul li a {
  width: 100%;
  font-size: 14px;
}
footer .container .ft-content .ft-info .footer-nav ul li a:hover {
  color: #007bff;
}
footer .container .ft-content .ft-info .footer-nav ul li .ft-block {
  font-size: 15px !important;
  display: block;
  padding-bottom: 12px;
  color: #0c0c0c;
}
footer .container .ft-content .ft-info .ft-side {
  float: right;
}
footer .container .ft-content .ft-info .ft-side img {
  width: 85px;
  height: 85px;
}
footer .container .ft-content .ft-info .ft-side h3 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #0c0c0c;
}
footer .ft-box {
  padding: 20px 0;
  text-align: center;
}
footer .ft-box p {
  padding: 4px 0;
  color: #505050;
  font-size: 14px;
}

.icon-size {
  font-size: 15px !important;
  color: #1ca472;
}

.icon-ss-sz {
  font-size: 26px !important;
  color: #bfbfbf;
}

/*# sourceMappingURL=home.css.map */
