/*
.dy-tab>ul{
	background-color: #f7f7f7;
}*/
.dy-tab>ul>li{
	float: left;
	border: 0;
	border-right: 1px solid #ededed;
	padding:0;
	background-color: #fff;
}
.dy-tab>ul>li>a{
	display: inline-block;
	width: 60px;
	text-align: center;
	padding: 0 25px;
}
.dy-licurrent{
	background-color: #F7F7F7!important;
}
.dy-licurrent>a{
	color:#00ae00;
}
.dy-content{
	border-top: 1px solid #70ba3f;
	margin-top: -1px;
	background-color: #f7f7f7;
	min-height:470px;
}
.dy-content>ul>li{
	cursor: pointer;
	 
}
.dy-content>ul>li>a{
	float: left;
	 background: url(../images/dot3.png) no-repeat left 16px;
  padding-left: 20px;
}
.dy-content>ul>li.jp>a{
	float: left;
	background:none;
	padding-left:0;
	
}
.dy-content td>a{
	display:block;
	background:none;
	padding-left:0;
	    
   
 
   
}

.dy-content>ul>li>span{
	float: right;
}
.dy-content td>span{
	text-align:right;
	display:block;
}
.none{
	display: none;
}
.content-bot{
	/*text-align: center;*/
	margin-top: 0;
	padding:20px 20px;
	background-color: #f7f7f7;
}
.content-bot a{
	font-size: 14px;
	font-weight: 400;
	font-family: "微软雅黑";
}
.content-bot a:hover{
	text-decoration: underline;
}
.content-bot a.acurrent{
	color:#00ae00;
}

/*table*/
table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    table-layout:fixed; 
}



   
    
.bordered td {
    border-bottom:1px solid #e5e5e5;
    padding: 10px 25px;
    text-align: left;    
}



.bordered td:first-child {
    width:715px;
   
}
.bordered td:last-child{
	width:183px;
}











