@charset "utf-8";
/* CSS Document */
.common-list {
	width:1200px;
	padding:20px;
	box-sizing:border-box;
	background-color:#FFF;
	margin:0 auto 30px;
	display:table;
}
.common-listl{
	width:300px;
	margin-left:40px;
	float:left;
}
.common-listr {
	width:790px;
	float:right;
}





/*左侧菜单*/
ul.expmenu{width:300px;margin:20px auto;}
ul.expmenu li div.header{border-bottom:1px #fff solid; position:relative; margin-top:15px}

ul.expmenu li:last-child div.header{border-bottom:none;}
ul.expmenu li ul li {
	background-color: #f0f2f2;
	padding: 12px;
	height: 60px;
	box-sizing: border-box;
	border-bottom: 1px solid #e1edff;
	border-top: 1px solid #e1edff;
	color: #333;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	font-size: 16px;
	line-height: 36px;
	text-indent: 90px;
}
ul.expmenu li ul li:last-child{border-bottom:none;}
ul.expmenu li ul li.selected{background-color:#f4f4f4;}
ul.expmenu div.header{
	color:#203f61;
	text-shadow:0px 1px 0px rgba(255, 255, 255, 0.2);
	
	background:#ae9c7e;/* Old browsers */
	background:-moz-linear-gradient(top, #ae9c7e 0%, #ae9c7e 100%);/* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae9c7e), color-stop(100%,#ae9c7e));/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ae9c7e 0%,#ae9c7e 100%);/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ae9c7e 0%,#ae9c7e 100%);/* Opera 11.10+ */
	background:-ms-linear-gradient(top, #ae9c7e 0%,#ae9c7e 100%);/* IE10+ */
	background:linear-gradient(to bottom, #ae9c7e 0%,#ae9c7e 100%);/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae9c7e', endColorstr='#ae9c7e',GradientType=0 );/* IE6-9 */
}
ul.expmenu li div.header .label{background:no-repeat;color: #fff;/*text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);*/ font-weight:bold;}
.arrow-tb {
	width:40px;
	height:40px;
	position:absolute;
	top:20px;
	left:50px;
}
ul.expmenu li div.header .arrow{
	display: block;
	width: 300px;
	height: 60px;
	background: no-repeat center;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
}
ul.expmenu li div.header .arrow.up{background-image:url(08-common-list-d1.png); color:#fff;}
ul.expmenu li div.header .arrow.down{background-image:url(08-common-list-d2.png); color:#3a81bb;}
ul.expmenu li .menu{display:none;}	
/* Mouse Events */
ul.expmenu div.header:hover{
	background:#ae9c7e;/* Old browsers */
	background:-moz-linear-gradient(top, #ae9c7e 0%, #ae9c7e 100%);/* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ae9c7e), color-stop(100%,#ae9c7e));/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #ae9c7e 0%,#ae9c7e 100%);/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #ae9c7e 0%,#ae9c7e 100%);/* Opera 11.10+ */
	background:-ms-linear-gradient(top, #ae9c7e 0%,#ae9c7e 100%);/* IE10+ */
	background:linear-gradient(to bottom, #ae9c7e 0%,#ae9c7e 100%);/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae9c7e', endColorstr='#ae9c7e',GradientType=0 );/* IE6-9 */
	cursor:pointer;
}

ul.expmenu li ul li:not(.selected):hover{
	background:#e1edff;/* Old browsers */
	cursor:pointer;
}
ul.expmenu li ul li:not(.selected):active{
	background:#f1f1f1;/* Old browsers */
	cursor:pointer;
}

.menu ol { border-top:none;background: #f5f6f6;}
.menu li i{padding: 1px 4px;color: #333;text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);font-family: 宋体;font-style:normal; font-size:10px; float:right;}
.menu a{color: #3f3f3f;text-decoration: none;}
.menu .no {display:none;}
.menu ol a{
	width: 300px;
	display: block;
	line-height: 2em;
	line-height: 60px;
	text-indent: 90px;
	font-size: 16px;
	background-color: #f5f6f6;
}
.menu ol a:hover{
	background:#e1edff;/* Old browsers */
	cursor:pointer;
}

.menu span {
	font-size:15px; color:#999; margin-right:5px;}




/*右侧*/
.common-listr ul li a {
  color: #333333;
  font-size: 20px;
}

.common-listr ul li.active a {
  color: #3a81bb;
}

.common-listr ul li {
  position: relative;
  margin: 18px 0;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: 22px;
  box-sizing:border-box;
}
.common-listr ul li p {
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
 }
.common-listr ul li a {
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
}

.common-listr ul li a:hover {
  color: #3a81bb;
}

.common-listr ul li i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #dddddd;
  top: 7px;
  left: 6px;
}
.common-listr ul li i a:hover {
  background: #3a81bb;
}
.common-listr ul li .time {
  font-size: 16px;
  position: absolute;
  top: 3px;
  right: 5px;
  float:right;
}





/* 分页 */
.common-listr .page {
    margin: 20px auto 30px;
    text-align: center;
	display:block!important;
}
.page {
    clear: both;
    color: #333;
    padding: 5px 0;
    font-size: 13px;
}
.page .first-page-btn,
.page .pre-page-btn,
.page .next-page-btn,
.page .last-page-btn {
    color: #0073a9;
    border-color: #0073a9;
}
.page button {
    display: inline-block;
    border: 1px solid #bbb;
    width: auto;
    padding: 0 10px;
    margin: 0 5px;
    min-width: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
}
.page .current,
.page button:hover {
    background: #0073a9;
    border-color: #0073a9;
    color: #fff;
}
.page button[disabled],
.page button[disabled]:hover {
    cursor: not-allowed;
    border-color:#bbb;
    background: transparent;
    color: #999;
}
.page .totalNum,
.page .totalList {
    display: none;
}
.common_right_tit {
	display:none;}