﻿@charset "utf-8";
/*Css Document*/

@media only screen and (min-width: 300px) and (max-width: 640px) {
	.zgmpw_second_detail .news-info {
		width: 100%;
		padding: 0px;
		box-sizing: border-box;
		position: relative;
	}
	.zgmpw_second_detail .news-info:after{
		content: "";
		width: 92%;
		margin: 0 auto;
		height: 1px;
		background: #ccc;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
	}
	.news-info .det_breadnav {
		display: none;
	}
	.mc_title {
		display: block;
		width: 92%;
		padding: 0 4%;
		margin-bottom: 0.3rem;
	}
	.mc_title #Title {
		line-height: .89rem;
		font-size: .64rem;
font-family: sans-serif;
    color: #1c1c1c;
		font-weight: bold;
	}
	.bhs-Date {
		display: none;
	}
	.mcbhs-Date{
		display: block;
		width: 30%;
		float: right;
		padding: 0;
		margin-right: 5%;
	}
	.mcbhs-Date #PublishTime b {
		display: inline!important;
		color: #888!important;
		font-size: 0.32rem!important;
		line-height: 0.69rem;
		padding: 0!important;
		font-weight: normal!important;
	}
	.mcbhs-Date #PublishTime b:nth-of-type(5) {
		margin-right: 3px;
	}
	
	.news-info .bhs-Source {
		width: 60%;
		line-height: .69rem;
		padding: 0;
		text-align: left;
		float: left;
		margin-left: 5%;
	}
	.bhs-Source span {
		display: inline;
		color: #888;
	}
	.share {
		display: none;
	}
	.zgmpw_second_detail .det_right {
		position: relative;
		width: 92%;
		padding: 0.5rem 4%;
		border: none;
	}
	.det_right .zgmpw_xq_title {
		display: none;
	}
	.zhaoyao{
		display: none;
	}
	#Content p {
		line-height: 1.5;
		font-size: .52rem;
                font-family: sans-serif;
		margin: .53rem 0;
		color: #1c1c1c;
		word-break: break-all;
		text-align: justify;
	}
	.news_gjc_box{
		line-height: .72rem;
		font-size: .42rem;
	}
	#Content img {
    		max-width: 100%;
	}
.v_box{
	width: 100%;
	height: auto;
    margin-bottom: 0;
}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (-webkit-device-pixel-ratio: 3) {

}