/* table切换 */
/* 切换栏大盒子，清除浮动 */
.tab_box{
	width: 580px;
	height: 330px;
	background: #fff;
	padding: 30px;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	font-size: 0 !important;
	line-height: 0 !important;
	height: 0 !important;
}
.clearfix:after {
	clear: both;
}
/* 标题盒子.title样式 */
.title_box {
	/* padding-bottom: 25px; */
	margin-bottom: 10px;
	background: url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/441223/images/boder_bottom_style.png) no-repeat bottom;
}
/* title  */
.title_box li {
	float: left;
	font-size: 22px;
	color: #333;
	margin-right: 30px;
	font-weight: bold;
}
.title_box li:last-child {
	margin: 0px;
}
/* more  */
.more a{
	float: right;
	font-size: 16px;
	color: #0089e6;
}
/* list的样式  */
.list_box {
	text-align: left;
}
.list li{
	height: 35px;
	line-height: 35px;
	background: url(/cms_files/webshaoxingshirenminzhengfu/pubtplobject/defaultSet/441223/images/li_style.png) no-repeat left;
	padding-left: 25px;
}
.list li a {
	display: inline-block;
	width: 70%;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
}
.list li:hover a{
	color: #0089e6;
}
/* 日期样式 */
.list span {
	float: right;
	font-size: 16px;
	color: #999;
}
/* 高亮 */
.ons { 
	color: #0089e6 !important;
}

/* 手机端 */
.mobile_type .tab_box { width: 96%; padding: 2%; height: auto; }
.mobile_type .title_box { line-height: 10vw; margin-bottom: 2vw; }
.mobile_type .title_box li { font-size: 5vw; }
.mobile_type .more a { font-size: 3vw; }
.mobile_type .list li { height: 8vw; line-height: 8vw; padding-left: 0; background-size: 1.6vw; }
.mobile_type .list li a { font-size: 4vw; }
.mobile_type .title_box .title { border-bottom:1px solid #9a4d30; }
.mobile_type .ons { color: #8c3513 !important; }
.mobile_type .lb_title { font-size: 5vw; height: 10vw; line-height: 10vw; font-weight: bold; color: #9a4d30; border-bottom: 1px solid #9a4d30; margin-bottom: 10px; }