
@media only screen and (min-width: 769px) and (max-width: 3000px) {
	body{font-size:14px;}
	img{
		width:100%;
		height:100%;
	}
	.container{width:100%;min-width:1200px;margin:0 auto;padding:0;}
	/**/
	.content_one{
		/* background: #F7F7F7; */
	}
	.NewsTitle{
		width: 100%;
		text-align: center;
		font-size: 40px;
		font-weight: 600;
		color: #333333;
		margin-top: 108px;
	}
	.Newsource{
		width: 100%;
		height: 20px;
		font-size: 14px;
		font-family: "微软雅黑","Microsoft YaHei",Arial;
		font-weight: 400;
		color: #666666;
		text-align: center;
		margin-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	}
	.contentTitle{
		width: 100%;
		font-size: 18px;
		font-family: "微软雅黑","Microsoft YaHei",Arial;
		font-weight: 500;
		color: #2170BB;
		margin-top: 50px;
	}
	.NewsContent{
		width: 100%;
		font-size: 16px;
		font-family: "微软雅黑","Microsoft YaHei",Arial;
		font-weight: 400;
		color: #333333;
		line-height: 22px;
		margin-top: 10px;
	}
	.contentimg{
		display: block;
		width: 714px;
		margin: 0 auto;
		margin-top: 30px;
	}
	.bottombg{
		width: 100%;
		height: 120px;
	}
}
/* @media(min-width: 1920px){
	body{font-size:14px;}
	.container{width:100%;min-width:1920px;margin:0 auto;padding:0;}
} */
/*判断手机*/
@media (max-width:768px){
	.w1200{
		width: 100%;
		padding: 60px 0 0;
	}
	.NewsTitle{
		width: 100%;
		text-align: center; 
		font-size: 1.2em;
		font-weight: 600;
		color: #333333;
		margin-top: 1.5rem;
	}
	.Newsource{
		width: 100%;
		font-size: 0.8em;
		font-family: "微软雅黑","Microsoft YaHei",Arial;
		font-weight: 400;
		color: #666666;
		/* text-align: center; */
		margin-top: 0.4rem;
		padding-bottom: 0.4rem;
		border-bottom: 0.01rem solid rgba(51, 51, 51, 0.1);
	}
	.contentTitle{
		width: 100%;
		font-size: 1em;
		font-family: "微软雅黑","Microsoft YaHei",Arial;
		font-weight: 500;
		color: #2170BB;
		margin-top: 0.3rem;
	}
	.NewsContent{
		width: 100%;
		font-size: 1em;
		line-height:1.5em;
		font-family: "微软雅黑","Microsoft YaHei",Arial;
		font-weight: 400;
		color: #333333;
		margin-top: 1rem;
	}
	
	.NewsContent video{
		width:80%;
		
	}
	.contentimg{
		display: block;
		width: 6.9rem;
		margin: 0 auto;
		margin-top: 0.3rem;
	}
	.bottombg{
		width: 100%;
		height: 1.2rem;
	}
	/**/
	.selection_con{margin-top: 4em;}
	.selection_con ul{}
	.selection_con ul li{padding: 3em 2em;}
	.selection_con ul li:last-child{margin-bottom: 0;}
	.selection_con ul li .left_img{float:left;width:50%;margin-bottom: 1em;}
	.selection_con ul li .list_con{float:left;width: 100%;}
	.selection_con ul li .list_con h3{color: #353535;font-size: 2em;line-height: 1.2em;}
	.selection_con ul li .list_con p{color: #353535;font-size: 1.5em;margin:12px 0;}
	.selection_con ul li .list_con p.time{font-size: 1.3em;margin: 0;}
	.selection_con ul li .list_con p.line{width:52px;height: 4px;background: #000000;display: inline-block;margin:1.2em 0;}
	.selection_con ul li .list_con .con_text p{font-size: 1.1em;line-height:1.8em;color: #767676;}
	
	.erweima{text-align: center;padding: 3em 0;}
	.erweima img{width: 30%;}
	.erweima p{font-size: 1.2em;color: #444444;margin:0.3em 0;}
	.erweima h5{font-size: 1.1em;color: #393939;}
}