.mod-panel .bd .list h2 {
    height: 39px;
    padding: 25px 0;
    line-height: 39px;
    text-align: center;
    color: #FF5722;
    font-size: 30px;
    overflow: hidden;
}

.mod-panel .bd .list p strong {
    font-weight: bold;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
}
td{padding:6px;}
.mod-panel .bd .list a:hover {
    color: #00B98B;
}


.module {
	margin-bottom:25px
}
.module .bd {
	margin:0 20px
}
.mod-panel .hd {
	padding:20px 0;
	text-align:center
}
.mod-panel .hd h1 {
	line-height:36px;
	font-weight:bold;
	font-size:20px
}
.mod-panel .hd p {
	line-height:20px;
	color:#666
}
.mod-panel .bd {
	border:1px solid #F4C493;
	border-radius:5px;
	overflow:hidden
}
.mod-panel .intro {
	height:auto;
	background:#FCF8EF;
	line-height:25px;
	text-indent:2em
}
.mod-panel .ft {
	margin:20px
}
.mod-panel .ft ul {
	overflow:hidden;
	margin-bottom:15px
}
.mod-panel .ft ul li {
	float:left;
	width:25%
}
.mod-panel .ft ul a {
	display:block;
	height:36px;
	line-height:36px;
	text-align:center;
	background:#FCF8EF;
	border:1px solid #F4C493;
	border-radius:4px;
	margin:0 3px 6px
}
.mod-panel .ft ul a:hover {
	background:#FE5668;
	border:1px solid #FE5668;
	color:#fff
}
.mod-panel .ft .table-inner {
	padding:0 0.1px;
	margin-bottom:10px;
	overflow-x:auto
}
.mod-panel .ft table {
	width:100%;
	table-layout:fixed;
	color:#666
}
.mod-panel .ft table thead {
	background:#FE5668
}
.mod-panel .ft table th,.mod-panel .ft table td {
	padding:7px 8px;
	line-height:18px;
	text-align:center
}
.mod-panel .ft table th.th,.mod-panel .ft table td.th {
	background:#FCF8EF
}
.mod-panel .ft table th {
	color:#fff
}
.mod-panel .ft table th span {
	display:block
}
.mod-panel .ft table th span.time {
	color:rgba(255,255,255,0.8)
}
.mod-panel .ft table tbody td {
	border:1px solid #EBD8A5
}
.mod-panel .item .c-hd {
	height:35px;
	line-height:35px;
	background:#FE5668;
	color:#fff;
	padding-left:25px;
	font-size:14px;
	font-weight:bold
}
.mod-panel .item .c-bd {
	padding:10px 15px;
	line-height:22px
}
.mod-panel .item .c-bd dl {
	margin-bottom:12px
}
.mod-panel .item .c-bd dt {
	float:left;
	width:80px;
	text-align:right;
	font-weight:bold;
	color:#dc0202
}
.mod-panel .item .c-bd dd {
	margin-left:80px
}
.mod-panel .item .c-bd dd strong {
	font-weight:bold
}