		body {
			background: #F6F6F6;
		}
		
		#news_topImg {
			width: 100%;
			height: 400px;
		}
		
		#news_topImg img {
			width: 100%;
			height: 100%;
		}
		
		#newspage_content {
			width: 100%;
			height: auto;
		}
		
		.newsPage_div {
			display: inline-block;
			height: auto;
			vertical-align: top;
			width: 65%;
		}
		
		.news_nav {
			width: 90%;
			height: auto;
			margin: auto;
			margin-top: 20px;
		}
		
		.newsPage_tj {
			width: 34%;
			height: auto;
			display: inline-block;
			vertical-align: top;
		}
		
		.newspage_ul {
			background: #fff;
			padding: 30px;
		}
		
		.newspage_li {
			border-bottom: 1px solid #f0f2f5;
			padding-bottom: 20px;
			margin-bottom: 20px;
			height: 155px;
			width: 100%;
		}
		
		.media-left {
			display: inline-block;
			padding-right: 1%;
			width: 20%;
			vertical-align: top;
		}
		
		h4.media-heading {
			font-size: 18px;
			margin-bottom: 10px;
			color: #37474f;
		}
		
		img.media-object {
			width: 100%;
			height: 100%;
			max-height: 120px;
		}
		
		p.des {
			color: #76838f;
			font-size: 14px;
			font-weight: 300;
			margin-bottom: 10px;
		}
		
		p.info {
			color: #a3afb7;
			font-size: 13px;
			font-weight: 300;
		}
		.title_p{
			width: 100%;

			text-align: center;
			font-size: 18px;
		}
		.media-body {
			display: inline-block;
			width: 78%;
			vertical-align: top;
		}
		
		.met-news-bar {
			width: 70%;
			background: #fff;
			margin: auto;
		}
		
		
		.recommend.news-list-md {
			width: 80%;
			padding: 20px 0;
			margin: auto;
		}
		
		li.list-group-item {
			width: 90%;
			height: auto;
			text-align: left;
			border-bottom: 1px solid #f0f2f5;
			padding: 10px 5%;
		}
		
		ul.column {
			width: 100%;
			border-top: 1px solid #f0f2f5;
			padding: 10px 0px;
		}
		
		ul.list-group.list-group-bordered {

			cursor: pointer;
		}
		ul.list-group.list-group-bordered>li>a{
			color: #333;
		}
		ul.list-group.list-group-bordered>li>a:hover{
			color: #7BC91F;
			font-weight: bold;
		}
		ul.column>li {
			width: 80%;
			padding: 8px 10%;
		}
		ul.column>li>a {
		color: #333;
		}
		ul.column>li>a:hover {
		color: #7BC91F;
			font-weight: bold;
		}
		.newscon_detail {
			margin: 5px;
		}
		.news_contTxt{
			    font-size: 16px;
			    font-family: "微软雅黑";
			    color: #252525;
			    letter-spacing: -1px;
			    line-height: 30px;
		}
		.news_contTxt>img{
				position: relative;
			left:0em;
		}
		.span{
			width: 100%;
			padding: 10px 0;
			font-size: 16px;
			font-weight: 500;
			font-family: "微软雅黑";
		}
		.news_contImg{
			 width: 90%;
			 height: auto;
			 margin: 10px 0;
		}
		.news_contImg>img{
			width: 98%;
			height: 100%;
		}
		.news_contTxt img{
						width: 98%;

		}
		.btn_qy{
			padding: 10px 0px;
			text-align: left;
			text-overflow:ellipsis;
			overflow: hidden;
			white-space: nowrap;
			cursor: pointer;
			width: 100%;
			height:auto
		}
		
		@media screen and (min-width:600px) and (max-width:1200px) {
			#news_topImg {
				height: 300px;
			}
			.newsPage_div {
				width: 100%;
			}
			.newsPage_tj {
				width: 100%;
			}
			.met-news-bar {
				width: 100%;
			}
			
		}
		
		@media screen and (max-width:600px) {
			#news_topImg {
				height: 200px;
			}
			.newsPage_div {
				width: 100%;
			}
			p.des {
				display: none;
			}
			.newspage_ul {
				background: #fff;
				padding: 20px 12px 10px 10px;
			}
			.media-body {
				width: 65%;
			}
			.news_nav {
				width: 100%;
			}
			.newspage_li {
				border-bottom: 1px solid #f0f2f5;
				padding-bottom: 20px;
				margin-bottom: 20px;
				width: 100%;
				height: auto;
			}
			.newsPage_tj {
				width: 100%;
			}
			.met-news-bar {
				width: 100%;
			}
		}
	