/*���ļ�Ϊ����ҳ������ҳ�����ʽ�ļ�*/








@media screen and (min-width:460px){/*ý���ѯ��ʼ*/
/*�Һñ��б�ҳ��ʽ*/

/*���м������ʽ*/
.webNav_Con{
	width:100%;
	height:50px;
	color:#666;
	line-height:50px;
}


/*Ʒ������ҳ����ʽ*/
#Icon_line{
	width:100%;
}
#Icon_line .Icon_line_con{
	width:83.33333333%;/*1010/1200*/
	margin:10px auto;
}


#PPTS_NAV{
	width:100%;
	height:40px;
	background:#f1f1f1;
}
#PPTS_NAV .PPTS_NAV_Con{
	width:62.5%;/*750/1200*/
	height:40px;
	margin:0 auto;
}
#PPTS_NAV .PPTS_NAV_Con ul{
	width:100%;
	height:40px;
}
#PPTS_NAV .PPTS_NAV_Con ul li{
	float:left;
	width:10%;
	height:40px;
}
#PPTS_NAV .PPTS_NAV_Con ul li a{
	color:#ff2929;
	font-size:1vw;
	font-weight:bold;
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	border-radius:10px;
}
#PPTS_NAV .PPTS_NAV_Con ul li a:hover{
	background:#ff2929;
	color:#fff;
}


#Artical_List{
	width:100%;
	height:auto;
}
#Artical_List .Artical_List_Con{
	width:70%;
	margin:100px auto;
}
#Artical_List .Artical_List_Con dl{
	width:100%;
	height:150px;
	padding:0px;
	padding-bottom:10px;
	display:block;
	cursor:pointer;
	border-bottom:1px solid #999;
}
#Artical_List .Artical_List_Con dl dt{
	width:18.3333%;/*220/1200*/
	height:100%;
	padding:0px;
	margin:0px;
	float:left;
	margin-right:5%;/*60/1200*/
}
#Artical_List .Artical_List_Con dl dt img{
	display:block;
	height:100%;
	width:80%;
	border-radius:5px;
	border:1px solid #ddd;
}
#Artical_List .Artical_List_Con dl dd.title{
	margin-top:10px;
	padding-top:10px;
	margin-bottom:10px;
}
#Artical_List .Artical_List_Con dl dd.title a{
	color:#000;
	font-size:1.2vw;
	display:block;
	font-weight:bold;
}
#Artical_List .Artical_List_Con dl dd a:hover{
	text-decoration:underline;
}
#Artical_List .Artical_List_Con dl dd.arc{	
	height:60px;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#Artical_List .Artical_List_Con dl dd.arc a{
	font-size:0.8vw;
	text-indent:50px;
	line-height:20px;
	color:#333;
	width:100%;
	height:100%;
}
#Artical_List .Artical_List_Con dl dd.date a{
	width:22%;
	float:left;
	margin-right:1%;
	text-align:left;
	font-size:0.8vw;
	color:#333;
	display:block;
	overflow:hidden;
}
#Artical_List .Artical_List_Con dl dd.date a:last-child{
	float:right;
}


/*���ظ���*/
#pageinsert{
	width:100%;
	height:50px;
	z-index:999999;
}
#pageinsert span{
	display:block;
	margin:30px auto;
	font-size:1.2vw;
	width:200px;
	height:50px;
	text-align:center;
	color:#666;
	font-style:italic;
	cursor:pointer;
	line-height:50px;
}
#pageinsert span:hover{
	font-size:1.5vw;
	background:#ff2929;
	color:#fff;
	transform:scale(1.2);
	padding:0px;
	border-radius:5px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}







/*ý���ѯ�����ţ���ɾ������*/
}













@media screen and (max-width:460px){/*ý���ѯ��ʼ*/
/*�Һñ��б�ҳ��ʽ*/


#banner{
	display:none;
}
/*���м������ʽ*/
.webNav_Con{
	width:100%;
	height:30px;
	color:#666;
	line-height:30px;
}


/*Ʒ������ҳ����ʽ*/
#Icon_line{
	width:100%;
}
#Icon_line .Icon_line_con{
	width:100%;
	margin:10px auto;
}


#PPTS_NAV{
	width:100%;
	height:30px;
	border-bottom:2px solid #ff2929;
}
#PPTS_NAV .PPTS_NAV_Con{
	width:90%;
	height:30px;
	margin:0 auto;
}
#PPTS_NAV .PPTS_NAV_Con ul{
	width:100%;
	height:30px;
}
#PPTS_NAV .PPTS_NAV_Con ul li{
	float:left;
	width:25%;
	height:30px;
}
#PPTS_NAV .PPTS_NAV_Con ul li a{
	color:#000;
	font-size:14px;
	font-weight:bold;
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
}


#Artical_List{
	width:100%;
	height:auto;
}
#Artical_List .Artical_List_Con{
	width:90%;
	margin:10px auto;
}
#Artical_List .Artical_List_Con dl{
	width:100%;
	display:block;
	margin-bottom:5px;
	padding:15px 0px;
	border-bottom:1px dotted #aaa;
}
#Artical_List .Artical_List_Con dl dt{
	width:60px;
	height:42px;
	float:left;
	margin-right:1%;
}
#Artical_List .Artical_List_Con dl dt img{
	width:100%;
	height:100%;
	display:block;
}
#Artical_List .Artical_List_Con dl dd{
	margin:0px;
	padding:0px;
	display:block;
}
#Artical_List .Artical_List_Con dl dd.title a{
	color:#000;
	font-size:12px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-bottom:10px;
	font-weight:bold;
}
#Artical_List .Artical_List_Con dl dd.arc{	
	display:none;
}
#Artical_List .Artical_List_Con dl dd.date a{
	color:#333;
	text-align:left;
	font-size:10px;
	display:block;
}
#Artical_List .Artical_List_Con dl dd.date a:first-child{
	display:none;
}
#Artical_List .Artical_List_Con dl dd.date a:nth-child(2){
	float:left;
}
#Artical_List .Artical_List_Con dl dd.date a:last-child{
	float:right;
}


/*���ظ���*/
#pageinsert{
	width:100%;
	height:50px;
	z-index:999999;
}
#pageinsert span{
	display:block;
	margin:30px auto;
	font-size:1.2vw;
	width:200px;
	height:50px;
	text-align:center;
	color:#666;
	font-style:italic;
	cursor:pointer;
	line-height:50px;
}
#pageinsert span:hover{
	font-size:1.5vw;
	background:#ff2929;
	color:#fff;
	transform:scale(1.2);
	padding:0px;
	border-radius:5px;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}







/*ý���ѯ�����ţ���ɾ������*/
}