*{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
#wrapper {
    width: 1200px;
    position: relative;
    left: 50%;
    margin-left: -600px;
    border: 0px solid #000;
}
#wrapper .tab-project {
    width: 100%;
    display: block;
    overflow: hidden;
}
#wrapper .tab-project .title {
    width: 100%;
    height: 40px;
    background-color: #0983CC;
}
#wrapper .tab-project .title p {
    float: left;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
}
#wrapper .tab-project .title a {
    float: right;
    margin-right: 15px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
#wrapper .tab-project .tab-box {
    width: 100%;
    margin-top: 20px;
}
#wrapper .tab-project .tab-box .tab {
    height: 30px;
}
#wrapper .tab-project .tab-box .tab ul li.action {
    color: #0983CC;
}
#wrapper .tab-project .tab-box .tab ul li {
    width: 12%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 2px solid #333;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    cursor: default;
}
#wrapper .tab-project .tab-box .tab ul li.last {
    border-right: 2px solid #fff;
}
#wrapper .tab-project .tab-box .box {
    width: 100%;
    padding: 20px 0px;
}
#wrapper .tab-project .tab-box .box .item:first-child {
    display: block;
}
#wrapper .tab-project .tab-box table.item {
    border-collapse: collapse;
    width: 100%;
}
#wrapper .tab-project .tab-box table.item tbody {
    border-collapse: collapse;
}
#wrapper .tab-project .tab-box table.item tbody tr {
    color: #333;
    height: 35px;
    line-height: 35px;
}
#wrapper .tab-project .tab-box table.item tbody tr td:first-child {
    width: 65%;
    padding-left: 10px;
    text-align: left;
    height: 35px;
    line-height: 35px;
}
/*#wrapper .tab-project .tab-box table.item tbody tr td:first-child + td {
    text-align: left;
    width: 240px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
}*/
#wrapper .tab-project .tab-box table.item tbody tr td.hyzx a {
    text-decoration: none;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    float: left;
    width: 1050px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
#wrapper .tab-project .tab-box tbody tr:nth-of-type(2n) {
    background-color: #eee;
}
#wrapper .tab-project .tab-box table.item thead {
    height: 40px;
    background-color: #666;
    font-size: 14px;
}
#wrapper .tab-project .tab-box table.item thead tr {
    color: #fff;
    font-weight: bold;
    height: 40px;
    font-family: "Microsoft YaHei";
    background: #656565;
}
#wrapper .tab-project .tab-box table.item tbody tr {
    
    text-align: left;
    width:15%; 
    /*width: 240px;*/
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
}
.listTd3{
    width:10%; 
}
.listTd4{
    width:10%; 
}
.listTd5{
    width:15%; 
}