@charset "UTF-8";
.g-content {
  background-color: #ffffff;
  width: 1000px;
  overflow: hidden; }

li {
  list-style: none; }

/***aside***/
#columns {
  width: 160px;
  float: left;
  padding-right: 40px; }

#columns li {
  padding-left: 30px;
  list-style-type: none; }

#columns li a {
  color: #5f5f5f; 
  width: 160px;
  display: block
  }

#columns li.cur a {
  color: white; }

#columns .column {
  font-family: 'Microsoft Yahei', "微软雅黑";
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  background-color: #efefef; }

#columns .cur {
  background-color: #1e9ee9;
  background-image: url("../images/arrow-aside.png");
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 9px; }

/***aside ed***/
#article-list-nomal {
  margin-top: 20px;
  float: left;
  width: 760px;
  margin-right: 40px;
  min-height: 450px; }

#article-list-nomal ul li {
  padding-left: 15px;
  height: 30px;
  line-height: 30px;
  font-family: 'Microsoft Yahei', "微软雅黑";
  font-size: 14px;
  list-style: none;
  border-width: 1px;
  border-bottom-style: dashed;
  background-image: url("../images/arrow-list.png");
  background-repeat: no-repeat;
  background-position-x: 5px;
  background-position-y: 13px; }

#article-list-nomal ul li span#time {
  float: right; }


#article-list-pic {
  margin-top: 20px;
  float: left;
  width: 800px;
  min-height: 450px; }

#article-list-pic li {
  margin-bottom: 20px;	
  height: 100px;
  border-width: 2px;
  border-style: solid;
  border-color: #e5e5e5; 
  }
#article-list-pic li:hover {
  background-color: #f8f8f8;
  }


#article-list-pic li img {
  margin-left: 15px;
  margin-right: 15px;
  float: left; }

#article-list-pic li .article-wrap {
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px; 
  }


#article-list-pic li .vertical-line {
  border-right-width: 1px;
  border-right-style: solid;
  border-color: #D8D8D8;
  display: block;
  height: 60px;
  width: 30px;
  float: left; }

#article-list-pic li .list-pic-contents {
  margin-left: 30px;
  width: 580px;
  float: left; }

#article-list-pic li h4 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

#article-list-pic li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

#article-list-pic li a {
  float: right;
  color: #0098ff; }
  
#pagination {
	text-align: center;
	clear:both;
	margin-left: 200px;
	padding:30px 0;
}
#pagination a{
	cursor: pointer;
	padding: 2px 8px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
}
#pagination a.cur{
	background-color: #CCC;
}

#pagination-info{

}

/*# sourceMappingURL=article-list-201610.css.map */
