.pub_title {
	color: #333333;
	font-size: 22px;
	padding: 12px 0 0;
	line-height: 60px;
}
.contentbox {
	background: #f5f6f8;
	padding: 30px 0;
}
.contentbox .mg1200 {
	overflow: hidden;
}
.contentbox .pub_title {
	color: #333333;
	font-size: 22px;
	padding: 0;
	line-height: 86px;
}
.contentbox .left-box {
	width: 764px;
	float: left;
}
.contentbox .left-box .title {
	color: #333333;
	font-size: 28px;
	line-height: 36px;
}
.contentbox .left-box .info {
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	margin: 10px 0 25px;
}
.contentbox .left-box .info span {
	float: left;
}
.contentbox .left-box .info .dtime {
	margin-left: 38px;
}
.contentbox .left-box .cont {
	color: #383838;
	font-size: 16px;
	line-height: 26px;
}
.contentbox .left-box .cont p {
	margin: 20px 0;
}
.contentbox .left-box .cont img {
	display: block;
	margin: auto;
	max-width: 100%;
}
.contentbox .right-box {
	float: right;
	width: 300px;
}
.contentbox .right-box .titbox {
	height: 24px;
	overflow: hidden;
}
.contentbox .right-box .titbox .more {
	float: right;
	display: block;
	background: url(/images/index/more.png) center no-repeat;
	width: 56px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #E4393C;
	font-size: 12px;
	margin-top: 2px;
}
.contentbox .right-box .titbox .pub_title {
	line-height: 24px;
	border-left: 3px solid #e4393c;
	padding-left: 10px;
}
.contentbox .right-box .list {
	padding: 13px 0 0;
}
.contentbox .right-box .list ul {
	border-top: 1px solid #f0f0f0;
}
.contentbox .right-box .list ul li {
	padding: 14px 0;
	border-bottom: 1px solid #f0f0f0;
}
.contentbox .right-box .list ul li .tit {
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	padding-left: 14px;
	background: url(/images/information/tit-icon.png) left center no-repeat;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.contentbox .right-box .list ul li .info {
	color: #437bbd;
	font-size: 12px;
	line-height: 26px;
	padding-left: 14px;
	overflow: hidden;
}
.contentbox .right-box .list ul li .info span {
	display: block;
	float: left;
}
.contentbox .right-box .list ul li .info .dtime {
	color: #999999;
	margin-left: 25px;
}
.contentbox .right-box .banner {
	margin: 22px 0;
	border-radius: 5px;
	overflow: hidden;
	height: 100px;
}
.contentbox .right-box .banner a,
.contentbox .right-box .banner img {
	display: block;
	width: 100%;
	height: 100%;
}
#flex {
	width: 60px;
	height: 180px;
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -690px;
}
#flex ul li {
	position: relative;
	height: 60px;
	background: url(/images/information/qq.png) center no-repeat;
}
#flex ul li .code {
	display: none;
	width: 119px;
	height: 122px;
	background: url(/images/information/bg.png) center no-repeat;
	position: absolute;
	right: -155px;
	top: -44px;
	padding: 26px 0 0 33px;
}
#flex ul li .code img {
	display: block;
	width: 98px;
	height: 98px;
}
#flex ul li.weixin {
	background-image: url(/images/information/weixin.png);
}
#flex ul li.weibo {
	background-image: url(/images/information/weibo.png);
}
#flex ul li:hover {
	background-color: #1ec354;
	background-image: url(/images/information/qq-hover.png);
}
#flex ul li:hover .code {
	display: block;
}
#flex ul li.weixin:hover {
	background-color: #1ec354;
	background-image: url(/images/information/weixin-hover.png);
}
#flex ul li.weibo:hover {
	background-color: #1ec354;
	background-image: url(/images/information/weibo-hover.png);
}
.icon-collection{
	color:#E94134 !important;
	border: 1px solid #E94134 !important;
}
.icon-collection:hover{
	background:#F5F6F8 !important;
}
.icon-collection:hover .collimage{
	background: url(/images/information/cont_star_active.png) no-repeat;
}
.icon-collection .collimage{
	background: url(/images/information/cont_star.png) no-repeat;;
	width: 100%;
	height: 100%;
	margin: 6px 7px;
}
.icon-collection .active{
	background: url(/images/information/cont_star_active.png) no-repeat;
}