/* CSS Document */

.list1{
width:955px;
height:auto;
overflow:hidden;
margin-bottom:10px;
}
.list2{
width:732px;
height:auto;
overflow:hidden;
float:right;
}
.list2_1{
width:732px;
height:32px;
border-bottom:1px solid #D2E3DD;
}
.list2_2{
min-width:177px;
width:auto;
height:31px;
float:left;
padding-right:10px;
line-height:36px;
text-align:left;
padding-left:4px;
font-size:14px;
font-weight:bold;
border-bottom:1px solid #04B277;
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;
}
.list3{
width:732px;
height:auto;
overflow:hidden;
margin-top:17px;
}
.list3_1{
width:700px;
height:27px;
font-size:13px;
text-align:left;
line-height:27px;
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;
}









.twlist1{
width:732px;
height:auto;
overflow:hidden;
margin-top:27px;
}
.twlist1_1{
width:140px;
height:128px;
float:left;
margin-right:20px;
margin-left:20px;
_margin-left:15px;
}
.twlist1_2{
width:140px;
height:99px;
}
.twlist1_3{
width:140px;
height:24px;
font-size:13px;
line-height:24px;
word-break:keep-all;/* 不换行 */
white-space:nowrap; /*不换行 */
overflow:hidden; /*内容超出宽度时隐藏超出部分的内容 */ 
text-overflow:ellipsis;
}






.show1{
width:732px;
height:auto;
font-size:22px;
line-height:30px;
font-weight:bold;
margin-top:35px;
margin-bottom:10px;
}
.show2{
width:716px;
height:auto;
font-size:14px;
line-height:24px;
text-align:left;
margin:15px 8px 10px 8px;
letter-spacing:1px;
}
.show3{
width:732px;
height:auto;
color:#555;
}





/*input*/
.input_on{
width:200px;
height:20px;
line-height:18px;
border:1px solid #9BCD81;
background-color:#F3FFE6;
}
.input_off{
width:200px;
height:20px;
line-height:18px;
border:1px solid #9E9E9E;
background-color:#FFF;
}
.input_move{
width:200px;
height:20px;
line-height:18px;
border:1px solid #9BCD81;
background-color:#F3FFE6;
}
.input_out{
/*height:16px;默认高度*/
width:200px;
height:20px;
line-height:18px;
border:1px solid #9E9E9E;
background-color:#FFF;
}
/*form*/
ul.input_test{
margin:20px auto 0 auto;
width:712px;
list-style-type:none;
}
ul.input_test li{
width:712px;
height:22px;
margin-bottom:10px;
}
.input_test label{
float:left;
padding-right:10px;
width:100px;
line-height:22px;
text-align:right;
font-size:1.4em;
}
.input_test p{
float:left;
_margin-top:-1px;
}
.input_test span{
float:left;
padding-left:10px;
line-height:22px;
text-align:left;
font-size:1.2em;
color:#999;
}