/* CSS Document */

@charset "utf-8";
 
* {

 	margin: 0 auto;
	padding:0px;
}

subbannermin{
	height:auto;}
.subbanner {  /*上方图片*/
    width:100%;
    background:url(../image/news02-1.png) top center no-repeat;
	margin-top:2px;
 }
.subbody { /* 突出的白色背景*/
/*	border:#CCC solid 1px;
*/ 	width:45%;
	position: relative;
	top: 150px;
	margin: 0 auto;
	padding: 0px 7%;
  
}
.subbody h2 {    /* NEWS大字*/  
	font: bold 30px/73px Candara;
	color: #e37006; 
	margin-left: 23px;
}
 
.subbodyright { /* 总的新闻列表*/
	width:100%;
	/*border:#0FF solid 1px;*/
    }
.location {
	float: right;
	line-height: 73px;
	color: #afafaf;
	margin-right: 10px;
}
 
.location a {
	color: #afafaf;
	text-decoration: none;
}
.location a:hover {
	color: #e37006;
	text-decoration: none
}
.subbodyright h2 {
	font: bold 30px/30px Candara;
	color: #e37006;
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom: 2px #e37006 solid;
	margin-bottom: 10px;
}
.subbodyright p {
	font: 12px/24px Calibri;
	padding: 0px 0px 25px 0px;
}
 
 .bigclass {        /* 设置下边框灰色*/
	font: bold 18px/38px Calibri;
	border-bottom: 1px #cdcdcd solid
}
.newslist {
	padding:2% 0px ;
}
.newslist h3 {     /*新闻标题*/
	font: bold 14px/2em Calibri;
	color: #454545;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.newslist h3 a {
	color: #454545;
	text-decoration: none
}
.newslist h3 a:hover {  
	color: #ee6800;
	text-decoration: none;
}
.newslist p {
	padding-bottom: 5px;
}
 .newslist a.more {     /*查看详情*/
	background: url("../images/newsmore.png") right center no-repeat;
	padding-right: 14px;
	font: bold 11px/11px Calibri;
	color: #003781;
	text-decoration: none
}
.newslist a.more:hover {
	color: #ee6800;
	text-decoration: none
}
h3 {
	font: 18px/30px Arial;
	color: #e37006;
	padding: 10px 0px;
}
 
.content  {
	padding: 12px 0px;
}

.post p{      
	color:gray;
	}
.bg_color {
	background: #12a4bd;
}
.bottom {
 
	text-align: center;
	padding: 20px 0;
	color: white;
}
.page{
	text-align:center;
	padding-top:150px;
	 }
footer{
	position:relative;
	bottom:-500px;
	width:100%;
	}

@media only screen and (max-width:900px) {
.subbody { /* 突出的白色背景*/
 	width:65%;
	position: relative;
	top: 150px;
	margin: 0 auto;
	padding: 0px 6%;
}	
	}
@media only screen and (max-width:800px) {
.subbody{
	margin-top:-50px;}
.subbanner {  /*上方图片*/
  width:100%;
     /* */
    background:url(../image/da1.png) top center no-repeat;
 }
}
 @media only screen and (max-width:500px) {
footer{
	position:relative;
	bottom:-250px;
	width:100%;
	}
	
.page{
	text-align:center;
	padding-top:50px;
	 } 
  }

@media only screen and (max-width:420px) {
.subbody{
	margin-top:-50px;}
.subbody { /* 突出的白色背景*/
  	width:73%;
	position: relative;
	top: 150px;
	margin: 0 auto;
	padding: 0px 7%;
}	


	}
	
	
	
	
 