.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.trend {
  background: url("../icon/p_logo_2.png") center 5px no-repeat;
}
/*.title i.party {
  background: url("../icon/party.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/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/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;
}
.news .news-box .news-top .list {
  display: flex;
}
.news .news-box .news-top .list .item {
  flex: 1;
  max-width: 25%;
  margin-left: 40px;
}
.news .news-box .news-top .list .item:first-child {
  margin-left: 0;
}
.news .news-box .news-top .list .item:hover h2 {
  color: #0457A9;
}
.news .news-box .news-top .list .item .img {
  width: 100%;
  height: auto;
}
.news .news-box .news-top .list .item h2 {
  height: 50px;
  font-size: 16px;
  color: #303030;
  margin: 10px 0;
  padding: 0;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-box .news-top .list .item p {
  font-size: 14px;
  color: #909090;
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news .news-box .news-bottom {
  display: flex;
  margin-top: 20px;
}
.news .news-box .news-bottom .news-col {
  flex: 1;
  padding-left: 20px;
  overflow: hidden;
}
.news .news-box .news-bottom .news-col:first-child {
  padding-right: 20px;
  padding-left: 0;
  border-right: 1px dashed #bcbcbc;
}
.news .news-box .news-bottom .news-col ul li {
  padding: 15px 0;
  border-bottom: 1px dashed #bcbcbc;
}
.news .news-box .news-bottom .news-col ul li a {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}
.news .news-box .news-bottom .news-col ul li a:hover .name {
  color: #0457A9;
}
.news .news-box .news-bottom .news-col ul li a .name {
  font-size: 16px;
  color: #303030;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 80%;
  float: left;
}
.news .news-box .news-bottom .news-col ul li a .date {
  float: right;
  font-size: 14px;
  display: block;
  width: 20%;
  text-align: right;
  color: #909090;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news .news-page {
  text-align: center;
  margin-top: 30px;
}
.news .news-page .ivu-page-item-jump-next,
.news .news-page .ivu-page-item-jump-prev,
.news .news-page .ivu-page-next,
.news .news-page .ivu-page-prev {
  border: none;
  line-height: 32px;
}
.news .news-page .ivu-icon {
  font-size: 16px;
}
.news .news-page .ivu-page-item {
  border: none;
  width: 28px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
}
.news .news-page .ivu-page-options-elevator input {
  border: none;
  background: #e7e7e7;
  outline: none;
}
.news .news-tip {
  color: #909090;
  font-size: 14px;
}

@media (max-width: 768px) {
  .news .news-box .news-top .list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news .news-box .news-top .list .item {
    max-width: 48%;
    margin-left: 0;
    flex: auto;
    margin-bottom: 10px;
  }
  .news .news-box .news-bottom .news-col ul li a .name {
    width: 72%;
  }
  .news .news-box .news-bottom .news-col ul li a .date {
    width: 25%;
  }
  .news .news-box .news-bottom .news-col:first-child {
    padding-right: 0;
    border-right: none;
  }
}