#home .search-section {
  min-width: 1200px;
  box-shadow: 10px 0px 5px #e3e0e0;
  height: 300px;
  position: relative;
}
#home .search-section .banner {
  margin: 0 auto;
  height: 300px;
}
#home .search-section .banner .swiper-container {
  height: 100%;
}
#home .search-section .banner .swiper-container .img {
  width: 100%;
  height: 300px;
  background: no-repeat center center;
  background-size: 2560px 300px;
}
#home .search-section .banner .swiper-container .swiper-button {
  display: none;
}
#home .search-section .banner:hover .swiper-button {
  display: block;
}
#home .search-section .home {
  width: 1000px;
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#home .search-section .home .search {
  display: flex;
  padding-top: 96px;
  margin-bottom: 48px;
  justify-content: center;
}
#home .search-section .home .search .logo {
  cursor: pointer;
}
#home .search-section .home .search .search-box {
  margin-left: 40px;
}
#home .search-section .home .search .input {
  display: flex;
  width: 470px;
  height: 42px;
  border: 1px solid #ebeaea;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
#home .search-section .home .search .input input {
  outline: none;
  width: 400px;
  background: #fff;
  color: #666666;
  padding-left: 20px;
  height: 40px;
  border: none;
}
#home .search-section .home .search .input .btn-search {
  width: 70px;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  border-radius: 0px 6px 6px 0px;
  cursor: pointer;
}
#home .search-section .home .search .radios ul {
  display: flex;
}
#home .search-section .home .search .radios ul li {
  display: flex;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
  align-items: center;
  cursor: pointer;
}
#home .search-section .home .search .radios ul li .btn {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #00000040;
  border: 0.5px solid #ffffff40;
  border-radius: 50%;
  margin-right: 6px;
}
#home .search-section .home .search .radios ul li .btn .active {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  margin: 2px auto;
}
#home .search-section .home .search .radios ul li label {
  font-size: 14px;
  margin-left: 6px;
}
#home .search-section .home .nav .nav-list {
  display: flex;
}
#home .search-section .home .nav .nav-list > li {
  width: 66px;
  height: 30px;
  position: relative;
  font-size: 14px;
  color: #fff;
  margin-left: 36px;
  cursor: pointer;
}
#home .search-section .home .nav .nav-list > li a {
  color: #fff;
}
#home .search-section .home .nav .nav-list > li:first-child {
  width: 40px;
}
#home .search-section .home .nav .nav-list > li:hover {
  font-size: 16px;
  font-weight: bold;
}
#home .search-section .home .nav .nav-list > li:hover a {
  font-size: 16px;
  font-weight: bold;
}
#home .search-section .home .nav .nav-list > li:hover::before {
  display: block;
}
#home .search-section .home .nav .nav-list > li:hover .doc-list {
  max-height: 10000px;
  transition: all 1s ease-in-out;
}
#home .search-section .home .nav .nav-list > li::before {
  display: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #00000033;
  left: 0;
  top: 27px;
}
#home .search-section .home .nav .doc-list {
  max-height: 0;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 250px;
  padding: 0;
  background-color: #fff;
  box-shadow: -3px -2px 9px 0px rgba(153, 173, 188, 0.25);
  transition: all 1s ease-in-out;
  border-radius: 4px;
  z-index: 999;
  transition: opacity 0.5s;
  overflow: hidden;
}
#home .search-section .home .nav .doc-list > ul {
  padding: 10px 30px 20px;
}
#home .search-section .home .nav .doc-list .border {
  border-bottom: 1px solid #f5f5f5;
}
#home .search-section .home .nav .doc-list .doc-type {
  line-height: 50px;
  position: relative;
}
#home .search-section .home .nav .doc-list .type-name {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-right: 10px;
}
#home .search-section .home .nav .doc-list .total {
  font-size: 12px;
  font-weight: 400;
  color: #07aea0;
}
#home .search-section .home .nav .doc-list .child-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
#home .search-section .home .nav .doc-list .child-list ul li {
  width: 80px;
  font-size: 14px;
  font-weight: 400px;
  margin-bottom: 8px;
}
#home .search-section .home .nav .doc-list .child-list ul li a {
  display: inline-block;
  width: 100%;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
#home #hot {
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
#home #hot .hot-section {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
#home #hot .hot-doc {
  width: 942px;
}
#home #hot .hot-doc .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#home #hot .hot-doc .title .icon {
  display: inline-block;
  width: 26px;
  height: 16px;
  background: url(/assets/images/library/title.png);
  margin-right: 8px;
}
#home #hot .hot-doc .title .title-name {
  display: inline-block;
}
#home #hot .hot-doc .title span {
  vertical-align: middle;
}
#home #hot .hot-doc .hot-docs,
#home #hot .hot-doc .hot-theme {
  background: #fff;
  border-radius: 6px;
  padding: 30px 0 0 30px;
}
#home #hot .hot-doc .doc-list {
  display: flex;
  width: 855px;
  flex-wrap: wrap;
}
#home #hot .hot-doc .doc-list .item {
  width: 150px;
  margin-right: 22px;
  margin-bottom: 30px;
  cursor: pointer;
}
#home #hot .hot-doc .doc-list .item:nth-child(5n) {
  margin-right: 0;
}
#home #hot .hot-doc .doc-list .item.theme {
  width: 190px;
  margin-right: 22px;
}
#home #hot .hot-doc .doc-list .item.theme:nth-child(4n) {
  margin-right: 0;
}
#home #hot .hot-doc .doc-list .item .cover {
  display: flex;
  position: relative;
  width: 100%;
  height: 200px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  transition: transform 0.5s;
  border-radius: 4px;
  overflow: hidden;
}
#home #hot .hot-doc .doc-list .item .cover:hover {
  transform: translateY(-10px);
}
#home #hot .hot-doc .doc-list .item .cover.theme {
  height: 132px;
}
#home #hot .hot-doc .doc-list .item .cover .cover-img {
  width: 100%;
}
#home #hot .hot-doc .doc-list .item .cover .cover-img.theme {
  height: 100%;
}
#home #hot .hot-doc .doc-list .item .cover .type {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  bottom: 0;
}
#home #hot .hot-doc .doc-list .item .name {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
#home #hot .hot-doc .hot-theme {
  margin-top: 10px;
}
#home #hot .new-update .new-updates {
  width: 249px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 20px;
}
#home #hot .new-update .title {
  height: 56px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 56px;
  font-family: Microsoft YaHei;
  border-bottom: 1px solid #f5f5f5;
}
#home #hot .new-update .content {
  padding: 10px 0;
  background: #fff;
}
#home #hot .new-update .content > div {
  padding: 10px 0;
  border-bottom: 1px dashed #f5f5f5;
}
#home #hot .new-update .content > div:last-child {
  border-bottom: 0 none;
}
#home #hot .new-update .file-name {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#home #hot .new-update .file-name .type {
  width: 16px;
  height: 12px;
  margin-right: 5px;
}
#home #hot .new-update .file-name .file-title {
  width: 266px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home #hot .new-update .file-name span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
#home #hot .new-update .file-name .iconfont {
  margin-right: 12px;
  padding-top: 2px;
}
#home #hot .new-update .file-name .iconfont img {
  width: 14px;
}
#home #hot .new-update .file-name span {
  display: inline-block;
}
#home #hot .new-update .file-name > span:nth-child(2) a {
  color: #666666;
}
#home #hot .new-update .file-name > span:nth-child(2):hover a {
  color: #1082f0;
  cursor: pointer;
}
#home #hot .new-update .file-mes {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  height: 15px;
}
#home #hot .new-update .file-mes > div:nth-child(1) {
  float: left;
}
#home #hot .new-update .file-mes > div:nth-child(2) {
  float: right;
}
#home #hot .new-update .clear:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
#home #hot .new-update .new-subject {
  width: 249px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 20px;
  margin-top: 10px;
}
#home #hot .new-update .title {
  height: 56px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 56px;
  font-family: Microsoft YaHei;
  border-bottom: 1px solid #f5f5f5;
}
#home #hot .new-update .content {
  padding: 10px 0;
  background: #fff;
}
#home #hot .new-update .content > .item {
  padding: 10px 0;
  border-bottom: 1px dashed #f5f5f5;
}
#home #hot .new-update .content > .item:last-child {
  border-bottom: 0 none;
}
#home #hot .new-update .file-name {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#home #hot .new-update .file-name .file-title {
  width: 266px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home #hot .new-update .file-name span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
#home #hot .new-update .file-name .iconfont {
  margin-right: 6px;
  padding-top: 2px;
}
#home #hot .new-update .file-name .iconfont img {
  width: 14px;
}
#home #hot .new-update .file-name span {
  display: inline-block;
}
#home #hot .new-update .file-name > span:nth-child(2) {
  color: #333;
}
#home #hot .new-update .file-name > span:nth-child(2):hover {
  color: #07aea0;
  cursor: pointer;
}
#home #hot .new-update .file-mes {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  height: 15px;
}
#home #hot .new-update .file-mes > div:nth-child(1) {
  float: left;
}
#home #hot .new-update .file-mes > div:nth-child(2) {
  float: right;
}
#home #hot .new-update .clear:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
#home #hot .new-update .empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 305px;
}
#home #hot .new-update .empty img {
  width: 182px;
  height: 117px;
}
.swiper-button-prev,
.swiper-button-next {
  width: 42px;
  height: 42px;
  background: url(/assets/images/library/btn.png);
  border-radius: 50%;
  top: 58%;
  opacity: 0.4;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: calc(50vw - 608px);
  transform: rotate(180deg);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: calc(50vw - 608px);
}
@media screen and (min-width: 0) and (max-width: 1214px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}
