body{
			background: #fff;
		}
		.news_title{
			margin: 20px 20px 0px 20px;
			font-size: 20px;
			color: #333;
			line-height: 28px;
			font-weight: 400;
		}
		.news_time{
			margin: 20px 20px 0px 20px;
		}
		.news_time label{
			font-size: 14px;
			margin-right: 15px;
			color: #5e6681;
		}
		.news_time span{
			font-size: 14px;
			color: #999;
		}
		.news_ms{
			background: #efefef;
			margin: 20px 20px 0px 20px;
			padding: 20px;
			border-radius: 5px;
		}
		.news_ms p{
			font-size: 14px;
			color: #666;
			line-height: 26px;
		}
		.news_content{
			margin: 20px 20px 0px 20px;
		}
		.news_content p{
			/* margin-bottom: 20px; */
			font-size: 14px;
			color: #666;
		}
		.news_content img{
			display: block;
			max-width: 100%;
			width: auto;
		}
		.new-laiyuan{
			margin: 0px 20px;
			margin-top: 40px;
		}
		.new-laiyuan p{
			font-size: 14px;
			color: #999;
		}
		.xunfei-con{
			margin-top: 10px;
			background: rgb(247,247,247);
			padding: 20px 15px;
			border-radius: 5px;
			display: flex;
			align-items: center;
		}
		.xunfei-con span{
			display: inline-block;
			width: 40px;
			height: 40px;
			border-radius: 100%;
			margin-right: 10px;
			background-size: cover;
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}
		.xunfei-con img{
			height: 12px;
		}
		.xf-title{
			flex: 1;
		}
		.xf-title h3{
			font-size: 16px;
			color: #333;
			margin-bottom: 5px;
		}
		.xf-title label{
			font-size: 14px;
			color: #666;
		}
		.yuedu{
			margin: 0px 20px;
			margin-top: 20px;
			font-size: 14pxx;
			color: #999;
		}
		.xiangguan{
			margin: 0px 20px;
			margin-top: 40px;
		}
		.xiangguan h3{
			font-size: 16px;
			font-weight: 400;
			color: #333;
			margin-bottom: 10px;
		}
		.xiangguan a{
			display: flex;
			height: auto;
			padding: 10px 0;
			border-bottom: 1px solid #e9e9e9;
		}
		.xiangguan a label{
			flex: 1;
			font-size: 14px;
			color: #999;
			white-space: nowrap;
			overflow: hidden;
			text-overflow:ellipsis;
			
		}
		.xiangguan a span{
			font-size: 14px;
			color: #999;
			margin-left: 15px;
		}
		.header-top {
		            width: 100%;
		            background: url(http://www.tuxiaolei.cn/tpl/Wap/default/static//images/footer-bg.png);
		            padding: 8px 0px 5px 0px;
		            position: fixed;
		            bottom: 0;
		            left: 0;
		            z-index: 1000000;
		            color: #fff;
					line-height: 1.6;
		        }
		
		        .header-logo {
		            width: 38px;
		            height: 38px;
		            float: left;
		            margin-left: 15px;
		            margin-right: 5px;
		            position: relative;
		            top: 2px;
		        }
		
		        .header-logo img {
		            width: 38px;
		            height: 38px;
		            border-radius: 5px;
		        }
		
		        .header-gz h3 {
		            float: left;
		            font-size: 14px;
		            display: inline-block;
		            max-width: 50%;
		            overflow: hidden;
		            margin-left: 5px;
		        }
		
		        .header-gz {
		            float: right;
		            display: block;
		            margin-right: 15px;
		            width: 70px;
		            height: 30px;
		            line-height: 30px;
		            margin-top: 5px;
		            font-size: 14px;
		            text-align: center;
		            border-radius: 15px;
		            color: #fff;
		            background: #29a7e1;
		        }