/* CSS Document */
.subpage {
  overflow: hidden;
  margin-bottom: 30px;
}
/* 列表左导航 */
.sub_fl {
  width: 320px;
}
.sub-nav-lst {
  background: 0 0;
  padding: 0;
  height: auto;
  margin-bottom: 30px;
}
.sub-nav-lst .tnm {
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: #ca1c1d;
  font-size: 20px;
  font-weight: bold;
}
.sub-nav-lst ul {
  background: #ffffff;
  padding: 2rem 5%;
}
.sub-nav-lst ul li {
  font-size: 16px;
  line-height: 54px;
  color: #666;
  text-align: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #e8e8e8;
  padding: 0;
}
.sub-nav-lst ul li a {
  color: #333;
  position: relative;
  display: block;
  padding: 15px 7% 15px 7%;
  line-height: 24px;
  font-size: 18px;
}
.sub-nav-lst ul li.active a {
  color: #ca1c1d;
  font-weight: 700;
}
.sub-nav-lst ul li a:hover {
  color: #ca1c1d;
  font-weight: 700;
}
/* 右侧列表 */
.sub-lst {
  overflow: hidden;
  padding: 20px;
  width: 910px;
  background: #fff;
  margin-bottom: 20px;
}
/* 栏目标题 */
.lst-tnm {
  overflow: hidden;
  height: auto;
  border-bottom: solid 1px #e1e1e1;
}
.lst-tnm a {
  display: inline-block;
  padding: 0 10px;
  border-bottom: 3px solid #ca1c1d;
  line-height: 48px;
  color: #ca1c1d;
  font-weight: bold;
  font-size: 20px;
}
.lst-tnm a.more {
  float: right;
  border: none;
  display: inline-block;
  padding: 0 10px;
  line-height: 48px;
  color: #666;
  font-weight: normal;
  font-size: 14px;
}
.lst-tnm a.more:hover {
  color: #ca1c1d;
}
.line{
  background: #f2f2f2;
  height: 20px;
}
/* 普通列表---标题+时间+摘要 */
.card {
  min-height: 100px;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
}
.card .title {
  display: block;
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
}
.card .title a:hover {
  color: #ca1c1d;
}
.card .title h3 {
  font-weight: normal;
  color: #333333;
}
.card .desc {
  margin-top: 5px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  letter-spacing: 0;
}
.card-type .news-info {
  width: 760px;
  padding: 0px 10px;
  min-height: 100px;
  color: #333;
}
.card-type .news-date {
  padding: 6px 26px 10px;
  color: #333;
}
.card-type .news-date .date {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #666666;
  text-align: center;
}
.card-type .news-date .year {
  font-size: 19px;
  line-height: 36px;
  color: #666666;
  text-align: center;
  border-top: solid 1px #eee;
}
/* 普通列表---标题+时间 */
.card-list li {
  line-height:50px;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-list li span {
  padding:0 10px;
}
.card-list li em {
  padding:0 10px;
  font-style:normal;
}
.card-list li a:hover {
  color: #ca1c1d;
}
/**翻页样式**/
.sub-lst-pg {
  display: block;
  margin: 30px 0 10px;
  text-align: center;
  height: auto;
  overflow: hidden;
  font-size: 0;
  width: 100%;
}
div.digg { margin:0; padding:0; font-size:14px; }
    div.digg a,div.digg span { display:inline-block; padding:5px 12px; margin:0 4px 0 4px; border:1px solid #e1e2e3; line-height:20px; height:20px; color:#ca1c1d; background:#fff; text-decoration:none; }
    div.digg a:hover { color:#666; background:#eee; }
    div.digg span.current { color:#fff; background:#ca1c1d; }
    div.digg span.disabled { color:#999; background:#fff; }

.new-lst {
  overflow: hidden;
  height: auto;
}
.con-bd {
  overflow: hidden;
  padding: 25px;
  background: #fff;
}
.con-tnm .hd {
  overflow: hidden;
  width: 100%;
  height: 50px;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.con-tnm .hd ul {
  overflow: hidden;
  height: auto;
  margin: 0;
  padding: 0;
}
.con-tnm .hd ul li {
  display: inline-block;
  height: 34px;
  margin: 0 10px;
  color: #333;
  font-weight: 700;
  font-size: 20px;
}
.con-tnm .hd ul li.on {
  color: #ca1c1d;
  border-bottom: 3px solid #ca1c1d;
}
.con-tnm .hd ul li.on a {
  color: #ca1c1d;
}
.con-tnm .bd .article {
  min-height: 400px;
  font-size: 18px;
  color: #212121;
  line-height: 32px;
  padding: 40px 45px;
  border-bottom: 1px solid #e1e6eb;
}

.new-lst .news-info{
	width: 1100px!important;
}