.main-wrap a,
.main-wrap input{
	display: inline-block;
}
.main-wrap .center-wrap{
	color: #ababab;
	font-size: 14px;
	width: 1200px;
	margin: 0 auto;
}
/*资讯列表*/
.news{
    overflow: hidden;
    height: auto;
    width: 960px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.side-menu {
    background: #f2f2f2;
    width: 160px;
    height: 608px;
}
.side-menu dd{
    padding: 0px 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
.side-menu dd a{
	color: #555;
	font-size: 18px;
}
.side-menu dd.current-side-nav{
    background-color: #4d98de;
}
.side-menu dd.current-side-nav a{
    color: #fff !important;
}
.news .news-module{
	padding-top:56px;
	padding-left: 46px;
	float: left;
}
.news .news-module li{
	margin-bottom: 32px;
	height: 18px;
	line-height: 18px;
}
.news .news-module li span{
	width: 110px;
	margin-right: 32px;
}
.news .news-module li a:hover{
	color: #2567b9;
}

/*资讯正文*/
.news-body{
	padding-top: 30px;
	padding-bottom: 30px;
}
.news-body .main-title{
	overflow: hidden;
	padding-right:30px;
}
.news-body .main-title .title-main{
	float: left;
	text-align: center;
	width: 716px;
	margin-left: 120px;
	line-height: 26px;
	font-size: 22px;
	color: #000;
}
.news-body .list-title{
	font-size: 16px;
	color: #333;
	text-align: left;
	padding: 0 56px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
}
.news-body .published-time{
	font-size: 12px;
	color: #888;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.news-body .next-pages{
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 16px;
}
.news-body .next-pages a{
	color: #666;
	font-size: 14px;
}
.news-body .next-pages a:first-child{
	margin-right: 50px;
}
.news-body .next-pages a:hover{
	color: #2567b9;
	text-decoration: underline;
}
.news-body .main-news{
	font-size: 14px;
	line-height: 28px;
	text-indent:2em;
	padding: 0 56px;
	margin-bottom: 24px;
	color: #333;
}
.news-body img{
	display: block;
	margin: 22px auto;
}
.news-body .news-body-content p{
	/*font-size: 14px;
	line-height: 28px;
	text-indent:2em;*/
	padding: 0 56px;
	margin-bottom: 24px;
	color: #333;
}
.news-body .news-body-content img{
	display: block;
	margin: 22px auto;
}

/*0902收藏/
.top-tool{
    margin-top:32px;
    overflow: hidden;
}
.top-collect{
    display: block;
    cursor: pointer;
    float: right;
    text-align: center;
    width: 64px;
}
.top-collect p{
    color: #ff9913;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
.top-collect em{
    background: url(../../images/common/collection.png) no-repeat;
    background-position: 0 0;
    display: block;
    width: 22px;
    height: 22px;
    margin: 4px auto;
}
.top-collect em.collect{
    background-position: -24px 0;
}

/*分享社交平台样式 2017-04-11*/
.published-time .bdsharebuttonbox a {
	float: none;
	display: inline-block;
	width: 18px;
	line-height: 18px;
	height: 18px;
	background: url("../../images/news/share-bg.png") no-repeat;
	background-size: 73px 26px;
	cursor: pointer;
	padding-left: 0;
	margin: 0;
	vertical-align: middle;
}

.published-time .bdsharebuttonbox a.bds_weixin {
	background-position: -5px -3px;
}

.published-time .bdsharebuttonbox a.bds_tsina {
	background-position: -27px -3px;
}

.published-time .bdsharebuttonbox a.bds_sqq {
	background-position: -49px -3px;
}

#bdshare_weixin_qrcode_dialog.bd_weixin_popup {
	width: 230px !important;
	height: 308px !important;
}
