/* CSS Document */

/*最新消息*/
.item{background:rgba(255,255,255,0.2);background: transparent\9;zoom:1\8; /* required for the filters */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#55EEEEEE, endColorstr=#55EEEEEE)"; /* IE8 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55EEEEEE, endColorstr=#55EEEEEE); /* IE5.5-7 */overflow:auto; border-bottom:1px #a68d6f solid;}

.item_pic{width:240px; height:160px; float:left; margin:10px;; overflow:hidden; background-color:rgba(255,255,255,0.2); 
/*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;box-shadow: 0px 1px 5px 0px #4a4a4a;*/}
.item_pic img{width:230px; height:150px; margin:5px;}
.item_contect{width:680px; float:left;}
.item_day{height:20px;margin-top:20px; color:#333; font-size:12px; line-height:16px;}

.item_title{/* height:30px;line-height:28px; border-bottom:#B89540 1px solid; */ margin:10px 0; padding:10px 0; color:#552a00; font-size:30px; letter-spacing:0.05em;}

.item_title a {color:#552a00;}
.item_title a:hover {color:#666;}

.item_text{color:#000; font-size:16px; line-height:20px;}
.item_text a{color:#000;}
.item_contect_in{width:95%; margin:0 auto;}
.item_day_in{height:20px;margin-top:5px;color:#333;font-size:12px;line-height:16px; text-align:right;}

