﻿/* 列表页样式 */

/* 左侧菜单 */
.list-menu {
  margin-right: 20px;
  width: 240px;
  float: left;
}

.list-menu-m,
.select-bar {
  display: none;
}

.list-menu>li {
  margin-top: 10px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  text-align: center;
  color: #2068bb;
  border: 1px solid #2068bb;
  background: #f5faff;
  cursor: pointer;
}
.list-menu>li img {
  display: none;
  width: 14px;
  height: 14px;
  margin-top: 35px;
  margin-left: 5px;
}
.list-menu>li .right-jt-blue {
  display: inline-block; 
}
.list-menu>li.on .right-jt-white {
  display: inline-block;
}
.list-menu>li.on .right-jt-blue {
  display: none;
}
.list-menu>li.on {
  color: #fff;
  background: #2068bb;
}

.list-menu .menu-child {
  display: none;
  padding: 0 10px;
  border: 1px solid #2068bb;
  background: #cbefff;
}

.list-menu .menu-child.on {
  display: block;
}

.list-menu .menu-child li {
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #2068bb;
  font-size: 16px;
  border-bottom: 1px dashed #2068bb;
  cursor: pointer;
}

.list-menu .menu-child li:last-child {
  border-bottom: none;
}

/* 右侧选项卡 */
.list-tabs {
  width: 940px;
  float: left;
  min-height: 500px;
  overflow: hidden;
  box-sizing: border-box;
}

.list-tabs .hd {
  height: 40px;
  line-height: 40px;
  /* background: #fff; */
  position: relative;
}

.list-tabs .hd ul {
  float: left;
  height: 40px;
}

.list-tabs .hd ul li {
  position: relative;
  float: left;
  padding: 0 14px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
.list-tabs .hd ul li.on:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #2068bb;
}
.list-tabs .bd li a {
  display: inline-block;
  width: 770px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-tabs .hd ul li.on {
  height: 40px;
  color: #2068bb;
}

/* 顶部右侧|政策 选项卡内容 */
.list-tabs .bd ul {
  zoom: 1;
  box-sizing: border-box;
  padding: 13PX 20px;
  border: 1px solid #2068bb;
  background: #ffffff;
}

.list-tabs .bd li {
  margin: 14px 0;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.list-tabs .bd li:before {
  content: '';
  display: inline-block;
  margin: 10px 10px 0 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  vertical-align: top;
  float: left;
}

.list-tabs .bd li .date {
  float: right;
  color: #999;
}