@charset "UTF-8";
#main .main {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
#main .main_left {
  width: 208px;
  min-height: 900px;
  background: #f5f6f7;
  margin-right: 20px;
}
#main .main_left .main_head {
  background: #d6eefb;
  height: 68px;
  margin-top: -3px;
  border-bottom: 1px solid #7ea3c1;
  padding: 27px 0 0 10px;
  box-sizing: border-box;
}
#main .main_left .main_head strong {
  font-size: 22px;
  color: #004a97;
}
#main .main_left .main_body ul {
  padding: 10px;
  background: url(/resource/css/imgs/bgc_img.png) no-repeat center center;
  width: 188px;
}
#main .main_left .main_body ul li {
  display: block;
  margin-top: 10px;
  background: url(/resource/css/imgs/listpage_bgc.png) repeat-x;
  width: 185px;
  height: 41px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  position: relative;
}
#main .main_left ul li:before {
  content: "";
  background: url("/resource/css/imgs/icon_jt.png") no-repeat center center;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 25px;
}
#main .main_left ul li a {
  display: block;
  font-size: 16px;
  color: #1b1b1b;
  line-height: 41px;
  margin-left: 45px;
}
#main .main_left ul li:first-child {
  margin-top: 0;
}
#main .main_left ul li:hover,
#main .main_left ul li.active {
  background: url("/resource/css/imgs/listpage_bgc_active.png") repeat-x center;
  height: 41px;
  width: 100%;
  border: 1px solid #427bae;
}
#main .main_left ul li:hover a,
#main .main_left ul li.active a {
  color: #fff;
  text-decoration: none;
}
#main .main_right {
  background: #fff;
  width: 952px;
}
#main .main_right .crumbs {
  line-height: 35px;
  font-size: 14px;
  color: #898989;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 28px;
}
#main .main_right .main_body .list {
  margin-top: 10px;
}
#main .main_right .main_body ul.list li a {
  display: block;
  width: 450px;
  font-size: 14px;
  line-height: 35px;
  color: #1b1b1b;
  padding-left: 30px;
}
#main .main_right .main_body ul.list li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #ddd;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 10px;
}
#main .main_right .main_body ul.list li .date {
  font-size: 14px;
  line-height: 35px;
  color: #1b1b1b;
}
#main .main_right .main_body ul li {
  position: relative;
  padding-right: 50px;
}
#main .main_right .main_body li:nth-child(5n) {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#main .detail h1 {
  color: #004c80;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
#main .detail img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
/*·­Ò³*/
.pages {
  text-align: center;
}
.pages a {
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  margin: 0 5px;
}
.pages span {
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  margin: 0 5px;
}
.pages a:hover,
.pages a.current {
  background-color: #1068aa;
  color: #fff;
}
/* pages */
.cxcg-pages {
  display: block;
  margin: 0 auto;
}
.cxcg-pages span {
  margin: 2px;
  color: #999;
}
.cxcg-pages span.ellipsis,
.cxcg-pages span.jump,
.cxcg-pages span.page {
  border: none;
}
.cxcg-pages a {
  padding: 5px 7px;
  margin: 2px;
  text-decoration: underline;
}
.cxcg-pages input {
  text-align: center;
  display: table-cell;
  width: 40px;
}
.cxcg-pages a.go {
  border: 1px solid #fff;
}
/*# sourceMappingURL=list.css.map */