﻿@charset "utf-8";
.news_box{
	width:805px;
	height:250px;
	float:left;
	margin-top:30px;
}
.news{
	width:190px;
	height:240px;
	float:left;
	margin:0 5px;
	background-image:url(../img/newsbg.png);
	background-repeat:no-repeat;
}
.img,.news_Word{
	width:150px;
	height:130px;
	float:left;
	margin: 18px;
	margin-bottom:10px;
	border:solid thin #CCC;
}
.news_Word{
	width:160px;
	height:50px;
	margin: 0 18px;
	border:0;
	line-height:21px;
}
.news_Word a{
	color:#666;
}
.news_Word a:hover{
	color: #779B40;
}
.newsOld_box{
	width:700px;
	height:auto;
	float:left;
	background-color:#EAEDEA;
	line-height:21px;
	margin:30px 12px;
	padding:20px 40px;
	line-height:25px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
}
.newsOld_box a{
    color:#666;
}
.newsOld_box a:hover{
    color: #779B40;
}
.newContent_img{
	width:300px;
	height:260px;
	float:left;
	margin: 30px 20px 0 0;
	border:solid thin #CCC;
}
.newContent_word{
	width:460px;
	height:260px;
	float:left;
	margin-top: 30px;
}

.newBtn{
    width:100px;
    height:25px;
    float:right;
    *margin-top:70px;
}