/* CSS Document */
.big_mes{
	width:100%;
}
.mess-w{
	width:1022px;
	margin:0 auto;
}
.news_banner_h{
	width:100%;
	display:none;
}
.bannerView{
	width:1024px;
	margin:0 auto;
	height:576px;
	margin-top:88px;
	margin-bottom:20px;
	position:relative;
}
.videoProp{
	width:100%;
	height:100%;
}
.videoIMG{	
	position:absolute;
	top:45%;
	left:45%;
	background:red;
	width:50px;
	height:50px;
	z-index:10;
}
.messModelTitle{
	width:100%;
	border-left:4px solid #2B91E6;
	font-size:27px;
	text-align:left;
	margin-top:52px;
	text-indent:18px;
	line-height:29px;
}
.news_banner{
	width:100%;
}
.news_banner img,.news_banner_h img{
	width:100%;
}
.messModelPst{
	position:relative;
}
.MessBanner{
	background-position:center;
	background-repeat:no-repeat;
	background-height:100%;
	height:360px;
}
.test_banner{
	margin:0px auto;
	height:360px;
}
.banner img{
	width:100%;
	height:100%;
}
.big a{
	cursor:pointer;
	color:#000000;
	text-decoration:none;
}
.sec{
	width:60%;
	margin:20px auto;
}
.title{
	width:100%;
	margin:2% auto;
	margin-bottom:3%;
	border:1px white solid;
}
.load_message{
	width:241px;
	height:55px;
	line-height:55px;
	text-align:center;
	color:#fff;
	font-size:22px;
	background:#2B91E6;
	margin:25px auto;
	border-radius:27px;
}
.end_message{
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#999;
}
.titl_div{
	width:100%;
	position:relative;
}
.titl_div a{
	cursor:pointer;
}
.titl_div_img1{
	width:60%;
	padding:0 14%;
}
.titl_div_img2{
	width:60%;
	padding:0px 12%;
}
.titl_div div{
	font-size:1.0em;
	border-radius:5px;
	padding:0.8% 2%;
	border-radius:5px;
}

.main_article{
	width:100%;
	margin:0 auto;
	position:relative;
	min-height:400px;
}
.main_article table{
	width:100%;
}

.article_td{
	padding-top:22px;
	padding-bottom:25px;
	border-bottom:1px #D0CECE solid;
	overflow:hidden;
}

.acticle_content{
	padding-left:28px;
	display:inline-block;
	width:792px;
}
#article_num{
	background:white;
	width:181px;
	height:157px;
	display:inline-block;
}
#article_num img{
	width:100%;
	height:100%;
}
.check_mess{
	height:2.0em;
}
.article_td a{
	color:#000000;
	text-decoration:none;
}
.article_check_font{
	font-size:12px;
	color:#C6C6C6;
}
.cont_titl{
	font-size:18px;
	height:19px;
	color:#333;
}
.acticle_content p{
	font-size:14px;
	line-height:25px;
	height:108px;
	overflow:hidden;
	margin-top:18px;
	color:#999;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	width:100%;
}
.clip_page{
	width:100%;
	margin:0px auto;
}
#clip{
	width:55%;
	margin:10px auto;
	font-size:1.2em;
}
#clip table{
	border-spacing:10px 0px;
	border-collapse:separate;
}
.clip_td{
	padding:1%  1.5%;
	color:#000000;
	border:1px solid lightgray;
}
#page_name{
	width:60%;
}
.clear{
	clear:both;
}
.four_display{
	display:block;
}
.four_undisplay{
	display:none;
}

.div_td_message{
	font-size:1.2em;
	color:#ccc;
	text-align:center;
	line-height:3.6em;
}
@media screen and (min-width:769px) and (max-width: 1024px){
  .news_banner_h{ display:block;}
  .bannerView{ display:none;}
}

@media screen and (max-width: 768px) {
	.mess-w{width:100%;}
  .news_banner_h{ display:block;}
  .bannerView{ display:none;}
  .messModelTitle{width:80%; margin: 0 auto; margin-top:52px; font-size:22px; height:24px;}
  .main_article{width:543px;}
  #article_num{width:543px; height:471px; margin:0 auto; display:block; margin-bottom:10px;}
  .acticle_content{width:543px; padding:0; display:block;}
  .acticle_content p{width:100%; height:100px; display:block; }
  .cont_titl{font-size:24px; line-height:32px; height:32px;}
  .acticle_content p{ font-size:18px; line-height:28px; }
  .article_check_font{ font-size:16px;}
}

@media screen and (max-width: 415px) {
	.main_article{ width:370px;}
	#article_num{ width:370px; height:320px;}
	.acticle_content{ width:100%;}
	.cont_titl{ font-size:22px;}
	.acticle_content p{ line-height:25px; font-size:16px;}
	
}

@media screen and (max-width: 374px){
	.main_article{ width:300px;}
	#article_num{ width:300px; height:260px;}
	.acticle_content{ width:100%;}
	.cont_titl{ font-size:18px;}
	.acticle_content p{ line-height:25px; font-size:16px;}
}