@import url("common.css");
/*左侧*/
.con_l { width: 780px; padding:20px 40px 30px 40px; background: #fff; border-radius: 10px; }
.list_item { height: 130px; margin-bottom: 40px; }
.list_item .list_img { width: 180px; height: 130px; overflow: hidden; border-radius: 10px; border: 1px solid #e1e1e1; box-sizing: border-box; }
.list_item .list_img img { width: 100%; min-height: 130px; }
.list_item .list_nr { margin-left: 30px; width: 570px;  }
.list_item .list_nr p { line-height: 30px; height: 60px; font-size: 14px; margin: 10px 0; color: #999; }
.list_item .list_nr a { font-size: 18px; font-weight: bold; }
.list_item .list_nr time { margin-left: 10px; position: relative; padding-left: 14px; font-size: 12px;  }
.list_item .list_nr span { font-size: 12px; }
.list_item .list_nr time:before { content: ""; display: block; position: absolute; height: 4px; width: 4px; border-radius: 10px; background: #ccc; left: 0; top: 8px; }
/*标签*/
.pnum li { float: left;}
.thisclass a { background:#ce122d; color: #fff; }
.pnum .pageinfo { margin-top: 5px; margin-left: 10px; display: block; float: right;}