/*导航栏对应页面a标签高亮显示*/
.nav-icon3{
	display: inline-block!important;
}
/*banner部分样式*/
.banner{
	width: 100%;
	min-width: 1200px;
	height: 200px;
	background: url(../img/newsdetail/banner_bg.jpg) center center no-repeat;
	background-size: cover;
}
.banner-box{
	text-align: center;
}
.banner-etitle{
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	padding: 58px 0 20px 0;
}
.banner-title{
	font-size: 29px;
	letter-spacing: 10px;
	font-weight: 400;
	line-height: 50px;
	color: #acacac;
}
/*content部分样式*/
.content{
	width: 1202px;
	padding-top: 79px;
	margin: 0 auto;
	overflow: hidden;
	color: #666;
}
.content-left{
	width: 802px;
}
.content-right{
	height: 550px;
	width: 335px;
}
/*top-box部分通用样式*/
.top-box{
	overflow: hidden;
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #999;
}
.top-box .left-blue{
	width: 6px;
	height: 25px;
	margin-right: 16px;
	background: #2b84c6;
}
.top-box .top-name{
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-right: 14px;
}
.top-box .top-ename{
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	font-weight: bold;
	color: #ccc;
}
/*news主体部分样式*/
.news-title{
	height: 52px;
	line-height: 52px;
	text-align: center;
	padding-top: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.news-other{
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.news-other span{
	margin-right: 14px;
}
.news-from a{
	color: #418dcb;
}
.tutor{
	width: 776px;
	height: 35px;
	margin-left: 11px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	padding: 11px 0 0 12px;
	margin-bottom: 11px;
}
.tutor-line{
	height: 54px;
}
.tutor span{
	display: inline-block;
}
.tutor-l{
	margin-right: 6px;
	font-size: 16px;
}
.tutor-r{
	font-size: 14px;
	width: 660px;
	vertical-align: top;
	margin-bottom: 15px;
}
.news-mtitle{
	font-size: 17px;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
	text-indent: 40px;
	color: #333;
}
.news-text{
	margin-left: 10px;
	text-indent: 37px;
	width: 780px;
	word-wrap:break-word; 
	word-break:break-all;
	line-height: 24px;
}
.news-pic{
	width: 500px;
	height: 330px;
	margin: 54px auto;
}
.handle{
	height: 16px;
	padding: 23px 0 21px 0;
	overflow: hidden;
	border-bottom: 1px dashed #a8a8a8;
}
.handle p,.handle div,.handle span{
	display: inline-block;
	font-size: 14px;
}
.star-pic{
	display: inline-block;
	width: 23px;
	height: 16px;
	background: url(../img/newsdetail/star_icon.png) center center no-repeat;
}
.collect{
	width: 95px;
	padding-left: 13px;
}
/*上下篇部分样式*/
.last-next{
	width: 774px;
	height: 43px;
	padding: 50px 13px 0 13px;
	/*margin-bottom: 20px;*/
	border-bottom: 1px solid #ccc;
}
.last-next p{
	color: #2c85c9;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}
.last-next a{
	display: inline-block;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	text-indent: 5px;
}
/*热门动态部分样式*/
.hotlist{
	margin-left: 2px;
}
.hotlist span{
	display: inline-block;
	font-size: 14px;
	color: #333;
}
.hotlist li{
	height: 44px;
	padding-top: 5px;
	border-bottom: 1px dashed #cecece;
}
.hotlist .hot-num{
	width: 23px;
	height: 23px;
	line-height: 23px;
	background: #ddd;
	text-align: center;
	margin-right: 13px;
}
.hotlist .hot-title{
	line-height: 44px;
	width: 230px;
}
.hotlist .hot-date{
	width: 55px;
	color: #999;
}
.hot-top .hot-num{
	background: #2b84c8;
	color: #fff;
}
.leftbar{
	width: 100%;
	height: 100%;
	background: #013e8e;
}
