﻿.share-banner {
	/*轮播图*/
	overflow: hidden;
}
.share-banner img {
	width:100%;
}

.share-content {
	/*内容外框*/
	width: 1200px;
	margin: auto;
}

.share-pro {
	/*产品类别列表选择*/
	width: 1200px;
	height: 40px;
	margin: auto;
	padding-top: 10px;
}

.pro-list {
	/*分类选择区域*/
	width: 500px;
	height: 30px;
}

.pro-list>li {
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.pro-sel {
	/*当前选择分类*/
	text-indent: 1em;
	font-size: 18px;
}

.pro-all {
	/*全部分类*/
	width: 150px !important;
	font-size: 14px;
	color: #999;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #CCC;
}
.audio-img img {
width:100%;
}
.audioItem {
	display:none;
}
.pro-all .list {
	/*分类列表*/
	display: none;
	float: left;
	left: 0;
	top: 25px;
	width: 150px;
	height: 300px;
	font-size: 13px;
	border-radius: 5px;
	border: 1px solid #cecece;
	position: absolute;
	z-index: 3;
}

.pro-all .list li {
	/*分类列表项*/
	text-align: center;
	line-height: 25px;
	background-color: #fff;
}

.pro-all .list>li:hover {
	/*分类列表项悬浮*/
	cursor: pointer;
	color: #fff;
	background-color: #37BAE8;
}

.pro-all:hover  .list {
	display: inline-block;
}


/*标签   音频  视频 文章*/

.share-find {
	width: 1200px;
	height: 2100px;
}

.share-tag {
	width: 925px;
	height: 1300px;
	margin-top: 20px;
}

.share-title {
	width: 925px;
	height: 35px;
	margin-bottom: 20px;
	background-color: #EFF7FA;
}

.share-ul .share-select a {
	color: #FFF;
	background-color: #36b6e5;
}

.share-title li {
	width: 85px;
	line-height: 33px;
	text-align: center;
	float: left;
}

.share-title li a {
	/*标签链接*/
	padding: 3px 15px;
	border-radius: 3px;
	font-size: 14px;
	color: #36B6E5;
	text-decoration: none;
}

.share-title li a:hover {
	color: #FFF;
	background-color: #36b6e5;
}


/*《-----------音频-------------》*/

.share-con {
	width: 925px;
}

.share-audio {
	width: 215px;
	height: 320px;
	display: inline-block;
	margin-top: 20px;
	margin-right: 12px;
	position: relative;
}
.audio-img{
	/* 音频图 */
	width: 215px;
	height: 215px;
	overflow:hidden;
}
.share-audio .audio-maskOne {
	/*音频 耳机浮层*/
	width: 100%;
	height: 30px;
	background: linear-gradient(to right, #787777, transparent);
	/* 线性渐变 */
	position: absolute;
	top: 185px;
}

.share-audio .audio-new {
	/*最新*/
	display: inline-block;
	font-size: 13px;
	padding: 1px 7px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: #00CE3C;
}

.share-audio .audio-hot {
	display: inline-block;
	font-size: 13px;
	padding: 1px 7px;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: #f00;
}

.audio-maskOne img {
	/*耳机*/
	width: 17px;
	margin: 6px;
	float: left;
}

.audio-maskOne span {
	/*播放量*/
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

.share-audio .audio-maskTwo {
	/*播放按钮*/
	width: 140px;
	height: 140px;
	background-color: rgba(71, 71, 71, 0.3);
	position: absolute;
	top: 0px;
	padding: 75px 0px 0px 75px;
}



.share-audio .audio-title {
	/*标题样式*/
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.audio-lable {
	height: 28px;
	overflow: hidden;
}
.audio-lable span {
	/*音频标签*/
	display: inline-block;
	line-height: 2;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #2BBFB3;
	color: #fff;
	padding:2px 5px;
	margin-left:5px;
}
.audio-lable span:nth-child(1){
	margin-left:0px;
}

.audio-price {
	line-height: 40px;
	text-indent: 0.3em;
	font-size: 15px;
}

.audio-price .price-before {
	/*原价*/
	color: #777;
	text-decoration: line-through;
}

.audio-price .price-now {
	/*现价*/
	color: #F5680E;
}


/*《-----------视频-------------》*/

.share-video {
	/*视频播放外框*/
	width: 295px;
	height: 290px;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}

.video-maskOne {
	/*浮层一   播放量*/
	width: 290px;
	height: 30px;
	position: absolute;
	top: 135px;
	left: 0px;
	background-color: rgba(71, 71, 71, 0.3);
	color: #fff;
}

.video-maskOne img {
	/*播放量图标*/
	margin: 7px 7px 0px 5px;
	width: 18px;
}

.video-maskOne span {
	/*播放量*/
	position: relative;
	top: -4px;
}

.video-maskTwo {
	/*视频播放图层*/
	width: 290px;
	height: 165px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(71, 71, 71, 0.3);
	display: none;
	/*默认不显示*/
}
.video-lable{
	height: 25px;
	overflow: hidden;
}
.share-video:hover .video-maskTwo {
	/*鼠标悬浮显示*/
	display: inline-block;
}

.video-maskTwo img {
	/*视频播放图层 图片*/
	position: absolute;
	top: 50px;
	left: 110px;
	cursor: pointer;
}

.share-video h4 {
	/*标题*/
	font-size: 14px;
	color: #000;
	width: 290px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.share-video .video-lable span {
	/*标签*/
	display: inline-block;
	width: 65px;
	height: 21px;
	line-height: 21px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #2BBFB3;
	color: #fff;
	margin: 2px;
	margin-left: 0px;
}

.video-price {
	line-height: 40px;
	text-indent: 0.3em;
	font-size: 15px;
}

.video-price .price-before {
	/*原价*/
	color: #777;
	text-decoration: line-through;
}

.video-price .price-now {
	/*现价*/
	color: #F5680E;
}


/*《---------------文章---------------》*/

.share-article li {
	width: 920px;
	height: 190px;
	border-bottom: 1px solid #F0F0F0;
	margin: 25px 0px 0px;
}

.share-article li img {
	/*机构图*/
	float: left;
}

.article-detail {
	/*内容框*/
	width: 650px;
	height: 170px;
	float: right;
	display: inline-block;
}

.article-detail a h4 {
	font-size: 18px;
}

.article-label {
	height: 40px;
	overflow: hidden;
}

.article-label span {
	/*标签*/
	display: inline-block;
	border-radius: 5px;
	padding: 1px 10px;
	margin: 10px 3px;
	font-size: 14px;
	font-weight: bold;
	background-color: #9E6FC0;
	color: #fff;
}

.article-text {
	/*介绍*/
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #686868;
	position: relative;
}

.article-text a {
	/*详情*/
	display: inline-block;
	width: 50px;
	background-color: #fff;
	text-decoration: none;
	color: #FA883E;
	position: absolute;
	top: 25px;
	left: 600px;
}

.article-text a span {
	/*省略号*/
	color: #686868;
}

.article-msg {
	/*发布信息*/
	color: #bbb;
	font-size: 14px;
	margin-top: 25px;
}


/*广告位*/

.case-adv {
	/*外框*/
	display: inline-block;
	float: right;
	width: 235px;
	padding: 10px 0px 0px 15px;
	background-color: #F3F3F3;
}

.adv-list {
	width: 215px;
	height: 215px;
	display: inline-block;
	margin-top: 15px;
}

.adv-title {
	font-size: 15px;
	color: #000;
}

.adv-label {
	font-size: 12px;
	color: #676767;
}

.adv-price {
	line-height: 25px;
	font-size: 15px;
	color: #F9792B;
}