		body {
			background: #F6F6F6;
		}
		.menu_btn_news{
			cursor: pointer;
		}
		#news_topImg {
			width: 100%;
			height: 400px;
		}
		
		#news_topImg img {
			width: 100%;
			height: 100%;
		}
		.active{
			color:#7bc91e;
		}
		#newspage_content {
			width: 100%;
			height: auto;
		}
		
		.newsPage_div,#paging {
			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;
		}
		
		.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 {
			border: 1px solid #f0f2f5;
			cursor: pointer;
		}
		
		ul.column>li {
			width: 80%;
			padding: 8px 10%;
		}
		.hy_btn{
				display: inline-block;
			    border: 1px solid #E4EAED;
			    padding: 10px 20px;
			    color: #000;
			    background: #fff;
			    cursor: pointer;
			}
			.hy_btn:active{
				background: #08367f;
			color: #fff;
			}
		.hy_btn_currpage{
			background: #08367f;
			color: #fff;
		}
		@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) {
			.hy_btn{
					font-size: 12px;
    				padding: 5px;
				}
			#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%;
			}
		}
	li.list-group-item>a:hover,li.list-group-item>a:focus {
			color:rgb(8, 48, 144);
		}