@charset "utf-8";

.inner-slide {
  height: 40rem;
  /* height: 24rem; */
  /* background-image: none !important; */
}

.inner-slide .nav-search {
  /* top: 13.2rem; */
}

.inner-slide .nav-search .search-box .itemlist {
 
}

.inner-slide .nav-search .search-box .toolbox2,
.inner-slide .nav-search .search-box .toolbox3 {
  border-top: 6px solid #115590;
}

.inner-slide .nav-search .search-box .link li a::after {
  bottom: -2.5rem;
}

/* 新闻列表 */
.pages {
  padding: 8rem 0;
  color: #999;
}

.pages li {
  margin: 0 1rem;
}

.pages li i {
  color: #999;
}

.pages li a {
  color: #999;width: 100%;
  display: inline-block;

}

.pages li.a1 a {
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
}

.pages li.a1.on a,
.pages li.a1:hover a {
  background: #115590;
  border-color: #115590;
  color: #fff;
}

.pages li:hover a,
.pages li:hover i {
  color: #115590;
}




.main {
  background: #fff url("../img/bg_main.png") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 5rem;
  margin-bottom: -5rem;
}

.main .sidebar {
  float: left;
  width: 268px;
  margin-right: 7.7rem;
  margin-top: -10.3rem;
  margin-top: 0;
}

.main .sidebar .sidebox {
  position: relative;
  border-left: 3px solid #115590;
  border-top: 3px solid #115590;
  border-radius: 3rem 0 0 0;
  background: #ebf2f9 url("../img/bg_side1.png") no-repeat bottom center;
  background-size: 100%;
  padding: 1px;
  z-index: 1;
  min-height: 34rem;
}

.main .sidebar .sidebox .side-tit {
  height: 9.9rem;
  border-radius: 3rem 0 0 0;
  background: #115590;
  color: #fff;
}

.main .sidebar .sidebox ul {
  padding: 0 2.5rem;
}

.main .sidebar .sidebox ul li {
  background: url("/library/statics/img/line3.png") no-repeat right bottom;
  background-size: 100%;
}

.main .sidebar .sidebox ul li a {
  padding: 2rem 0;
  display: block;
}

.main .sidebar .sidebox ul li.on>a {
  font-weight: bold;
}

.main .sidebar .sidebox ul li.on a {
  color: #115590;
}

.main .sidebar .sidebox ul li:last-child {
  background: none;
}

.main .sidebar .sidebox ul li .v2 {
  padding-bottom: 1rem;
  margin-top: -1rem;
}

.main .sidebar .sidebox ul li .v2 li {
  background: none;
}

.main .sidebar .sidebox ul li .v2 li a {
  padding: 0.25rem 0;
}

.main .sidebar .sidebox ul li .v2 li.on {
  font-weight: normal;
}

.main .main-body {
  overflow: hidden;
}

.main .main-body .crumbs {
  padding: 3.3rem 0;
  position: relative;
  z-index: 1;
}

.main .main-body .crumbs::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.main .main-body .crumbs span {
  background: #fff;
  padding: 0 1.6rem;
  position: relative;
  font-weight: bold;
  color: #444444;
}

.main .main-body .crumbs span::before {
  content: "";
  width: .5rem;
  height: 2.7rem;
  background: #115590;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.main .news-list ul {
  margin-top: -1rem;
}

.main .news-list li .item {
  padding: 3.5rem 0;
  border-bottom: 1px solid #D6D5D5;
}

.main .news-list li .item .item-pic {
  width: 28.5rem;
  max-height: 21.3rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 3.3rem;
}

.main .news-list li .item .item-info .tit {
  transition: all ease .3s;
}

.main .news-list li .item .item-info .time {
  margin: 1.5rem 0;
  color: #115590;
  font-weight: normal;
  font-family: 'Source Han Serif CN';
}

.main .news-list li .item .item-info .time img {
  width: 1.4rem;
  margin-right: 1rem;
}

.main .news-list li .item .item-info .desc {
  color: #888;
}

.main .news-list li .item .item-info .link {
  margin-top: 1rem;
}

.main .news-list li .item .item-info .link i {
  font-size: 2.4rem;
  color: #115590;
}

.main .news-list li .item:hover {
  color: #115590;
}

.main .news-list li .item:hover .item-info .tit {
  font-weight: bold;
}

.main .news-list li .item:hover .item-info .desc {
  color: #115590;
}

.nav-search {
  position: absolute;
  width: 100%;
  top: 30%;
  z-index: 9;
}

.nav-search .search-box {
 background: rgba(255, 255, 255, 0.8);
 border-radius: 3rem;
  position: relative;
}

.nav-search .search-box1 {
   background: rgba(0, 0, 0, 0.5);
}


.nav-search .search-box .side {
  width: 30rem;
}

.nav-search .search-box .link {
  height: 6.7rem;
  padding-left: 7rem;
}

.nav-search .search-box .link li {
  margin-right: 6rem;
  position: relative;
}

.nav-search .search-box .link li a {
  height: 6.7rem;
  display: flex;
  color: #474747;
  align-items: center;
  font-weight: 600;
}

.nav-search .search-box .link li a::after {
  content: "";
  border: 1rem solid transparent;
  border-top: 1rem solid #115590;
  position: absolute;
  bottom: -2rem;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}

.nav-search .search-box .link li:hover a {
  color: #115590;
}

.nav-search .search-box .link li.on a {
  color: #115590;
  font-weight: bold;
}

.nav-search .search-box .link li.on a::after {
  display: block;
}

.nav-search .search-box .link li .v2 {
  position: absolute;
  left: 50%;
  display: none;
  transform: translateX(-50%);
  width: 18rem;
  text-align: center;
  top: 6.7rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 1rem 0;
}

.nav-search .search-box .link li .v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border: 1rem solid transparent;
  border-top: 1rem solid #115590;
}

.nav-search .search-box .link li .v2 li {
  height: auto;
  margin: 0;
}

.nav-search .search-box .link li .v2 li a {
  display: block;
  height: auto;
  padding: 1rem 0;
  color: #474747;
}

.nav-search .search-box .link li .v2 li:hover a {
  color: #115590;
}

.nav-search .search-box .link li:hover .v2 {
  display: block;
}

.nav-search .search-box .side .search1 .group {
  background: rgba(17, 85, 144, 0.5);
  cursor: pointer;
  color: #fff;
  height: 6.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3rem 0 0 3rem;
  padding: 2rem;
}

.nav-search .search-box .side .search1 .group i {
  font-size: 1.8rem;
  color: #fff;
  cursor: pointer;
}

.nav-search .search-box .side .search1 .group .txt {
  font-size: 2rem;
  color: #fff;
  margin-left: 1rem;
}

.nav-search .search-box .side .search1 .group .jt {
  cursor: pointer;
}

.nav-search .search-box .side .search1 .group .jt i {
  font-size: 2rem;
  font-weight: bold;
}

.nav-search .search-box .side .tabs {
  min-height: 28rem;
}

.nav-search .search-box .side .tabs li {
	width: 100%;
  height: 5.2rem;
  display: flex;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  align-items: center;
  position: relative;

}
.nav-search .search-box .side .tabs li a {
	width: 100%;display: inline-block;  height: 5.2rem;line-height: 5.2rem;
		color: #000;
}
.nav-search .search-box .side .tabs li::after {
  content: "";
  border: 1.3rem solid transparent;
  border-left: 1.3rem solid #115590;
  position: absolute;
  right: -2.6rem;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
}

.nav-search .search-box .side .tabs li.on a {
  background: #115590;
  color: #fff;

}

.nav-search .search-box .side .tabs li.on::after {
  opacity: 1;
}

.nav-search .search-box .side1 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 3rem;
}

.nav-search .search-box .itemlist {
  display: block;
}
.nav-search .search-box .itemlistpcno {
  display: none;
}

.nav-search .search-box .toolbox2 {
  display: block;
  border-top: 1px solid #115590;
}

.nav-search .search-box .toolbox2.hide {
  opacity: 0;
  visibility: hidden;
}

.nav-search .search-box .toolbox3 {
  display: none;
  width: 100%;
  /* position: absolute; */
  left: 0;
  top: 6.7rem;
  z-index: 22; height: 28.4rem;
/*  border-top: 1px solid #115590; */
}
.nav-search .search-box .toolbox3 .itembox{
  display: none;
}
.nav-search .search-box .toolbox3 .side {
  height: 28.4rem;
  border-radius: 0 0 0 3rem;
}

.nav-search .search-box .toolbox3 .side::after {
  display: none;
}

.nav-search .search-box .toolbox3 .list {
  flex: 1;
  overflow: hidden;
  padding: 3rem;
background: rgba(255, 255, 255, 0.4);
}

.nav-search .search-box .toolbox3 .list .item {
  margin: 1rem 0;
}

.nav-search .search-box .toolbox3 .list .item .item-tit {
  font-weight: bold;
}

.nav-search .search-box .toolbox3 .list .item .item-tit a {
  color: #3C3C3C;
  color: #fff;
  font-weight: normal;
}

.nav-search .search-box .toolbox3 .list .item .item-tit a img {
  margin-right: 1.5rem;
}

.nav-search .search-box .toolbox3 .list .item .item-sub {
  padding: 0 0 0 3rem;
}

.nav-search .search-box .toolbox3 .list .item .item-sub p {
  margin: .8rem 0;
}

.nav-search .search-box .toolbox3 .col3 {
  width: 45%;
}

.nav-search .search-box .toolbox3 .col3 .item-sub {
  padding-top: .3rem;
}

.nav-search .search-box .toolbox3 .col3 .item-sub p {
  width: 33.33%;
  float: left;
  margin: 0.3rem 0 !important;
}

.nav-search .search-box .toolbox3 .list a:hover {
  color: #115590 !important;
}

.nav-search .search-box .toolbox3.on {
  display: block;
  opacity: 1;
}

.nav-search .search-box .contbox {
  flex: 1;
  overflow: hidden;
  height: 100%;
  height: 28.3rem;
  padding-top: 2rem;

}
/* .zflex_bj{
	background: rgba(0, 0, 0, 0.5);
} */
.nav-search .search-box .contbox .itembox {
  display: none;
}
.nav-search .search-box .contbox .itemlistpcno{
	display: none;
}

.nav-search .search-box .contbox .search-list {
  padding: 2.5rem 7.2rem 0 8.9rem;
}

.nav-search .search-box .contbox .search-list .tit {
  color: #353535;
  color: #fff;
  margin-bottom: 2.5rem;
}

.nav-search .search-box .contbox .search-list .form2 button {
  width: 9.6rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  background: #10538F;
  color: #fff;
  margin-left: 3rem;
}

.nav-search .search-box .contbox .search-list .form2 .group {
  flex: 1;
  overflow: hidden;
  height: 4.5rem;
  transition: all ease .3s;
  padding: 0 2.8rem;
  border-radius: 0.5rem;
  background: #FFFFFF;
}

.nav-search .search-box .contbox .search-list .form2 .group input {
  width: 100%;
  font-size: 1.6rem;
}

.nav-search .search-box .contbox .search-list .form2 .group input::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #444;
}

.nav-search .search-box .contbox .search-list .form2 .group i {
  color: #115590;
  font-size: 2rem;
}

.nav-search .search-box.fold .search1 .group {
/*  border-radius: 3rem 0 0 3rem; */
  display: flex;
  justify-content: center;
}
.nav-search .search-box .side .search1 .group .jt{
	padding-left: 20px;
}

/* 文库 */
.wenku-slide2 {
  overflow: hidden;
  padding-top: 26rem;
}

.wenku-slide2 .wp3 {
  height: 100%;
}

.wenku-slide2 .wp2 {
  display: flex;
  align-items: flex-end;
}

.wenku-slide2 .daohang {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 21rem;
  padding: 4.5rem 10rem 4rem 11rem;
}

.wenku-slide2 .daohang .dh1 {
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #CACACA;
}

.wenku-slide2 .daohang .dh1 .tit {
  margin-right: 3.8rem;
}

.wenku-slide2 .daohang .dh1 .sou {
  border-radius: 5rem;
  background: #EDF2F5;
  box-sizing: border-box;
  padding: 0 6rem;
  height: 6.8rem;
  overflow: hidden;
  border: 1px solid #CACACA;
}

.wenku-slide2 .daohang .dh1 .sou .label {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
}

.wenku-slide2 .daohang .dh1 .sou .label::after {
  content: "";
  width: 1px;
  height: 2rem;
  background: #4A4A4A;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wenku-slide2 .daohang .dh1 .sou input {
  flex: 1;
  overflow: hidden;
  height: 5rem;
  background: none;
}

.wenku-slide2 .daohang .screen li {
  margin: 4rem 0;
}

.wenku-slide2 .daohang .screen li .label {
  font-weight: bold;
  flex-shrink: 0;
}

.wenku-slide2 .daohang .screen li .info a {
  margin: 1rem;
  color: #3E3E3E;
}

.wenku-slide2 .daohang .screen li .info a:hover,
.wenku-slide2 .daohang .screen li .info a.on {
  color: #115590;
}

.wenku .wkbox {
  width: 48%;
}

.wenku .wkbox .wk-tit {
  height: 6.5rem;
  background: #115590;
  color: #fff;
}

.wenku .wkbox .wk-list li {
  background: #F1F1F1;
  position: relative;
  transition: all ease .3s;
}

.wenku .wkbox .wk-list li .tit,
.wenku .wkbox .wk-list li .tit2 {
  padding: 1.4rem 3rem 1.4rem 5.5rem;
}

.wenku .wkbox .wk-list li .more {
  font-size: 12px;
  padding: 0 1rem;
  height: 3rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #115590;
  color: #fff;
  opacity: 0;
  border-radius: 0.5rem;
}

.wenku .wkbox .wk-list li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #115590;
  position: absolute;
  left: 3.6rem;
  top: 2.5rem;
}

.wenku .wkbox .wk-list li:hover {
  position: relative;
  z-index: 1;
  border: 1px solid #115590;
  box-shadow: 0px 0px 10px 0px #115590;
}

.wenku .wkbox .wk-list li:hover .tit {
  font-weight: bold;
}

.wenku .wkbox .wk-list li:hover .more {
  opacity: 1;
}

.wenku .wkbox .wk-list li.li2 {
  background: transparent;
}

.wenku .wkbox .wk-list li.li2 .tit {
  padding: 1.3rem 3rem 1.3rem 5.5rem;
}

.wenku .wkbox .wk-list li .tit img {
  width: 3.3rem;
  margin: 0 1.5rem;
}

.wenku .wkbox .wk-list li .tit .tag {
  padding: 0 0.6rem;
  height: 2.4rem;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: normal;
  font-size: 1.4rem;
}

.wenku .wkbox .wk-list li .tit .tag.tag1 {
  background: #CDB06C;
margin-left: 10px;
}
.wenku .wkbox .wk-list li .tit .tag.tag2 {
   background: #9dcdd5;
}
.wenku .wkbox .wk-list li .tit2 p {
  margin-bottom: 2.6rem;
}

.wenku .wkbox .wk-list li .tit2 p:last-child {
  margin-bottom: 0;
}

.wenku .wkbox .wk-list li .tit3 {
  padding: 1.3rem 0;
}

.wenku .wkbox .wk-list li .tit3 p {
  padding-left: 6rem;
}

.wenku .wkbox .wk-list li .v2 li::before {
  display: none;
}

.wenku .wkbox .wk-list li .v2 li .tit {
  padding-left: 6rem;
}

.wenku .wkbox .wk-list li .v2 li:hover {
  position: relative;
  z-index: 1;
  border: 1px solid #115590;
  box-shadow: 0px 0px 10px 0px #115590;
}

.wenku .wkbox .wk-list li .v2 li:hover .tit {
  font-weight: bold;
}

.wenku .wkbox .wk-list li .v2 li:hover .more {
  opacity: 1;
}

.wenku .wkbox .wk-list li.v1:hover {
  box-shadow: none !important;
  border: 0;
}

.wenku .wkbox .wk-list li.v1:hover .tit {
  font-weight: normal;
}

.wenku .wkbox .wk-list li.v1:hover .more {
  opacity: 0;
}

.wenku .wkbox2 .wk-tit {
  background: #4D9586;
}

.wenku .wkbox2 .wk-list li::before {
  background: #4D9586;
}

.wenku .wkbox2 .wk-list li a:hover {
  color: #4D9586;
}

.wenku .wkbox2 .wk-list li .more {
  background: #4D9586;
}

.wenku .wkbox2 .wk-list li:hover {
  position: relative;
  z-index: 1;
  border: 1px solid #4D9586;
  box-shadow: 0px 0px 10px 0px #4D9586;
}



/*  */
.main .new-cont {}

.main .new-cont {
  width: 100%;
  padding: 3.5rem 1.5rem;
  overflow: hidden;
  min-height: 500px;
}



.main .new-cont .cont-tit {
  margin: 2.5rem auto;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: #e6ebf3;
}

.main .new-cont .contitle {
  color: #000;
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-align: center;
}

.main .new-cont .cont-tit span {
  font-size: 1.4rem;
  color: #07378D;
  align-items: center;
  margin: 0 3rem 0 0;
  line-height: 3rem;
}

.main .new-cont .cont-tit span img {
  display: inline-block;
  margin-right: 0.5rem;
  max-width: 1.9rem;
}

.main .new-cont .cont-tit span.liulan {
  font-size: .18rem;
  color: #00447D;
}



.main .new-cont .article {
  padding-bottom: 5rem;
}

.main .new-cont .article p {
  text-align: unset;
  padding: 0 0;
  font-size: 1.6rem;
  color: #000;
  line-height: 30px !important;


}

.main .new-cont .article span {
  font-size: 1.6rem;
  line-height: 30px;

}

.main .new-cont .article img {
  max-width: 100%;
  height: auto ;
}

.main .new-cont .pages {
  padding: 0;
  padding: 2rem;
  border-top: 1px dashed #0C6FB0;
  border-bottom: 1px dashed #0C6FB0;
  margin-top: 3rem;
}

.main .new-cont .pages p {
  font-size: 1.8rem;
  color: #00447D;
  line-height: 4rem;
  transition: 0.5s;
}

.main .new-cont .pages p a {
  color: #00447D;
  transition: 0.5s;
  padding-left: 0.1rem;
  transition: 0.5s;
}

/*  */

.newlist1 ul.list {
  margin-top: 1rem;
}

.newlist1 ul.list li a {
  align-items: center;
  line-height: 220%;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px dashed #d2d2d2;
}

.newlist1 ul.list li a::after {
  width: 0;
  height: 1px;
  background: #99050F;
}

.newlist1 ul.list li:hover h3 {
  color: #0C6FB0;
  font-weight: bold;
  margin-left: 2rem
}

.newlist1 ul.list h3 {
  width: calc(100% - 13rem);
  font-size: 2rem;
  color: #000;
  padding: 0 2rem 0 2rem;
  transition: 0.5s;
  position: relative;
  font-weight: normal;
  transition: all 0.3s
}

.newlist1 ul.list li span {
  width: 13rem;
  text-align: right;
  white-space: nowrap;
  font-size: 1.9rem;
  color: #0C6FB0;

  padding-left: 2.2rem;
}

.newlist1 ul.list li h3::after {
  width: 0.9rem;
  height: 0.9rem;
  background: #0C6FB0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
}

/*  */
.main .date-cont {
  width: 100%;
  padding: 3.5rem 1.5rem;
  overflow: hidden;
}



.main .date-cont .cont-tit {
  margin: 2.5rem auto;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background: url(/library/statics/img/date_spbg.png) center no-repeat;
}

.main .date-cont .contitle {
  color: #000;
  font-size: 2.6rem;
  line-height: 3.4rem;
  text-align: center;
}

.main .date-cont .cont-tit span {
  font-size: 1.6rem;
  color: #333;
  align-items: center;
  margin: 0 3rem 0 0;
  line-height: 3rem;
}

.main .part_t {
  border: #D3D3D3 1px solid;
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: middle;
  transition: all 0.3s
}

.main .part_t:hover .link {
  font-weight: bold;
  color: #0C6FB0;
  transition: all 0.3s;
  background: url(/library/statics/img/date_link.png) 17rem center no-repeat;
}

.main .part_t .link {
  width: 25rem;
  text-align: center;
  vertical-align: middle;
  display: block;
  font-size: 2.0rem;
  background: url(/library/statics/img/date_link.png) 16rem center no-repeat;
  background-size: contain;
}

.main .part_t .txt {
  width: calc(100% - 25rem);
  padding: 4rem;
  border-left: #D3D3D3 1px solid;
}

.main .part_t .txt h2 {
  font-size: 2.0rem;
  color: #0C6FB0;
  line-height: 3.6rem;
}

.main .part_t .txt p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-indent: 0 !important;
}

.main .part_d {
  border-bottom: 1px dashed #B9B9B9;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}

.main .part_d h2 {
  font-size: 2.0rem;
  font-weight: bold;
  background: url(/library/statics/img/datevrico.png) left center no-repeat;
  padding-left: 1.5rem;
  line-height: 5rem;
  margin: 1rem 0;
  text-align: left;
}

.main .part_nr {}

.main .part_nr p {}



.main .date-cont .article {
  padding-bottom: 5rem;
}
.main .date-cont .article a{text-decoration: underline;color:#0C6FB0;}

.main .date-cont .article p {
  text-align: unset;
  padding: 0 0;
  font-size: 1.6rem;
  color: #000;
  line-height: 3.6rem;
  margin-bottom: 0;
  text-indent: 2em;
  text-align: justify;
}

.main .date-cont .article span {
  font-size: 1.6rem !important;
  line-height: 3.4rem !important;
  margin-bottom: 2rem !important;
}

.main .date-cont .article img {
  max-width: 100%;
  height: auto !important;
}

/*  */
.g-contit {
  position: relative;
  margin-bottom: 0.2rem;
  margin-top: 3rem;
}

.g-contit .tits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.g-contit::after {
  content: '';
  position: absolute;
  width: 2.98em;
  height: 46rem;
}

.g-contit .tit {
  font-size: 2.5rem;
  font-weight: bold;
  color: #115590;
}

.g-contit .more {
  color: #115590;
  font-size: 1.5rem;
  padding-right: 1rem;
  position: relative;
  z-index: 20;
}

.g-contit .btline {
  position: relative;
  border-bottom: .2rem solid #e8e8e8;
}

.ul-booklist {
  overflow: hidden;
  margin: 0 -2rem;
  padding: 2rem 0;
}

.ul-booklist li {
  float: left;
  width: 33.3333%;
  margin-bottom: 0.6rem;
}

.ul-booklist .con {
  overflow: hidden;
  margin: 1.5rem;
  height: 22.7rem;
  display: block;
}

.ul-booklist .pic {
  width: 16.6rem;
  height: 100%;
  overflow: hidden;
  margin-right: 2.5rem;
  float: left;
}

.ul-booklist .pic img {
  min-height: 100%;
  transition: all 0.3s;
}

.ul-booklist .pic:hover img {
  transform: scale(1.1);
}

.ul-booklist .txts {
  padding-top: 0.5rem;
  font-size: 1.3rem;
  overflow: hidden;
}

.ul-booklist .txts .tit {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #222;
  font-weight: 600;
}

.ul-booklist .txts .txt {
  line-height: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  color: #999;
  font-size: 1.8rem;
}

/*  */
.main .mainContent {
  width: 100%;
  padding: 0;
  min-height: 600px;
  height: auto;
  overflow: hidden;
}

.main .mainContent table {
  margin: auto;
}

.main .mainContent h1 {
  font-size: 36px;
  font-weight: bolder;
  color: #333;
  font-family: Source Han Sans CN;
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 20px;
}

.main .mainContent>div {
  font-size: 15px;
}

.reading_festival_col {
  float: left;
  width: 50%;
  margin: 20px 0;
  display: inline;
}

.reading_festival_content {
  display: block;
  width: 80%;
  background-color: #115590;
  border: 1px solid #bdbdbd;
  margin: 0 auto;
}
.reading_festival_heading a {
  color:#fff;
}
.reading_festival_heading {
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.reading_festival_img img {
  object-fit: cover;
  max-height: 230px;
  display: block;
  margin-top: -22px;
  width: 100%;
  border: 0;
}

.content-wrapper .artice {}

.content-wrapper .artice p {
  font-size: 1.8rem;
  display: block;
  line-height: 200%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-indent: 2em;
  text-align: justify;
}

.green_big_1_5 {
  color: #2a8571;
  font-size: 1.2em
}

.list_green_underline {
  text-indent: 0;
  padding: 0;
  border-bottom: 2px solid #FF9800;
  display: inline-block;
  margin: 0px 0px;
  font-weight: normal;
  font-weight: bold;
}

/*  */
.title_outline {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px
}

.title_outline_text {
  border-radius: 4px;
  border: 1px solid #757575;
  display: inline-block;
  padding: 5px 20px;
  font-size: 18px;
  color: #115590;
}

.title_24px {
  font-size: 24px;
}

.weightgreen {
  font-weight: bold;
  color: #2a8571
}

.imgtolink_ico {
  width: auto;
  display: inline-block;
  padding: 18px;
  background-color: #f6f6f6;
  border-radius: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-right: 20px;
  margin-top: 22px;
  overflow: hidden;
}

.imgtolink_img {
  width: 100%;
  display: block;
  margin-top: -80px
}

.content-wrapper {
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  line-height: 1.6;
}

.content-wrapper img {
  max-width: 100%;
}

#content {
  max-width: 100%;
}

/*图片右下角压上绿色的圆角按钮，参见“新生书单”*/
.linkto_booklist {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  padding: 10px 0 1.2em;
}

.linkto_booklist_img {
  width: 100%;
}

.linkto_booklist_icon {
  float: right;
  position: relative;
  margin-top: -60px;
  margin-right: 50px;
  width: 160px;
  height: 30px;
  border-radius: 18px;
  background-color: #2a8571;
  color: #fff;
  text-align: center;
  padding: 4px 15px 2px;
  font-size: 15px;
  letter-spacing: 2px
}

.linkto_booklist_icon A:hover {
  color: #fceb31;
  text-decoration: none;
}

.linkto_booklist_icon A:link,
.linkto_booklist_icon A:visited {
  color: #fff;
  text-decoration: none;
}

/*add by tyl 2020-11-10 多主题封面图、带链接、单行单图、黄色线框，如“迎新季” */

.imglist_outline {
  border: 2px solid #ffc42f;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center
}

.imglist {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  margin-top: 10px;
}

.imglist_square {
  width: 25px;
  height: 10px;
  background: #ffc42f;
  margin: 0px -10px;
}

.imglist_title {
  display: inline-block;
  border: 1px solid #ffc42f;
  padding: 4px 1em;
  letter-spacing: 1.5px;
  color: #115590;
}

.imglist_title A:link,
.imglist_title A:visited {
  color: #115590;
}

.imglist_img {
  width: 100%;
  display: block;
}

/*线框标题*/
.title_outline {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px
}

.title_outline_text {
  border-radius: 4px;
  border: 1px solid #757575;
  display: inline-block;
  padding: 5px 20px;
  font-size: 18px;
  color: #115590;
}

.title_24px {
  font-size: 24px;
}

.weightgreen {
  font-weight: bold;
  color: #2a8571
}

.imgtolink_ico {
  width: auto;
  display: inline-block;
  padding: 18px;
  background-color: #f6f6f6;
  border-radius: 50%;
 
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  margin-right: 20px;
  margin-top: 22px;
  overflow: hidden;
}

.imgtolink_img {
  width: 100%;
  display: block;
  margin-top: -80px
}

.wc_wd {
  float: left;
  padding: 0 10px;
  width: 25%;
  margin-bottom: 20px;
}
.wc_wda {
  display: block;
  text-align: center;
  border: 1px solid #e5eaf0;
}

@media (max-width: 990px) {
	.cx-robot-wrapper{
		display: none !important;
	}
.nav-search .search-box .side .tabs li{
	width: calc(100% / 6);
	font-size: 1.6rem
}
.ss_input {
	width:100%;margin: 10px auto;
	display: flex;height: 4.2rem;
	flex-direction: row;border-radius: 0.5rem;
	align-items: center;
}
.ss_input p{
		width: 100%;
		height: 4.2rem;
		background-color: #ffffff;
				border-radius: 0.5rem;	display: flex;align-items: center;padding:0px 1rem;
}
		.ss_input input[type='text']{
					width: 92%;
					color: #a2a2a2;	font-size: 16px;
		}
		
	.ss_input input[type='submit']{
	
			width: 15%;
			height: 4.2rem;

			border-radius: 0.33rem;margin-left: 10px;
		background-color: #edb274;
	font-size: 1.8rem;	color: #ffffff;
}
.nav-search .search-box .itemlistpcno {

	display: block;
}

.wc_wd {
  float: left;
     padding: 0 10px;
     width: 100%;
     margin-bottom: 20px;
  }
		
}


/*公共样式*/
.pb_sys_common {
    font-size: 12px;
    font-family: SimSun;
    line-height:12px;

    color:#222;
}

.pb_sys_common a{
    text-decoration: none;
}

.pb_sys_common .p_pages{
    margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin:0px 0px 0px 5px;
    height:24px;
    -
    height:auto;
    line-height:12px;
    box-sizing:border-box;
    /* display:inline-block; */
    /* vertical-align:middle; */
}

.pb_sys_common .p_t{
    line-height:12px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
    color: #ccc;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    color: #222;
}

.pb_sys_common .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#222;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
    /*
    height:22px;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#258CFF;

    text-align:center;
    vertical-align:middle;    
    */
    font-family: SimSun;
    font-size:12px;

    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;

    outline-width:thin;
    outline-color:#258CFF;
    
    margin:0px 2px;
    padding:0px 1px;
}


.pb_sys_common .p_goto input{
    width:22px;
    text-align:center;
}

.pb_sys_common .p_search input{
    width:100px;
    text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
    border: 1px solid #258CFF;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;

    margin:0px;

    height:24px;
    -height:auto;
    
    line-height:12px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
    /*
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 6px;
    color: #222;
    */
    border-right:1px solid #ccc;
    padding: 1px 5px;
    color: #888888;
}

.pb_sys_common .p_dosize_d{
    /*background-color:#f5f5f5;*/
    color: #222;
}

.pb_sys_common .p_dosize a:hover{
    /*background-color:#f5f5f5;*/
    color: #222;
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
    /*border-right-width:1px*/
    border-right-width:0px;
}


/*按钮控制*/
.pb_sys_normal .p_first,.pb_sys_normal .p_first_d,.pb_sys_normal .p_last,.pb_sys_normal .p_last_d{
    display:none;
}

.pb_sys_normal2 .p_first,.pb_sys_normal2 .p_first_d,.pb_sys_normal2 .p_last,.pb_sys_normal2 .p_last_d,.pb_sys_normal2 .p_prev_d,.pb_sys_normal2 .p_next_d{
    display:none;
}

.pb_sys_full{
}

.pb_sys_full2 .p_first_d,.pb_sys_full2 .p_last_d,.pb_sys_full2 .p_prev_d,.pb_sys_full2 .p_next_d{
    display:none;
}

.pb_sys_short .p_no,.pb_sys_short .p_no_d,.pb_sys_short .p_no_o,.pb_sys_short .p_dot{
    display:none;
}

.pb_sys_short2 .p_no,.pb_sys_short2 .p_no_d,.pb_sys_short2 .p_no_o,.pb_sys_short2 .p_dot,.pb_sys_short2 .p_first,.pb_sys_short2 .p_first_d,.pb_sys_short2 .p_last,.pb_sys_short2 .p_last_d{
    display:none;
}

/*样式1-4*/
.pb_sys_style1 .p_no a:hover,.pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover,
.pb_sys_style2 .p_no a:hover,.pb_sys_style2 .p_fun a:hover, .pb_sys_style2 .p_goto a:hover, .pb_sys_style2 .p_search a:hover,
.pb_sys_style3 .p_no a:hover,.pb_sys_style3 .p_fun a:hover, .pb_sys_style3 .p_goto a:hover, .pb_sys_style3 .p_search a:hover,
.pb_sys_style4 .p_no a:hover,.pb_sys_style4 .p_fun a:hover, .pb_sys_style4 .p_goto a:hover, .pb_sys_style4 .p_search a:hover{
    background-color: #f5f5f5;
}
/*样式1 蓝*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #258CFF;
    color: #fff;
    background-color: #258CFF;
}
/*样式2 红*/
.pb_sys_style2 .p_no_d {
    border: 1px solid #F04646;
    color: #fff;
    background-color: #F04646;
}
/*样式3 绿*/
.pb_sys_style3 .p_no_d {
    border: 1px solid #32B907;
    color: #fff;
    background-color: #32B907;
}
/*样式4 灰*/
.pb_sys_style4 .p_no_d {
    border: 1px solid #888;
    color: #fff;
    background-color: #888;
}

/*样式5-8*/
.pb_sys_style5 .p_fun_d, .pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no_o,.pb_sys_style5 .p_fun a, .pb_sys_style5 .p_no a, .pb_sys_style5 .p_goto a, .pb_sys_style5 .p_search a,
.pb_sys_style6 .p_fun_d, .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no_o,.pb_sys_style6 .p_fun a, .pb_sys_style6 .p_no a, .pb_sys_style6 .p_goto a, .pb_sys_style6 .p_search a,
.pb_sys_style7 .p_fun_d, .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no_o,.pb_sys_style7 .p_fun a, .pb_sys_style7 .p_no a, .pb_sys_style7 .p_goto a, .pb_sys_style7 .p_search a,
.pb_sys_style8 .p_fun_d, .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no_o,.pb_sys_style8 .p_fun a, .pb_sys_style8 .p_no a,  .pb_sys_style8 .p_goto a, .pb_sys_style8 .p_search a{
    border: 1px solid transparent;
}

.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover,
.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover,
.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover,
.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.pb_sys_style5 .p_fun a:hover,.pb_sys_style5 .p_goto a:hover,.pb_sys_style5 .p_search a:hover,
.pb_sys_style6 .p_fun a:hover,.pb_sys_style6 .p_goto a:hover,.pb_sys_style6 .p_search a:hover,
.pb_sys_style7 .p_fun a:hover,.pb_sys_style7 .p_goto a:hover,.pb_sys_style7 .p_search a:hover,
.pb_sys_style8 .p_fun a:hover,.pb_sys_style8 .p_goto a:hover,.pb_sys_style8 .p_search a:hover{
    text-decoration: underline;
}


/*样式5 蓝*/
.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover{
    border: 1px solid #258CFF;
    color: #fff;
    background-color: #258CFF;
}
/*样式6 红*/
.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover{
    border: 1px solid #F04646;
    color: #fff;
    background-color: #F04646;
}
/*样式7 绿*/
.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover{
    border: 1px solid #32B907;
    color: #fff;
    background-color: #32B907;
}
/*样式8 灰*/
.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{
    border: 1px solid #888;
    color: #fff;
    background-color: #888;
}