@charset "utf-8";
html,body{
	font-family: "微软雅黑";
	line-height: 26px;
	font-size: 14px;
	margin: 0;
	padding: 0;

}

body{
	background-color: #f3f3f3;
}
.container{
	max-width: 1600px;
}

a{
	color:#333;
	font-family: "微软雅黑";
	line-height: 26px;
	text-decoration-line: none;
}
a:hover{
	text-decoration: none;
}

.wz_box{
	background: #fff;
	padding: 20px;
	min-height: 400px;
	padding-bottom: 0px;
}

.wz_title a{
	line-height: 150%;
	font-size: 16px;
	color: #0f5035;

}
.wz_title a:hover{
	font-weight: bold;
}

.tongzhi_item{
	display: flex;
	justify-content: start;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 8px;
}
.tongzhi_date{
	width:80px;
	height:63px;
	background-color: #e9f8f2;
	margin-right: 10px;
	font-family: "Georgia";
	text-align: center;
	margin-bottom: 5px;

}
.date_d{
	background-color: #f29600;
	height:36px;
	color:#fff;
	font-size: 30px;
	line-height: 36px;
}
.date_y{
	color:#0f5035;
	line-height: 26px;
	font-size: 16px;
}


.video_item{
	background-color: rgba(255,255,255,0.7);
	padding:20px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ddd;
	display: block;
}
.video_item:hover{
	background-color:#eefaf5;
}
.video_title{
	font-size: 16px;
	font-weight: bold;
	color:#0f5035;
	margin-bottom: 10px;
}
.video_content img{
	width:100%;
	height:186px;
}

.video_jianjie{
	font-size: 14px;
	color:#555;
	line-height: 160%;
	margin-bottom: 10px;
	height:62px;
}


.wz_jianjie{
	font-size: 14px;
	color:#555;
	line-height: 160%;
	margin-bottom: 10px;
	height:155px;
}

.wz_jianjie a{

}
.wz_jianjie a:hover{
	color:#0f5035;
	text-decoration-line: underline;
}


.wz_date_1{
	font-family: "Georgia";
	color:#f29600;
	line-height: 15px;
}

.img_100{
	width:100%;
}
.index_img img{
	width:110px;
	height:65px;
}

/* 首页友情链接 */
.index_link{

	color:#0f5035;
	display: flex;justify-content: start;
	background-color: #fff;

}
.link_title{
	background-color: #c7eedf;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items:center;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.link_content{

}

.link_content a{
	font-size: 16px;
	color:#0f5035;
	padding-left:25px;
	line-height: 200%;
}
.link_content a:hover{

	font-weight: bold;
}

.download{
	position:absolute;
	right:20px;
	bottom:20px
}

/* 栏目名称 */
.lm_title{
	font-size: 20px;
	line-height: 36px;
	margin-bottom:15px;
	color: #0f5035;
	border-bottom:1px solid #0f5035;
	display: flex;
	justify-content: space-between;
}
.lm_name{
	font-weight: bold;
}
.lm_more{
	color:#fff;
	font-size: 16px;
	background-image: url("/static/images/more_bg.png");
	width: 155px;
	height:36px;
	padding-left:50px;
}
.lm_more a{
	color:#fff;
}
.lm_more a:hover{
	font-weight: bold;
}

.return_home{
	position:absolute;
	right:0px;
	bottom:6px;
	font-weight: normal;
	font-size:14px;
	color:#666;
	line-height: 20px;
}
/* 列等高 */
.equal-height{
	display: flex;
	flex-direction:row;
    align-items: stretch!important; /* 这会使列在垂直方向上等高 */
}

/* 学术信息 */
.xueshu_item{
	background-color: rgba(255,255,255,0.7);
	padding:0px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #ddd;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.xueshu_item:hover{
	background-color:#eefaf5;
}
.xueshu_text{
	padding: 20px;

}
.xueshu_title{
	font-size: 16px;
	color:#0f5035;
	margin-bottom: 10px;
	height:55px;
	overflow: hidden;
}
.xueshu_content img{
	width:100%;
	height:186px;
}

