.table-item{
	width: 1200px;
	background: #FFFFFF;
	box-shadow: 2px 2px 9px 0px rgba(18, 40, 72, 0.09);
	border-radius: 8px;
	padding:20px;
	box-sizing: border-box;
	font-size: 14px;
}
.table-header{
	padding-bottom:20px;
	border-bottom: 2px solid #DDDDDD;
}
.table-header .share-type{
	margin-left: 10px;
	display: inline-block;
}
.table-header .share-type img{
	width: 20px;
	height: 20px;
	margin-right: 4px;
}
.list-top{
	margin-top: 20px;
}
.left-menu{
    width:157px;
	background: #EFEFEF;
	/* height: 682px; */
	font-size: 13px;
	font-weight: 400;
	color: #212121;
	height: 100%;
    border-radius: 5px;
}
.right-list{
	width: 1000px;
	/* height: 684px; */
	background: #EFEFEF;
    border-radius: 5px;
}
.left-tit,.right-tit{
	width: 100%;
	height: 50px;
	background: #2991D9;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
	text-indent: 15px;
	border-radius: 5px;
}
.left-menu-list{
	padding-bottom: 20px;
}
.menu-li-item{
	padding: 20px 20px 0px 20px;
	cursor: pointer;
}
.menu-li-item.active{
	color: #2991D9;
}
.right-list-item{
	width: 980px;
	height: 50px;
	background: #FFFFFF;
	margin: 8px auto 0 auto;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
    border-radius: 5px;

}
.right-list-inner{
	padding-bottom: 6px;
}
.item-btn{
	display: inline-block;
	width: 125px;
	height: 40px;
	background: #2991D9;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 10px;
}
.item-btn img {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.item-btn:hover{
	color: #FFFFFF;
}
