* {
  color: #222;
  box-sizing: border-box;
}
.loading {
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #333;
}
#app {
  min-width: 1400px;
}
.banners {
  min-width: 1400px;
  height: 350px;
  background: url(../images/library/0-banner.jpg) no-repeat center;
  padding: 20px 0;
}
.banners .b-block {
  width: 340px;
  height: 310px;
  border-radius: 10px;
  background: url(../images/library/0-1ktzh-bg.png) no-repeat, #fff;
  padding: 30px 20px;
}
.banners .b-block .title {
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
.banners .b-block h2.title {
  font-size: 20px;
  font-weight: bold;
  color: #383131;
}
.banners .b-block h3 {
  color: #dca661;
}
.banners .b-block .relative {
  position: relative;
  margin-top: 30px;
  height: 12px;
}
.banners .b-block .relative>* {
  font-size: 12px;
  color: #ebebeb;
}
.banners .b-block .absolute {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #999;
  width: 74px;
  background: #fff;
  text-align: center;
  top: -6px;
  line-height: 1;
}
.banners .b-block .flex {
  justify-content: space-between;
}
.banners .b-block .flex-item {
  margin-top: 25px;
  width: 56px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.banners .b-block .logo-name {
  margin-top: 17px;
}
.banners .b-block .flex-item>div {
  line-height: 1;
}
.banners .banner-btn {
  text-align: center;
  margin-top: 34px;
}
.banners .banner-btn .button {
  display: inline-block;
  width: 124px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  background: #ff9742;
  color: #fff;
}
.search-container {
  height: 145px;
  background: #fff;
  position: relative;
}
.search-container .mod-search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-container .secx {
  width: 800px;
  height: 48px;
  line-height: 48px;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #dca661;
  border-radius: 6px;
}
.search-container .secx .pholder {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ccc;
  line-height: 44px;
  font-size: 16px;
  width: 650px;
  padding-left: 48px;
  box-sizing: border-box;
  z-index: 2;
}
.search-container .secx .inputtext {
  box-sizing: border-box;
  border: none;
  padding-left: 48px;
  font-size: 16px;
  line-height: 44px;
  color: #333;
  width: 700px;
  display: inline-block;
}
.search-container .secx .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #dca661;
}
.search-container .secx .secbtn {
  width: 100px;
  height: 44px;
  background: #dca661;
  border-radius: 0px 6px 6px 0px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
}
.search-container .flex {
  width: 390px;
  margin: 0 auto;
}
.search-container .flex li {
  font-size: 14px;
  color: #666;
  user-select: none;
}
.library-nav {
  background: #fff;
  padding: 50px 0;
}
.library-nav .left {
  width: 230px;
  border-radius: 6px;
  border: 2px solid #ffebd1;
}
.library-nav .lheader {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #ffebd1;
  box-sizing: border-box;
  padding-left: 16px;
}
.library-nav .lheader h5 {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.library-nav .ltree {
  padding: 5px 8px;
  box-sizing: border-box;
  height: 446px;
  overflow-y: auto;
}
.library-nav .ltree .layui-tree-entry {
  height: 44px;
  line-height: 44px;
  padding: 0;
  border-radius: 4px;
}
.library-nav .ltree .layui-tree-txt {
  color: #222;
  vertical-align: unset;
}
.library-nav .ltree .layui-tree-entry:hover {
  background: #f5f6f9;
  font-weight: bold;
}
.library-nav .ltree .layui-tree-entry:hover .layui-tree-txt {
  color: #ff9742;
}
.library-nav .middle {
  width: 810px;
}
.library-nav .middle .img-big img {
  width: 100%;
  height: 358px;
  border-radius: 4px;
}
.library-nav .middle .img-flex {
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}
.library-nav .middle .img-flex>a {
  flex: 1;
}
.library-nav .middle .img-flex img {
  width: 100%;
  height: 128px;
  border-radius: 4px;
}
.library-nav .right {
  width: 340px;
}
.library-nav .right>a {
  width: 100%;
  height: 82px;
  display: block;
  font-size: 18px;
  line-height: 82px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  background-size: cover;
}
.library-nav .right>a:nth-of-type(1) {
  background: url(../images/2-3-1zhengjibg.png) no-repeat center;
}
.library-nav .right>a:nth-of-type(2) {
  background: url(../images/2-3-2zhengjibg.png) no-repeat center;
}
.library-nav .right>a:nth-of-type(3) {
  background: url(../images/2-3-3zhengjibg.png) no-repeat center;
}
.library-nav .right>a:nth-of-type(4) {
  background: url(../images/2-3-4zhengjibg.png) no-repeat center;
}
.library-nav .right .position {
  width: 100%;
  height: 128px;
  position: relative;
}
.library-nav .right .btn {
  position: absolute;
  width: 87px;
	height: 32px;
	background-image: linear-gradient(90deg, #292929 0%, #433118 50%, #5d3906 100%);
	border-radius: 4px;
  right: 20px;
  bottom: 20px;
  color: #ffebd1;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
}
.library-content {
  margin: 0 auto;
}
.main-section.orange {
  padding-bottom: 40px;
  background: url(../images/3-titbg.png) no-repeat top;
}
.main-section.blue {
  padding-bottom: 50px;
  background: url(../images/4-titbg.png) no-repeat top;
}
.left-section {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e1ecf5;
}
.left-section.half {
  width: calc(50% - 10px);
}
.main-section h2.section-header {
  height: 100px;
  box-sizing: border-box;
}
.main-section h2.section-header>span {
  font-size: 26px;
  line-height: 100px;
  padding-right: 20px;
  font-weight: bold;
  font-style: italic;
  color: #222;
  background: url(../images/7-tit-bg.png) no-repeat right 30px;
}
.main-section.blue h2.section-header>span {
  background: url(../images/4-tit-bg.png) no-repeat right 30px;
}
.main-section h2.section-header>img {
  margin-right: 76px;
}
.main-section h2.section-header ul {
  margin-top: 6px;
}
.main-section h2.section-header li a{
  display: inline-block;
  box-sizing: border-box;
  width: 97px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ffebd1;
  background: #fff;
  border-radius: 17px;
  color: #292929;
  text-align: center;
  font-weight: normal;
}
.main-section h2.section-header li.current a,
.main-section h2.section-header li a:hover {
  background: #ff9645;
  border: 1px solid #ff9645;
  font-weight: bold;
  color: #fff;
}
.main-section h2.section-header .more {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-weight: normal;
  position: relative;
  padding-right: 16px;
  margin-right: 20px;
  margin-top: 10px;
}
.main-section h2.section-header .more img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-section h3.section-header {
  padding-left: 30px;
  padding-top: 20px;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 20px;
}
.main-section h3.section-header>span {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #333;
}
.left-section .section-nav-container {
  padding: 0 30px;
  box-sizing: border-box;
  height: 26px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.section-nav-container .arrow {
  display: inline-block;
  cursor: pointer;
  color: #ccc;
}
.section-nav-container .arrow:hover {
  color: #ff9742;
}
.section-nav-container .right-arrow {
  transform: rotate(180deg);
}
.left-section .section-nav-box {
  overflow: hidden;
  flex: 1;
}
.left-section .section-nav {
  height: 26px;
  box-sizing: border-box;
  width: max-content;
  padding-left: 10px;
  transition: margin-left 1s;
}
.left-section .section-nav li {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.left-section .section-nav li:nth-last-of-type(1) {
  margin-right: 0;
}
.left-section .section-nav a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  height: 26px;
  text-align: center;
  border-radius: 13px;
  color: #666;
  line-height: 26px;
}
.left-section .section-nav li.active a {
  font-weight: bold;
  color: #fff;
  background: #ff9742;;
}
.left-section .section-content {
  display: none;
}
.left-section.slide .section-content.active {
  display: block;
}
.left-section.slide .section-content-container,
.section-content-container.slide {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
.slide .content-arrow {
  width: 25px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  background: #f5f6f9;
  color: #999;
  border-radius: 4px;
}
.slide .content-arrow.right-content-arrow {
  transform: rotate(180deg);
}
.slide .content-arrow:hover {
  background: #ffebd1;
  color: #ff9742;
}
.left-section.slide .section-content-box {
  flex: 1;
  overflow: hidden;
}
.left-section.slide .section-content {
  width: max-content;
  transition: margin-left 1s;
}
.left-section.slide .section-content li {
  margin-right: 20px;
}
.left-section.slide .section-content li:nth-last-of-type(1) {
  margin-right: 0;
}
.left-section.adapt .section-content.active {
  display: flex;
  gap: 20px;
  padding: 20px 25px 40px;
}
.left-section.adapt .section-content.active {
  justify-content: space-around;
}
.left-section .section-content.active li {
  width: 172px;
  border-radius: 6px;
  margin-bottom: 26px;
}
.left-section.adapt .section-content.active li {
  flex: 1;
  width: 22%;
}
.left-section .section-content.active li:nth-last-of-type(1) {
  margin-right: 0;
}
.left-section .section-content.active li.more {
  background: #f5f6f9;
  position: relative;
}
.left-section .section-content.active li.more a {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #dca661;
}
.left-section .section-content.active li.more a:hover {
  font-weight: bold;
  color: #ff9742;
}
.left-section .section-content a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.left-section .section-content a img:nth-of-type(1) {
  width: 100%;
}
.left-section .section-content.video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.left-section .btn-play.active {
  display: none;
}
.left-section .section-content a:hover .btn-play.active {
  display: block;
}
.left-section .section-content a span {
  font-size: 14px;
  line-height: 1;
  color: #222;
  position: absolute;
  left: 5px;
  bottom: -26px;
}
.left-section .section-content a:hover span {
  font-weight: bold;
  color: #ff9742;
}
.left-section .section-content .icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.left-section .section-content.paper li {
  min-height: 116px;
  max-height: 138px;
  position: relative;
}
.left-section .section-content.paper span.words {
  padding: 10px;
  display:-webkit-box;				/*弹 ? 伸缩盒 ?*/
  -webkit-box-orient:vertical;		/*子元素垂直排 ?*/
  line-clamp:5;
  -webkit-line-clamp:5;				/*显示的行 ?*/
  overflow:hidden;					/*溢出部分隐藏*/
  text-overflow:ellipsis ;		    /*溢出部分用省略号显示*/
  text-indent: 2em;
  background: #f5f6f9;
  border-radius: 4px;
}
.left-section .section-content.paper span.name {
  position: absolute;
  left: 5px;
  bottom: -20px;
}
.left-section .section-content.ebook li {
  padding: 10px;
  background: #f5f6f9;
  border-radius: 4px;
}
.left-section .section-content.ebook span {
  left: -5px;
  bottom: -30px;
}
.mod-artlist {
  padding: 10px 30px 74px;
}
.mod-artlist-field1 {
  position: relative;
}
.mod-artlist-field1 li:nth-of-type(n+7) {
  display: none;
}
.mod-artlist-field1 .item {
  display: flex;
  height: 44px;
  line-height: 44px;
}
.mod-artlist-field1 .item a {
  width: 100%;
  padding-left: 27px;
  background: url(../images/5-list-icon_.png) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  font-size: 16px;
  box-sizing: border-box;
}
.mod-artlist-field1 p {
  display: none;
}
.mod-artlist-field1 p span {
  display: inline-block;
  width: 33.33%;
  text-align: center;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-artlist-field1 p .date {
  text-align: right;
  color: #999;
}
.mod-artlist-field1 .item:hover {
  background: #fafafc;
}
.mod-artlist-field1 .item:hover a {
  color: #ff9742;
  font-weight: bold;
  background: url(../images/5-list-icon-c.png) no-repeat left center;
}
.mod-artlist-field1 .tit {
  position: absolute;
  right: 30px;
  bottom: -40px;
}
.mod-artlist-field1 .tit a {
  font-size: 14px;
  color: #dca662;
}
.mod-artlist-field1 .tit-txt {
  display: none;
}
.left-section .sec-content {
  display: flex;
  gap: 30px;
  padding: 0 25px;
}
.left-section .sec-content li {
  flex: 1;
  max-width: 96px;;
}
.left-section .sec-content li img {
  width: 100%;
}
.left-section .sec-content li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
}
.left-section .sec-content li:hover span {
  color: #ff9742;
  font-weight: bold;
}
.right>div {
  border-radius: 6px;
}
.right .section-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
}
.right .section-header>span {
  font-size: 24px;
  padding-right: 20px;
  font-weight: bold;
  font-style: italic;
  color: #222;
  background: url(../images/7-tit-bg.png) no-repeat right;
  line-height: 1;
}
.right-section-1 {
  background: url(../images/library/7-kthy-bg.png) no-repeat top center, #fff;
  height: 440px;
}
.right-section-1 .content {
  text-align:  center;
  margin-top: 145px;
}
.right-section-1 .content>h5 {
  font-size: 16px;
  line-height: 1;
  color: #666;
  font-weight: normal;
  margin-bottom: 20px;
}
.right-section-1 .content>h5 .iconfont {
  color: #999;
}
.right-section-1 .content>p {
  line-height: 14px;
  color: #dca661;
  font-size: 14px;
  margin-bottom: 20px;
}
.right-section-1 .content>p .iconfont {
  color: #dca661;
}
.right-section-1 .btn {
  display: inline-block;
  width: calc(100% - 40px);
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  background-image: linear-gradient(90deg, 
		#ffebd3 0%, 
		#ffcba1 50%, 
		#ffebd3 100%);
  margin-left: 20px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #935847;
  margin-top: 15px;
}
.right-section-2 {
  background: #fff;
}
.right-section-2 .more {
  color: #666;
}
.right-section-2 .content-1,
.right-section-2 .content-2 {
  padding: 20px;
  padding-bottom: 0;
}
.right-section-2 .content-2 {
  padding-top: 0;
  padding-bottom: 20px;
}
.right-section-2 .content-1 .img-block {
  width: 100%;
  height: 150px;
  position: relative;
  background: url(../images/library/8-nrzj-bg.png) no-repeat top center;
  border-radius: 6px 6px 0 0;
}
.right-section-2 .img-block>div {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.right-section-2 .img-block p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.right-section-2 .words-block {
  padding: 20px;
  background-image: linear-gradient(0deg, 
		#fcfcfd 0%, 
		#f5f5f9 100%);
}
.right-section-2 .words-block p {
  font-size: 14px;
  color: #666;
  text-indent: 2em;
}
.right-section-2 .words-block .button {
  display: inline-block;
  margin-top: 40px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #ff9742;
  border-radius: 4px;
  width: 100%;
  font-weight: bold;
}
.content-2 .img-block {
  width: 100%;
  height: 90px;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
}
.content-2 .img-block:nth-of-type(1) {
  background: url(../images/library/8-nrzj-bg2.png) no-repeat top center;
}
.content-2 .img-block:nth-of-type(2) {
  background: url(../images/library/8-nrzj-bg-3.png) no-repeat top center;
}
.content-2 .img-block:nth-of-type(3) {
  background: url(../images/library/8-nrzj-bg-4.png) no-repeat top center;
}
.content-2 .img-block:nth-of-type(4) {
  background: url(../images/library/8-nrzj-bg-5.png) no-repeat top center;
}

ul.library-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.library-list li {
  margin-right: 30px;
  width: calc((100% - 120px) / 5);
  margin-bottom: 30px;
  cursor: pointer;
}
ul.library-list:not(.ebook) li:nth-of-type(5n) {
  margin-right: 0;
}
ul.ebook li {
  width: calc((100% - 180px) / 7);
}
ul.ebook li:nth-of-type(7n) {
  margin-right: 0;
}
ul.article li .article-title {
  font-size: 14px;
  line-height: 16px;
  color: #222;
  margin-bottom: 8px;
  font-weight: bold;
}
ul.library-list .pic img {
  width: 100%;
  height: 143px;
  border-radius: 6px;
}
ul.library-list li div {
  position: relative;
  border-radius: 6px;
  background: #f5f6f9;
  padding: 15px 15px 20px;
  height: 120px;
  line-height: 20px;
  letter-spacing: 1px;
}
ul.library-list li.pic div {
  padding: 0;
  background: none;
  height: 143px;
}
ul.ebook li.pic div {
  background: #f5f6f9;
  padding: 10px 12px;
  height: fit-content;
}
ul.ebook .pic img {
  height: 199px;
}
ul.video li div.empty {
  background: url(../images/videoEmpty.jpg) no-repeat center;
  background-size: cover;
}
ul.video li div.empty .empty-title {
  font-size: 22px;
  color: #222;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
ul.library-list li div .icon {
  position: absolute;
  width: 20px;
  height: 24px;
  right: 0;
  bottom: 0;
}
ul.article li div .icon {
  background: url(../images/icons/wenben.png) no-repeat center;
}
ul.video li div .icon {
  background: url(../images/icons/mov.png) no-repeat center;
}
ul.document li div .icon {
  background: url(../images/icons/ppt.png) no-repeat center;
}
ul.video li div .play {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/1-play.png) no-repeat center;
  background-size: cover;
  z-index: 100;
}
ul.library-list li.pic .pic-title {
  font-size: 14px;
  color: #222;
  line-height: 22px;
}
ul.library-list li.pic:hover .pic-title {
  font-weight: bold;
  color: #ff9742;
}
.section-content-container.slide-tea,
.section-content-container.slide-school {
  padding-bottom: 0;
}
.section-content-container.slide-school {
  padding-bottom: 30px;
}
.slide-tea .section-content-box,
.slide-school .section-content-box {
  flex: 1;
  overflow: hidden;
}
.slide-tea ul,
.slide-school ul {
  width: max-content;
  transition: margin-left 1s
}
.slide-tea ul li {
  width: 174px;
  height: 200px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  background: #fff;
  border-radius: 6px;
  margin-right: 20px;
}
.slide-tea ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.slide-tea ul li:hover {
  border: 2px solid #ff9742;
}
.slide-tea ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slide-tea li a img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 30px;
}
.slide-tea li a p {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-top: 22px;
}
.slide-tea li a p.info {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-top: 10px;
  padding: 0 10px;
}
.slide-school .sec-content li {
  max-width: 96px;;
  margin-right: 40px;
}
.slide-school .sec-content li:nth-last-of-type(1) {
  margin-right: 0;
}
.slide-school .sec-content li img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.slide-school .sec-content li span {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
}
.slide-school .sec-content li:hover span {
  color: #ff9742;
  font-weight: bold;
}
.slide-school .sec-content li p {
  text-align: center;
  margin-top: 10px;
  cursor: default;
}
.slide-school .sec-content li p.middle {
  line-height: 38px;
}