
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	overflow: hidden;

}
.container{background: url(../images/bo_banner.jpg) no-repeat top center #e7e7e7; height: auto;overflow: hidden;}
.position{margin:20px 40px 0px 40px; border-bottom: #000}
.position a,.position{color: #666}
.mcontent{height: auto;overflow: hidden; margin:20px 40px 80px 40px; }
.mcontent .channelname{ border-bottom: 1px solid #e7e7e7 }
.text{ color: #666; line-height: 25px; font-size: 16px; }
.bgfff{ background: #fff; margin-top: 140px; margin-bottom:40px; padding-bottom: 50px; min-height: 500px }

.viewinfo{ text-align: center; border-bottom: 1px solid #e7e7e7; margin-bottom: 30px; padding-bottom: 20px; }
.viewinfo p{ color: #999 }
.mcontent .m_new_list .s_wrap ul{padding:0;margin:0;}
/*文章列表*/

.news_item_frame_left {
	width: 75px;
	height: 67px;
	float: left;
	margin-top: 18px;
}
.news_item_frame {
	margin-bottom: 9px;
	border: 1px solid #fff;
	background-color: #f6f5f5;
	padding: 10px 20px;
	display: inline-block;
	font-size: 0;
	/* width: 100%; */
	min-height: 100px;
}
.clear{ clear: both; }
.news_item_frame:hover{border:1px solid #003593}
.news_item_frame_right {
	float: right;
	width: 880px;
	padding: 10px 15px;
	margin-left: 9px;
}

.imgbox {
	width: 70px;
	border: 1px solid #003593;

	margin: 0;
	margin-top: 15px
}
.imgbox .h2 {
	text-align: center;
	padding: 7px 0;
	color: #003593;
	border-bottom: 1px solid #003593;
	font-size: 24px;
	font-weight: bold;
}
.imgbox .h5 {
	text-align: center;
	font-size: 13px;
	color: #003593;
	font-weight: 100;
	line-height: 24px;
}
.newsinfo p {
	font-size: 13px;
	line-height: 26px;
	color: #666;
}
.newsinfo h2 {
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #e1e1e1;
	font-weight: inherit;
}

/*专家*/

.s_wrap{
	width: 1240px;
	height: auto;
	position: relative;
	overflow: hidden;
}
.s_wrap li{
	float: left;
	width: 255px;
	height: 410px;
	background:#fff url("../images/boz.png") no-repeat right bottom;
	margin-right:30px;
	margin-bottom: 30px;
	border:1px solid #ccc;
}
.s_wrap .photo{
	display: block;
	width: 255px;
	height: 302px;
	position: relative;
	overflow: hidden;
}
.s_wrap .photo img{
	display: block;
	width: 255px;
	height: auto;
}
.s_wrap dl{
	width: 190px;
	padding-left:20px;
}
.s_wrap dt{
	height: 45px;
	line-height: 45px;
	float: left;
	display: block;
	width: 100%;
}
.s_wrap .name{
	font-size:20px;
	color:#007B35;
	padding-right:5px;
}
.s_wrap dd{
	/* line-height: 22px; */
	color:#666;
	font-size:13px;
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

/*影像资源列表*/
.mcontent{margin-bottom: 0px}
.bo_ts{
	width: 1230px;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	
}
.bo_ts ul{ width: auto; height: auto;overflow: hidden; margin-left: 30px; }
.bo_ts li{
	float: left;
	width: 320px;
	height: 220px;
	margin:15px;
	position: relative;
}
.bo_ts .item{
	display: block;
	width: 320px;
	height: 220px;
	position: relative;
	overflow: hidden;
}

.bo_ts .play{ width: 30px; height: 30px; position: absolute; top: 100px; left: 150px; }
.bo_ts .item img{
	display: block;
	width: 320px;
	height: 220px;
}
.bo_ts .name{
	height: 30px;
	line-height: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color:#fff;
	font-size:14px;
	background: rgb(0,0,0,0.3);
}
.bo_ts .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
