

.line {
  margin-top: 20px;
}
.col {
  background: #ffffff;
  padding: 20px;
}
.col + .col {
  margin-top: 20px;
}
.col-5 {
  width: 590px;
  float: left;
}
.col-5 + .col-5 {
  margin-left: 20px;
}
.col-8 {
  width: 880px;
  float: left;
}
.col-8 + .col-4 {
  margin-left: 20px;
}
.col-4 {
  width: 300px;
  float: left;
}
.title {
  width: 100%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  margin-bottom: 20px;
}
.title i {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
}


/*.title i.trend {
  background: url("../icon/trend.png") center 5px no-repeat;
}
.title i.party {
  background: url("../icon/party.png") center 5px no-repeat;
}
.title i.master {
  background: url("../icon/master.png") center 5px no-repeat;
}
.title i.hotSpecialMaster {
  background: url("../icon/master.png") center 5px no-repeat;
}
.title i.honor {
  background: url("../icon/honor.png") center 5px no-repeat;
}
.title i.book {
  background: url("../icon/book.png") center 5px no-repeat;
}
.title i.online {
  background: url("../icon/online.png") center 5px no-repeat;
}
.title i.service {
  background: url("../icon/online.png") center 5px no-repeat;
}
.title i.hotbook {
  background: url("../icon/hotbook.png") center 5px no-repeat;
}
.title i.icon1 {
  background: url("../icon/icon1.png") center 5px no-repeat;
}
.title i.icon2 {
  background: url("../icon/icon2.png") center 5px no-repeat;
}
.title i.icon3 {
  background: url("../icon/icon3.png") center 5px no-repeat;
}
.title i.icon4 {
  background: url("../icon/icon4.png") center 5px no-repeat;
}
.title i.szyw {
    background: url("../icon/szyw.png") center 5px no-repeat;
}*/

.title i.trend {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
.title i.party {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
.title i.master {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
.title i.hotSpecialMaster {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
.title i.honor {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
.title i.book {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
.title i.online {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
.title i.service {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
.title i.hotbook {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
.title i.icon1 {
  background: url("../icon/icon1.png") center 5px no-repeat;
}
.title i.icon2 {
  background: url("../icon/icon2.png") center 5px no-repeat;
}
.title i.icon3 {
  background: url("../icon/icon3.png") center 5px no-repeat;
}
.title i.icon4 {
  background: url("../icon/icon4.png") center 5px no-repeat;
}
.title i.szyw {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}


.title span {
  float: left;
  font-size: 22px;
  margin-left: 10px;
  color: #333333;
}
.title a {
  float: right;
  font-size: 14px;
  color: #909090;
}
.title a:hover {
  color: #0457A9;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide p {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px 40px;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.banner .slide_page {
  width: auto;
  right: 0;
  left: auto;
  text-align: right;
  padding-right: 40px;
  line-height: 20px;
}
.banner .slide_page .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
  vertical-align: middle;
  cursor: pointer;
}
.banner .slide_page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #5c98ff;
}
.banner .slide_button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}
.banner .slide_button i {
  font-size: 60px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.banner .slide_button:hover {
  background: rgba(0, 0, 0, 0.5);
}
.news .slide {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.news .slide .single {
  width: 100%;
  height: 100%;
  position: relative;
}
.news .slide .single p {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.news .slide .single img {
  width: 100%;
  height: 100%;
}
.news .slide .many .swiper-slide {
  height: 420px;
  position: relative;
}
.news .slide .many .swiper-slide img {
  width: 100%;
  height: 100%;
}
.news .slide .many .swiper-slide p {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.news .slide .many .news-page {
  width: auto;
  bottom: 15px;
  right: 0;
  left: auto;
  text-align: right;
  padding-right: 20px;
  line-height: 20px;
}
.news .slide .many .news-page .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.news .slide .many .news-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #5c98ff;
}
.news ul li {
  border-bottom: 1px dashed #bcbcbc;
  padding: 15px 0;
}
.news ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.news ul li:hover a .name {
  color: #0457A9;
}
.news ul li a {
  display: block;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
}
.news ul li a .name {
  font-size: 16px;
  color: #303030;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.news ul li a .date {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #909090;
}
.master .list {
  overflow: hidden;
}
.master .list .item {
  width: 25%;
  float: left;
  padding: 10px 20px;
}
.master .list .item .box {
  width: 100%;
  height: auto;
  text-align: center;
}
.master .list .item .box .img {
  width: 90%;
  height: 147px;
  margin: 0 auto;
}
.master .list .item .box .img img {
  width: auto;
  max-width: 100%;
  height: 100%;
  box-shadow: 3px 3px 15px #909090;
  transition: all 0.3s ease-in-out;
}
.master .list .item .box:hover .img img {
  box-shadow: 5px 5px 15px #333333;
}
.master .list .item .box p {
  height: 50px;
  color: #303030;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.honor .list {
  width: 100%;
  text-align: center;
}
.honor .list .item {
  margin: 0 auto;
  width: 175px;
  height: auto;
}
.honor .list .item + .item {
  margin-top: 18px;
}
.honor .list .item img {
  width: 100%;
  height: auto;
}
.new-book#hotBook .main .tabs {
  width: 750px;
}
.new-book#hotBook .main .list .item {
  width: 16.66666667%;
  padding: 20px;
}
.new-book .main .tabs {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.new-book .main .tabs span {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px;
  border-left: 1px solid #e7e7e7;
  cursor: pointer;
  color: #303030;
}
.new-book .main .tabs span:first-child {
  border-left: none;
}
.new-book .main .tabs span:last-child {
  border-right: 1px solid #e7e7e7;
}
.new-book .main .tabs span:hover,
.new-book .main .tabs span.active {
  color: #5c98ff;
}
.new-book .main .list {
  margin-top: 10px;
  overflow: hidden;
}
.new-book .main .list .item {
  width: 25%;
  float: left;
  padding: 10px 20px;
}
.new-book .main .list .item .box {
  width: 100%;
  height: auto;
  text-align: center;
}
.new-book .main .list .item .box .img {
  width: 90%;
  height: 147px;
  margin: 0 auto;
}
.new-book .main .list .item .box .img img {
  width: auto;
  max-width: 100%;
  height: 100%;
  box-shadow: 3px 3px 15px #909090;
  transition: all 0.3s ease-in-out;
}
.new-book .main .list .item .box:hover .img img {
  box-shadow: 5px 5px 15px #333333;
}
.new-book .main .list .item .box p {
  height: 50px;
  color: #303030;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.online {
  padding-bottom: 3px;
}
.online .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -5px auto;
}
.online .list .item {
  width: 25%;
  padding: 44px 20px;
}
.online .list .item img {
  width: 150px;
  height: 58px;
}
.service .list .item + .item {
  margin-top: 23px;
}
