/*新闻中心 start*/
.nc_adv{
    width: 100%;
    height: 400px !important;
}

.news_center_content{
    padding: 46px 0 56px;
}

.nc_content_left{
    width: 264px;
    float: left;
    transition: top 0.5s;
}

/*左侧导航*/
.nc_nav_wrapper{
    padding: 18px 6px 6px;
    background-color: #009f3b;
    margin-bottom: 40px;
}

.nc_nav_title_cn{
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.nc_nav_title_en{
    font-size: 22px;
    color: #FFFFFF;
}

.nc_nav_ul{
    margin-top: 16px;
    background-color: #FFFFFF;
    /*padding: 0 22px;*/
    cursor: pointer;
}

.nc_nav_ul li{
    height: 52px;
    line-height: 52px;
    color: #2e2e2e;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    font-weight: 700;
}

.nc_nav_ul li:last-child{
    border-bottom: none;
}

.nc_nav_ul li:hover{
    background-color: #00802e;
    color: #FFFFFF;
}

.nc_nav_active{
	background-color: #00802e;
    color: #FFFFFF !important;
}

.nc_contact_wrapper{
    padding: 18px 6px 6px;
    background-color: #009f3b;
    margin-bottom: 40px;
}

.nc_contact_title_cn{
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.nc_contact_title_en{
    font-size: 22px;
    color: #FFFFFF;
}

.nc_contact_content{
    background-color: #FFFFFF;
    padding: 8px;
    color: #2e2e2e;
    font-size: 14px;
    margin-top: 16px;
}

/*相关新闻*/
.nc_recommend_wrapper{
    padding: 0 6px 6px;
    background-color: #009f3b;
}

.nc_recommend_header{
    padding: 8px 0;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    text-align: center;
}

.nc_recommend_more{
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.nc_recommend_list{
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

.nc_recommend_content{
    width: 174px;
    /*padding: 10px 5px;*/
}

.nc_recommend_content a{
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
}

.nc_recommend_time{
    width: 78px;
    padding: 10px 0;
}

.nc_recommend_list li{
    border-bottom: 1px dashed #e5e5e5;
    cursor: pointer;
}

.nc_recommend_list li:hover a{
    color: #009f3b;
}
.nc_recommend_list li:hover{
    border-bottom: 1px dashed #009f3b;
}
/*右侧新闻列表*/
.nc_content_right{
     width: 936px;
     float: right;
     padding-left: 30px;
 }

.nc_right_header{
    position: relative;
    padding-bottom: 4px;
    border-bottom: 2px solid #E5E5E5;
}

.nc_right_header_home{
    font-size: 22px;
}

.nc_right_header_home img,.nc_right_header_home span{
    vertical-align: bottom;
}

.nc_right_header_location{
    font-size: 14px !important;
    position: absolute;
    bottom: 4px;
    right: 0;
}

/*右侧新闻列表项*/
.nc_list_item{
    padding:12px 0;
    border-bottom: 1px dashed #e5e5e5;
    cursor: pointer;
}

.nc_list_item:hover{
	border-bottom: 1px dashed #009f3b;
}

.nc_list_item:hover .nc_item_left{
    color: #FFFFFF;
    background-color: #009f3b;
}

.nc_item_left{
    width: 62px;
    background-color: #F4F4F4;
    color:#666666;
    text-align: center;
}

.nc_item_right{
    width: 844px;
    padding-left: 8px;
}

.nc_list_item:hover a{
	color: #009f3b;
}

.nc_item_desc{
    font-size: 12px;
    color: #666666;
}

/*新闻中心 end*/
/*暂无数据 start*/
.data_null{
	width: 200px;
	margin: 50px auto;
	text-align: center;
}
.data_null img{
	max-width: 100%;
}
/*暂无数据 end*/