html {
	/* background-color: #f3f3f3; */
}

.text-success {
	color: #208a52;
}

/*当前位置*/
.doc-path {
	heigth: 25px;
	line-height: 25px;
	border-left: 3px solid green;
	padding-left: 15px;
}
.doc-cur-pos {
	width: 60px;
	float: left;
	background-color: #f2f2f2e6;
	height: 66px;
	color: #666;
	margin-right: 10px;
	border: 1px solid #2c9e63;
	line-height: 66px;
	text-align: center;
	font-size: 16px;
	border-radius: 4px;
	position: relative;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.4);
	        box-shadow: 1px 1px 2px rgba(0,0,0,.4);
	background: -webkit-linear-gradient(to top, #1aa85d, #2c9e63); 
	background: -o-linear-gradient(to top,  #1aa85d, #2c9e63); 
	background: -moz-linear-gradient(to top, #1aa85d, #2c9e63); 
	background: linear-gradient(to top, #1aa85d, #2c9e63);
}
.doc-cur-pos:hover {
	background: -webkit-linear-gradient(to top, #1aa85d, #2c9e63); 
	background: -o-linear-gradient(to top,  #1aa85d, #2c9e63); 
	background: -moz-linear-gradient(to top, #1aa85d, #2c9e63); 
	background: linear-gradient(to top, #1aa85d, #2c9e63);	
}
.doc-cur-pos a { color: #fff; font-size: 15px; }

.doc-info-box {
	margin-bottom: 0px;
	background-color: #fff;
}
.doc-info-box .doc-box {
	width: 100%;
	min-height: 600px;
	background-color: #fff;
	margin-bottom: 20px;
}
.doc-info-box .doc-name {
	font-size: 1.5em;
	margin-bottom: 15px;
	display: inline-block;
}
.doc-info-box .doc-info {
	
}
.doc-info-box .doc-info .doc-tag {
	color: #666;
}
.doc-info-box .doc-info .doc-tag .glyphicon {
	margin: 0 5px;
}
.doc-info-box .doc-info .line-y {
	display: inline-block;
	color: #dddbdb;
	margin: 0 10px;
}

/*顶部功能按钮*/
.lib-head-r { width: 400px; float: right; height: 92px; padding: 5px; margin-left: 10px; }
.upload-mydoc { height: 80px; width: 80px; border: 1px solid #eee; background-color: #fbfbfb; margin-right:15px; border-radius: 4px; float: right; text-align: center; padding: 12px 0px;}
.upload-mydoc.mydoc-success { border-color: rgb(4, 141, 30); color: rgb(4, 141, 30); background-color: rgba(4, 141, 30, 0.01); }
.upload-mydoc.mydoc-success:hover { background-color: #e6fce6; color: #047419; cursor: pointer; }
.upload-mydoc.mydoc-danger { border-color: #ce1111; color: rgb(209, 18, 18); background-color: rgba(4, 141, 30, 0.01); }
.upload-mydoc.mydoc-danger:hover {  }
.upload-mydoc.mydoc-primary {  border-color: rgb(4, 141, 30); color: rgb(4, 141, 30); background-color: rgba(4, 141, 30, 0.01); }
.upload-mydoc.mydoc-info {  border-color: rgb(4, 141, 30); color: rgb(4, 141, 30); background-color: rgba(4, 141, 30, 0.01); }
.upload-mydoc .fa { font-size: 32px; width: 60px;height: 34px;text-align: center;line-height: 34px;font-weight: 100;}
.upload-mydoc .doc-title-text { display: inline-block; width: 100%; }

/*文档预览区域*/
.doc-file-area { border: 1px solid #ddd; background-color: #fff;}
.doc-file-area .doc-info { height: 50px; line-height: 50px;  padding: 0 15px; border-bottom: 1px solid #ddd; background-color: #f3f3f3; }
.doc-file-area .doc-info .doc-basic-info { margin-left: 10px; padding: 0 15px; } 
.doc-file-area .doc-info .doc-userimg { margin-bottom: 5px; margin-right: 10px; width: 40px; height: 40px; }

/*预览失败提示*/
.doc-error-info {
	margin: 10px auto;
	padding: 20px;
	background-color: #fff4d9;
	border: 1px solid #cfcfcf;
	font-size: 14px;	
	color: red;
}
/*文档底部下载相关*/
.doc-info-box .doc-down-info {
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 20px 0 40px 0; 
	margin-top: 20px;
}
.doc-info-box .doc-down-info .doc-down-row {
	margin: 10px 0;
}
.doc-info-box .doc-down-info .doc-first-title {
	font-size: 16px;
	margin: 10px 0;
}
/*下载*/
.doc-info-box .doc-down-info .doc-down-btn {
	margin-bottom: 25px;
}
.doc-info-box .doc-down-info .glyphicon {
	
}
.doc-info-box .doc-down-info .doc-unread .continue-read1 {
	text-align: center;
	margin: auto;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding: 10px 25px;
}
.doc-info-box .doc-down-info .doc-unread .continue-read1:hover {
	cursor: pointer;
}
.doc-info-box .doc-down-info .doc-unread .continue-read1:hover .text-gray {
	color: #8f8f8f;
}
.doc-info-box .doc-down-info .doc-unread .continue-read1:hover .text-success {
	color: #208a52;
}

/*点赞*/
.doc-laud-info {
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 20px; 
	margin-top: 10px;
}
.doc-laud-info .row {
	margin: 0;
}
.doc-laud-info .doc-laud-btn {
	height: 50px;
	line-height: 50px;
	background-color: #208a52;
	border-color: #1d7e4b;
	color: #fff;
	-webkit-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.doc-laud-info .doc-laud-btn:hover {
	background-color: #2bb96f;
	border-color: #2cbe72;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

.doc-laud-info .doc-laud-btn.doc-laud-btn-danger {
	background-color: #db383c;
	border-color: #bc2e31;
}
.doc-laud-info .doc-laud-btn.doc-laud-btn-danger:hover {
	background-color: #ff484c;
	border-color: #f5464b;
}
.doc-laud-info .doc-laud-btn.doc-laud-btn-primary {
	background-color: #188ca5;
	border-color: #107990;
}
.doc-laud-info .doc-laud-btn.doc-laud-btn-primary:hover {
	background-color: #1eadcc;
	border-color: #1ea8c6;
}
.doc-laud-info .doc-laud-btn.doc-laud-btn-warning {
	background-color: #d58611;
	border-color: #c77d10;
}
.doc-laud-info .doc-laud-btn.doc-laud-btn-warning:hover {
	background-color: #ed9d25;
	border-color: #e19422;
}
.doc-laud-info .doc-laud-btn[disabled="disabled"] {
	background-color: #e4e4e4;
	border-color: #d6d6d6;
	color: #939393;
}
.doc-laud-info .doc-laud-btn[disabled="disabled"]:hover {
	background-color: #e4e4e4;
	border-color: #d6d6d6;
	color: #939393;
	cursor: default;
}

/*评论区*/
.doc-discuss {
	
}
.doc-discuss .row {
	margin: 0;
}
.doc-discuss .row.mar-y-xs {
	margin-top: 5px;
	margin-bottom: 5px;
}
.doc-discuss .doc-discuss-row {
	margin: 20px 0 10px 0;
}
.star-control {
	margin-left: 10px;
}
.star-control span.glyphicon  {
	font-size: 16px;
	margin: 0 1px;
	top: 2px;
	color: #ddd;
}
.star-control span.glyphicon:hover,
.star-control span.glyphicon.on {
	color: #208a52!important;
	cursor: pointer;
}
.font-star-text {
	margin: 0 20px;
	color: #333;
}
.doc-discuss textarea {
	width: 100%;
	min-height: 100px;
	resize: none;
	border: 1px solid #ddd;
	padding: 8px 10px;
}
.doc-discuss .form-input-control {
	width: 120px;
	height: 34px;
	min-height: 34px;
	border: 1px solid #ddd;
	padding: 8px 10px;
}
.form-input-btn {
	border-left-style: none;
	min-width: 70px;
}

.doc-discuss textarea:focus,
.doc-discuss textarea:hover,
.doc-discuss .form-input-control:focus,
.doc-discuss .form-input-control:hover {
	border-color: #77bd77;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 1px rgba(182, 183, 185, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 1px rgba(182, 183, 185, 0.6);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.doc-discuss .doc-field-title {
 	font-size: 1.1em;
 	font-weight: bold;
 }
.identifyingcode-info {
 	position: relative;
 	top: 2px;
 	margin-left: 20px;
}

/*评论列表*/
.doc-discuss .row.evaluate-row {
	margin: 10px 0;
}
.doc-discuss .evaluate-row .evaluate-user-info .user-name {
	display: inline-block;
	min-width: 120px;
	font-size: 16px;
	margin-bottom: 10px;
}

.doc-discuss .evaluate-row .reply-user-info .user-name{
	display: inline-block;
	min-width: 120px;
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 30px;
}
 

.evaluate-content {
	margin-bottom: 10px;
}

.reply-content{
	margin-bottom: 10px;
 	margin-left: 30px; 
}

.evaluate-item {
	margin: 15px;
	font-size: 12px;
	border-bottom: 1px dashed #ddd;
}
.evaluate-item time {
	margin: 0 20px;
}
.evaluate-operate {
	text-align: right;
}
.evaluate-operate .btn {
	padding: 3px 1px;
}

/*右侧推荐*/
.doc-right-box {
	padding: 0 20px;
}
.upload-my-doc {
	width: 60%;
	padding: 8px 12px;
	border: 1px solid #208a52;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}
@media (min-width: 1201px) and (max-width: 1980px) { 
	.upload-my-doc { width: 50%;}
}
.upload-my-doc:hover {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
	cursor: pointer;
}
.upload-my-doc:hover .doc-title-text,
.upload-my-doc:hover .text-success,
.upload-my-doc:hover .glyphicon {
	color: #fff;
}
.upload-my-doc .glyphicon,
.upload-my-doc .doc-title-text,
.upload-my-doc .text-success {
	color: #208a52;
}
.upload-my-doc {
	/* margin: 40px 20px 40px 0; */
}

/*相关文档推荐*/
.doc-groom {
	
}
.doc-groom .doc-groom-info {
	padding-left: 22px;
}
.doc-groom .doc-groom-info > span {
	margin-right: 5px;
}
.doc-groom .doc-groom-title {
	margin: 20px 0 10px 0;
}
.doc-groom .doc-groom-title .title-text {
	font-size: 16px;
	padding: 5px 10px;
	border-bottom: 2px solid #208a52;
	color: #208a52;
}
.doc-groom li {
	padding: 10px 5px;
	background-color: transparent;
	border: 1px solid transparent;
}
.doc-groom li:hover {
	background-color: #eee;
	border-color: #ddd;
	cursor: pointer;
}
.doc-groom li img {
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.doc-groom li span {
	font-size: 12px;
}

/*不感兴趣*/
.layer-dialog-content {
	width: 100%;
	height: 100%;
	padding: 20px;
}
.layer-dialog-content li {
	padding: 5px 20px;
}
.layer-dialog-content li input[type="checkbox"] {
	margin: 0 5px;
}
.layer-dialog-content li label {
	font-weight: normal;
}
.layer-footer-btn {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
.layer-footer-btn button {
	padding: 6px 25px;
}

/*投诉*/

/*不显示*/
.display-none{
	display: none;
}
.mf30{
	margin-left: 30px;
}


/*--------文库查询列表----------*/
.doc-info-box {
	
}
.list-row {
	margin: 8px 0;
}
/*搜索框下前几个选项背景*/
.bg {
	color: #333;
	padding: 3px 7px;
	border: 1px none transparent;
	background-color: transparent;
	margin: 0 7px; 
}
.bg:first-child {
	margin-left: 0;
}
.bg-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.bg-success:hover,
.bg-success1:hover,
.bg-on {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

label {
	font-weight: normal;
}

.list-con {
	width: 100%;
	float: left;
}

.list-con-row {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	background: #fcfcfc;
	padding: 10px 20px;
}
.list-row .con-title {
	font-size: 16px;
	color: #007a0a;
}
.list-row .con-title:hover { 
	text-decoration: underline;
}
.list-row .con-title:hover {
	cursor: pointer;
	color: #005a07;/*#e36363*/
}
.list-row .cut {
	margin: 0 5px;
	color: #969696
}
.filter label {
	margin-left: 2px;
	margin-right: 10px;
}
/*更多筛选按钮*/
.more-search-box {
	
}
.more-search-box:hover {
	color: green;
	cursor: pointer;
}
.more-search-btn .glyphicon {
	font-size: 0.8em;
}
/*更多筛选*/
.more-search {
	padding: 10px 15px;
	border: 1px solid #ddd;
	width: 100%;
	display: table;
}
.more-search .list-row {
	height: 25px;
	line-height: 25px;
}
.more-search .con-field {
	display: inline-block;
	min-width: 100px;
	text-align: right;
	padding-right: 10px;
}
.more-search .con-item span:hover {
	cursor: pointer;
}
.more-search .con-item .oth-item-on {
	color: green;
}
.more-search .con-item .oth-item {
	padding: 0 10px;
	margin: 0 10px;
}
/*标题文档类型图标*/
.list-row .con-icon, 
.con-icon {
	display: inline-block;
	width: 12px;
	height: 13px;
	margin: 0px 5px;
	background: #fff url(../../../img/office.png) no-repeat 0 0;
}
.con-icon.con-icon-doc,
.con-icon.con-icon-docx {
	background-position: 0 0;
}
.con-icon.con-icon-exel,
.con-icon.con-icon-xls,
.con-icon.con-icon-xlsx {
	background-position: -13px 0px;
}
.con-icon.con-icon-pdf {
	background-position: -26px 0px;
}
.con-icon.con-icon-ppt,
.con-icon.con-icon-pptx {
	background-position: -39px 0px;
}
.con-icon.con-icon-txt {
	background-position: -52px 0px;
}
/*标题内容*/
.con-news {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}
/*vip免费*/
.bg1 {
	position: relative;
	background-color: #e36363;
	border: 1px solid #e36363;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}
.bg1 .bg1-danger {
	background-color: #e36363;
	border: 1px solid #e36363;
}
.bg1 .triangle-down {
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 7.5px solid transparent; 
	border-right: 15px solid #e36363; 
	border-bottom: 7.5px solid transparent; 
	left: -8px;
	top: 2px;
}
/*质量评分*/
.con-quality {
	float: right;	
}
.con-quality .con-score {
	color: #e36363;
	font-size: 16px;
	margin: 0 5px;
}
/*其他信息*/
.con-footer {
	margin: 5px 0;
	height: 30px;
	line-height: 30px;
}
.con-footer span {
	color: #969696;
	font-size: 12px;
}
.con-footer span.cut {
	margin: 0 10px;
}
.con-down {
	float: right;
}
/*顶部搜索*/
.top-search {
	padding: 10px 0;
	width: 100%;
	float: left;
}


/*顶部导航链接*/
.mw_nav {
	border: solid 1px #43a741;
}

/*右侧上传按钮*/
.upload-doc-btns {
	padding: 20px;
}
.upload-doc-bg {
	height: 140px;
	/* background-color: #eee;
	border: 1px solid #ddd; */
	text-align: center;
	margin: 0 auto;
}
.upload-my-doc .upload-doc-bg {
	float: none;
}






/*---------------------------文库首页-----------------------*/

.hots-bgimg {
	background: #ffffff url(../../../img/soft_info_bg.gif) no-repeat 50%;
}


.mw-doc-box a {
	color: #333;
}
.mw-doc-box a:hover,
.mw-doc-box a:active {
	color: #2176ae;
	text-decoration: none;
}
.mw-doc-box a:VISITED {
	text-decoration: none;
}

.mw-doc-box .mw-list .doc-info .doc-title a {
	display: inline-block;
	width: 100%;
	max-height: 36px;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
}
.mw-doc-box .mw-list .doc-info .doc-hots-footer {
	float: left;
	width: 100%;
	height: 90px;
}

/*分区大标题*/
.mw-doc-box .mw-news-title {
	position:relative; 
	float:left; 
	width:100%; 
	line-height:31px;
}
.mw-doc-box .mw-header-cuttitle {
	color: #2176ae; 
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.mw-doc-box .mw-header-cuttitle a {
	position: absolute;
	right: 20px;
	color: #9e9e9e;
}
.mw-doc-box .mw-header-cuttitle .mw-header-text {
	height: 100%;
	display: inline-block;
	font-size: 20px;
	padding: 0 15px; 
	border-bottom: 3px solid #2176ae;
}

.mw-doc-line {
	height: 1px;
	background-color: #ddd;
	margin: 10px -15px;
}

/*精品专区*/
.mw-doc-box .mw-doc-area {
	padding: 10px;
}
.mw-doc-box .mw-doc-area h1 {
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #0069c2;
}
.mw-doc-box .mw-doc-list ul li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #ddd;
}
.mw-doc-box .mw-doc-list ul li:last-child {
	border-bottom-style: none;
}

/*热搜文档*/
.docbox-f {
	border-top: 1px solid #ddd;
	padding: 35px 15px 10px 15px;
}
.docbox-f .doc-info {
	padding: 10px;
}
.docbox-f .doc-info .doc-img:hover { cursor: pointer; }
.docbox-f .doc-info:hover a { color: #2176ae; text-decoration: none; }
.docbox-f .doc-info .doc-img {
	margin: 0 auto;
	width: 110px;
	height: 130px;
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.41);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.41)
}
@media (min-width: 1201px) and (max-width: 1980px) { 
	.doc-img{
		width: 126px;
		height: 150px;
	}
}


.doc-old-price {
	text-decoration: line-through;
}
.doc-new-price {
	color: green;
}
.doc-view-num {
	color: #ababab;
	font-size: 12px;
}
.mw-doc-box .mw-info-ul {
	position:absolute; 
	top:-4px; 
	right:10px; 
	float:right;
	line-height:30px;
}
.mw-doc-box .mw-info-ul > li {
	float: left;
	width: 80px; 
	text-align: center; 
	font-size: 14px; 
	background: url(../../../img/index/ej_nva.gif) 0 0;
	display: inline-block;
	float: left;
	min-width: 60px;
}
.mw-doc-box .mw-info-ul > li.mw-title-on {
	width: 80px; text-align: center; background: url(../../../img/index/ej_nva.gif) 0 30px; 
}
.mw-doc-box .mw-info-ul > li.mw-title-on a {
	color: #2176ae
}
.mw-doc-box .mw-info-ul > li a:hover {
	color: #2176ae;
}


/*右侧带数字的列表*/
.mw-doc-num-list { }
.mw-doc-num-list li a { width: 200px;display: inline-block; }
.mw-doc-num-list li em { display: inline-block; float: right; }
@media (min-width: 1201px) and (max-width: 1980px) { 
	.mw-doc-num-list li a { width: 240px; }
}



/*---------------------------百科首页-----------------------*/

.ct { }

.ct-info { margin: 20px 0; }
.ct-info p { padding: 0 20px; }
.ct-info p span { font-size: 20px; } 
.ct-btn-box { text-align: center; margin: 20px 0;}
.ct-btn-box .ct-btn { display: inline-block;padding: 10px 30px;background-color: #00a5ff;color: #fff;font-size: 16px; }
.ct-btn-box .ct-btn .glyphicon { font-size: 16px;margin-right: 2px; }
.ct-btn-box .ct-btn:hover { background-color: #0095e6; cursor: pointer;}

/*每日推荐*/


/*公告*/
.ct-notice {  }
.ct-notice .mw-header-cuttitle { border-bottom: 1px solid #ddd; height: 35px; line-height: 35px;}
.ct-notice .mw-header-cuttitle .mw-header-text { border-width: 2px; position: relative; bottom: 0px; font-size: 16px; } 
.ct-notice .mw-doc-list ul li { border-bottom-color: transparent; height: 30px; line-height: 30px; }

/*热门词条*/
.ct-hot-list {  }
.ct-hot-list li { width: 50%; float: left; }
.ct-hot-list li a i { margin-right: 4px;} /*color: #f7ba3c; */
/******************
.ct-hot-list li a:hover { color: #f7ba3c; }
.ct-hot-list li:nth-child(n+4) a i { color: #0095e6; }
.ct-hot-list li:nth-child(n+4) a:hover { color: #0095e6; }
******************/


/*顶部热搜词条*/
.mw-hot-ct { border-bottom: 1px solid #ddd; overflow: hidden; margin-top: 15px;} 
.mw-hot-ct .mw-hot-type { height: 100%; border-right: 1px solid #ddd; }
.mw-hot-ct .mw-hot-type:nth-child(1) { border-left: 1px solid #ddd; }
.mw-hot-ct .mw-ct-box { padding: 10px; border-top: 1px solid #ddd; }
.mw-hot-ct .col-6:nth-child(2n) .mw-ct-box { border-right: 1px solid #ddd; }
.mw-hot-ct .mw-hot-type a:last-child .mw-ct-box { border-bottom: 1px solid #ddd; }
.mw-hot-ct .mw-ct-box2 { background: #fff; }
.mw-hot-ct .mw-ct-box1 { background: #f9f9f9; }
.mw-hot-ct .mw-ct-box1:hover { background: #eee; cursor: pointer; }
.mw-hot-ct .mw-ct-box .mw-ct-title { font-size: 16px; position: relative; padding-right: 20px;}
.mw-hot-ct .mw-ct-box .mw-ct-title.mw-ct-name { font-size: 14px; }
.mw-hot-ct .mw-ct-box .mw-ct-title .glyphicon { float: right; color: #2176ae; position: absolute;right: 0;top: 4px;}
.mw-hot-ct .mw-ct-box .mw-ct-info { font-size: 12px; color: #878484; line-height: 14px;margin-top: 5px; height: 28px; overflow: hidden;}
.bk-type { height: 35px; text-align: center; font-size: 16px; color: #2176ae;}

.ct-bg { padding: 10px 10px;text-align: center; }
.ct-bg-sm { padding: 15px 10px; text-align: center; }
.ct-bg-lg { padding: 20px 10px; text-align: center; }
.ct-bg6 { background: #f5f5f5; }
.ct-bg5 { background: #eaeaea; }
.ct-bg4 { background: #93c8fd; }
.ct-bg3 { background: #a7d2fe; }
.ct-bg2 { background: #c1e0fe; }
.ct-bg1 { background: #cfe7fe; }


/*分类推荐*/
.mw-type-list {  }
.mw-type-list .mw-type-box { margin: 10px 0; }
.mw-type-list .mw-type-box img { width: 120px; height: 80px; float: left; }
.mw-type-list .mw-type-box .mw-type-info { width: 220px; margin: 0 10px; float: left; }
.mw-type-list .mw-type-box .mw-type-info h1 { margin: 10px 0; font-weight: bold; font-size: 16px; }
.mw-type-list .mw-type-box .mw-type-content {  height: 40px;line-height: 20px;overflow: hidden; color: #666; }
@media (min-width: 1201px) and (max-width: 1980px) { 
	.mw-type-list .mw-type-box .mw-type-info { width: 260px; margin: 0 20px; }
}



/*精品没有匹配的数据*/
.no-data h1 { color: red; }
.no-data .mw-doc-list ul div { height: 175px;  text-align: center; line-height: 175px; background-color: #f7fdff;}

.no-data-bg { background-color: #f7fdff; color: #6C6E85; text-align: center; }

/*热搜词条列表没有数据*/
.encyc-box-info { padding: 40px 20px; border-top: 1px solid #ddd; }
.encyc-box-info h3 { font-size: 18px; margin: 10px 0; }
.encyc-box-info p {  }   

.data-empty * { color: #666;  }
.data-empty { border: 1px solid #ddd; padding: 20px 0; }
.data-empty .fa { font-size: 24px; margin-bottom: 10px;margin-right: 5px;position: relative;top: 1px;}





/*森科单页头部开始*/
#four_flash{position:relative;height:225px; margin:0 auto;position:absolute;top:0; width: 100%;}
#four_flash .flashBg{width:100%;height:225px; margin:0 auto;position:relative;overflow:hidden;}
#four_flash .flashBg ul.mobile{width:1345px;height:225px; position:absolute;top:15; left:0;}
#four_flash .flashBg ul.mobile li{float:left;width:213px;color:#6C6E85;margin-right: 10px;}
#four_flash .but_left{width:50px;height:100px;position:absolute; top:136px; left:0px;}
#four_flash .but_right{width:50px;height:100px; position:absolute; top:136px; right:0px;}
#four_flash .but_left:hover{background:url(../images/qianxleft1.png) no-repeat;}
#four_flash .but_right:hover{background:url(../images/qianxr1.png) no-repeat;}


.jp-size { height: 225px; }
.mw-doc-list .pre-load { height: 225px; }
.pre-right-load .pre { padding: 5px 0;  } 
.pre-right-load .pre a {  background-color: #eee; display: block; width: 100%; height: 100%; width: 100%; } 

.jpzq-next { cursor: pointer;  display: inline;border: 1px solid #16aad2; background-color: #16aad2; padding: 0 15px;height: 30px;line-height: 30px;position: relative;right: 10px;top: 10px; border-radius: 15px; color: #fff;}
.jpzq-next:hover { border-color: #1498be;  background-color: #1498be;}
