.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 {
	min-height: 170px;
    max-height: 170px;
	padding-right: 25px;
    padding-left: 25px;
}
.news-img > a > img {
	width: 270px;
}
.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;
}
.news-list-footer {
	position: absolute;
    bottom: 0px;
    margin-left: 165px;
    margin-bottom: 10px;
}
.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%;
}
.index-news-list {
	position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 285px;
    border: 1px solid #e0e0e0;
}
.index-news-list:hover {
    background: #F5F5F5;
}
.index-news-title {
	margin-bottom: 50px;
	border: none;
	width: 100%;
}

.index-news-title>span {
	float: left;
	border-right: 2px solid #dddddd;
	margin-top: 18px;
	width: 2px;
	height: 20px;
}
.index-news-title > li {
	width:16.6666%
}
.index-news-title>li>a {
	font-size: 24px;
	border-bottom: 10px solid #dddddd;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 20px;
	font-weight: lighter;
	color: #6d6d6d;
	text-align: center;
}

.index-news-title>li>a:hover,
.index-news-title>li>a:focus {
	text-decoration: none;
	background-color: #fff;
}

.news-list-content>h1>a {
	color: #344B3C;
}

.news-list-content>h1>a:hover {
	color: #719730;
	text-decoration: none;
}

.index-news-title>li.active>a {
	font-size: 24px;
	border-bottom-color: #669933;
	text-align: center;
}
.index-news-title>li.active>a:hover,
.index-news-title>li.active>a:focus {
	font-size: 24px;
	border-bottom-color: #669933;
}
.index-news-title>span {
	margin-top: 23px;
}
.index-news-list-content {
	padding-right: 25px;
    padding-left: 25px;
}
.index-news-list-content > h1 {
	height: 56px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	color: #344B3C;
	padding-top: 15px;
    padding-bottom: 5px;
}
.index-news-list-content > h1 > a {
	color: #344B3C;
}
.index-news-list-content > h1 > a:hover {
	color: #719730;
	text-decoration: none;
}
.index-news-list-content > p {
	color: #6D6D6D;
	line-height: 1.5;
}
.news-time {
	color: #BFBFBF;
}
