@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, div, p, blockquote, dl, dt, dd, ul, ol,
	li, pre, code, form, fieldset, legend, input, textarea, button, th, td,
	article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	margin: 0;
	padding: 0;
}

html.fix, html.fix body {
	height: 100%;
	overflow: hidden;
}

body {
	font-family: pingfang sc, lantinghei sc, helvetica neue, helvetica,
		arial, microsoft yahei, "sans-serif";
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	max-width: 750px;
	margin: 0 auto;
	font-size: .3rem;
	-webkit-font-smoothing: antialiased;
}

html {
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

textarea {
	resize: vertical;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

ul {
	list-style: none;
}

img {
	vertical-align: top;
}

input {
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.db {
	display: block;
}

.dn {
	display: none;
}

.fn-text-overflow, .fn-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no-pt {
	padding-top: 0;
}

#header {
	width: 100%;
	max-width: 750px;
	height: .96rem;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 .3rem;
	z-index: 111;
	background: #fff;
	top: 0;
	margin: 0 auto;
}

#header.dropmenu-subsite-active{
	position: fixed;
}
#header.drop-sub-nav-active{
	position: fixed;
}

#header .logo {
	margin-top: .3rem;
}

#header .logo img {
	width: 2.1rem;
	/* height: .64rem; */
	vertical-align: middle;
}

.head-l h1 {
	font-size: .26rem;
	line-height: .34rem;
	color: #666;
	margin: .4rem 0 0 .1rem;
}

.head-l h1 i {
	content: "";
	width: .2rem;
	height: .18rem;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-44deg) translatey(-0.1rem);
	transform: rotate(-44deg) translatey(-0.1rem);
	margin-left: .2rem;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.head-l h1.active i {
	-webkit-transform: rotate(136deg);
	transform: rotate(136deg);
	top: .12rem;
}

.head-r {
	font-size: 0;
	/*margin-top: .26rem;*/
}

#header .search {
	width: .88rem;
	height: .88rem;
	background: url(/uploads/image/nimages/search.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

#wrapper {
	position: absolute;
	top: .96rem;
	bottom: 0;
	width: 100%;
	max-width: 750px;
	overflow: hidden;
	z-index: -1;
}

#scroller {
	position: absolute;
	width: 100%;
	z-index: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translatez(0);
	transform: translatez(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.drop-nav {
	top: .96rem;
}

.site-nav {
	display: inline-block;
}

.dropmenu-click {
	background: url(/uploads/image/nimages/dropmenu.png) 0 0 no-repeat;
	width: .88rem;
	height: .88rem;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.dropmenu-click.active {
	background-image: url(/uploads/image/nimages/close.png);
	width: .88rem;
	height: .88rem;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.35);
	cursor: pointer;
}

.drop-menu {
	display: none;
}

.drop-nav {
	position: absolute;
	background: #fff;
	z-index: 3;
	padding: .14rem 0 .22rem;
	width: 100%;
	max-width: 750px;
}

.drop-nav dl {
	margin-left: .62rem;
	font-size: .3rem;
	line-height: .54rem;
	overflow: hidden;
}

.drop-nav dl dt {
	color: #333;
	float: left;
	font-weight: bold;
}

.drop-nav dl dd {
	margin-left: .96rem;
}

.drop-nav dl dd a {
	margin: 0 .4rem;
	color: #666;
	float: left;
}

.drop-sub-nav {
	background: #f9f9f9;
	padding: 0;
}

.drop-sub-nav dl {
	margin: 0 .32rem;
	line-height: .66rem;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: .12rem;
	margin-top: .12rem;
}

.drop-sub-nav dl:last-child {
	border-bottom: none;
}

.drop-sub-nav dl dd {
	margin-left: .92rem;
	margin-right: -.6rem;
}

.drop-sub-nav dl dd a {
	margin-right: .58rem;
	margin-left: 0;
}

.index-nav {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	padding: .1rem 0;
	overflow: hidden;
}

.index-nav ul {
	font-size: 0;
}

.index-nav li {
	display: inline-block;
	font-size: .26rem;
	line-height: .54rem;
	margin-left: .32rem;
}

@media screen and (max-width: 414px) {
	.index-nav li {
		margin-left: .32rem;
	}
}

@media screen and (max-width: 320px) {
	.index-nav li {
		margin-left: .26rem;
	}
}

.index-nav li a {
	color: #333;
}

.index-nav .more-nav {
	margin-left: .1rem;
}

.index-nav .more-nav a {
	display: block;
	background:  0 0 no-repeat;
	width: .38rem;
	height: .38rem;
	background-size: contain;
	position: relative;
	top: .08rem;
}

.hot-nav {
	margin: .2rem .3rem;
}

.hot-nav h3 {
	/*height: .4rem;*/
	line-height: .56rem;
	font-size: .24rem;
	color: #666;
	background: url(/uploads/image/nimages/hot.png) 0 center no-repeat;
	background-size: .4rem .4rem;
	margin-right: .22rem;
	padding-left: .44rem;
}

#hot-items-wrap {
	position: relative;
	height: .52rem;
}

.hot-nav .hot-items {
	font-size: 0;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.hot-nav a {
	line-height: .44rem;
	font-size: .26rem;
	color: #e65e50;
	display: inline-block;
	border: 1px solid #e65e50;
	margin-right: .14rem;
	padding: 0 .1rem;
	border-radius: .08rem;
}

.container {
	padding: 0 .3rem;
}

/*????????????*/
.main-swiper .swiper-wrapper {
	height: 4rem;
}

.main-swiper .swiper-wrapper img {
	width: 100%;
}

.main-swiper .swiper-slide p {
	position: absolute;
	width: 100%;
	height: .72rem;
	line-height: .72rem;
	background: rgba(0, 0, 0, 0.6);
	font-size: .3rem;
	color: #fff;
	left: 0;
	bottom: 0;
	padding-left: .1rem;
}

.main-swiper .swiper-slide p a {
	color: #fff;
}

.head-news {
	border-bottom: 1px solid #e9e9e9;
	font-size: .34rem;
	font-weight: 600;
	line-height: .48rem;
	color: #333;
	padding: .26rem 0;
}

.head-news h3 {
	width: .78rem;
	height: .38rem;
	background-size: contain;
	display: block;
	color: red;
	margin-top: 0;
	font-size: .25rem;
	transform: translatey(0.04rem);
	-webkit-transform: translatey(0.04rem);
}

.head-news a {
	color: #333;
}

.news-list li {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: .24rem;
	margin-top: .24rem;
	overflow: hidden;
}

.news-list li h3 {
	font-size: .34rem;
	line-height: .48rem;
	color: #333;
	font-weight: 600;
}

.news-list .thumb {
	font-size: 0;
}

.news-list .mult-pic .thumb {
	margin-top: .1rem;
}

.news-list .mult-pic img, .news-list .one-pic img {
	width: 2.2rem;
	height: 1.5rem;
	margin-right: .08rem;
}

.news-list .one-pic img {
	margin-right: 0;
}

.news-list .mult-pic .item-info {
	line-height: .36rem;
	margin-top: .12rem;
}

.news-list .item-info span {
	font-size: .26rem;
	color: #b4b4b4;
}

.news-list .one-pic .info-wrap {
	width: 4.4rem;
	float: left;
}

.news-list .one-pic .thumb {
	float: right;
}

.news-list .ad img {
	width: 100%;
	height: auto;
}

.news-list .ad .thumb {
	margin-bottom: .16rem;
}

.news-list .item-info .ad-flag {
	font-size: 12px;
	width: 30px;
	height: 17px;
	line-height: 17px;
	border: 1px solid #bebebe;
	border-radius: 4px;
	text-align: center;
	color: #bebebe;
	background: #fff;
	margin-right: .2rem;
}

/*????????????*/
.toolbar {
	width: 100%;
	height: .96rem;
	line-height: .96rem;
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
}

.toolbar .title {
	font-size: .38rem;
}

.toolbar span {
	display: block;
	text-align: center;
}

.toolbar span a {
	color: #333;
}

.toolbar .backbtn {
	width: .88rem;
	height: .88rem;
	background: url(/uploads/image/nimages/back2x.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.controlblock {
	width: 100%;
}

.controlblock .controltitle {
	display: block;
	padding: 0 .3rem;
	line-height: .92rem;
	font-size: .26rem;
	color: #666;
}

.controlblock .controltitle .all {
	font-size: .3rem;
	color: #75b3fc;
}

.controlblock .mark {
	color: red;
}

.controlblock .controldetail {
	margin: 0 .3rem;
	font-size: 0;
}

@
-webkit-keyframes zoomin { 0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

50%
{
opacity
:
 
1;
}
}
@
keyframes zoomin { 0% {
	opacity: 0;
	-webkit-transform: scale3d(0.3, 0.3, 0.3);
	transform: scale3d(0.3, 0.3, 0.3);
}

50%
{
opacity
:
 
1;
}
}
.channelfigure {
	display: inline-block;
	font-size: .3rem;
	color: #333;
	width: 1.62rem;
	height: .62rem;
	line-height: .62rem;
	margin: 0 .14rem .16rem 0;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: .04rem;
	-webkit-animation: zoomin .3s ease;
	animation: zoomin .3s ease;
	overflow: hidden;
}

.channelfigure:nth-child(4n) {
	margin-right: 0;
}

.channelfigure a {
	color: #333;
	display: block;
}

.selected-control li {
	background: #96c7ff;
}

.selected-control .channelfigure {
	border: none;
	color: #fff;
}

.selected-control .channelfigure a {
	color: #fff;
}

.adddetail li {
	line-height: .54rem;
}

/*????????????*/
.search-wrap {
	height: 1.04rem;
	background: #fff;
	padding: 0 .3rem;
	border-bottom: 1px solid #ddd;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.search-wrap input[type='text'] {
	font-size: .3rem;
	width: 86%;
	height: 1.04rem;
	color: #a5a5a5;
	border: none;
	outline: none;
}

.search-wrap .back {
	background: url(/uploads/image/nimages/close.png) 0 0 no-repeat;
	width: .88rem;
	height: .88rem;
	background-size: contain;
	display: inline-block;
	margin: .06rem 0 0 0;
}

.hot-search h3 {
	font-size: .26rem;
	line-height: .32rem;
	color: #666;
	margin: .32rem 0;
	text-align: center;
}

.hot-search nav {
	font-size: 0;
	margin: 0 0 0 .32rem;
}

.hot-search nav a {
	display: inline-block;
	font-size: .3rem;
	line-height: .3rem;
	color: #666;
	height: .6rem;
	line-height: .6rem;
	padding: 0 .2rem;
	background: #eaeaea;
	border-radius: .04rem;
	margin-right: .16rem;
	margin-bottom: .28rem;
}

.search-body {
	background: #fafafa;
}

/*????????????*/
.sub-nav {
	background: #f2f2f2;
	overflow: hidden;
	margin-bottom: .18rem;
}

.sub-nav li {
	float: left;
	font-size: .3rem;
	height: .72rem;
	line-height: .72rem;
	margin-right: .28rem;
}

.sub-nav-new li {
	margin-right: .4rem;
}

.sub-nav li:last-child {
	margin-right: 0;
}

.sub-nav li.active {
	color: red;
}

.sub-nav li a {
	color: #333;
}

.sub-nav li.active a {
	color: red;
}

#dropmenu-subsite {
	display: none;
}

#dropmenu-subsite nav {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	top: .96rem;
	padding: 0 .3rem .22rem;
	color: #333;
	background: #fafafa;
}

#dropmenu-subsite nav header {
	height: .9rem;
	line-height: .9rem;
	overflow: hidden;
	margin-top: .06rem;
}

#dropmenu-subsite nav header a {
	font-size: .26rem;
	color: #75b3fc;
}

#dropmenu-subsite nav header span {
	font-size: .88em;
	color: #fff;
}

#dropmenu-subsite nav h2 {
	font-size: .26rem;
	color: #666;
}

#dropmenu-subsite nav ul {
	border-radius: 6px;
}

#dropmenu-subsite nav li {
	float: left;
	width: 1.64rem;
	height: .64rem;
	line-height: .64rem;
	font-size: .3rem;
	text-align: center;
	margin: 0 .1rem .24rem 0;
	border: 1px solid #b4b4b4;
	border-radius: .04rem;
}

#dropmenu-subsite nav li:nth-child(4n) {
	margin-right: 0;
}

#dropmenu-subsite nav li:before, #dropmenu-subsite nav li:after {
	content: "";
	display: table;
}

#dropmenu-subsite nav li:after {
	clear: both;
}

#dropmenu-subsite nav li a {
	display: block;
	font-size: .3rem;
	vertical-align: middle;
	color: #333;
}

#dropmenu-subsite nav li a em {
	color: #1a4991;
}

/*???????????????*/
.loadmoretip {
	text-align: center;
	height: .8rem;
	line-height: .8rem;
	color: #999;
	font-size: .26rem;
}

.loadmoretip .loading, .pulldown-tips .loading {
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	margin: 6px;
	border: 1px solid #999;
	border-bottom-color: transparent;
	vertical-align: middle;
	-webkit-animation: rotate 0.75s linear infinite;
	animation: rotate 0.75s linear infinite;
}

@
-webkit-keyframes rotate { 0% {
	-webkit-transform: rotate(0deg);
}

50%
{
-webkit-transform
:
 
rotate
(180deg);

  
}
100%
{
-webkit-transform
:
 
rotate
(360deg);

  
}
}
@
keyframes rotate { 0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

50%
{
-webkit-transform
:
 
rotate
(180deg);

            
transform
:
 
rotate
(180deg);

  
}
100%
{
-webkit-transform
:
 
rotate
(360deg);

            
transform
:
 
rotate
(360deg);

  
}
}
.refresh-tips {
	background: rgba(213, 233, 247, 0.9);
	height: .56rem;
	line-height: .56rem;
	font-size: .26rem;
	color: #5690d4;
	text-align: center;
	position: absolute;
	left: .3rem;
	right: .3rem;
	z-index: 1;
	-webkit-animation: changeopa 2s forwards;
	animation: changeopa 2s forwards;
}

@
-webkit-keyframes changeopa { 0% {
	opacity: .01;
}

50%
{
opacity
:
 
1;
}
100%
{
opacity
:
 
1;
}
}
@
keyframes changeopa { 0% {
	opacity: .01;
}

50%
{
opacity
:
 
1;
}
100%
{
opacity
:
 
1;
}
}
#back-index {
	position: fixed;
	bottom: 2.14rem;
	right: .2rem;
	width: .86rem;
	height: .86rem;
	background: url(/uploads/image/nimages/back-index.png) 0 0 no-repeat;
	background-size: contain;
	z-index: 999;
}

#back-top {
	position: fixed;
	bottom: 1.08rem;
	right: .2rem;
	width: .86rem;
	height: .86rem;
	background: url(/uploads/image/nimages/back-top.png) 0 0 no-repeat;
	background-size: contain;
	z-index: 999;
}

/*???????????????*/
.cnt-news {
	background: #fafafa;
}

.cnt-news .news-content {
	padding: 15px 0;
}

.cnt-news .news-content h1 {
	font-size: .48rem;
	line-height: .66rem;
	color: #333;
}

.cnt-news .news-content .from {
	position: relative;
	margin-top: 10px;
	font-size: .3rem;
	color: #b4b4b4;
}

.cnt-news .news-content .from .author {
	margin: 0 .2rem;
}

.cnt-news .news-content article {
	word-wrap: break-word;
}

.cnt-news .news-content article p {
	margin: .52rem 0;
	font-size: .34rem;
	line-height: .52rem;
	color: #333;
}

.cnt-news .news-content article img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: .5em auto;
}

.cnt-news .news-content article .art-pic {
	margin: .5rem 0;
	text-align: center;
}

.cnt-news .news-content article .art-pic .pic {
	display: block;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

.cnt-news .news-content article .art-pic .des {
	margin: 5px 0 0;
}

.m-page {
	margin: .32rem 0 .48rem;
}

.m-page:before, .m-page:after {
	content: "";
	display: table;
}

.m-page:after {
	clear: both;
}

.m-page>a {
	display: block;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	color: #4990e2;
	font-size: .3rem;
	text-align: center;
	vertical-align: top;
}

.m-page>.prev {
	float: left;
	margin-right: 9px;
	width: 80px;
}

.m-page>.next {
	float: right;
	margin-left: 9px;
	width: 80px;
}

.m-page>.disabled {
	color: #b4b4b4;
}

.w-cnt-hd {
	margin-left: -10px;
	margin-right: -10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 2px solid #dbdbdb;
}

/*????????????*/
.news-related {
	margin-top: .44rem;
}

.cnt-news .news-related .from {
	margin: 1rem 0;
	text-align: right;
	font-size: .68rem;
	color: #666;
}

.m-title {
	font-size: .3rem;
	line-height: .42rem;
	color: #333;
	padding-bottom: .12rem;
	border-bottom: 1px solid #eb6161;
}

.related-site {
	font-size: 0;
}

.related-site a {
	display: inline-block;
	min-width: 1.16rem;
	height: .52rem;
	line-height: .5rem;
	border: 1px solid #d5d5d5;
	border-radius: .04rem;
	font-size: .3rem;
	color: #666;
	margin-left: .2rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news-related header {
	margin-bottom: .12rem;
}

.cnt-news .news-related .from span {
	margin-left: 1rem;
}

.cnt-news .news-related .w-list-item {
	height: auto;
}

.w-list-item {
	line-height: .42rem;
	border-bottom: 1px solid #dedede;
	font-size: .3rem;
	padding: .22rem 0;
}

.w-list-item>a {
	display: block;
	color: #333;
}

.cnt-news .news-related .w-list-item a {
	max-height: 48px;
	line-height: 24px;
	white-space: normal;
	color: #333;
}

.cnt-news .news-recommed .w-art a, .cnt-news .news-recommed .w-list a {
	color: #000;
}

.m-ad {
	margin: 0 -.3rem;
}

.m-ad img {
	width: 100%;
}

.cnt-news .news-comment {
	margin: 20px 0;
	padding: 0 10px;
}

.cnt-news .news-comment>h3 {
	margin: 10px 0;
	font-size: .9rem;
	font-weight: bold;
	color: #000;
}

.cnt-news .news-comment .comment-reply {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.cnt-news .news-comment .comment-reply .avatar {
	display: block;
	margin-right: 5px;
	width: 50px;
	overflow: hidden;
	text-align: center;
}

.cnt-news .news-comment .comment-reply .avatar img {
	width: 100%;
	height: 50px;
}

.cnt-news .news-comment .comment-reply .avatar span {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-size: .68rem;
	color: #1a4991;
}

.cnt-news .news-comment .comment-reply .tarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.cnt-news .news-comment .comment-reply .tarea textarea {
	-webkit-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	box-flex: 1;
	padding: .1rem .2rem;
	height: 62px;
	border: 1px #d1d1d1 solid;
	border-radius: 3px;
	font-size: .8em;
	color: #444;
	background-color: #f8f8f8;
}

.cnt-news .news-comment .comment-reply .tarea .tips {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	font-size: .88rem;
	background: #ebc2c2;
}

.cnt-news .news-comment .comment-bar {
	margin: 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px #f1f1f1 solid;
	text-align: right;
}

.cnt-news .news-comment .comment-bar label {
	font-size: .8rem;
	color: #444;
	vertical-align: middle;
}

.cnt-news .news-comment .comment-bar label input {
	width: 10px;
	height: 10px;
	border: 1px #8e8f8f solid;
	vertical-align: 1px;
}

.cnt-news .news-comment .comment-bar button {
	margin-left: 10px;
	padding: 0 8px;
	height: 22px;
	border: 0;
	border-radius: 0;
	color: #fff;
	text-align: center;
	font-size: .8rem;
	background: #d40000;
}

.cnt-news .news-comment .comment-hot>h3 {
	margin: 10px 0 15px;
	border-left: 2px #d40000 solid;
	padding-left: 5px;
	line-height: 1;
	font-size: .9rem;
}

.cnt-news .news-comment .comment-hot .comment-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px #f1f1f1 solid;
	word-wrap: break-word;
}

.cnt-news .news-comment .comment-hot .comment-list li:last-child {
	border: none;
}

.cnt-news .news-comment .comment-hot .comment-list li .avatar {
	display: block;
	margin-right: 10px;
	width: 40px;
	overflow: hidden;
}

.cnt-news .news-comment .comment-hot .comment-list li .avatar img {
	width: 100%;
	height: 40px;
}

.cnt-news .news-comment .comment-hot .comment-list li .cnt {
	-webkit-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.cnt-news .news-comment .comment-hot .comment-list li .cnt>h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	display: flex;
	font-size: .68rem;
}

.cnt-news .news-comment .comment-hot .comment-list li .cnt>h4 a {
	-webkit-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #1a4991;
}

.cnt-news .news-comment .comment-hot .comment-list li .cnt>h4 time {
	-webkit-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	color: #666;
}

.cnt-news .news-comment .comment-hot .comment-list li .cnt>p {
	margin-top: 2px;
	font-size: .8rem;
}

.cnt-news .pagenav-ft {
	margin-top: 2rem;
	margin-bottom: -30px;
	padding-bottom: 30px;
	background: #f3f3f3;
}

.cnt-news .pagenav-ft .nav-list {
	background: none !important;
}

.cnt-news .pagenav-ft .nav-list a {
	height: 37px;
	line-height: 37px;
	border: 0 solid #c5c5c5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	color: #1a4991 !important;
	font-size: 14px;
	background: #f3f3f3;
}

.cnt-news .pagenav-ft .nav-list a:nth-child(4n) {
	border-right-width: 0;
}

.cnt-news .pagenav-ft .nav-list a.more:after {
	border-top-color: #1a4991;
}

.cnt-news .pagenav-ft .nav-list a.more.fold:after {
	border-top-color: transparent;
	border-bottom-color: #1a4991;
}

html.article #footer {
	border-top: 0;
}

.share_wrap {
	padding-bottom: 10px;
}

.share_wrap:before, .share_wrap:after {
	content: "";
	display: table;
}

.share_wrap:after {
	clear: both;
}

.back_home, #sharebtn {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}

.back_home {
	color: #5d5d5d;
	float: left;
}

.back_home:before {
	content: '';
	margin-right: 5px;
	display: inline-block;
	width: 20px;
	height: 100%;
	background:  no-repeat 50% 50%;
	background-size: 20px;
	vertical-align: top;
}

#sharebtn {
	display: block;
	text-align: center;
	color: #575757;
	float: right;
}

#sharebtn:after {
	content: '';
	margin-left: 12px;
	display: inline-block;
	width: 78px;
	height: 100%;
	background:  no-repeat 50% 50%;
	background-size: 78px;
	vertical-align: top;
}

.next_article {
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
	display: none;
}

.next_article:before, .next_article:after {
	content: "";
	display: table;
}

.next_article:after {
	clear: both;
}

.next_article vertical, .next_article .next {
	float: left;
	background: #f3f3f3;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	text-align: center;
	font-size: 1.2rem;
	margin-right: 10px;
}

.next_article .next_link {
	color: #1a4991;
	line-height: 1.1;
	font-size: 1.1rem;
}

.download-tips {
	height: .8rem;
	line-height: .8rem;
	background: #ec6161;
	font-size: .3rem;
	text-align: center;
	border-radius: .08rem;
}

.download-tips a {
	display: block;
	color: #fff;
}

#fix_gotop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	height: 45px;
	display: none;
}

#fix_gotop .fix_gotop {
	background:  no-repeat 50% 50%;
	background-size: 45px;
	height: 100%;
	vertical-align: middle;
	display: block;
	width: 45px;
}

#pinglun {
	width: 100%;
	font-size: .8rem;
}

.dl_title {
	width: auto;
	height: .42rem;
	margin: 0 auto;
	line-height: .42rem;
	overflow: hidden;
	margin: .36rem 0 .14rem;
}

.dl_title .title_left {
	float: left;
}

.dl_title .title_left h4 {
	float: left;
	font-size: .3rem;
}

/* ?????????????????????????????????*/
.comment_show header a {
	color: #333;
}

.comment_data {
	float: left;
	padding: 0 0 0 5px;
	font-size: .3rem;
	color: #333;
}

#join_comment_num, #join_login {
	font-weight: normal;
	font-size: .3rem;
	color: #cc0000 !important;
}

.comment_data a:link, .comment_data a:hover {
	color: #333;
}

.comment_data a:visited {
	text-decoration: underline;
}

/* ??????-?????? ??????||????????? ??????*/
.comment_head_right {
	float: right;
	padding-right: 10px;
	font-size: .3rem;
	color: #4990e2;
}

.chl_link:link, .chl_link:visited {
	color: #4990e2;
}

.chl_link:hover {
	color: #06c;
	text-decoration: underline;
}

.chl_logging {
	display: none;
}

.chl_username {
	font-weight: bold;
}

.chl_exit:link, .chl_exit:visited {
	color: #828282;
}

.chl_exit:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* ???????????????*/
.pinglun_con {
	border: 0;
	font-size: 0;
	position: relative;
}

.pinglun_con .txtarea {
	width: 100%;
	height: 1.96rem;
	padding: .1rem;
	font-size: .3rem;
	line-height: .42rem;
	color: #b4b4b4;
	border: 1px solid #ccc;
	background: #f2f2f2;
	outline: none;
	-webkit-appearance: none;
}

.txtarea_tips {
	font-size: 12px;
	position: absolute;
	left: 12px;
	top: 11px;
	color: #ccc;
}

.comment_foot {
	height: 36px;
	margin-top: 10px;
	font-size: .8rem;
	line-height: 36px;
}

.comment_btn_left {
	float: left;
}

.comment_tips {
	padding-left: 20px;
	line-height: 36px;
	color: #cc0000;
	display: none;
}

.comment_submit {
	float: right;
	width: 1.98rem;
	height: .64rem;
	padding: 0;
	font-size: .3rem;
	color: #fff;
	line-height: .64rem;
	text-align: center;
	border: 0;
	background: #ec6161;
	cursor: pointer;
	border-radius: .08rem;
}

.comment_ok {
	background-color: #fdf4e9 !important;
}

.comment_ok .comment_tips {
	font-size: .26rem;
	color: #ff0000;
	display: block;
}

/* ????????????*/
.comment_show {
	width: 100%;
	margin-top: 20px;
}

.comment_classify_btn {
	width: 100%;
	height: 26px;
	line-height: 26px;
	border-top: 1px solid #ddd;
}

.comment_classify_btn li {
	float: left;
	margin-left: 10px;
	font-family: microsoft yahei;
	font-size: 1rem;
}

.comment_classify_btn a {
	display: block;
	height: 26px;
	margin-top: -1px;
	font-weight: bold;
}

.comment_classify_btn a.current {
	border-top: 2px solid #cc0000;
}

/* ???????????????*/
.comment_show_content {
	width: 100%;
	overflow: hidden;
}

.comment_sc {
	width: auto;
	padding: .8rem .6rem .6rem;
	margin-top: -1px;
	border-top: 1px dashed #e7e7e7;
	position: relative;
}

.comment_sc_hd {
	width: auto;
	height: 26px;
	font-size: .8rem;
	line-height: 26px;
}

.comment_user_name {
	float: left;
}

.comment_un:link, .comment_un:visited {
	margin-right: 10px;
	color: #000;
}

.comment_un_add:link, .comment_un_add:visited {
	color: #999;
}

.comment_time {
	float: right;
	color: #999;
}

.comment_txt {
	width: auto;
	font-size: 1.2rem;
	line-height: 24px;
	color: #555;
}

.comment_txt p {
	line-height: 24px;
}

.comment_txt_p {
	display: inline;
	line-height: 24px;
	font-size: .26rem;
}

.comment_txt_add {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dashed #ccc;
}

.comment_show_btn:link, .comment_show_btn:visited {
	color: #379be9;
	white-space: nowrap;
}

.comment_show_btn:hover {
	text-decoration: none;
}

.comment_this_tips {
	font-size: 12px;
	color: #999;
	white-space: nowrap;
}

.have_comment_floor {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

.floor_reply_new {
	padding: 12px 0 0 9px;
	line-height: 24px;
}

.frn_p {
	display: inline;
}

.comment_floor_number {
	float: right;
	text-align: right;
	color: #555;
	white-space: nowrap;
}

.ctf_msg {
	padding-bottom: 3px;
	font-size: .8rem;
}

/* ???????????????*/
/* ???????????????????????????*/
@
keyframes floor_reply {from { height:0;
	
}

to {
	height: 131px;
}

}
@
-webkit-keyframes floor_reply /* safari ??? chrome*/ {from { height:0;
	
}

to {
	height: 131px;
}

}
.reply_to_floor {
	width: auto;
	margin: 5px 0 20px;
	border: 1px solid #ccc;
	position: relative;
	height: 0;
	display: none;
}

.rtf_textarea textarea {
	display: block;
	width: 100%;
	height: 80px;
	padding: 5px 10px;
	font-size: 1rem;
	line-height: 20px;
	border: 0;
	resize: none;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.rtf_btn {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-top: 1px solid #c9c9c9;
}

.rtf_btn .chl_login_reg, .rtf_btn .chl_logging {
	float: left;
	padding-left: 10px;
	font-size: 1rem;
}

.rtf_btn_box {
	float: right;
	padding: 5px 10px 0 0;
	line-height: normal;
}

.rtf_bb_btn {
	width: 75px;
	height: 36px;
	padding: 0;
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	font-size: 1rem;
	font-weight: bold;
	color: #fff;
	background-color: #379be9;
	cursor: pointer;
}

.rtf_arrows {
	width: auto;
	color: #ccc;
	position: absolute;
	right: 25px;
	top: -16px;
	background: #fff;
	z-index: 0;
}

/* ???????????????????????????*/
.comment_sc_fd {
	width: auto;
	height: 40px;
	margin-left: 50px;
	line-height: 40px;
}

.comment_reply_btn, .comment_praise_btn {
	float: right;
	font-size: 1rem;
	color: #379be9;
	cursor: pointer;
}

.comment_reply_btn .iconfont, .comment_praise_btn .iconfont {
	margin-right: 6px;
	font-size: 1.4rem;
}

.comment_reply_btn .iconfont {
	position: relative;
	top: 2px;
}

.comment_reply_btn {
	padding-right: 20px;
}

.comment_praise_btn {
	margin-right: 15px;
}

.cpt_once {
	color: #999;
	cursor: text;
}

/* ????????????????????????*/
.show_more_comment {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #f5f5f5;
}

.smc_txt {
	padding-right: 5px;
	font-family: microsoft yahei;
	font-size: 1rem;
	color: #a5a5a5;
}

.show_more_comment a {
	display: block;
}

.show_more_comment a:link, .show_more_comment a:visited {
	color: #a5a5a5;
}

.show_more_comment a:hover {
	text-decoration: none;
}

/* ??????*/
.upload {
	width: 32px;
	height: 32px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
	display: none;
	background:  center no-repeat;
	background-size: 32px;
	transform: rotatez(0);
	-webkit-transform: rotatez(0);
	animation: upload linear 10s infinite;
	-webkit-animation: upload 10s linear infinite;
}

@
keyframes upload {from { transform:rotatez(0);
	-webkit-transform: rotatez(0);
}

to {
	transform: rotatez(3600deg);
	-webkit-transform: rotatez(3600deg);
}

}
@
-webkit-keyframes upload /* safari ??? chrome*/ {from { transform:rotatez(0);
	-webkit-transform: rotatez(0);
}

to {
	transform: rotatez(3600deg);
	-webkit-transform: rotatez(3600deg);
}

}

/*???????????????*/
.search-hd {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1.04rem;
}

.search-content {
	margin-top: 1.24rem;
	padding-bottom: .7rem;
}

.search-content .news-list li:last-child {
	border-bottom: none;
}

.load-search {
	height: .84rem;
	line-height: .84rem;
	border: 1px solid #a4c7f0;
	border-radius: .08rem;
	display: block;
	text-align: center;
	color: #4990e2;
	font-size: .3rem;
}

.iscrollverticalscrollbar {
	width: 5px !important;
}

#pulldown, #pullup, .pulldown-tips {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.pulldown-tips {
	/* position:absolute;  
    top:-35px;  
    left:0;  */
	width: 100%;
	color: #5d5d5d;
}

.pulldown-tips i {
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
	transition: -webkit-transform 0.3s ease-in;
	-webkit-transition: -webkit-transform 0.3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.pulldown-tips i.up-icon {
	/*  transform: rotate(180deg);
   -webkit-transform: rotate(180deg); */
	-webkit-animation: move 1s forwards;
	animation: move 1s forwards;
}

@
-webkit-keyframes move { 0% {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

100%
{
transform
:
 
rotate
(-180deg);

    
-webkit-transform
:
 
rotate
(-180deg);

  
}
}

/*????????????*/
.news-header h2 {
	text-align: center;
	line-height: .96rem;
}

.news-header .back {
	position: absolute;
	left: .3rem;
	top: .3rem;
	width: .2rem;
	height: .34rem;
	background: url(/uploads/image/nimages/arrow.png) 0 0 no-repeat;
	background-size: contain;
}

.news-header .head-r {
	position: absolute;
	right: .3rem;
	top: 0;
}

/*??????????????????*/
.float-ad {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
}

.float-ad img {
	width: 100%;
}

.float-ad .close {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: 5px;
	right: 5px;
	background: rgba(210, 210, 210, 0.7);
	position: absolute;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
}

.online-exhibition {
	margin: .49rem -.3rem 0 0;
	height: 1.25rem;
	position: relative;
	overflow: hidden;
}

.online-exhibition h3 {
	width: 1.2rem;
	height: 1.2rem;
	background: #cc0000;
	font-size: .28rem;
	line-height: .45rem;
	color: #fff;
	text-align: center;
	border: 1px solid #efefef;
	padding-top: .13rem;
	border-radius: .05rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	cursor: pointer;
}

#exhi-wrap {
	position: absolute;
	left: 1.28rem;
	height: 1.2rem;
	top: 0;
	z-index: 2;
	width: 5.9rem;
}

.online-exhibition .exhibitors {
	position: absolute;
	height: 1.2rem;
	left: 0;
	top: 0;
}

.online-exhibition ul {
	white-space: nowrap;
	font-size: 0;
}

.online-exhibition ul li {
	display: inline-block;
	margin-right: .08rem;
	height: 1.2rem;
}

.online-exhibition li a {
	display: block;
	width: 1.8rem;
	height: 1.2rem;
	border: 1px solid #efefef;
	border-radius: .05rem;
	text-align: center;
	line-height: 1.2rem;
	position: relative;
}

.online-exhibition li a.living:after {
	position: absolute;
	background: #f00;
	color: #fff;
	font-size: .18rem;
	content: '\6b63\5728\76f4\64ad';
	right: 0;
	top: 0;
	line-height: 1;
	padding: 4px 10px;
	border-radius: 0 6px 0 6px;
}

.online-exhibition li a img {
	max-width: 1.7rem;
	max-height: 1.2rem;
	vertical-align: middle;
}

/* app???????????? */
.app-download {
	position: fixed;
	z-index: 9900;
	width: 100%;
	height: 0.9rem;
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: .3rem;
	padding-top: .17rem;
}

.app-download .logo {
	width: .56rem;
	height: .56rem;
	background:  center no-repeat;
	background-size: 100% 100%;
}

.app-download .info {
	padding-left: .2rem;
}

.app-download .info .name {
	font-size: .28rem;
	font-family: pingfang-sc-regular;
	color: #fff;
	line-height: 1;
}

.app-download .info .slogn {
	padding-top: .09rem;
	font-size: .22rem;
	font-family: pingfang-sc-regular;
	color: #cccccc;
	line-height: 1;
}

.app-download .open-app {
	position: absolute;
	width: 1.44rem;
	height: .56rem;
	background-color: #d33934;
	border-radius: 5px;
	right: .91rem;
	top: .17rem;
	font-size: .28rem;
	font-family: pingfang-sc-regular;
	color: #fff;
	line-height: .56rem;
	text-align: center;
}

.app-download .close-btn {
	position: absolute;
	width: .26rem;
	height: .26rem;
	background:  center no-repeat;
	background-size: 100% 100%;
	top: .32rem;
	right: .20rem;
}

/*广播推荐e*/
/*2018-04-19 s*/
.advertising {
	height: 1.18rem;
	background-color: #ddd;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.advertising a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.advertising a img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.moveup {
	-webkit-animation: moveup .4s ease forwards;
	animation: moveup .4s ease forwards;
}

@-webkit-keyframes moveup {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -1.18rem;
  }
}

@keyframes moveup {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -1.18rem;
  }
}
/*# sourcemappingurl=main.css.map */

news-list li {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: .24rem;
    margin-top: .24rem;
    overflow: hidden;
}

.news-list li a .out-ad-flag {
  position: absolute;
  width: 30px;
  height: 17px;
  border: 1px solid #bebebe;
  border-radius: 2px;
  font-family: pingfangsc-regular;
  font-size: 11px;
  color: #bebebe;
  line-height: 17px;
  text-align: center;
  left: 0;
  bottom: 0;
}

.news-list li h3 {
    font-size: .34rem;
    line-height: .48rem;
    color: #333;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list li.ofweek-live {
  padding: 0;
  height: 3.28rem;
  padding-top: 0.116rem;
}

.news-list li.ofweek-live .top {
  height: .48rem;
  line-height: .48rem;
}

.news-list li.ofweek-live .top .join-live {
  height: .48rem;
  width: 1.396rem;
  background-color: #108ee9;
  border-radius: 2px;
  text-align: center;
  font-size: .3rem;
  color: #fff;
}

.top .live-tag {
  height: .48rem;
  line-height: .48rem;
  font-size: .34rem;
  color: #202329;
  position: relative;
  padding-left: .16rem;
}

.top .live-tag .line {
  position: absolute;
  height: .34rem;
  width: .04rem;
  background-color: #000;
  left: 0;
  top: .09rem;
}

.mian-content-layout {
  margin-top: .226rem;
}

.live-item {
  border: none;
  margin-right: .15rem;
}

.live-item:last-child {
  margin-right: 0;
}

.live-item.expo a {
  position: relative;
}

.live-item.expo a .expo-tag {
  position: absolute;
  width: .94rem;
  height: .30rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b3b3b3;
  line-height: .30rem;
  text-align: center;
  font-size: .22rem;
  color: #9d9d9d;
  right: 0.1rem;
  bottom: 0.00rem;
}

.live-item a {
  display: block;
}

.live-item a .pic {
  width: 2.2rem;
  height: 1.454rem;
  position: relative;
}

.live-item a .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.live-item a .live-item-name {
  width: 2.2rem;
  line-height: .32rem;
  height:.64rem;
  font-size: .22rem;
  color: #212121;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}