@import url(./image.css);
@import url(./org.css);

.page-large {
  margin: 24px 0px;
  text-align: right;
  overflow: hidden;
}

.page-large .Num.on {
  color: white;
  background: #7d2223;
}

.page-large .prev-page,
.page-large .next-page,
.page-large .Num {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  line-height: 32px;
  text-align: center;
}

.page-info {
  margin-left: 10px;
}

.list-data {
  padding-top: 48px;
  padding-bottom: 24px;
  overflow: hidden;
}

.list-submenu {
  flex: 1;
  padding-left: 30px;
}

/*新闻列表*/
.list-data .item-data {
  padding-left: 8px;
  height: 64px;
  border-radius: 2px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
  line-height: 64px;
}

.list-data .item-data a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.85);
}

.list-data a {
  color: rgba(0, 0, 0, 0.85);
}

.list-data .item-data:hover {
  background: #f4f8ff;
  color: #7d2223;
}

.list-data .item-data:hover .circle {
  border: 1px solid #df8425;
  background: #df8425;
}

.list-data .item-data .txt {
  /* display: inline-block; */
  width: calc(100% - 140px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-data .item-data .date {
  width: 120px;
  padding-right: 5px;
  text-align: right;
}

.list-data .item-data .circle {
  /* display: inline-block; */
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border: 1px solid #7d2223;
  border-radius: 50%;
}

.no-data {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
  color: #999;
  font-size: 16px;
}

.subNavBox{width:100%;margin:15px auto 0px;}

.subNav {
    margin-top: 2px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #999;
    line-height: 50px;
    padding-left: 20px;
    background-color: #F5F5F5;
    background-image: url(../images/jiantou1.jpg);
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.subNav:hover{color:#932C2D;}

/*.currentDd{color:#932C2D;}*/

.currentDt{background-image:url(../images/jiantou.jpg);}

.navContent{display: none;background:#DFDFDF;}
.currentDt  + .navContent{
  display: block;
}

.navContent li a{display:block;width:100%;heighr:28px;text-align:left;font-size:16px;min-height: 40px;color:#333;padding-left:30px;box-sizing: border-box;padding-top: 10px; padding-bottom: 10px;}

.navContent li a:hover {
  color: #fff;
  background-color: #932C2D;
}

.navContent li.active a{color:#fff;background-color:#932C2D}