

#fixedtopheader .midp .navbtn.news .icon{
	background: url(../img/allicon.png) no-repeat;
	background-position: -257px -103px;
}

.newscontentwrap {
	width: 820px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.newsdetailswrap{
	width: 820px;
	float: left;
}
.newsdetailswrap .titlebox .icon {
	width: 23px;
	height: 23px;
	background: url(../img/allicon.png);
	background-position: -252px -23px;
	margin-top: 22px;
}

.newsdetailswrap .titlebox p {
	color: #2fade1;
	font-size: 24px;
	margin-left: 12px;
}

.newsdetailswrap .titlewrap {
	width: 250px;
	padding-left: 40px;
}



.newscontentwrap .innerwrap {
	padding: 40px;
}

.newscontentwrap .newsmaintitle {
	font-size: 32px;
	font-weight: 500;
	text-align: left;
	color: #333333;
	line-height: 44px;
	text-align: justify;
}
.newscontentwrap .suntitle{
	margin-top: 20px;
	font-size: 18px;
	overflow: hidden;
}
.newscontentwrap .suntitle .leftp{
	float: left;
}

.newscontentwrap .suntitle .leftp *{
	float: left;
	margin-right: 20px;
	color: #BBBBBB;
}

.newscontentwrap .suntitle .rightp{
	float: right;
}
.newscontentwrap .suntitle .rightp{
	color: #BBBBBB;
}
.newscontentwrap .newscontent{
	margin-top: 60px;
}
#fixedrightp .bl .icon{
	background-position: -275px -23px;
}
.newscontentwrap .newscontent .newswrap *{
	margin: 15px 0;
	width: 100%;
	line-height: 32px;
	color: #333;
	font-size:18px ;
}
.newscontentwrap .newscontent .newswrap img 
{
    display:inline;
    max-width:730px;
    margin:15px auto 0px
}
#fixedrightp .newslistwrap .newslistbox.bl .listwrap .item{
	width: 320px;
	height: 100px;
}
#fixedrightp .newslistwrap .newslistbox.bl .listwrap .item .imgbox{
	width: 320px;
	height: 100px;
	overflow: hidden;
	background: #f3f3f3;
	border-radius: 3px;
	margin-left: 0;
}
.bottomqrcode{
	width: 660px;
	margin: auto;
	overflow: hidden;
	margin-top: 60px;
}
.bottomqrcode .item{
	float: left;
	margin: 0 30px;
}
.bottomqrcode .item .qrzcode{
	width: 152px;
	height: 152px;
	margin: auto;
}
.bottomqrcode .item h1{
	font-size: 16px;
	width: 160px;
	color: #FE5455;
	text-align: center;
	margin-top:10px;
	font-weight: 500;
}



/* ===========移动端=========== */
#m_main .m_block{
	background: white;
}
.m_newdetails_header{
	background: white;
	padding: 0.9375rem;
}
.m_newdetails_header .m_title{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: justify;
	line-height: 1.8125rem;
}
.m_newdetails_header .m_newstypewrap{
	margin-top: 1.5625rem;
	font-size: 0.75rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #999;
}
.m_newdetails_header .m_newstypewrap .m_newstype{
	max-width: 54%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 20px;
	
}
.m_newsdetails_content{
	padding: 0.9375rem;
	background: white;
}
.m_newsdetails_content img{
	width: 100%;
	margin-bottom: 0.9375rem;
}
.m_newsdetails_content p{
	line-height: 29px;
	color: #333;
	font-size: 18px;
	text-align: justify;
	margin-bottom: 0.9375rem;
}
.m_newsdetails_content video{
	width: 100%;
	display: block;
}
.m_newsdetails_footer{
	padding-left:0.9375rem;
	padding-right:0.9375rem;
}
.m_newsdetails_footer .m_news_statement{
	line-height: 1.125rem;
	color: #999;
	font-size: 0.75rem;
	padding-bottom: 0.9375rem;
}
.m_newsdetails_footer .m_codeimgwrap{
	display: flex;
	justify-content: space-around;
	padding: 1.25rem 0;
}
.m_newsdetails_footer .m_codeimgwrap .m_codeitem{
	width: 6.5rem;
	
}
.m_newsdetails_footer .m_codeimgwrap .m_codeitem img{
	width: 85%;
	margin: auto;
}
.m_newsdetails_footer .m_codeimgwrap .m_codeitem .m_codetitle{
	font-size: 0.625rem;
	color: #E40D10;
	text-align: center;
	margin-top: 0.375rem;
}
.m_other_news .m_newswrap .m_textimglist{
	margin: 0 0.9375rem;
	border-top: 1px solid #F2F2F2;
}