/*新闻中心开始*/
.union_news{
    width: 880px;
    position: relative;
}
.union_news .news {
    width: 100%;
    overflow: hidden;
}
.union_news .news .new_nav{
    width: 460px;
    position: absolute;
    right: 0px;
    top: 35px;
}
.union_news .news .new_nav >li{
    float: left;
    font-size: 18px;
    margin-left: 40px;
}
.optfor {
	border-bottom: 2px solid #135b31;
	font-weight: bold;
}
.optfor a{
	color: #135b31;
}
.union_news .news .new_nav >li:hover{
    color: #135b31;
    font-weight: 600;
}

.union_news .news .new_nav .lvs{
	position: relative;
	    color: #135b31;
    font-weight: 600;
}

.union_news .news .new_nav li.lvs span{
    border: 1px solid #135b31;
    position: absolute;
    width: 70px;
    right: 0;
    bottom: -10px;
}

.union_news .news .new_center{
    width: 880px;
    float: left;
}
.union_news .news .new_center li{
    width: 875px;
    height: 168px;
    border: 1px solid #eeeeee;
	margin-top: 20px;
}
.union_news .news .new_center li>a{
    display: block;
    overflow: hidden;
    position: relative;
}
.union_news .news .new_center .notice_img{
    width: 280px;
    float: left;
}
.union_news .news .new_center .notice_img >img{
    width: 228px;
    height: 128px;
    margin: 20px;
}
.union_news .news .new_center .notice_div{
    width: 470px;
    float: left;
    overflow: hidden;
}
.union_news .news .new_center .notice_div>h1{
    margin-top: 40px;
    font-size: 20px;
    font-weight: normal;
}
.union_news .news .new_center .notice_div>p{
    margin-top: 25px;
    font-size: 14px;
    color: #999999;
    height: 50px;
    line-height: 25px;
}
.union_news .news .new_center>ul>li span{
    display: block;
    position: absolute;
    right: 5%;
    top: 50%;
}

.union_news .news .new_center li:hover h1{
    color: #125d31;
}
.union_news .news .new_center li:hover span{
    color: #125d31;
}
/*新闻中心结束*/