/*样式初始化*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,header,hgroup,nav,section,article,aside,footer,figure,figcaption,menu,button
	{
	margin: 0;
	padding: 0;
}

/*标题类的设置，主要是字体大小以及加粗样式*/
h1,h2,h3,h4,h5,h6 {
	font-size: inherit;
	font-weight: normal;
}

/*table 的默认样式*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*img 的以及值域块的边框*/
fieldset,img {
	border: 0;
}

/*li标签的默认样式*/
li {
	list-style: none;
}

/*表单项的初始化*/
input,button,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: 0;
	background: none;
	outline: none;
}

.red {
	color: red;
}
/*表单项或的焦点时样式*/
button:focus,input :focus,select: focus,textarea:focus {
	outline: none;
}

/*a标签默认的样式*/
a {
	-webkit-touch-callout: none;
	text-decoration: none;
	color: #000;
	outline: 0;
}

a:hover,a:active,a:link {
	-webkit-touch-callout: none;
	text-decoration: none;
}

label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
}

body {
	font-family: "微软雅黑";
	font-size: 12px;
}

.OutWrapper {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	padding-bottom: 20px
}

/*左边的菜单部分*/
.OutWrapper .leftMenu {
	width: 160px;
	overflow: hidden;
	background: #f5fafa;
	line-height: 32px;
	font-size: 16px;
	font-family: '黑体';
	float: left;
	height: auto;
}

.OutWrapper .rightCont {
	width: 100%;
	padding-right: 160px;
	margin-right: -160px;
	float: left;
	height: 500px;
	overflow: auto;
}

.OutWrapper .leftMenu .menuLi {
	height: 50px;
	overflow: hidden;
	text-align: center;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #ededf0;
}

.OutWrapper .leftMenu .menuItem {
	color: #000;
	display: block;
	border-left: 3px solid #f5fafa;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.OutWrapper .leftMenu .menuItem.menuCurrent,.OutWrapper .leftMenu .menuItem:hover
	{
	border-left: 3px solid #2ca9e1;
}

.OutWrapper .leftMenu .menuLi:first-child {
	border-top: 1px solid #ededf0;
}

/*我的消息 消息列表*/
.msgList {
	
}

.msgList .msgListWrapper {
	padding-left: 30px;
}

.msgList .msgLi {
	border-bottom: 1px solid #e6e6e6;
	line-height: 40px;
	font-size: 16px;
	display: block;
}

.msgList .msgLi:hover {
	color: #000
}

/*我的消息  特殊消息 */
.msgTip {
	width: 300px;
	height: 300px;
	margin: 0 auto;
	border-radius: 5px;
	background: #fafafa;
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
}

.msgTip .topLine {
	background: #98d5d3;
	height: 8px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.msgTip .msgTitle {
	height: 50px;
	line-height: 50px;
	font-family: '黑体';
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.msgTip .dataUl {
	padding: 0 30px;
	line-height: 30px;
}

.msgTip .dataUl .datali {
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.msgTip .botBtn {
	margin-top: 20px;
}

.msgTip .botBtn .leftBtn,.msgTip .botBtn .rihgtBtn {
	float: left;
	color: #fff;
	width: 100px;
	height: 35px;
	border-radius: 3px;
	line-height: 35px;
}

.msgTip .botBtn .rihgtBtn {
	margin-left: 30px;
}

.useAble {
	background: #069e99;
}

.disuseAble {
	background: #999;
}

/*我的分组页面样式*/

/*提示样式*/
.groupTip {
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
}

/*全局样式  单行  单个按钮*/
.usualLineContainer {
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.usualBtn {
	height: 35px;
	color: #069e99;
	border-radius: 3px;
	border: 1px solid #069e99;
	line-height: 33px;
	padding: 0 35px;
	font-size: 16px;
	background: #fff;
}

.usualBtn2 {
	height: 35px;
	color: #fff;
	border-radius: 3px;
	line-height: 33px;
	padding: 0 35px;
	font-size: 16px;
	background: #069e99;
}

.usualBtn3 {
	height: 30px;
	color: #069e99;
	border-radius: 3px;
	border: 1px solid #069e99;
	line-height: 28px;
	padding: 0 35px;
	font-size: 16px;
	background: #fff;
}

/*新建分组的模块     ,上传文件模块*/
.newGroup,.uploadFile {
	width: 320px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
}

.newGroup .datali,.uploadFile .datali {
	line-height: 35px;
	overflow: hidden;
	margin-bottom: 25px;
}

.newGroup .datali .dataType,.uploadFile .datali .dataType {
	display: block;
	float: left;
	width: 75px;
}

.newGroup .datali input[type=text],.newGroup .datali select,.newGroup .datali textarea,.uploadFile .datali input[type=text],.uploadFile .datali select,.uploadFile .datali textarea
	{
	display: block;
	float: left;
	width: 245px;
	border: 1px solid #e6e6e6;
	padding: 0 5px;
}

.newGroup .datali input[type=text],.newGroup .datali select,.uploadFile .datali input[type=text],.uploadFile .datali select
	{
	height: 35px
}

.newGroup .datali .textarea,.uploadFile .datali .textarea {
	height: 80px;
	line-height: 20px;
	padding: 5px;
	resize: none;
}

.newGroup .datali .dataValue,.uploadFile .datali .dataValue {
	overflow: hidden;
}

.newGroup .datali .dataValue .demoImg,.uploadFile .datali .dataValue .demoImg
	{
	width: 120px;
	height: 35px;
	float: left;
}

.newGroup .dataMarginLeft,.uploadFile .dataMarginLeft {
	margin-left: 70px;
}

/*自定义文件上传的样式*/

/*上传操作按钮*/
.btn_addPic {
	display: block;
	position: relative;
	width: 100px;
	height: 35px;
	float: left;
	background: #f5f5f5;
	color: #999999;
	cursor: pointer;
	text-align: center;
	margin-left: 22px;
}

.btn_addPic .filePrew {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 35px;
	opacity: 0;
	/* 实现的关键点 */
	filter: alpha(opacity = 0);
	/* 兼容IE */
	border: none;
	outline: none;
}

/*分组列表*/
.groupList {
	
}

.groupList .groupListWrapper {
	padding-left: 30px;
}

.groupList .groupLi {
	display: block;
	float: left;
	width: 375px;
	height: 110px;
	margin-right: 20px;
	margin-bottom: 50px;
}

.groupList .groupLi .groupImg {
	width: 140px;
	height: 110px;
	float: left;
}

.groupList .groupLi .groupMsg {
	width: 210px;
	margin-left: 25px;
	float: left;
}

.groupList .groupLi .groupBasci {
	height: 20px;
	line-height: 20px;
}

.groupList .groupLi .groupDesc {
	height: 40px;
	line-height: 20px;
	margin: 10px 0;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.groupList .groupLi .groupName {
	font-size: 18px;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	float: left;
}

.groupList .groupLi .groupNumber {
	width: 60px;
	padding-left: 20px;
	float: left;
	position: relative;
}

.groupList .groupLi .groupNumber .memberImg {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
}

/*我的分组列表*/
.myGroupList {
	
}

.myGroupList .groupListWrapper {
	padding-left: 30px;
}

.myGroupList .groupLi {
	display: block;
	float: left;
	width: 375px;
	height: 110px;
	margin-right: 20px;
	margin-bottom: 50px;
}

.myGroupList .groupLi .groupImg {
	width: 140px;
	height: 110px;
	float: left;
}

.myGroupList .groupLi .groupMsg {
	width: 210px;
	margin-left: 25px;
	float: left;
}

.myGroupList .groupLi .groupBasci {
	height: 20px;
	line-height: 20px;
}

.myGroupList .groupLi .groupDesc {
	height: 40px;
	line-height: 20px;
	margin: 10px 0;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.myGroupList .groupLi .groupName {
	font-size: 18px;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	float: left;
}

.myGroupList .groupLi .groupNumber {
	width: 60px;
	padding-left: 20px;
	float: left;
	position: relative;
}

.myGroupList .groupLi .groupNumber .memberImg {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
}

.myGroupList .groupLi .groupBtn1,.myGroupList .groupLi .groupBtn2 {
	height: 30px;
	border-radius: 3px;
	border: 1px solid #069e99;
	line-height: 28px;
	width: 115px;
	font-size: 16px;
	background: #fff;
}
/*左边按钮*/
.myGroupList .groupLi .groupBtn1 {
	color: #2d8cc3;
}
/*右边按钮*/
.myGroupList .groupLi .groupBtn2 {
	color: #069e99;
	margin-left: 15px
}

/*圈子详情的样式*/
.groupBody .groupTitle {
	line-height: 40PX;
	font-size: 18PX;
	font-family: '黑体';
	margin: 20px 0 30px;
	border-bottom: #e6e6e6 1px solid;
}

/*默认页面的左边菜单样式*/
.groupBody .leftMenu .menuItem {
	border-left: none;
}

.groupBody .leftMenu .menuItem.menuPa {
	padding-left: 30px;
	position: relative;
	background: url(../img/xkxz/toright.png) 10px center no-repeat;
	background-size: 15px;
	text-align: left;
}

.groupBody .leftMenu .menuItem.menuPaShow {
	padding-left: 30px;
	pisition: relative;
	background: url(../img/xkxz/tobot.png) 10px center no-repeat;
	background-size: 15px;
}

.groupBody .leftMenu .menuItem.menuCurrent,.groupBody .leftMenu .menuItem:hover
	{
	color: #069e99;
	border-left: none;
}

.groupBody .menuSub {
	display: none;
}

.groupBody .menuSub .menuItemLink {
	color: #999;
}

.groupBody .menuSub .menuItemLink.online {
	color: #000;
}

/*圈子详情 视频列表*/
.groupVideolist {
	width: 100% ；
}

.groupVideolist .groupVideolistWrapper {
	padding-left: 55px;
}

.groupVideolistWrapper .videoli {
	display: block;
	height: 120px;
	border-bottom: #e6e6e6 1px solid;
	margin-bottom: 18px;
}

.groupVideolistWrapper .videoli .videoImg {
	float: left;
	width: 160px;
	height: 100px;
	margin-left: 5px;
}

.groupVideolistWrapper .videoli .videoMsg {
	float: left;
	width: 380px;
	height: 100px;
	margin-left: 20px;
}

.groupVideolistWrapper .videoli .videoTitle {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: '黑体';
	font-size: 18px;
	color: #000;
}

.groupVideolistWrapper .videoli .videoDesc {
	height: 40px;
	line-height: 20px;
	margin: 5px 0;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	color: #999
}

.groupVideolistWrapper .videoli .videoTime {
	line-height: 20px;
	color: #999
}

/* 健康管理模块样式 */
.jkglMain {
	
}
.jkglMain  .jkglList{
	border: 1px solid #e6e6e6;
	height: auto;
	padding-top: 20px;
	overflow:hidden;
}


.jkglMain .jkglList .groupLi {
	width: 350px;
	overflow: hidden;
	height: 120px;
	margin-left: 106px;
	display: block;
	float: left;
	margin-bottom: 20px;
}

.jkglMain .jkglList .groupLi .groupTitle {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-bottom: 5px;
	color: #333;
}

.jkglMain .jkglList .groupLi  .groupImg {
	width: 110px;
	height: 80px;
	float: left;
}

.jkglMain .jkglList .groupLi  .groupCont {
	width: 220px;
	float: right;
}

.jkglMain .jkglList .groupLi  .groupCont   .groupDesc {
	margin: 6px 0;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	color: #333;
	font-size: 14px
}



.jkglMain .jkglList .groupLi .groupTitle {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-bottom: 5px;
	color: #333;
}

.jkglMain .jkglList .groupLi  .groupImg {
	width: 110px;
	height: 80px;
	float: left;
}

.jkglMain .jkglList .groupLi  .groupCont {
	width: 220px;
	float: right;
}

.jkglMain .jkglList .groupLi  .groupCont   .groupDesc {
	margin: 6px 0;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	color: #333;
	font-size: 14px
}

.jkglMain .jkglList .groupLi  .groupCont  .fansNumber {
	float: left;
}

.jkglMain .jkglList .groupLi  .groupCont  .groupBtn {
	height: 25px;
	color: #2ca9e1;
	border-radius: 3px;
	border: 1px solid #2ca9e1;
	line-height: 23px;
	padding: 0 10px;
	font-size: 16px;
	background: #fff;
	margin-left: 10px;
	float: right
}
/*  远程教学模块样式      */
.ycjxMain {
	
}

.ycjxMain .leftPanel {
	width: 667px;
	float: left;
}

.ycjxMain .leftPanel .searchType {
	color: #333;
	font-size: 16px;
	margin-left: 25px;
	display: block;
	float: left;
}

.ycjxMain .leftPanel .searchType.active {
	background: #2ca9e1;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
}

.ycjxMain .leftPanel  .videoChoList {
	padding-top: 35px;
	padding-left:20px;
	overflow:hidden;
	height:530px;
}

.ycjxMain .leftPanel  .videoChoList .videoChoLi {
	display: block;
	float: left;
	margin-bottom: 35px;
	margin-left: 60px;
	width: 160px;
	height: 205px;
}
.ycjxMain .leftPanel  .videoChoList  .videoChoLi:nth-child(3n+1)
{
margin-left:0;
}

.ycjxMain .leftPanel  .videoChoList .videoChoLi .videoImg {
	width: 160px;
	height: 100px;
}

.ycjxMain .leftPanel  .videoChoList .videoChoLi .videoName,.ycjxMain .leftPanel  .videoChoList .videoChoLi .videoDesc
	{
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.ycjxMain .leftPanel  .videoChoList .videoChoLi .videoName {
	margin: 10px 0;
	line-height: 20px;
	font-size: 18px;
	height: 40px
}

.ycjxMain .leftPanel  .videoChoList .videoChoLi .videoDesc {
	line-height: 20px;
	font-size: 14px;
	color: #666;
	height: 40px
}

.ycjxMain .rightPanel {
	width: 212px;
	float: right;
}
.ycjxMain .rightPanel  .theme{
	margin-bottom:35px
}

.ycjxMain .rightPanel  .videoChoLiOnline{
	 display: block;
	
	width: 160px;
	height: 205px;
	margin:0 auto;
	margin-bottom:35px;
}

.ycjxMain .rightPanel  .videoChoLiOnline .videoImg{
	 width: 160px;
	height: 100px;
}
.ycjxMain .rightPanel  .videoChoLiOnline .videoName,.ycjxMain .rightPanel  .videoChoLiOnline .videoDesc
	{
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.ycjxMain .rightPanel  .videoChoLiOnline .videoName {
	margin: 10px 0;
	line-height: 20px;
	font-size: 18px;
	height: 40px
}

.ycjxMain .rightPanel  .videoChoLiOnline.videoDesc {
	line-height: 20px;
	font-size: 14px;
	color: #666;
	height: 40px
}
.ycjxMain .leftPanel .searchType.active{
	    background: red!important;
}

