@charset "UTF-8";
/* CSS Document */

.bhcCommentMainBox{
	width: 100%;
	margin: 48px 0 80px;
	overflow: hidden;
}

.bhcRightBox{
	width: 75%;
	float: right;
}

/*新闻列表*/

.newslistBox{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.newslistBox ul li{
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.newslistBox ul li a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.leftImg{
	float: left;
	width: 240px;
	height: 180px;
	overflow: hidden;
}

.leftImg img{
	width: 100%;
}

.rightText{
	width: 67%;
	float: right;
}

.rightText h2{
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}

.rightText p{
	font-size: 15px;
	color: #808080;
	line-height: 28px;
	text-indent: 2em;
	position: relative;
	display: -webkit-box;  
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 2;
    height: 60px;
    overflow: hidden;
}

.rightText div{
	color: #999999;
	text-align: right;
	margin-top: 10px;
}

.newslistBox .newsRightBox{
	width: 100%;
}

.newsRightBox span{
	color: #999999;
	/* position: absolute;
	bottom: 0;
	right: 0; */
	line-height: 28px;
    display: block;
    width: 100%;
    text-align: right;
	
}

.newslistBox ul li:hover{
	background: #f0f2f5;
}

.newslistBox ul li:hover .rightText h2{
	color: #05377e;
	font-weight: 500;
}



/*新闻详情*/

.newsCommentBox{
	width: 100%;
}

.newsCommentBox h1{
	color: #05377e;
	font-weight: 500px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.timeMoreMessage{
	width: 100%;
	text-align: center;
}

.timeMoreMessage span{
	color: #808080;
	display: inline-block;
	margin: 0 20px;
}

.timeMoreMessage span font{
	color: #05377e;
}

.timeMoreMessage span i{
	display: inline-block;
	vertical-align: -3px;
	margin-right: 8px;
}


.timeMoreMessage span a{
	color: #808080;
	display: inline-block;
	margin: 0 5px;
}

.timeMoreMessage .small{
	font-size: 14px;
}

.timeMoreMessage .middle{
	font-size: 18px;
}

.timeMoreMessage .big{
	font-size: 24px;
}

.newsCommentBox .small{
	font-size: 14px;
}

.newsCommentBox .middle{
	font-size: 18px;
}

.newsCommentBox .big{
	font-size: 24px;
}

.timeMoreMessage .chooseFont{
	color: #05377e;
}

.timeMoreMessage .time{
	width: 16px;
	height: 16px;
	background: url(../../images/top/smallPicBg.png) no-repeat -280px -1px;
	background-size: 500px;
}

.timeMoreMessage .from{
	width: 16px;
	height: 16px;
	background: url(../../images/top/smallPicBg.png) no-repeat 0 -23px;
	background-size: 500px;
}

.timeMoreMessage .num{
	width: 24px;
	height: 14px;
	background: url(../../images/top/smallPicBg.png) no-repeat -22px -25px;
	background-size: 500px;
}

.timeMoreMessage .sbf{
	width: 20px;
	height: 14px;
	background: url(../../images/top/smallPicBg.png) no-repeat -50px -25px;
	background-size: 500px;
}

.newsDetical{
	margin-top: 40px;
	color: #808080;
	line-height: 28px;
}

.middleFont p{
	line-height: 34px;
	font-size: 18px;
}

.bigFont p{
	font-size: 20px;
	line-height: 40px;
}

.newsDetical p{
	text-indent: 2em;
	
}

.newsDetical img{
	/* width: 666px; */
	display: block;
	margin: 15px auto;
}


.shareBack{
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
}

.leftShare{
	float: left;
	color: #808080;
	font-size: 16px;
}

.leftShare a{
	display: inline-block;
	margin-right: 12px;
	width: 26px;
	height: 26px;
	vertical-align: -8px;
}

.leftShare a:nth-child(1){
	background: url(../../images/top/smallPicBg.png) no-repeat -76px -23px;
	background-size: 500px;
}

.leftShare a:nth-child(2){
	background: url(../../images/top/smallPicBg.png) no-repeat -108px -24px;
	background-size: 500px;
}

.leftShare a:nth-child(3){
	background: url(../../images/top/smallPicBg.png) no-repeat -140px -24px;
	background-size: 500px;
}

.leftShare a:nth-child(1):hover{
	background: url(../../images/top/smallPicBg.png) no-repeat -172px -23px;
	background-size: 500px;
}

.leftShare a:nth-child(2):hover{
	background: url(../../images/top/smallPicBg.png) no-repeat -204px -24px;
	background-size: 500px;
}

.leftShare a:nth-child(3):hover{
	background: url(../../images/top/smallPicBg.png) no-repeat -236px -24px;
	background-size: 500px;
}


.rightBack{
	float: right;
}

.rightBack input{
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #05377e;
	color: #05377e;
	cursor: pointer;
}


.textTitle{
	margin-bottom: 20px;
}

.textTitle a{
	color: #808080;
	font-size: 16px;
}

.textTitle a:hover{
	color: #05377e;
}