/*新闻详情 start*/
.news_detail_header{
    background-color: #f1f1f1;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
}

.news_detail_header_location{
    font-size: 14px !important;
}


/***************左侧*****************/
.news_detail_content{
    padding: 46px 0 56px;
}

.nd_content_left{
    width: 264px;
    float: left;
    transition: top 0.5s;
}

/*左侧导航*/
.nd_nav_wrapper{
    padding: 18px 6px 6px;
    background-color: #009f3b;
    margin-bottom: 40px;
}

.nd_nav_title_cn{
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.nd_nav_title_en{
    font-size: 22px;
    color: #FFFFFF;
}

.nd_nav_ul{
    margin-top: 16px;
    background-color: #FFFFFF;
    /*padding: 0 22px;*/
    cursor: pointer;
}

.nd_nav_ul li{
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
}

.nd_nav_ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #2e2e2e;
    font-weight: 700;
    font-size: 16px;
}

.nd_nav_ul li:last-child{
    border-bottom: none;
}

.nd_nav_ul li:hover a{
    background-color: #00802e;
    color: #FFFFFF;
}

.nd_contact_wrapper{
    padding: 18px 6px 6px;
    background-color: #009f3b;
    margin-bottom: 40px;
}

.nd_contact_title_cn{
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.nd_contact_title_en{
    font-size: 22px;
    color: #FFFFFF;
}

.nd_contact_content{
    background-color: #FFFFFF;
    padding: 8px;
    color: #2e2e2e;
    font-size: 14px;
    margin-top: 16px;
}

/*相关新闻*/
.nd_recommend_wrapper{
    padding: 0 6px 6px;
    background-color: #009f3b;
}

.nd_recommend_header{
    padding: 8px 0;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    text-align: center;
}

.nd_recommend_more{
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.nd_recommend_list{
    background-color: #FFFFFF;
    padding-bottom: 6px;
}

.nd_recommend_content{
    width: 174px;
}

.nd_recommend_content a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
}

.nd_recommend_time{
    width: 78px;
    padding: 10px 0;
}

.nd_recommend_list li{
    border-bottom: 1px dashed #e5e5e5;
    cursor: pointer;
}

.nd_recommend_list li:hover a{
    color: #009f3b;
}
.nd_recommend_list li:hover{
    border-bottom: 1px dashed #009f3b;
}

/*******************右侧文章******************/
.nd_content_right{
    width: 936px;
    float: right;
    padding-left: 30px;
}

.nd_article_title{
    text-align: center;
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 700;
}

.nd_article_info{
    text-align: center;
    color: #666666;
    font-size: 12px;
}

.nd_article_content{
    padding: 32px 0 64px;
}

/*上一篇*/
.up_down{
	margin: 10px 0;
}
.up_down>a{
	display: block;
	width: 48%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#333;
}
.up_down>.fr{
	text-align: right;
}
.up_down>a:hover{
	color:#009f3b;
}
/*新闻详情 end*/
