input::-webkit-input-placeholder {
  font-size: 14px;
  color: #96A0B4;
}

body {
  /*background-color: #F2F8FF;*/
}

.warrper{
  color: #192332;
  font-size: 14px;
}

.warrper a:hover {
  color: #192332;
}

.title .more:hover {
  color: #96A0B4
}

.head {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #DCE1EB;
}

.head-con {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
  height: 100px;
}

.head-con .logo {
  float: left;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: rgba(20, 36, 52, 1);
}


.head-con .logo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}


.head-con .big-logo img {
  width: 212px;
  height: 55px;
  border-radius: unset;
}

.head-r {
  float: right;
  overflow: hidden;
}

.serch-box {
  float: left;
  width: 263px;
  height: 40px;
  overflow: hidden;
  margin: 10px 60px 0 0;
  position: relative;
  background: linear-gradient(135deg, rgba(81, 178, 231, 1) 0%, rgba(1, 109, 236, 1) 100%);
  border-radius: 20px;
}

.serch-box input {
  width: 200px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0 20px;
  border: none;
  border-right: none;
  background: none;
  color: #fff;
  font-size: 14px;
}

.serch-box input::-webkit-input-placeholder {
  color: #fff;
}

.serch-box .search-btn {
  float: left;
  width: 40px;
  border: none;
  background: url("../img/search.png") no-repeat top center;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
}

.serch-box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sign-box {
  float: right;
  overflow: hidden;
  margin-top: 19px;
}

.sign-box a {
  float: left;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #142434;
}

.sign-box a:first-child {
  padding-right: 40px;
}

.sign-box a:first-child:after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #979797;
  position: absolute;
  right: 20px;
  top: 5px;
}

.container {
  width: 100%;
  background: #F0F6FB;
}

/*云朵标题*/
.title {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  margin-bottom: 19px;
  background: url("../img/tits.png") no-repeat left top;
  background-size: 100% 99%;
}

.title h3 {
  font-size: 28px;
  float: left;
}

.title h3 span {
  color: #0099FF;
  margin-left: 19px;
}

.title .more {
  float: right;
  color: #96A0B4;
  background: url("../img/labelp.png") no-repeat right center;
  padding-right: 10px;
}

/*列表*/

.p-list a {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #DCE1EB;
  padding: 20px 0;
}

.p-list a:last-child {
  border: none;
}

.p-list a p {
  float: left;
  width: 270px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 14px;
}

.p-list a span {
  color: #646E78;
  float: right;
  font-size: 12px;
  line-height: 14px;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center/cover;
}

.icon-more-dark,
.icon-more {
  display: inline-block;
  width: 9px;
  height: 8px;
}

.icon-more {
  background-image: url(../img/arrow-right-active.png);
}

.icon-more-dark {
  margin-left: 5px;
  background: url(../img/arrow-right-dark.png) no-repeat center/cover;
}

.container {
  overflow: hidden;
}

.head + .tabs {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
}

.head + .tabs li {
  /* float: left; */
  line-height: 60px;
  position: relative;
  text-align: center;
}

.head + .tabs .more {
  float: left;
  margin: 0;
  margin-left: 8px;
  padding-right: 13px;
  text-align: left;
}

.head + .tabs .more:hover .list-level-1 {
  display: block;
}

.head + .tabs .more:hover .list-level-1 li:after {
  display: none;
}

.list-level-1 {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 100;
  background-color: #fff;
  width: 100px;
  border: 1px solid #DCE1EB;
}

.list-level-1 li {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0;
  position: relative;
}

.list-level-1 li a {
  width: 100%;
}

.more a {
  font-size: 16px;
}

/*.list-level-1 li a:hover{
  background: #0099FF;
  color: #fff;
}*/
.list-level-2 {
  display: none;
  position: absolute;
  right: 129px;
  top: 0;
  background: #fff;
  width: 184px;
  border: 1px solid #DCE1EB;
  overflow: hidden;
  padding: 10px;
  z-index: 999;
}

.tabs .more .list-level-2 a {
  float: left;
  width: 100%;
  height:40px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  color: #192332 !important;
}

.more .list-level-2 a:hover {
  color: #0099FF !important;
  background: none;
}

.list-level-1 li:first-child {
  border: none;
}

.list-level-1 li:hover .list-level-2 {
  display: block;
}

.tabs li.index-tab {
  margin-left: 0;
}

.tabs li.index-tab a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #142434;
  line-height: 20px;
  padding: 5px 10px 5px 5px;
}

.tabs li.index-tab:after {
  content: none;
}

.tabs li:last-child {
  margin-right: 0;
}

.tabs li a.a-active {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #142434;
  line-height: 20px;
  padding: 5px 20px;
  position: relative;
  margin-right: 10px;
}

.head + .tabs .more a {
  color: #979797;
}

.tabs .blue-line a.a-active {
  color: #F0F7FF;
  background: linear-gradient(135deg, rgba(81, 178, 231, 1) 0%, rgba(1, 109, 236, 1) 100%);
  box-shadow: 0px 4px 4px 0px rgba(15, 121, 235, 0.4);
  border-radius: 30px;
}

.level-checked a {
  color: #0099FF;
}

.tabs .blue-line .tab-list a {
  font-weight: normal;
  color: #142434;
}

.tabs > li i, .tabs .more.blue-line i {
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url("../img/gengduo-1.png") no-repeat center center;
  position: absolute;
  top: 13px;
  right: 7px;
}

/* .tabs .more.blue-line i, .tabs .more i {
  top: 28px;
  right: 0;
} */

.tabs > li .btn i {
  right: 8px;
}

.tabs .blue-line i {
  background: url("../img/icon-more-h.png") no-repeat center center;
}

.tabs .tab-list {
  display: none;
  min-width: 130px;
  width: auto;
  background: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99;
  border: 1px solid #DCE1EB;
}

.tabs .more .tab-list {
  right: 0;
  left: auto;
}

.tabs .tab-list li {
  width: 100%;
  margin: 0;
  line-height: 60px;
  text-align: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #DCE1EB;
}

.tabs .more .tab-list li {
  text-align: center;
}

.tabs .tab-list li:last-child {
  border-bottom: transparent;
}

.tabs .tab-list li a {
  display: block;
  white-space: nowrap;
  font-size: 16px;
}

.tabs .tab-list li:after {
  display: none;
}

.tabs .tab-list li:last-child {
  border: none;
}

.tabs .tab-list li:last-child:after {
  background: none;
}

.tabs .tab-list li:hover {
  background: #DCEEFF;
}

.tabs .tab-list li:hover a {
  color: #5EA5FF;
}

.tabs .tab-list li:hover:after {
  background: none;
}

.tabs li:hover .tab-list {
  display: block;
}

.step-bg {
  background: #fff;
}

.banner {
  width: 100%;
  height: 564px;
  margin: 0 auto;
  position: relative;
}

.banner-bg {
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.banner-bg img {
  width: 100%;
  height: 500px;
  transform: scale(1.2);
  filter: blur(10px);
}

.banner-con {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  position: absolute !important;
  z-index: 6 !important;
  top: 40px;
  left: 50%;
  margin-left: -600px !important;
  border-radius: 10px;
  overflow: hidden;
}

.list-page .banner .banner-con {
  top: 0;
}

.banner-con img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.part1 {
  padding-bottom: 71px;
}

.step-tab {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 40px 60px;
  display: flex;
  justify-content: space-around;
}

.step-tab a {
  display: inline-block;
  width: 144px;
  height: 144px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 6px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  /* float: left; */
  /* line-height: 164px; */
  padding-top:30px;
  margin: 16px 40px 0 0;
}

.step-tab a img {
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  display: block;
}

.step-tab a:hover {
 
  margin-top: 10px;
  box-shadow: 0px 8px 6px 0px rgba(18, 138, 237, 0.2);
  border: 1px solid rgba(18, 138, 237, 1);
}

.step-tab a span {
display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.p1-con {
  width: 1180px;
  height: 492px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
}

.p1-con:before {
  display: inline-block;
  content: "";
  width: 358px;
  height: 143px;
  background: url("../img/fangkuang-3.png") no-repeat left top;
  background-size: 100% 100%;
  position: absolute;
  left: -370px;
  top: -170px;

}

.p1-con:after {
  display: inline-block;
  content: "";
  width: 358px;
  height: 154px;
  background: url("../img/fangkuang-4.png") no-repeat right top;
  background-size: 100% 100%;
  position: absolute;
  right: -370px;
  top: -170px;

}

.p1-con-list {
  float: left;
  width: 1154px;
  height: 100%;
  background-size: 26px;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
  position: relative;
}

.p1-con span.bg {
  float: left;
  width: 26px;
  height: 100%;
  background: url("../img/icon-6.png") no-repeat left center;
  background-size: 26px;
}

.p1-con-list .pr-title {
  height: 72px;
  padding: 30px 80px 0 34px;
  border-bottom: 1px solid #DFE6EF;
}

.p1-con-list .pr-title h1 {
  float: left;
}

.pr-title h1 {
  height: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #142434;
  position: relative;
}

.pr-title h1 span {
  color: #128AED;
}

.p1-con-list .pr-title h1:after {
  display: inline-block;
  content: "";
  height: 4px;
  background: linear-gradient(135deg, rgba(81, 178, 231, 1) 0%, rgba(1, 109, 236, 1) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
}

.p1-con-list .pr-title a {
  font-size: 14px;
  float: right;
  margin-top: 2px;
  width: 60px;
  height: 24px;
  line-height: 24px;
  border-radius: 14px;
  border: 1px solid #DFE6EF;
  padding-left: 10px;
  font-weight: 400;
  color: #142434;
  position: relative;
}

.p1-con-list .pr-title a .icon-more-dark {
  width: 6px;
  height: 6px;
  background: url(../img/plus.png) no-repeat center/cover;
  position: absolute;
  right: 10px;
  top: 9px;
}

.p1-con-list .pr-title a
.p1-con-list .pr-title:after {
  display: inline-block;
  content: "";
  width: 112px;
  height: 4px;
  background: linear-gradient(135deg, rgba(81, 178, 231, 1) 0%, rgba(1, 109, 236, 1) 100%);
  position: absolute;
  left: 0;
  bottom: 0;

}

.p1-con-list .dt {
  overflow: hidden;
}

.p1-con-list .dt .dd {
  width: 610px;
  height: 100px;
  overflow: hidden;
  color: #142434;
  padding: 28px 0 27px;
  float: left;
  border-bottom: 1px solid #DFE6EF;
  padding-right: 80px;
}

.p1-con-list .dt .dd:nth-last-child(2), .p1-con-list .dt .dd:last-child {
  border-bottom: none;
}

.p1-con-list .dt .dd .dd-time {
  float: left;
  width: 113px;
  height: 50px;
  text-align: right;
  font-weight: bold;
  color: #142434;
  margin-top: 5px;
  padding: 0 20px 0 40px;
}

.p1-con-list .dt .dd:nth-child(odd) {
  width: 544px;
  padding-right: 0;
}

.p1-con-list .dt .dd:nth-child(odd) .dd-time {
  width: 127px;
}

.p1-con-list .dt .dd .dd-time span {
  font-size: 18px;
  color: #128AED;
}

.p1-con-list .dt .dd .dd-title {
  float: left;
  width: 310px;
  height: 44px;
  margin-left: 20px;
  position: relative;
}

.p1-con-list .dt .dd .dd-title:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #DDDDDD;
  position: absolute;
  left: -20px;
  top: 13px;
}

.p1-con-list .dt .dd .dd-title p {
  max-height: 44px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p1-con-list .dt .dd .dd-more {
  float: right;
  color: #999;
  line-height: 44px;
  font-size: 12px;
}

.part2 {
  background-color: #fff;
}

.p2-con {
  width: 1200px;
  height: 602px;
  margin: 0px auto 0;
  padding-top: 40px;
  position: relative;
}

.p2-con:before {
  display: inline-block;
  content: "";
  width: 300px;
  height: 150px;
  background: url("../img/crice-1.png") no-repeat left top;
  background-size: 300px;
  position: absolute;
  left: -360px;
  bottom: 0;

}

.p2-con:after {
  display: inline-block;
  content: "";
  width: 300px;
  height: 150px;
  background: url("../img/crice-2.png") no-repeat right top;
  background-size: 300px;
  position: absolute;
  right: -360px;
  top: 0;

}

.p2-con .pr-title {
  overflow: hidden;
  text-align: center;
}

.p2-con .pr-title h1 {
  display: inline-block;
}

.p2-con .pr-title h1:after, .p2-con .pr-title h1:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 2px;
  background: #999;
  position: absolute;
}

.p2-con .pr-title h1:after {
  left: -28px;
  bottom: 14px;
}

.p2-con .pr-title h1:before {
  right: -28px;
  bottom: 14px;
}

.p2-con-main {
  width: 1160px;
  height: 381px;
  margin: 40px auto 0;
  overflow: hidden;
}

.more-infomation {
  text-align: center;
  padding-top: 40px;
}

.more-infomation a {
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: linear-gradient(135deg, rgba(81, 178, 231, 1) 0%, rgba(1, 109, 236, 1) 100%);
  border-radius: 5px;
  overflow: hidden;
}

.p2-con-main .dd {
  margin: 0 0 40px 40px;
  float: left;
  width: 360px;
  height: 381px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(229, 229, 229, 1);
}

.p2-con-main .dd:first-child {
  margin-left: 0;
}

.p2-con-main .dd .dd-title,
.p2-con-main .dd .dd-info {
  padding: 0 20px;
  max-height: 56px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.p2-con-main .dd .dd-title {
  font-weight: bold;
  color: #142434;
  margin: 20px 0;
  font-size: 18px;
  color: rgba(20, 36, 52, 1);
}

.p2-con-main .dd .dd-img {
  width: 100%;
  height: 200px;
}

.p2-con-main .dd .dd-info {
  color: #4F565E;
  font-size: 14px;
}

.p2-con-main .dd .dd-more a {
  font-size: 14px;
  float: right;
  color: #4F565E;
}

.p3-con {
  width: 1200px;
  margin: 0px auto 0;
  padding-top: 60px;
  position: relative;
}

.p3-con-block {
  overflow: hidden;
}

.p3-con-block .left-block {
  width: 410px;
  height: 228px;
  float: left;
  overflow: hidden;
}

.p3-con-block .left-block img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.p3-con-block .left-block .sm-img {
  width: 220px;
  height: 122px;
  float: left;
}

.p3-con-block .left-block .sm-img img {
  width: 100%;
}

.p3-con-block .left-block a:nth-child(2) {
  margin-right: 10px;
}

.p3-con-block .left-right {
  padding: 0 10px;
  width: 780px;
  float: right;
  overflow: hidden;
}

.p3-con-block .left-right .label {
  border-bottom: 2px solid #128AED;
  overflow: hidden;
}

.p3-con-block .left-right .label span {
  padding: 0px 20px;
  height: 48px;
  float: left;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color:#128AED;
}

.p3-con-block .left-right .label a.more-btn {
  float: right;
  font-size: 14px;
  line-height: 16px;
  color: #4F565E;
  position: relative;
  padding: 19px 12px 0 0;
}

.p3-con-block .left-right .icon-more-dark {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p3-con-block .left-right .label .active {
  /* background: #128AED; */
  background: linear-gradient(135deg, rgba(81, 178, 231, 1) 0%, rgba(1, 109, 236, 1) 100%);
  color: #fff;
}

.p3-con-block .dd {
  width: 360px;
  height: 35px;
  color: #142434;
  float: left;
  font-size: 14px;
  margin: 24px 30px 0 0;
  background: #fff;
}

.p3-con-block .dd:nth-child(even) {
  margin-right: 0;
}

.left-right .dd .dd-time {
  float: left;
  width: 50px;
  height: 34px;
  background: linear-gradient(135deg, rgba(81, 178, 231, 1) 0%, rgba(1, 109, 236, 1) 100%);
  line-height: 34px;
  color: #F0F7FF;
  text-align: center;
  font-weight: bold;
}

.left-right .dd-time span {
  font-size: 18px;
  font-weight: bold;
}

.left-right .dd .dd-title {
  /* float: left; */
  width: 275px;
  height: 35px;
  /* line-height: 48px; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  font-size: 14px;
 
 
}

.left-right .dd .dd-title a {
  color: #142434;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;				
  text-overflow: ellipsis;		
  display: -webkit-box;			
  -webkit-line-clamp: 2;	
  width: 275px;		
  line-clamp: 2;					
  -webkit-box-orient: vertical;
}

.p3-con-books {
  margin-top: 60px;
  height: 358px;
}

.p3-con-book {
  position: relative;
  float: left;
  margin-left: 26px;
  color: #142434;
  width: 280px;
  height: 358px;
  background: #fff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 60px 0 0 0;
}

.p3-con-book:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(186, 221, 255, 1) 100%);
  box-shadow: 0px 6px 8px 0px rgba(18, 138, 237, 0.3);
}

.p3-con-book:first-child {
  margin-left: 0;
}

.p3-con-book img {
  display: block;
  width: 144px;
  height: 193px;
  margin: 0 auto 27px;
}

.p3-con-book a {
  display: block;
  height: 100%;
  background: url('../img/bookbg.png') no-repeat left top;
  position: relative;
}

.p3-con-book a p {
  height: 59px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.p3-con-book a:before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 193px;
  background: rgba(0, 0, 0, 0.19);
  position: absolute;
  top: 0;
  left: 68px;
}

.p3-con:before {
  display: inline-block;
  content: "";
  width: 320px;
  height: 779px;
  background: url("../img/fangkuang-2.png") no-repeat left top;
  background-size: 320px;
  position: absolute;
  left: -360px;
  top: 60px;

}

.p3-con:after {
  display: inline-block;
  content: "";
  width: 320px;
  height: 779px;
  background: url("../img/fangkuang-2.png") no-repeat right top;
  background-size: 320px;
  position: absolute;
  right: -360px;
  top: 60px;
}

/*footer*/
.footer-box {
  background: linear-gradient(135deg, rgba(1, 109, 236, 1) 0%, rgba(81, 178, 231, 1) 100%);
  font-size: 14px;
  color: #ffffff
}

.footer {
  width: 1200px;
  margin:0 auto;
  overflow: hidden;
  padding: 40px 0 17px 0;

}

.footer h4 {
  font-size: 16px;
  margin-bottom: 30px;
}

.footer .link-box {
  width: 580px;
  float: left
}

.footer .link-box .links {
  padding-right: 110px;
  overflow: hidden;
}

.footer .link-box .links a {
  padding-right: 30px;
  display: inline-block;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
}

.footer .link-box .links a:after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #ffffff;
  position: absolute;
  right: 15px;
  top: 3px;
}

.footer .link-box .links a:last-child:after {
  display: none;
}

.footer .link-box .links a:last-child {
  padding-right: 0;
}

.footer .link-box p {
  margin-top: 10px;
  margin-bottom: 14px;
}

.footer .link-box p a {
  color: #fff;
}

.contact-us {
  float: left;
  margin-right: 80px;
  width: 260px;
}

.contact-us span {
  display: block;
  margin-bottom: 14px;
  word-break: break-all;
  line-height: 20px;
}

.code-box {
  margin-top: 10px;
  float: right;
}

.code-box .item {
  float: left;
  width: 120px;
  height: 154px;
  border: 1px solid #DCE1EB;
  font-size: 12px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-right: 20px;
  background-color: #dce1eb;
  color: #2b3440;
}

.code-box .item img {
  width: 100px;
  height: 100px;
  background-color: #fff;
  margin-bottom: 10px;
}

.pagination-box {
  position: absolute;
  width: 100%;
  bottom: -6px;
  overflow: hidden;
  text-align: center;
  z-index: 99;
}

.pagination {
  display: inline-block;
  overflow: hidden;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin-left: 6px;
}

.swiper-pagination-switch:first-child {
  margin-left: 0;
}

.swiper-active-switch {
  width: 25px;
  border-radius: 6px;
  background: #007aff;
}

.news-con {
  overflow: hidden;
  margin-top: 20px;
  line-height: 32px;
}

.list-page {
  background: #F3F6F9;
  padding-bottom: 50px;
}

.list-page .banner {
  height: 240px;
  overflow: hidden;
}

.warrper .list-page .banner-con {
  height: 240px;
  margin-top: 0;
}
.part1-2 {
margin: 50px auto;
overflow: hidden;
}

.part1-2 .book-swiper {
height: 354px;
}

.part1-2 .book-swiper a {
/* display: block;
height: 100%;
background: rgba(243, 250, 246, .9);
*/
padding-top: 72px;
color: #342411;

}

.part1-2 .book-swiper a:hover {
background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(186, 221, 255, 1) 100%);
box-shadow: 0px 6px 8px 0px rgba(18, 138, 237, 0.3);
}

.part1-2 .book-swiper img {
display: block;
width: 108px;
height: 150px;
margin: 0 auto;
}

.part1-2 .book-swiper p {
width: 120px;
height: 40px;
line-height: 20px;
margin: 0 auto;
text-align: center;
margin-top: 10px;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}




.p3-con-books-1 {
margin-top: 60px;
height: 358px;
}

.p3-con-book-1 {
position: relative;
float: left;
margin-left: 26px;
color: #142434;
width: 276px !important;
height: 350px !important;
background: #fff;
box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05);
border-radius: 8px;
/* padding: 60px 0 0 0; */
}

.p3-con-book-1:hover {
background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(186, 221, 255, 1) 100%);
box-shadow: 0px 6px 8px 0px rgba(18, 138, 237, 0.3);
}

.p3-con-book-1:first-child {
margin-left: 0;
}

.p3-con-book-1 img {
display: block;
width: 144px;
height: 193px;
margin: 0 auto 27px;
}

.p3-con-book-1 a {
display: block;
height: 100%;
background: url('../img/bookbg.png') no-repeat left bottom;
position: relative;
background-size: 100% 80%;
}

.p3-con-book-1 a p {
height: 59px;
padding: 0 10px;
font-size: 18px;
font-weight: bold;
line-height: 20px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

/* .p3-con-book-1 a:before {
display: inline-block;
content: '';
width: 6px;
height: 193px;
background: rgba(0, 0, 0, 0.19);
position: absolute;
top: 0;
left: 68px;
} */
