/*nav*/
.nav ul li:first-child a{color:#05966A;}

/*banner*/
.banner img{width:100%;}

/*当前位置*/
.current{font-size: 1.4rem;color:#999;margin:30px 0 30px 0;}
.current span{color:#333;}

/*内容*/
.title{width:180px;}
.title p{width:80px;height:75px;background:#00845C;font-size:2.4rem;color:#fff;text-align: center;margin:0 0 30px 40px;padding:5px 0 0 10px;}
.title p span{display:block;letter-spacing: 10px;}
.title>img{margin-left:35px;}

.list_item{min-height: 410px;}
.list .item{width:820px;padding:0 22px 0 16px;cursor: pointer;position: relative;}
.list .item:first-child>div{border-top:1px solid #E6E6E6;}
.list .item>div{padding:14px 0;border-bottom:1px solid #E6E6E6;}
.list .img{width:130px;height:85px;float: left;background:url(../Image/dynamic_list.png) no-repeat center center;background-size:cover;margin-right:22px;}
.list .text{width:630px;float: left;}
.list .text .item_title{font-size:1.6rem;color:#333;font-weight: normal;margin-bottom:8px;line-height:18px;}
.list .text p:nth-child(2){font-size: 1.4rem;color:#666;line-height:20px;height:40px;}
.list .text p:nth-child(2) span.details{font-size:1.4rem;color:#00845C;margin-left: 10px;}
.list .text p.date{font-size: 1.4rem;color:#999;margin-top:4px;}
.list .item i{position: absolute;width:100%;height:100%;left:0;top:0;border:1px solid #00845C;display:none;}
.list .item:hover i{display:block;}

.page{margin-top:26px;margin-left:16px;}






























