/*！
 *事项详情-我要办
 *date:2017-4-13
 *author: chensmin;
 */
 
/*tabview*/
.tabview{
	position: absolute;
    bottom: 0;
    top: 0;
	width: 398px;
	background-color: #fff;
	border:1px solid #ececec;
}
.tab-item{
	float: left;
	height: 58px;
	width: 198px;
	font-size: 16px;
	font-weight: bold;
	line-height: 58px;
	text-align: center;
	color: #858585;
	border-bottom: 1px solid #ececec;
	background-color: #eaeaea;
	cursor: pointer;
}
.tab1{
	border-right: 1px solid #ececec;
}
.tab2{
	border-left: 1px solid #ececec;
}
.tab-item.active{
	background-color: #fff;
	border-color: #fff;
	color: #a73131;
}
.topic > ul{
	padding-top: 5px;
	padding-bottom:15px;
}
.topic > ul > li > a{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: block;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
	height: 40px;
	width: 175px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #d5d5d5;
	border-radius: 2px;
	background-color: #fcfcfc;
}
.topic > ul > li > a:hover,.topic > ul > li > a.curr-hover{
	background-color:#257ed7;
	color:#fff;
}
.topic > ul > li > a > img{
	margin-right: 15px;
	vertical-align:middle;
}
.topic .newImg{
	margin-right: 15px;
	vertical-align:middle;
	width:40px;
	height:100%;
} 
/*热门办事*/
.hot{
	width: 746px;
}
.hot-head{
	height: 58px;
	font-size: 14px;
	color: #333;
	line-height: 58px;
}
.hot-head > span{
	float:left;
	height:58px;
	width:280px;
	margin-left: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #0068b7;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-box > input[type="checkbox"]{
	margin-left: 20px;
	margin-right: 5px;
	height: 12px;
	width: 12px;
	vertical-align: middle;
}
.inner {
  display: inline-block;
  width: 315px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #cacaca;
  vertical-align: middle;
}
.inbox {
  border: 0;
  width: 281px;
  height: 32px;
  text-indent: 10px;
  line-height: 32px;
  outline: none;
}
.btn {
  width: 34px;
  height: 32px;
  background: url(../images/notice-btn.png) center no-repeat;
  border: 0;
  outline: none;
  cursor:pointer;
}
/*办事列表*/
.list-item {
	display: none;
}
.hot-list{
	padding: 25px 30px;
	min-height: 856px;
	width: 744px;
	border: 1px solid #ececec; 
	background-color: #fff;
}
.hot-list > ul{
	/* height: 760px; */
	width:100%;
}
.list-item li{
	cursor: pointer;
	border-bottom: 1px solid #ececec;
}
.list-name{
	display: block;
	position: relative;
	padding: 7px 0;
	line-height: 26px;
	border-bottom: 1px solid #ececec;
	cursor:pointer;
}
.list-name.curr{
	background: url(../images/img_arrowbottom.png) 676px center no-repeat;
	
}
.list-name.curr.up {
	border: none;
	background-image: url(../images/up.png);
}
.item-detail{
	position: relative;
	display: block;
	padding: 5px 0 5px 22px;
	line-height: 25px;
	background: url(../images/item.png) 15px 16px no-repeat;
}
.item-detail:hover{
	background-color: #f9f9f9;
	border-color: #f9f9f9 !important;
}
/* .list-name:hover .collect,
.collect.display,
.item-detail:hover .collect,
.noexpansion:hover .collect{
	display: block;
} */
.item-detail > .name{
	display: block;
	width: 452px; 
	color: #666;
}
.collect{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 25px;
	padding-left: 25px;
	height: 20px;
	width: 45px;
	line-height: 20px;
	text-align:center;
	color: #f8a94b;
	border: 1px solid #f8a94b;
	cursor:pointer;
	background: url(../images/collect.png) 7px center no-repeat #fff;
}
.collectpic{
	background-image:url(../images/collect2.png);
}
.list-title{
	width: 465px;
	color: #333;
}
.big-depart{
	position: absolute;
	top: 50%;
	right: 137px;
	margin-top: -13px;
	color: #808080;
	width:120px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-panel{
	height:904px;
	overflow:auto;
}
.pagination {
	margin-top:20px;
}
.child{
	float:right;
	width:16px;
	height:26px;
}

