* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  margin: 0; padding: 0; }

#tabwrap { 
	background: #fff; 
	overflow: hidden; 
	width: 100%;
	min-height: 300px;
	margin: auto;
	box-shadow: 0 0 20px #ddd;
	border: 1px solid #ddd;
}
#tabs { overflow: hidden; background: #777; }
#tabs li { 
float: left;
list-style: none;
line-height: 0;
font-size: 0;
vertical-align: bottom;
white-space:nowrap;
width: 16.6%;
height: 55px; }
#tabs li a { 
	display: block;
	padding: 18px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #555;
	border-left: 1px solid #888;
	font-size: 13px;
	text-shadow: 1px 1px 0 #000;
	line-height:normal;
	height: 55px;
}

#tabs li a.lymph{

}

#tabs li a:hover { background: #666; }
#tabs li:first-child a { border-left: 0; }
#tabs li:last-child a { border-right: 0; }

#tabs li.current a { 
	background: #fff; 
	color: #555; 
	text-shadow: 1px 1px 0 #fff;
}

#content > div {
	clear: both;
	padding: 20px;
	line-height: 19px;
	color: #444;
	text-shadow: 1px 1px 0 #fff;
	display: none;
}

#content .current { display: block; }
#content #home.first { display: block; }
#content p { margin: 0 0 20px 0;}
#content table {
	border-collapse: collapse;
	width:100%;
	font-size: 13px;
	margin-bottom:25px;
}
#content th.t_top {
    border-top: #39ABBC 4px solid;
}
#content th {
	border-bottom: #e3e3e3 1px dotted;
	background:#F8F8F8;
	text-align: left;
	padding: 10px 8px;
	font-weight: bold;
	width:200px;
}
#content td.t_top {
	border-top: #b3b3b3 4px solid;
}
#content td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}
.satitle {
	font-size:16px;
	padding-left:10px;
	border-left:#39ABBC 4px solid;
}

.fontS{
	font-size: 13px;
}

@media screen and (max-width:480px){

#tabwrap {
	margin-bottom: 40px;
}

#content table {
    font-size: 11px;
}

#content th {
    width: 25%;
}

#tabs li {
    width: 19%;
    height: 46px;
}

#tabs li:last-child {
	width: 24%;
}

#tabs li a {
    padding: 18px 0;
    font-size: 11px;
    line-height: 11px;
    height: 46px;
	white-space: normal;
}

.fontS {
    font-size: 11px;
}

#tabs li a.lymph {
    padding: 10px 0;
    line-height: 1.3em;
    font-size: 10px;
    /* text-align: center; */
}

}