.middle{left:0;right:0;top:0;bottom:0;margin:auto;}
/*前台登录页*/
.loginPage{
	background-color:#7395ba;
	font-size:14px;
	}
.header-login2{
	position:inherit;
	background-color:white;
}
.login-content{
	position:absolute;
	border-radius:8px;
	width:80%;
	height:500px;
	background-color:#fff;
}
.content-r:after{
	display:block;
	content:"";
	position:absolute;
	width:1px;height:80%;
	background-color:#e4e4e4;
	left:63%;top:0;bottom:0;margin:auto;
}
.showTxt{
	padding:14px 20px 10px;
}
.showTxt b{
	margin-right:10px;
	font-weight:bold;
}
/*左侧*/
.content-l{
	width:60%;height:100%;
}
.content-all{
	width:100%;height:100%;
}
.slider{
	margin-top:10px;
	width:100%;height:450px;
	position:relative;overflow:hidden;
}
.slider-ul{
	width:200%;
	position:absolute;
	left:0;
}
.slider-item{
	float:left;
	width:50%;
}
.book-cover{
	height:400px;
}
.book-cover dl{
	float:left;
	width:22%;
	height:200px;
	margin-left:3%;
}
.book-cover dl dt{
	width:100%;
}

.book-sugg-cover{
	height:400px;
}
.book-sugg-cover dl{
	float:left;
	width:9%;
	height:200px;
	margin-left:3%;
}
.book-sugg-cover dl dt{
	width:100%;
}
.book-name{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-top:6px;
	text-align:center;
}
.cover{
	width:100%;height:136px;
    margin: 20px auto 10px;
    border: 1px solid #ccc;
    padding: 5px;
}
.advertisement{
	display: block;
    width: 94%;
    cursor: pointer;
    margin: auto;
}
.sld-nav{
	position:absolute;
	bottom:30px;
	left:20px;
}
.sld-nav li{
	width:30px;
	height:4px;
	margin-right:10px;
	background-color:#999;
	float:left;
	cursor:pointer;
}
.sld-nav li.current,.sld-nav li:hover{
	background-color:#83a9d4;
	height:6px;
	margin-top:-2px;
}
/*右侧*/
.content-r{
	width:39%;height:100%;
}
.loginWrap{
	width:70%;
	margin:125px auto;
}
.loginWrap input{
	background:#f1f1f1;
	width:100%;
	height:45px;
	padding:4px 8px;
	outline:none;
}
/*.icon{与其他页面冲突,只有登录页面有使用
	background:white;
	width:50px;
	text-align:center;
	color:#fff;
	background-color:#83a9d4;
}*/
.login{
	width:100%;
	text-align:center;
	background-color:#83a9d4;
	color:#fff;
	font-weight:bold;
	height:45px;
	line-height:35px;
}
/**/
.myFocus,.listLeadTxt{
	font-size:15px;
}
.optionBox2{
	height:20px;
}
.optionBox2 .ellipsis{
	display:inline-block;
	width:99%;
}
.price{
	text-align: right;
    padding-right: 18px;
}
.subTheme{
	background: #08c;
	width: auto;
	min-width: 150px;
	padding: 0px 5px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    margin-bottom: 20px;
    font-size: 14px;
	cursor: pointer; /* 添加小手图案 */
	position: relative; /* 为遮罩定位 */
	overflow: hidden; /* 确保遮罩不会超出容器 */
}
.subTheme:hover::before {
	content: ''; /* 伪元素内容为空 */
	position: absolute; /* 绝对定位 */
	top: 0;
	left: 0;
	width: 100%; /* 遮罩宽度与容器相同 */
	height: 100%; /* 遮罩高度与容器相同 */
	background-color: rgba(0, 0, 0, 0.2); /* 遮罩颜色，这里使用了半透明黑色 */
}

.subTheme_inact{
	width: auto;
	min-width: 150px;
	padding: 0px 5px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #08c;
	margin-bottom: 20px;
	font-size: 14px;
	border: solid 1px #08c;
	cursor: pointer; /* 添加小手图案 */
	position: relative; /* 为遮罩定位 */
	overflow: hidden; /* 确保遮罩不会超出容器 */
}

.subTheme_inact:hover::before {
	content: ''; /* 伪元素内容为空 */
	position: absolute; /* 绝对定位 */
	top: 0;
	left: 0;
	width: 100%; /* 遮罩宽度与容器相同 */
	height: 100%; /* 遮罩高度与容器相同 */
	background-color: rgba(0, 0, 0, 0.1); /* 遮罩颜色，这里使用了半透明黑色 */
}

.book-title a:hover{
	color:#ffaa39;
}
.label-long:after{
	right:-12px;
}
.modal-dialog.newCreat{
	width:700px;
	height:300px;
}
.upLoadBox{
	height:156px;
}
.td-file{
	vertical-align:baseline;
}
.upLoadImg{
	width:100%;height:100px;
	border:1px solid #ccc;
	position:absolute;top:45px;
}
.up_btn{
	opacity:0;
	position: absolute;
    z-index: 2;
    height: 40px;
    cursor: pointer;
    border: 1px solid;
}
.up_btn_2{
	background: white;
    border: 1px solid #ccc;
    padding: 10px;
    position: absolute;
    top: 0;
}
.myTable{
	min-height:240px;
}
.sm_Logo{
	position:relative;
	cursor:pointer;
}
.L_Logo{
	position:absolute;
	width:100px;
	background:white;
	display:none;
	z-index: 2;
    right: 100%;
    bottom: 0;
}
.sm_Logo:hover .L_Logo{
	display:block;
}
.down{
	position:relative;
	cursor:pointer;
}
.down:after{
	display:block;
	content:'↓';
	position:absolute;
	top:0;bottom:0;margin:auto;right:7px;
}
.fs14{
	font-size:14px;
}
.main-content .wrap {
    padding: 14px 14px 0;
    margin-bottom: 7px;
}
hr{margin:10px 0;}
.fs16{
	font-size:16px;
}
.list-type a,.publish a{
	display:inline-block;
	height:30px;
    padding: 0 9px;
    margin: 5px 5px 5px 0;
    border: 1px solid #ccc;
    line-height: 26px;
    white-space: nowrap;
}
.list-type a.active,.list-type a:hover{
    background:#ffaa39;
    border-color:#ffaa39;
    color: #fff;
}
textarea.leadTxt2{
	height:200px;
	font-size: 14px;
    line-height: 1.6;
}
.orange{
	color:#ffaa39;
}
textarea.editable2{
	width:49% !important;
	height:80px;
	display:block;
}
.areaBox{
	height:460px;
	width:100%;
	overflow-y: auto;
}
.pd-b-14{padding-bottom:14px;}
.companyLogo{
	/*width:12%;
    background: white;
    display: block;
    padding: 10px;*/
}
.publish-intro{
	padding-left:24%;
}
.companyIntro{
	/*width:87%;
	float:right;
	font-size:14px;*/
}
.companyList li{
	margin-bottom:8px;
	position:relative;
}
.this_company{
	display: block;
	font-size:16px;
	font-weight:bold;
}
.toKnow{
	line-height: 22px;
	cursor:pointer;
}
.contactWay{
	position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    left:80px;
    width:300px;
    display:none;
	z-index: 999;
	word-break: break-all;
	word-wrap: normal;
	overflow-y: auto;
	max-height: 200px;
}
/*.contact:hover .contactWay{
	display:block;
}*/
.logo_box{
	margin-top:5px;
	float:left;width:10%;margin-left:3%;
	position:relative;background:white;
}
.logo_img{
	display: block;
	padding:10px;
	border:1px solid #c1e1fc;
	box-shadow:0 0 5px #c1e1fc;
}
.more{
	font-size:13px;
	color:#666;
	cursor:pointer;
}
.w-p80{
	width:80%;
}
.nav-pills > li > a:hover, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #ffaa39;
}
.nav-pills > li > a {
    background-color: #e8e8e8;
}
.publish a{
	font-weight:bold;
	width:20%;margin:5px 2%;
	border:0;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
tr.series td{
	background:#edf6ff;
}
#control-txt{
	color:orange;
}
.w-p70{
	width:70% !important;
}
/*首页*/
.color-blue{
	color:#82A3C7;
}
.pd-r-14{padding-right:14px;}
.a_middle{
	vertical-align:middle;
}
.bling{
	font-size:16px;color:orange;margin:5px 0 0 10px;font-weight:bold;
}
.areaBox2{
	width:100%;
	height:420px;
	overflow-y: auto;
}
.canal_c{
	background: #5cb85c;
}
.canal_p{
	background: #337ab7;
}
.canal_j{
	background: #d9534f;
}
.canal_d {
	background: #FFBB00;
}
.canal_q {
	background: #007D43;
}
.ding{
	position: fixed;
    bottom: 20px;
    right: 15px;
    width: 300px;
    height: 180px;
    background: #c3dff7;
    font-size: 13px;
    padding: 10px;
}
.ding p{
	line-height: 30px;
}
.lineH-30{
	line-height:30px;
}
.group2{
	width:520px;margin-left:-4px;
}
input.w220{
	width:220px !important;
}
/* -----新加样式***首页（前台）***新加样式------ */
.main-content.cutLine .part:after{
	right:37%;
}
.main-content.cutLine .slider,.main-content.cutLine .book-cover{
	height:200px;
}
.main-content.cutLine .slider{
	margin-top:0;
}
.main-content.cutLine .book-cover dl,.adviseItem{
	cursor:pointer;
}
.main-content.cutLine .book-cover dl:hover dd,.adviseItem:hover a.adviseA{
	color:#337ab7;
}
a.myFocus{
	color: #ffaa39;
	display:inline-block;
	margin-right:20px;
}
.contentR{
	width:35%;
}

.contentP{
	width:36%;
}
ul.adviseList{
	margin-top:15px;
	padding: 0 10px;
}
.adviseItem{
	width:95%;margin:0 auto 15px;
	position:relative;padding-left: 5px;
}
.adviseItem:before{
	position: absolute;content:"";display: block;
	width:4px;height:4px;background-color: #222;
	border-radius:8px;
	top:0;bottom:0;margin:auto;left:-5px;
}
.adviseA{
	font-weight: 600;
}
.index-cover .cover{
	border:none;
}
/*新增-榜单明细*/
/*.main-content.m-t-10{
	margin-top:14px;
}*/
.header .sideMenu{
	padding:0 10px;
}
.video-link{
	display:inline-block;
	height: 80px;
	padding-left: 10px;
	line-height: 80px;
	margin-top: 16px;
	margin-left: 10px;
	border-left: 1px dashed #fff;
}
.main-content .time-option-box .option-item{
	min-width:72px;
	width:auto;
	padding:5px;
}
.main-content .time-option-box .option-item.not-allow{
	color:#ddd;
}
.main-content .time-option-box .option-item.not-allow:hover{
	cursor:default;
	border-color:inherit;
}
.new-option .label-txt{
	width:auto;
}
.main-content .new-option .optionBox {
	padding-left:73px;
}
.list-time{
	padding-left:440px;
}

.rank-list-time{
	padding-left:700px;
}
.main-content .align2{
	margin:12px 0;
}
/*新增视频*/
.video-part{
	margin-top:30px;
}
.info_tit {
	border-left: 5px solid #000;
	margin: 0 0 20px;
	height: 30px;
	line-height:30px;
}
.info_tit span{
	text-indent: 10px;
	display: block;
	font-size: 16px;
}
.aVideo {
	display: block;
	position: relative;
}
.myVideo {
	width: 92%;
	margin: auto;
}
.freshVideo {
	position: absolute;
	display: block;
	background-color: orange;
	color: white;
	top: 10px;
	width: 32px;
	height: 16px;
	line-height: 12px;
	text-align: center;
	left: -5px;
	font-size: 12px;
}
.freshVideo:before {
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 14.5px;
	left: 0px;
	background: linear-gradient(45deg,rgba(249, 244, 244, 0) 3px,orange 0);
}
.item-hover {
	width: 100%;
	font-size: 0;
	background: #000 no-repeat 10px 100px;
	opacity: 0.5;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
	position: absolute;
	top: 0;
	height: 0;
}
.aVideo:hover .item-hover {
	height: 100%;
	background-image: url(../img/play-icon.png);
	background-position: center center;
}
.aVideo2{
	width:32%;
	margin-top:20px;
}
.aVideo2:nth-child(3n+5),
.aVideo2:nth-child(2) {
	margin: 20px 18px 0;
}
.aVideo2:nth-child(3n+4),
.aVideo2:nth-child(1) {
	margin: 20px 0 0 5px;
}
.info-title {
	width: 100%;
	height: 42px;
	bottom: 0;
}
.info-title .title-bg {
	height: 100%;
	background-color: white;
	opacity: .4;
}
.title-txt {
	width: 100%;
	padding: 0 14px;
	top: 10px;
}
.funLink span {
	display: inline-block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #666;
	font-size: 15px;
}
.funLink small {
	font-size: 15px;
	color: #999;
	vertical-align: top;
}
p.funLink {
	padding: 14px;
}
.pos_ab{
	position:absolute;
}
.half-side{
	width:48%;
}
.videoBlock {
	-webkit-box-shadow: 0 0 7px 2px #e8e8e8;
	box-shadow: 0 0 7px 2px #e8e8e8;
	margin-bottom: 30px;
}

/*首页新增改*/
.m-l-50{
	margin-left:50px;
}
.book-cover dl.video-cover{
	width:100%;
	position:relative;
}
.book-cover dl.video-cover dt{
	height:166px;
}
.book-cover dl.video-cover dt>.cover-2{
	padding:0;
	width:255px;
	height:166px;
	margin:0 auto 0;
	padding:10px 0 0;
}
dl.video-cover:hover .item-hover {
	width:85%;
	height: 156px;
	margin-top: 10px;
	background-image: url(../img/play-icon.png);
	background-position: center center;
	margin-left:50px;
}
.adviseList-2 li{
	width: 20%;
	padding: 7px;
	float: left;
	text-align: center;
	background:#c4e4ff;
	margin: 20px 2%;
	cursor:pointer;
}
.adviseList-2 li .adviseA{
	display:block;
	margin-bottom: 10px;
}
.adviseList-2 li:hover .adviseA{
	color:#6286ae;
}

/* 底部容器 */
.export-info-bar {
	position: relative;
	/* overflow: hidden; */
	margin-top: 10px;
}

/* 文本 */
.ellipsis-text {
	position: relative;
	font-size: 14px;
	/* float: left; */
	/* （***）设置最大高度为两行的高度 */
	max-height: 84px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	/* 设置文本在按钮下方 */
	z-index: 0;
}

/* 按钮前方省略号的样式 */
.pseudo-element {
	color: #000;
	margin-right: 5px;
}

/* 按钮 */
.expand-button {
	/* (***) 设置定位，使按钮与最后一行平行并覆盖在最后一行上方 */
	position: absolute;
	/* 设置按钮浮动在右方 */
	/* float: right; */
	/* 默认隐藏按钮 */
	display: none;
	/* 将按钮向上移动一行 */
	right: 0px;
	bottom: -1px;
	color: skyblue;
	/* 此处背景一定要设置， */
	background: #fff;
	font-size: 14px;
	width: 70px;
}
.cover-title{
	width:100%;height:40px;
	margin: -10px auto 10px;
	border: 1px solid #ccc;
	border-top: none;
	padding: 5px;
}