﻿.list
{
	/* 	border-right: solid 1px #BBBBBB; 	border-top: solid 1px #BBBBBB; 	border-left: solid 1px #BBBBBB; 	border-bottom: solid 1px #BBBBBB; */
}
tr.listheader td, th
{
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
	background-color: #E6F6F6;
	color: #444;
	white-space: nowrap;
	padding: 1px;
	font-weight: bold;
}
tr.listitem1 td
{
	/* 	border-left: solid 1px #BBBBBB; 	border-bottom: solid 1px #BBBBBB; 	border-right: solid 1px #BBBBBB; 	border-top: solid 1px #BBBBBB; 
	background-color: #f0ffff;*/
	padding: 1px;
	text-indent: 1px;
}
tr.listitem2 td
{
	/* 	border-left: solid 1px #BBBBBB; 	border-bottom: solid 1px #BBBBBB; 
	background-color: #dcdcdc; */
	padding: 1px;
	text-indent: 1px;
}
tr.over td
{
	border:solid 1px #639FDC;
	background-color:#fff;/**/
	padding: 1px;
	text-indent: 1px;
}
.cmdtd
{
	text-align:center;
}


/*tab*/
.box ul, li {
	list-style: none;
}

.box ul {
	overflow: hidden;
}

.box li {
	float: left;
	/*color:#f60;*/
	padding: 7px 60px;
	margin-right: 10px;
	cursor: pointer;
	/*border:2px solid #467AAC;*/
	transition: all ease .3s;
}

.box {
	/*width:550px;
	margin:10px auto;*/
	text-align: right;
	float: right;
	width: 75%;
	overflow: hidden;
	position: relative
}

	.box li:hover {
		background: #467AAC;
		color: #fff;
	}

	.box li.tabin {
		background: #467AAC;
		color: #fff
	}

.content-box {
	width: 720px;
	height: 100%;
	/*background:#467AAC;*/
	/*position:absolute;*/
	left: 0;
	/*top:63px;*/
	overflow: hidden;
}

.content {
	clear: both;
	/*color:#fff;*/
	padding: 1px;
	opacity: 0;
	transition: all ease .3s;
	/*position:absolute;*/
	top: 0;
	left: 0;
}

.contentin {
	opacity: 1;
}

.content h1 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.content p {
	font-size: 14px;
}
.list_img {
	width: 220px;
	height: 200px;
	border-style: None;
	border-width: 0px;
}