@import url(base.css); 
.part5 .item-area{height:100px;box-sizing:border-box;}
.part5 .item-area img{width:50px;height:50px;margin-top:10px;}
.part5 .sec-name{font-size:16px;font-weight:bold;padding:5px;}
.part5 li:nth-child(3n+1){margin-left:0px;}
.part5 .icon{
    font-family: 'base-icon';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color:#fff;
    margin: 0 auto;
    font-size: 38px;
    display: block;
    height:52px;line-height:52px;
    text-align: center;
}
/*原内置样式*/
.skpage{margin-top:10px; text-align:center;}
.meneame a,.meneame i,.skpage a,.skpage i{
	display: inline-block;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	height: 40px;
	font-size: 12pt;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	font-style: normal;
}
.meneame a,.skpage a {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.meneame .current, .skpage .current{
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
 
.tuce img{  min-height:120px;max-height:120px;}

.ui-disabled {
	display: none;
}.ainput {
	width: 99%;
	padding: 3px;
}
.skcmsbbs-title span {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
}
.table_Lz {
	border: 1px solid #CCCCCC;
}
.table_Lz th{
	background: #f78d1d;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	padding: 3px;
}.table_Lz td{
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}