@import url(reset.css);
@import url(header.css);
@import url(footer.css);
.list_main{ width:1180px; padding: 10px;  float: left; background: #fff;}
.list_main .side-Menu{ float: left; width: 260px;}
.list_main .side-Menu h1{font-size: 18px; color: #106636;height: 45px; text-align: left; border-bottom: #ccc solid 1px;}
.list_main .side-Menu h1 span{ padding:0 20px; float: left; font-size: 16px; height: 44px; line-height: 44px; color: #106636; border-bottom: 3px solid #106636; padding:0 20px;}
.list_main .side-Menu ul{ padding: 20px 0;}
.list_main .side-Menu ul li{font-size:16px;line-height: 35px; padding-left: 30px; text-align: left;  margin: 5px 0; color: #666; font-weight: 100;}
.list_main .side-Menu h2 i{ margin-right: 10px;}
.list_main .side-Menu ul li a:hover{color:#0E990B;}
.list_main .side-Menu ul li a{ color: #666;}
.list_main .side-Menu dl{ background: #eee; display: none;}
.list_main .side-Menu dl dt{font-size:12px;line-height: 35px; font-weight: 100; text-align: center;  margin: 1px 0; color: #666;}

.list_main .list-box{ width: 890px; min-height: 600px; padding: 5px; float: right;}
.list_main .list-box h2{ height: 40px; line-height: 40px; border-bottom: #ccc solid 1px;}
.list_main .list-box h2 span{ float: left; font-size: 16px; height: 39px; line-height: 39px; color: #106636; border-bottom: 3px solid #106636; padding:0 20px;}
.list_main .list-box .text-list ul{ padding:10px;}
.list_main .list-box .text-list ul li{font-size: 14px; height: 35px; text-align: left; line-height: 35px; position: relative; padding-left: 15px;}
.list_main .list-box .text-list ul li i{position: absolute; left: 5px; top: 0; color: #0A4625;}
.list_main .list-box .text-list ul li span{ position: absolute; right: 5px; top: 0;}

.list_main .list-box .pic-list{height:auto; overflow: hidden;width: 100%;}
.list_main .list-box .pic-list ul{padding:5px; position:relative;}
.list_main .list-box .pic-list ul li {float: left; height: 151px; margin: 10px;  width: 198px;}
.list_main .list-box .pic-list ul li:hover{}
.list_main .list-box .pic-list ul li .imgbox {overflow: hidden;width: 198px;left:0;z-index:999;display:block; position:relative;}
.list_main .list-box .pic-list ul li img { height: 151px; overflow: hidden; width: 198px;}

.list_main .list-box .pic-list ul li img{transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transform:transform 0.7s ease-out 0s;}
.list_main .list-box .pic-list ul li a:hover img{transform:scale(1.05);transition: transform 0.7s ease-out 0s; -moz-transition: transform 0.7s ease-out 0s;-webkit-transform:transform 0.7s ease-out 0s;}

.list_main .list-box .pic-list ul li .txt {display:block; position:absolute; width:198px; background:rgba(6, 6, 6, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/ filter:Alpha(opacity=50); background:#000;/*实现IE背景透明*/ height:25px; line-height:25px; text-align:center; left:0; bottom:3px; display:block; overflow:hidden;z-index:9999;}
.list_main .list-box .pic-list ul li .txt a {color: #fff;display:block;}

.list_main .view{ width: 1000px; margin: 0 auto; border-radius: 8px; border: #ccc solid 1px; padding: 10px;}
.list_main .view h1{ font-size: 24px; color: #046337; text-align: center; border-bottom:#106637 solid 2px; line-height: 50px;}
.list_main .show{ padding: 30px; font-size: 14px; text-align: left; line-height: 30px;}