/* 当前位置 */

.position {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #efefef;
}

.position .w {
  text-align: right;
  font-size: 14px;
  color: #666666;
}

.position a {
  font-size: 14px;
  color: #666666;
}

.position a:hover {
  color: #ffb914;
}

/* 列表内容 */

/* 栏目内容 */
.main {
  width: 100%;
  background-color: #f2f2f2;
}

.main .w {
  display: flex;
  justify-content: space-between;
  min-height: 735px;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 35px;
  padding-right: 45px;
  background-color: #fff;
}

/* 左侧栏目 */
.main-left {
  width: 260px;
}

.main-left-father {
  text-align: center;
  line-height: 78px;
  background: #721170;
  border-radius: 5px 5px 0px 0px;
  width: 260px;
  height: 78px;
  background: #00478d;
  border-radius: 5px 5px 0px 0px;
}

.main-left-father span {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}

.main-left-son {
  width: 100%;
}

.main-left-son li {
  width: 100%;
  line-height: 70px;
  border-bottom: 1px solid #fff;
  height: 70px;
  background: #ffffff;
}

.main-left-son li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-left: 6px solid #00478d;
}

.main-left-son li a p {
  text-align: center;
  font-size: 18px;

  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main-left-son li a .san {
  display: none;
  position: absolute;
  z-index: 99;
  right: 25px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #00478d;
}

.main-left-son li a:hover {
  background: #e0f0ff;
}

.main-left-son li a:hover p {
  font-weight: bold;
  color: #00478d;
}

.main-left-son li a:hover .san {
  display: block;
}

/* 右侧标题 */

.main-right {
  width: 830px;
}

.main-right li {
  width: 100%;
}

.main-right li a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.main-right li a .dian {
  float: left;
  margin-right: 10px;
}

.main-right li a .title {
  float: left;
  font-size: 16px;
  color: #333333;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main-right li a .time {
  float: right;
  font-size: 16px;
  color: #999999;
}

.main-right li a:hover .title {
  color: #ffb914;
}

.main-right li a:hover .time {
  color: #ffb914;
}

.main-right .line {
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px dashed #ccc;
}

.main-right .line12 {
  border-bottom: none;
}

.main .right .tit li a {
  display: block;
}

.main .right .tit li a .time {
  float: right;
  color: #999;
  font-size: 16px;
}

.main .right .tit li a:hover p {
  color: #ffb914;
}

/* 设参 */

/* 停留样式： */
.main-left-son .active {
  background-color: #fff !important;
}

.main-left-son .active p {
  font-weight: bold !important;
  color: #cab58a !important;
}

.main-left-son .active .san {
  display: block !important;
  position: absolute !important;
  z-index: 99 !important;
  right: 25px !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-left: 10px solid #cab58a !important;
}

/* 翻页样式： */
#pages span {
  width: 35px;
  height: 34px;
  border: 1px solid #63065f;
  background-color: #63065f;
  border-radius: 5px;
}

#pages a.previous {
  width: 50px;
  height: 36px;
  background: rgba(236, 57, 79, 0);
  border: 1px solid #dddddd;
  border-radius: 5px;
}

#pages a.next {
  width: 50px;
  height: 36px;
  background: rgba(236, 57, 79, 0);
  border: 1px solid #dddddd;
  border-radius: 5px;
}

#pages a:hover {
  border: 1px solid #63065f;
  background-color: #63065f;
  color: #fff;
}

#pages-num {
  width: 50px;
  height: 36px;
  background: rgba(236, 57, 79, 0);
  border: 1px solid #dddddd;
  border-radius: 5px;
}
