@charset "utf-8";
.parent_name{
	background-image: url("/static/images/parent_name_bg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width:100%;
	color:#fff;
	font-weight: bold;
	font-size:24px!important;
	text-align: center;
	text-indent: 0em!important;
	line-height: 252%;
	margin-bottom: 20px;
}

.parent_name a{
	color:#fff;
}

.list-group{
	position: relative;
	z-index: 1;
}
.list-group-item{
	text-align: center;
	font-size:20px;
	padding-top: 15px;
	padding-bottom:15px;
}
.list-group-item:hover{
	background-color: #e9f8f2;
	font-weight: bold;

}
.list-group-item:hover a{
	color: #0f5035;
}
.list-group-item a{
	color: #0f5035;
}

.list-group-item.active {
	background-color:#e9f8f2;
	border-color:rgb(0,0,0,0.125);
}
.list-group-item.active a{
	font-weight: bold;
}


.breadcrumb-item.active {
	color: #0f5035;
}

.page_box{
	background-color: #fff;
}
.page_left{
	background-image: url("/static/images/page_left_bg.jpg");
	background-repeat: repeat-x;
	background-size: contain;
	padding-top: 40px;
	min-height: 550px;
}
.page_right{
	padding: 40px;
}

.page_left_bottom{
	position: absolute;
	left:0px;
	bottom:0px;
	z-index: 0;
}
.page_left_bottom img{
	width:100%;
}

.news_list{
	margin-left: 50px;
	margin-right:50px;
	padding-top:30px;
	padding-bottom:30px;
	font-size: 16px;
	color:#0f5035;
}

.news_list a{
	color:#0f5035;
	line-height: 300%;
	padding-left: 30px;
	padding-right:30px;
	border-bottom: 1px solid #eee;
}
.news_list a:hover {

	font-weight: bold;
	background-color: #eee;
}
.news_item{
   display: block;
   width:100%;
}
.news_item .title{
   float:left;
}
.news_item .title span{
   font-size: 12px;
   padding-right: 10px;

}
.news_item .date{
	float:right;
}





/*  文章详细页样式*/

.page_content{
	margin: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 200%;
	color:#444;
	text-align: justify;
}
.page_content p{
	/*text-align: justify!important;*/
}
.page_content a{
	font-size: 16px!important;
	text-decoration-line: underline;
}

.page_content img{
	width:80%;
	display: block;
	margin: 0 auto;

}

.article_content {
	text-align: justify!important;
}

.article_content p{
	text-align: justify;
}

.article_title{
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   line-height: 160%;
   color:#0f5035;
}
.article_info{
   text-align: center;
   line-height: 30px;
   font-size: 14px;
}
.article_content img{
	width:80%;
	display: block;
	margin: 0 auto;

}
.article_content img[src*="fileTypeImages/icon"]{
	width:16px;
	height:16px;
	display: inline;
}

.article_content table{
	width:80%;
	text-align: center;
	margin: 0 auto;
}

.article_content span[style*="font-family:仿宋_GB2312"]{
	font-family:宋体!important;
}

.article_content span[style*="font-family: 仿宋_GB2312"]{
	font-family:宋体!important;
}

.article_content span[style*="font-size:13px"]{
	font-size:15px!important;
}








/* danye_1.html*/
.page_content .title_1{
	background-image: url("/static/images/title_bg_1.png");
	background-repeat: repeat-y;
	background-position: top left;
	color:#fff;
	font-weight: bold;
	font-size:18px;
	padding: 5px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.page_content .item{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 图片 */

.img_list{
	margin-top: 40px;
	margin-bottom: 0px;
}
.img_item {
	cursor: pointer;
	color:#0f502f;
}

.img_item .text-truncate{
	text-align: center;
}

.img_item img {
	width:100%;
	height: 165px;
	object-fit:fill;
}
.img_item .video_title{
	font-size: 15px;
	margin-top: 10px;
}

.img_item .source{
	font-size: 12px;
	margin-bottom: 10px;
	color:#666;
	border-top:1px solid #ddd;
}

/* 分页 */
.pagination{
	margin-top: 20px;
}
.pagination-md .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.2;
	color:#0f502f;
}

.page-item.active .page-link {
	background-color: #0f502f;
	border-color: #0f502f;
}

/* 问答 */
.qa_item{

}
.qa_item .questions{
	font-size: 16px;
	font-weight: bold;
	line-height: 240%;
	color:#0f502f;
}
.qa_item .answers{
}

/* 编辑器中的视器 */
.edui-upload-video{
	width:100%;
	height: auto;
	text-align: center;
}


.qk_list{}

.qk_item{
	border:1px solid #ddd;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	background-color: #eee;
	display: block;
}
.qk_item:hover{
	background-color: #abcec7;
	border:none;
	font-weight: bold;
}