.content-nav li.active a,
.content-con,
.content-nav {
  float: left;
  box-sizing: border-box;
}

.content-con .content-list li a,
.content-nav li a {
  text-decoration: none;
}

.content {
  width: 1150px;
  margin: 0 auto;
  min-height: 820px;
  background: #ffffff;
}

.content-nav {
  width: 239px;
  min-height: 487px;
  border: 1px solid #c4dae7;
  background: #f3f6fb;
}

.content-nav h4 {
  width: 100%;
  height: 30px;
  background: url("../img/list_title.gif") no-repeat;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}

.content-nav li {
  width: 195px;
  height: 24px;
  line-height: 24px;
  margin: 0 auto 10px;
  border: 1px solid #c7dae8;
  border-radius: 24px;
  background: url("../img/cqvie.gif") repeat-x;
  font-size: 14px;
}

.content-nav li.active,
.content-nav li:hover {
  background: #ebf4fd;
}

.content-nav li a {
  width: 100%;
  display: block;
  height: 100%;
  color: #000000;
  text-align: center;
}

.content-con {
  width: 890px;
  overflow: hidden;
  font-size: 12px;
  margin-left: 10px;
}

.content-con .position {
  padding-left: 25px;
  box-sizing: border-box;
  width: 890px;
  height: 30px;
  line-height: 30px;
  border-style: solid solid none solid;
  border-width: 1px;
  border-color: #c7d8e8;
  background: url("../img/position-style.gif") repeat-x;
  font-size: 14px;
}

.content-con .position .p-icon {
  display: inline-block;
  width: 12px;
  height: 12px;

  padding: 0 3px;
}

.content-con .content-list {
  padding: 20px;
  box-sizing: border-box;
  min-height: 457px;
  border: 1px solid #c6d9e7;
}

.content-con .content-list li {
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  border-bottom: 1px dashed #c1c1c1;
  line-height: 35px;
}

.content-con .content-list li .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  margin-left: 5px;
  border-top: 4px solid transparent;
  border-left: 8px solid #858484;
  border-bottom: 4px solid transparent;
  float: left;
  margin-top: 14px;
}

.content-con .content-list li .text {
  font-size: 14px;
}

.content-con .content-list li .time {
  float: right;
  margin-right: 33px;
}

.content-con .content-list li:hover {
  background: #e5e5e5;
}

.content-list .icon {
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 5px;
}

.content-list li {
  padding-left: 15px;
  position: relative;
}

.content-list .time1 {
  font-size: 12px;
  float: right;
  margin-right: 10px;
  color: #797979;
}

.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  margin-left: 5px;
  border-top: 4px solid transparent;
  border-left: 8px solid #858484;
  border-bottom: 4px solid transparent;
}

.content-list li:hover .triangle {
  width: 0;
  height: 0;
  margin-right: 5px;
  border-top: 4px solid transparent;
  border-left: 8px solid #0b5ab6;
  border-bottom: 4px solid transparent;
}

.content-list li a {
  color: #000000;
  font-size: 14px;
}

/*分页*/
.page_num {
  padding: 20px 20px 0px 20px;
  overflow: hidden;
  font-size: 12px;
}

#page_div {
  line-height: 25px;
  color: #000;
  font-size: 12px;
}

#pagination_input {
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 0 8px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
  background: #FFFFFF;
  border: 1px solid #d9d7d7;
  padding: 0 8px;
  margin-right: 5px;
  float: left;
  min-width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
  padding: 0px;
  margin: 0px;
  text-align: center;
  color: #000;
}

#page_div .pagination_index_last {
  width: 260px;
  float: right;
  text-align: right;
}

#page_div .pagination_index_num {
  margin-right: 2px;
  padding: 0px;
  width: 22px;
}

#page_div .currentIndex {
  background: #0b5ab6;
  width: 22px;
  line-height: 22px;
  height: 22px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.content .search-time .time {
  color: #a2a2a2;
  font-size: 12px;
}

.content .search-time .friendlyLink table {
  margin: 0px auto;
}

.content .search {
  position: relative;
}

.content .search .searchButton {
  position: absolute;
  right: 120px;
  top: 2px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.content .search-time {
  width: 1140px;
  height: 60px;
}

.content-list li a {
  display: block;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 620px;
}

.wyxx {
  border: 1px solid #e3e3e3;
  position: relative;
}

.wyxx4 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #e3e3e3;
  font-size: 20px;
  line-height: 40px;
  font-weight: bolder;
  color: #e24242;
  height: 40px;
  text-align: center;
  margin-bottom: 5px;
}

.wyxx5 {
  line-height: 28px;
  padding: 10px;
}

.jgml {
  width: 100%;
  margin: 10px auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

