.news-list {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 15px;
    padding-bottom: 15px;
	min-height: 165px;
}
.news-list:hover {
	background: #F5F5F5;
}
.news-img > img {
	width: 120px;
	-webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
}
.news-img > img:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list-content > h1{
	background: #F5F5F5;
	font-size: 20px;
    color: #344B3C;
    line-height: 1.0;
    font-weight: normal;
	padding: 10px;
}
.news-list-content > h1:hover{
	color: #719730;
}
.news-list-content  > p{
	color: #6D6D6D;word-wrap: break-word;
}
.news-list-footer {
	position: absolute;
    bottom: 0px;
    margin-left: 165px;
    margin-bottom: 2px;
}
.news-list-footer > span{
	position: relative;
    color: #BFBFBF;
}
.news-list-footer > img{
	width: 25px;
    position: relative;
    left: 260px;
    top: -1px;
}
.news-list-clickcnt {
	left: 260px;
}
.news-list-newest {
	background: #F5F5F5;
	margin-top: 30px;
    padding: 10px;
}
.news-list-newest-title {
	position: relative;
}
.news-list-newest-title  > span{
	font-size: 25px;
    position: relative;
    top: 10px;
    color: #ed9c28;
    font-weight: bolder;
}
.news-list-hot-title {
	position: relative;
}
.news-list-hot-title > img{
	width: 45px;
    margin-right: 5px;
}
.news-list-hot-title  > span{
	font-size: 25px;
    position: relative;
    top: 10px;
    color: #ed9c28;
    font-weight: bolder;
}
.news-list-hot-bottom {
	margin-bottom: 20px;
}
.news-list-newest-list  > li {
	color: #719730;
    font-size: 12px;
	line-height: 36px;
}
.news-list-newest-list  > li  > a{
	font-size: 14px;
    color: #344B3C;
}
.news-list-newest-list > li  > a:hover{
	color: #719730;
    text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.news-list-recommendation {
	background: #F5F5F5;
}
.news-list-recommendation-title {
	padding-bottom: 15px;
}
.news-list-recommendation-title > img{
	width: 55px;
}
.news-list-recommendation-img-title {
	padding: 0;
    background: #000;
    opacity: 0.6;
    bottom: 0;
    width: 100%;
	right: 0;
	left: 0;
}
.news-list-recommendation-img-title > a{
	color: #fff;
}
.news-list-recommendation-img-title > a:hover{
	color: #719730;
	text-decoration: none;
}
.news-list-recommendation-img-left{
	font-size: 30px;
    color: #E8E8E8;
    width: 50%;
}
.news-list-recommendation-img-right{
	font-size: 30px;
    color: #E8E8E8;
    width: 50%;
}