@charset "utf-8";
.knowledge .title1 span {
    background-color: #fafafa;
    padding: 0 15px;
    line-height: 1;
}
.knowledge .main {
    display: grid;
    /* grid-template-columns: 300px auto; */
    grid-auto-rows: minmax(100px, auto);
}
.knowledge .main > div {
    padding: 0px 15px 10px 15px;
}
.knowledge .menu_title {
    padding: 0 15px;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    color: #FFF;
    background-color: #2c6181;
}
.knowledge .category_list {
    margin-bottom: 30px;
}
.knowledge .menu_list {
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px;
}
.knowledge .menu_list > ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 15px;
    font-size: 13px;
    line-height: 25px;
}
.knowledge .menu_list > div > a,
.knowledge .menu_list li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.knowledge .menu_list > div {
    padding: 0 15px;
    font-size: 13px;
    line-height: 35px;
}
.knowledge .menu_list > div.use {
	border-bottom: solid 2px #a3a820;	
}
.knowledge .menu_list > div > a {
    display: block;
}
.knowledge .category_list .menu_list > div {
    position: relative;
}
.knowledge .category_list .menu_list > div::after {
    content: ">>";
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 11px;
}
/* ============================================================================================
 * knowledge_list
 * ============================================================================================ */
.knowledge_list .list_item {
	width: 100%;	
	background-color: #fafafa;
	padding: 10px 10px 10px 0px;
	border-top: solid 1px #CCCCCC;	
}
.knowledge_list .list_item:hover,
.knowledge_list .list_item:hover .caption,
.knowledge_list .list_item:hover .brief {
	-webkit-transition: all 0.3s ease-out;	
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.knowledge_list .list_item:hover {
	background-color: rgba(210, 210, 210, 0.2);
}
.knowledge_list .list_item > a {
	display: block;
}
.knowledge_list .list_item > a > table {
	width: 100%;
	vertical-align: top;
	background-color: transparent;
	padding-left: 10px;
}
.knowledge_list .pic {
	width: 180px;
	text-align: center;
}
.knowledge_list .pic img {
	max-width: 168px;
	max-height: 168px;
}
.knowledge_list .caption {
	height: 40px;
	line-height: 40px;
	color: #5F4326;
	font-size: 18px;
	font-weight: 600;
}
.knowledge_list .list_item:hover .caption {
	color: #5F4326;
}
.knowledge_list .brief {
	height: 100px;
	font-size: 13px;
	color: #666;
	line-height: 24px;
	letter-spacing:1px;	
}
.knowledge_list .list_item:hover .brief {
	color: #000;
}
.knowledge_list .hashtag {
	float: left;
    margin: 0 0 3% 3%;
}
.knowledge_list .hashtag li::before {
    content: "#";
}
.knowledge_list .hashtag li {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #2c6181;
	line-height: 25px;
	padding: 0 5px;
	border: 2px solid #2c6181;
}
.knowledge_list .data {
	float: right;
	font-size: 13px;
	color: #900;
	margin-top: 10px;
	line-height: 25px;
	text-align: right;	
}
/* ============================================================================================
 * knowledge_details
 * ============================================================================================ */
.knowledge_details .caption {
	padding: 20px 20px 0px 20px;
	color: #5F4326;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.knowledge_details .fb_date {
	display: table;	
	width: 100%;	
	padding: 20px 20px 10px 20px;	
	border-bottom: solid 1px #CCC;	
}
.knowledge_details .fb_date > div {
	display: table-cell;	
	width: 50%;
}
.knowledge_details .fb_date .date {
	font-size: 14px;
	color: #c00;
	line-height: 24px;
	text-align: right;	
}
.knowledge_details .content {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 20px 0;
}
.knowledge_details .content img {
	max-width: 100%;
}
.knowledge_list .hashtag {
    margin: 0 0 3% 3%;
}
.knowledge_details .hashtag li {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	line-height: 25px;
	padding: 0 5px;
	border: 1px solid #2c6181;
}
.knowledge_details .hashtag li a::before {
    content: "#";
}
.knowledge_details .hashtag li a {
	color: #2c6181;
}
.knowledge_details .btn_controls {
	text-align: center;
}
.knowledge_details .btn_controls .btn_button {
	display: inline-block;
	background: none;	
	background-color: #5F4326;
	color: #fff;	
	font-weight:bold;	
	letter-spacing:2px;	
	padding: 10px 25px;	
	margin: 30px auto 0 auto; 
	cursor: pointer;	
	border: 1px solid #fafafa;
	-webkit-transition: all 0.3s ease-in-out;	
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;	
}
.knowledge_details .btn_controls .btn_button:hover {
	border-color: #c2a67f;
	background-color:#c2a67f;
	color: #fafafa;	
}