*{margin:0px; padding:0px;font-size: 1em;color: #BD986A;}

.showContent{
	height: 1013px;
	margin-top: 50px;
}

.mgMaster > .resourceinfo{
	text-align: left;
	margin-bottom: 5px;
	color: #0056A6;
	line-height: 38px;
    /* border-bottom: 1px solid #9A886E; */
}

.resourceinfo span{
	color: #000000;
}
/* 

.showbookcontent{
	height: 850px;
}

.aboutContent p{
	text-indent: 2em;
    text-align: left;
    overflow: hidden;
    color: #000000;
}

.showbookcontent h4{
	line-height: 30px;
} */



/* 清除浮动的代码 */

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.clearfix {
	zoom: 1
}

.main {
	width: 100%;
	height: calc(100% - 90px);
}

.mainleft{
	width: 195px;
	/* height:100%; */
	min-height: 300px;
	background:rgba(250,246,232,1);
	border:3px solid rgba(241,231,205,1);
	padding: 20px;
	box-sizing: border-box;
	float: left;
	overflow-y: auto ;
}
.mainleft>h3{
	width: 100%;
	/* height:25px; */
	font-size:19px;
	color:rgba(112,87,56,1);
	/* line-height:25px; */
	margin-bottom: 20px;
	margin-top: 0;
	text-align: left;
}
.mainleft p{
	width:100%;
	height:19px;
	font-size:14px;
	color:rgba(112,87,56,1);
	line-height:19px;
	margin: 11px 0;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	text-align: left;
}
.mainleft p:hover{
	cursor: pointer;
}
.mainleft p.act{
	color:rgba(0,86,166,1);
}
.mainright{
	width: calc(100% - 219px);
	height: 100%;
	margin-left: 12px;
	background:rgba(249,246,232,1);
	border:3px solid rgba(241,231,205,1);
	float: right;
	padding: 20px 15px;
	box-sizing: border-box;
	overflow-y: auto;
}

.mainitem h3{
	width: 100%;
	/* height:25px; */
	font-size:19px;
	color:rgba(112,87,56,1);
	/* line-height:25px; */
	margin-bottom: 20px;
	margin-top: 0;
	text-align: left;
	background: rgba(241,231,205,1);
	padding: 10px 20px;
}

.mainitem p {
	color: #000000;
	text-align: left;
	line-height: 20px;
}

.mainitem img {
	max-width: 90%;
	margin-bottom: 20px;
}

.hide {
	display: none;
}


::-webkit-scrollbar-track-piece {
	background-color: #FAF6E8;
	/*滚动条的背景颜色*/
	-webkit-border-radius: 0;
	/*滚动条的圆角宽度*/
}

::-webkit-scrollbar {
	width: 8px;
	/*滚动条的宽度*/
	height: 8px;
	/*滚动条的高度*/
}

::-webkit-scrollbar-thumb:vertical {
	/*垂直滚动条的样式*/
	height: 50px;
	background-color: #F1E7CD;
	-webkit-border-radius: 4px;
	outline: 2px solid #fff;
	outline-offset: -2px;
	border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
	/*滚动条的hover样式*/
	height: 50px;
	background-color: #9f9f9f;
	-webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
	/*水平滚动条的样式*/
	width: 5px;
	background-color: #CCCCCC;
	-webkit-border-radius: 6px;
}

