/*最外侧*/
.zwcWidth{
	width: 100%;
}
/*当前位置*/
.curpostion{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #DCDCDC;
	color: #545454;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.curpostion a{
	color: #545454;
}
.curpostion a:hover{
	color: #2F9FAB;
}

/*内容区*/
.content-left{
	float: left;
	width: 100px;
}
.content-right{
	float: right;
	width: 1000px;
}
.content-list{
	margin: 40px auto;
}

/*点击量*/
.con-click{
	text-align: right;
	color: #2F9FAB;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
}
.con-click img{
	vertical-align: middle;
	position: relative;
    top: -2px;
}
.fxtitle{
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 12px;
	color: #A1A0A0;
}
.fycon{
	position: relative;
}
.bd_weixin_popup_foot{
	display: none;
}
.bdshare_popup_bottom{
	display: none;
}
.bdshare_dialog_box{
	display: none !important;
}

/*内容*/
.contitle h3{
	display: inline-block;
	float: left;
	width: 800px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contitle a{
	display: inline-block;
	float: right;
	width: 128px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #2F9FAB;
	border-radius: 5px;
}

.contime{
	padding: 20px 0;
	font-size: 16px;
	color: #B7B7B7;
}
.bodycon{
	padding: 30px 0 50px;
	line-height: 28px;
    font-size: 16px;
}

.bodycon iframe,.bodycon img{
	width: 100% !important;
	border-radius: 10px;
}
.bodycon iframe{
		height:580px !important;
}
.bodycon img{
	height:100%  !important;
}
/*上一页下一页*/
.syyxyybg{
	border-top: 1px solid #D2D2D2;
	height: 60px;
	line-height: 60px;
}
.syyxyy{
	width: 1000px;
	float: right;
}
.syyxyy p{
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #535454;
	font-size: 20px;
}
/*更多推荐*/
.tuijian-list{
	padding: 25px 0 50px;
	background: #EEE;
}
.tuijian-title{
	width: 1000px;
	float: right;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-radius: 10px;
	font-size: 20px;
	text-indent: 20px;
	color: #2F2F2F;
}
.tuijian-con{
	width: 1000px;
	float: right;
	margin-top: 20px;
}

.tuijian-con li{
	float: left;
	width: 240px;
	margin-left: 13px;
}
.tuijian-con li:first-child{
	margin-left: 0;
}
.tuijian-con li p:first-child{
	height: 135px;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.tuijian-con li p:first-child img{
	width: 100%;
	height: 100%;
	transition: all 1.5s;
}
.tuijian-con li p:last-child{
	height: 54px;
	line-height: 54px;
	background: #fff;
	color: #2F2F2F;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.tuijian-con li:hover p:first-child img{
	transform: scale(1.1);
}
.tuijian-con li:hover p:last-child{
	color: #2F9FAB;
}

@media (max-width: 1199px){
	
	
}
@media (min-width: 992px) and (max-width: 1199px) {
	.content-right{
		width: 800px;
	}
	.contitle h3{
		width: 600px;
	}
	.syyxyy{
		width: 800px;
	}
	.tuijian-title{
		width: 800px;
	}
	.tuijian-con{
		width: 800px;
	}
	.tuijian-con li{
		width: 192px;
		margin-left: 10px;
	}
	.tuijian-con li p:first-child{
		height: 108px;
	}
	.tuijian-con li p:last-child{
		height: 54px;
		line-height: 54px;
	}
	.bodycon iframe{
		height: 470px !important;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.content-right{
		width: 600px;
	}
	.contitle h3{
		width: 400px;
	}
	.syyxyy{
		width: 600px;
	}
	.tuijian-title{
		width: 600px;
	}
	.tuijian-con{
		width: 600px;
	}
	.tuijian-con li{
		width: 128px;
		margin-left: 29px;
	}
	.tuijian-con li p:first-child{
		height: 72px;
	}
	.tuijian-con li p:last-child {
	    height: 30px;
	    line-height: 30px;
	    font-size: 16px;
	}
	.bodycon{
		padding: 10px 0;
	}
	.tuijian-title{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.syyxyy p{
		font-size: 16px;
	}
	.tuijian-list{
		padding: 20px 0 30px;
	}
  	.bodycon iframe{
		height: 350px !important;
	}
  
}
@media (max-width: 767px){
	
	/*内容区*/
	.content-left{
		float: none;
		width: 100%;
	}
	.content-right{
		float: none;
		width: 100%;
	}
	.content-list{
		margin: 15px auto;
	}
	
	/*内容*/
	.contitle h3{
		width: 62%;
		font-size: 18px;
		height: 30px;
		line-height: 30px;
	}
	.contitle a{
		width: 35%;
		height: 30px;
		line-height: 30px;
	}
	
	.contime{
		padding: 20px 0;
		font-size: 14px;
	}
	.bodycon{
		padding: 10px 0 50px;
		line-height: 28px;
	}
	
	
 	 .bodycon iframe{
		height: 180px !important;
	}
	
	/*上一页下一页*/
	.syyxyybg{
		height: 80px;
    	line-height: 40px;
	}
	.syyxyy{
		width: 100%;
	}
	.syyxyy p{
		width: 100%;
		font-size: 16px;
	}
	/*更多推荐*/
	.tuijian-list{
		padding: 25px 0 36px;
	}
	.tuijian-title{
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		text-indent: 20px;
	}
	.tuijian-con{
		width: 100%;
		margin-top: 20px;
	}
	
	.tuijian-con li{
		float: left;
		width: 49%;
		margin-left: 2%;
		margin-top: 15px;
	}
	.tuijian-con li:first-child,
	.tuijian-con li:nth-child(2){
		margin-top: 0;
	}
	.tuijian-con li:nth-child(2n+1){
		margin-left: 0;
	}
	.tuijian-con li p:first-child{
		height: auto;
	}
	.tuijian-con li p:last-child{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	
}

@media (max-width: 299px){
	.tuijian-con li p:first-child{
		height: 76px;
	}
}
@media (min-width: 300px) and (max-width: 399px) {
	.tuijian-con li p:first-child{
		height: 90px;
	}
}
@media (min-width: 400px) and (max-width: 499px) {
	.tuijian-con li p:first-child{
		height: 118px;
	}
}
@media (min-width: 500px) and (max-width: 599px) {
	.tuijian-con li p:first-child{
		height: 144px;
	}
}
@media (min-width: 600px) and (max-width: 699px) {
	.tuijian-con li p:first-child{
		height: 170px;
	}
}
@media (min-width: 700px) and (max-width: 767px) {
	.tuijian-con li p:first-child{
		height: 194px;
	}
}