        *{
			/*margin: 0 auto;*/
			/*padding: 0;*/
			/* margin: 0; */
			/* padding: 0; */
			box-sizing: border-box;
			font-family: "微软雅黑";
			/*font-size: 15px;*/

		}
		body {
			display: flex;
			flex-flow: column nowrap;
			align-items: center;
			/* border-radius: 5px; */
		}
		a {
		    text-decoration: none;
		    color: rgb(84, 92, 91);
  		}
			.mobile_header {
			/*display: none;*/
			/*order: 0;*/
			width: 100vw;
			background-color:  #e0e0eb;
			/*border-radius: 6px;*/

		}
		header{
		display:none;
		}
		.mobile_header > .top {
			margin: 0 auto;/*比较关键的一个设置*/
			width: 95vw;
			height: 88px;

			display: flex;
			flex-flow: row nowrap; 
			/*align-items: center;*/
			justify-content: space-between;
			padding-top:10px;
		}
		.mobile_header > .top > .logo {
			/* margin-top: 10px; */
			/* width: 200px; */
		}
		.mobile_header > .top > .logo > img {
			width: 180px;
 

		}
		.mobile_header > .top :nth-child(2){
		margin-top:5px;
		}


		.mobile_header >  .navbox {
		margin: 0 auto;/*比较关键的一个设置*/
			align-self: flex-end;
			width: 100vw;
			display: flex;
			flex-flow: column nowrap;
			align-items: center;
			
		}

		.mobile_header > .navbox > nav {
			margin-bottom: 6px;
			width: 50vw;
			display: flex;
			flex-flow: row nowrap;
			justify-content: space-between;
		}
		.mobile_header > .top > .navbox > nav > a{
			font-size: 20px;
			flex: 0 1 80px;
			text-align: center;
		}

		.mobile_header > .top > .userlogin {
			margin-top: 10px;
			/* width: 100px; */
			text-align: right;
			margin-right: 10px;
		}
		/*页面顶部样式表定义结束，开始主内容区布局*/
		.container {
			margin-top: 16px;
			padding-top: 18px;
			padding-bottom: 16px;
			/*border-radius: 6px;*/

			width: 99vw;
			/*height: 600px;*/
			background-color: #d1d1e0;
		}
		.container > .topnews {
			margin: 0 auto;/*比较关键的一个设置*/
			width: 100%;
			/*padding-top: 10px;*/
			/*margin-top: 116px;*/
			/*margin-left: 20px;*/
			/*background-color: #fff;*/
			/*height: 500px;*/
			display: flex;
			flex-flow: column nowrap;
			
			/*align-content: center;*/
			align-items: center;
			
		}
		

		.container > .topnews > .picnews {
			/*padding: 10px;*/
			
			width: 330px;
			height: 308px;
			position:relative;
			/*height: 400px;*/
			/*border-radius: 6px;*/
			background-color: #f1f1f1;
			/*border-radius: 6px;*/
			
		}

		.container > .topnews > .picnews img{
			width: 330px;
			height:308px ;
			object-fit:cover;
		}
		.container > .topnews > .picnews > .picnews-desc {
			color: #000;
			background-color: #ffffff; 
			padding-left:5px;
			padding-top:5px;
			position:absolute;
			left:0;
			top:248px;
			width:330px;
			height:60px;
			/*z-index:2;*/
			opacity:0.7;
		}


		.container > .topnews > .listnews {
			margin-top: 20px;
			/*margin-left: 18px;*/
			padding: 10px;
			width: 100%;
			/*height: 400px;*/
			background-color: #f1f1f1;
			/*border-radius: 6px;*/

		}
		.container > .topnews > .listnews > .newstitle {
			/*width: 85px;*/
			font-size: 18px;
			color:  #7676a3;
			/*float: right;*/
			border-style: none none solid none;
			border-bottom-color: #ff0000;
		}
		.container > .topnews > .listnews > ul {
			/*width: 458px;*/
			margin-left: -35px;
			margin-top: 0px;
		}
		.container > .topnews > .listnews > ul > li {
		/* border-style: none none dotted none; */
		border-color:#666;
			line-height: 40px;
			font-size: 16px;
			display: flex;
			flex-flow: row nowrap;
			justify-content: space-between;


		}
		/* .container > .topnews > .listnews > ul > li:nth-of-type(odd){
		background:#00ccff;
		} */
		.container > .topnews > .listnews > ul > li:nth-of-type(even){
		background: #f1f5f8;
		}

		.container > .topnews > .listnews > ul > li > :first-child {
			order: 1;
			display: none;
			/*text-align: right;*/

		}


		
		.container > .huain-polymerization {
			margin: 0 auto;
			margin-top: 38px;
			width: 100vw;
			display: flex;
			flex-flow: column nowrap;
			/*justify-content: space-between;*/
			align-items: center;

		}
		.container > .huain-polymerization > .huain-polymerization-left {
			width: 95vw;
			/*border-radius: 20px;*/
			background-color: #fff;
			font-size: 15px;
			display: flex;
			flex-flow: row nowrap;
			justify-content: center;
			align-items: center;
		}
		.container > .huain-polymerization > .huain-polymerization-right {
			margin-top: 20px;
			padding-top: 20px;
			background-color: #fff;
			/*border-radius: 6px;*/
			/*width: 980px;*/
			display: flex;
			flex-flow: row wrap;
			justify-content: space-around;
			/* align-items: center; */
			align-content: flex-start;
		}
		.container > .huain-polymerization > .huain-polymerization-right > .huain-polymerization-list {
			/*height: 145px;*/
			/* width:140px; */
			display: flex;
			flex-flow: column nowrap;
			align-items: center;
			justify-content: flex-start;
			
		}
		.container > .huain-polymerization > .huain-polymerization-right > .huain-polymerization-list img {
			width: 140px;
			border-radius: 6px;
			height: 70px;
			/*border-radius: 6px;	*/
			object-fit:cover;
		}
		.container > .huain-polymerization > .huain-polymerization-right > .huain-polymerization-list span {
		width:148px;
			font-size: 13px;
			color:#666;
			margin-top:5px;
			margin-bottom:5px;
			text-align:center;
		}

		.container > .famous {
			margin: 0 auto;	/*比较关键的一个设置*/

			margin-top: 28px;
			width: 95%;
			/*height: 150px;*/

			display: flex;
			flex-flow: column nowrap;
			/*justify-content: space-between;*/
			align-items: center;


		}
		.container > .famous > .famous-left {
			width: 360px;
			/*border-radius: 10px;*/
			text-align: center;
			/*padding-top: 10px;*/
			font-size: 20px;
			/*line-height: 25px;*/
			background-color: #9494b7;
			display: flex;
			flex-flow: row nowrap;
			justify-content: center;
			align-items: center;
		}
		.container > .famous > .famous-right {
			margin-top: 20px;
			background-color: #b3b3cc;
			/*border-radius: 6px;*/
			width: 100%;
			display: flex;
			flex-flow: row  wrap;
			justify-content: space-around;
			align-items: center;
		}
		.container > .famous > .famous-right > .famous-list {
			margin-top: 28px;
			margin-bottom: 5px;
			/*height: 130px;*/
			display: flex;
			flex-flow: column nowrap;
			align-items: center;
			justify-content: space-around;
		}
		.container > .famous > .famous-right > .famous-list img {
			width: 150px;
			height: 120px;
			/*border-radius: 20px;*/
			/*font-size: 28px;*/

		}
		.container > .famous > .famous-right > .famous-list span {
			font-size: 15px;

		}
		.container > .article {
			/*order: 0;*/
			margin: 0 auto;
			margin-top: 38px;
			width: 95%;
			/*height: 200px;*/
			display: flex;
			flex-flow: column nowrap;
			/*justify-content: space-between;*/
			align-items: center;
		}
		.container > .article > .article-left {
			/*margin-top: 15px;*/
			width: 95vw;
			/*height: 200px;*/
			/*border-radius: 10px;*/
			background-color: #fff;
			font-size: 16px;
			/*order: 1;*/
			display: flex;
			flex-flow: row nowrap;
			justify-content: center;
			align-items: center;

		}
		.container > .article > .article-right {
			margin-top: 20px;
			width: 100%;
			padding-right: 10px;
			/*height: 200px;*/
			/*border-radius: 6px;*/
			background-color: #f1f1f1;
		}
		.container > .article > .article-right > ul {
			margin-left: -30px;
			/*width: 490px;*/
			/*width: 1010px;*/
			/*height: 150px;*/
			display: flex;
			flex-flow: column wrap;
			/*justify-content: center;*/
			/*align-items: center;*/
			align-content:  space-between;
		}
		.container > .article > .article-right > ul > li {
			/*width: 450px;*/
			line-height: 35px;
			font-size: 16px;
			display: flex;
			flex-flow: row nowrap;
			justify-content: space-between;

		}
		.container > .article > .article-right > ul > li > :first-child {
			order: 1;
			display: none;
		}
		.container > .article > .article-right > ul > li:nth-of-type(even){
		background: #f1f5f8;
		}



		.container > .huain-video {
			margin: 0 auto;
			margin-top: 38px;
			width: 95%;
			display: flex;
			flex-flow: column nowrap;
			/*justify-content: space-between;*/
			align-items: center;
		}
		.container > .huain-video > .huain-video-left {
			width: 95vw;
			/*border-radius: 6px;*/
			background-color: #9494b7;
			font-size: 15px;
			display: flex;
			flex-flow: row nowrap;
			justify-content: center;
			align-items: center;
		}
		.container > .huain-video > .huain-video-right {
			margin-top: 10px;
			padding-top: 25px;
			padding-bottom: 20px;

			background-color: #b3b3cc;
			/*border-radius: 6px;*/
			/*width: 980px;*/
			display: flex;
			flex-flow: row wrap;
			justify-content: space-around;
			align-items: center;
		}
		.container > .huain-video > .huain-video-right > .huain-video-list{
			/*height: 145px;*/
			display: flex;
			flex-flow: column nowrap;
			align-items: center;
			justify-content: space-around;
		}
		.container > .huain-video > .huain-video-right > .huain-video-list img {
			width: 150px;
			height: 80px;
			object-fit:cover;
			border-radius: 6px;

		}
		.container > .huain-video > .huain-video-right > .huain-video-list span  {
			font-size: 13px;
			color:#666;

		}

		.container > .huain-live {
			margin: 0 auto;
			margin-top: 38px;
			width: 95%;
			display: flex;
			flex-flow: column nowrap;
			/*justify-content: space-between;*/
			align-items: center;
		}
		.container > .huain-live > .huain-live-left {
			width: 360px;
			/*border-radius: 6px;*/
			background-color: #9494b7;
			font-size: 15px;
			display: flex;
			flex-flow: row nowrap;
			justify-content: center;
			align-items: center;
		}
		.container > .huain-live > .huain-live-right {
			margin-top: 10px;
			padding-top: 25px;

			background-color: #b3b3cc;
			/*border-radius: 6px;*/
			/*width: 980px;*/
			display: flex;
			flex-flow: row wrap;
			justify-content: space-around;
			align-items: center;
		}
		.container > .huain-live > .huain-live-right > .huain-live-list{
			/*height: 145px;*/
			display: flex;
			flex-flow: column nowrap;
			align-items: center;
			justify-content: space-around;
		}
		.container > .huain-live > .huain-live-right > .huain-live-list img {
			width: 150px;
			height: 120px;
			/*border-radius: 20px;			*/

		}
		.container > .huain-live > .huain-live-right > .huain-live-list span  {
			font-size: 16px;

		}



		.container > .huain-audio {
			margin: 0 auto;
			margin-top: 30px;
			width: 95%;
			display: flex;
			flex-flow: column nowrap;
			/*justify-content: space-between;*/
			align-items: center;
		}
		.container > .huain-audio > .huain-audio-left {
			width: 95vw;
			/*border-radius: 6px;*/
			background-color: #9494b7;
			font-size: 15px;
			display: flex;
			flex-flow: row nowrap;
			justify-content: center;
			align-items: center;
		}
		.container > .huain-audio > .huain-audio-right {
			margin-top: 10px;
			padding-top: 15px;

			background-color: #b3b3cc;
			/*border-radius: 6px;*/
			/*width: 980px;*/
			/* display: flex;
			flex-flow: row wrap;
			justify-content: space-around;
			align-items: center; */
		}
		.container > .huain-audio > .huain-audio-right > .huain-audio-list{
			/*height: 145px;*/
			display: flex;
			flex-flow: row wrap;
			align-items: center;
			justify-content: space-around;
			padding-bottom:10px;
		}

		.container > .huain-audio > .huain-audio-right > .huain-audio-list span  {
			width:150px;
			line-height:30px;

		}



		footer {
			margin-top: 26px;
			/*border-radius: 16px;*/
			width: 100vw;
			background-color: #52527a;
		}
		footer > .bottom {
			margin: 0 auto;
			width: 95%;
			height: 120px;
			display: flex;
			flex-flow: column nowrap;
			align-items: center;
			justify-content: center;
		}
		footer > .bottom span {
			color: #fff;
			font-size: 16px;


		}