*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
body{
	overflow-x: hidden;
	font-size: 14px !important;
	background-color:#F4F4F8;
}
ul,li{list-style:none;}
.text-center{
	text-align:center;
}
@media (min-width: 768px) {
	.container { width: 750px;}
}
@media (min-width: 992px) {
	.container { width: 970px;}
}
@media (min-width: 1200px) {
	.container { width: 1280px;}
}
.container{
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*头部*/
.header{
	width:100%;
}
.header .navbar-tarsocial{
	width:100%;
	height:50px;
	line-height:50px;
	background-color: #2ca2fb !important;
}
.header .model-header {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}
.header .userbox{
	width: 350px;
	border-radius: 0;
}
.header .userbox>li{
	width:100%;
	float:left;
}
.header .userbox>li>a{
	width:33.33%;
	padding:10px 0;
	text-align:center;
	color:#7d7d7d;
	float:left;
	clear:none;
	cursor: pointer;
}
.header .userbox>li.logout{
	background-color: #f4f4f8;
	color: #fd6b69;
	padding: 10px;
	border-top: 1px solid #ddd;
	cursor: pointer;
}

.logo{
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.logo img{
	height:100%;
	cursor: pointer;
}
.header .user{
	float:right;
	height: 50px;
	color:#fff;
}
.header .user>ul{
	float: left;
	height: 50px;
	overflow: hidden;
}
.header .user>ul>li{
	padding: 15px;
	line-height:20px;
	float:left;
}
.header .user>ul>li:hover{
	background-color: #2791e1;
}
.header .user>ul>li:visited{
	background-color: #2791e1;
}
.header .user>ul>li:active{
	background-color: #2791e1;
}
.model-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top:20px;
}
.model-desc {
	color: #747982;
}

.sidebar{
	width:100%;
	padding:15px 0;
	border-radius:3px;
	background-color:#fff;
}
.sidebar>ul>li>a>i{
	width:15px;
	margin-right:20px;
}
.sidebar>ul>li>a.active{
  color: #2ca2fb;
}
.sidebar ul li .model-item-title {
	padding-left: 20px;
	color: #747982;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	padding: 10px 20px;
	cursor: pointer;
}
.sidebar ul li .caret{
	margin-top: 8px;
}
.sidebar ul li .caret.updown{
	border-top: transparent;
	border-bottom: 4px solid;
}
.list-group-item{
	border: none;
	border-radius: 0;
	padding-left: 57px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-group-item:first-child{
	border-radius: 0;
}
.bg-color{
	background-color: #09C !important;
	color:#FFF !important;
}
.mr-housite {
	margin-right: 20px;
}
.sidebar-main{
	width:100%;
	padding-bottom:20px;
	background-color:#fff;
	border-radius:3px;
}













