@charset "utf-8";
/*common*/
body{
	padding:0;
	margin:0;
	font-family:Arial, "Microsoft Yahei";
	font-size:14px;
	line-height:28px;
	color:#333;
}
*{
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
}
ul, p{padding:0; margin:auto;}
li{list-style:none}
a{color:#333; text-decoration:none;}
a:hover, a:focus{color:#c00; text-decoration:none;}
img, object, embed, video{max-width:100%;}
.clear{clear:both; overflow:hidden;}
/*head*/
.logo{
	padding:6px 0; 
	width:100%; 
	background-color:#FFF; 
	height:auto;
}
.logo img{
	display:block;
}
.nav{
	font-size:16px; 
	line-height:40px; 
	height:80px;
	text-align:center;
	padding:0 0 5px 0;
}
.nav a{
	display:block;
	width:25%; 
	float:left;
	background-image:-webkit-linear-gradient(top, #3599d0 0%, #1488c8 100%);
	background-image:     -o-linear-gradient(top, #3599d0 0%, #1488c8 100%);
	background-image:       -webkit-gradient(linear, left top, left bottom, from(#3599d0), to(#1488c8));
	background-image:        linear-gradient(to bottom, #3599d0 0%, #1488c8 100%);
	color:#FFF;
}
.nav a:hover{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9933), to(#ff8000)); 
    background-image:  linear-gradient(to bottom, #ff9933 0%, #ff8000 100%); 
	color:#fff;
}
.nav-block{border-bottom:1px solid #FFF; border-left:1px solid #FFF;}
.nav-block-top{border:1px solid #FFF; border-right:0;}
.nav-last, .nav-last1{border-right:1px solid #FFF;}
.tbanner{
	margin-top:3px;
	margin-bottom:-5px;
}
.title{
	font-size:16px;
	color:#FFF;
	background-image:-webkit-linear-gradient(top, #3599d0 0%, #1488c8 100%);
	background-image:     -o-linear-gradient(top, #3599d0 0%, #1488c8 100%);
	background-image:       -webkit-gradient(linear, left top, left bottom, from(#3599d0), to(#1488c8));
	background-image:        linear-gradient(to bottom, #3599d0 0%, #1488c8 100%);
	height:44px;
	padding:0 10px;
	margin:12px 0;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
.title a,
.title a:hover,
.title a:focus {color:#FFF;}
.classl {line-height:44px;}
.lleft {float:left;}
.llright {float:right; font-size:14px;}
.rp {margin-bottom:5px;}
.nav-divider {
   height:1px;
   margin:10px 0;
   overflow:hidden;
   background-color:#DDD;
}
.text{
	padding:0 10px;
}
.text p{
	text-indent:2em;
}
.text img{
	display:block;
	margin:0 auto;
}
.text h5{
	font-size:16px;
	line-height:32px;
	padding:0;
	margin:0;
}
.text h6{
	font-size:14px;
	line-height:28px;
	font-weight:normal;
	padding-bottom:5px;
	margin:0;
}
.intro{ font-size:16px; text-indent:2em;}
.intro img{
	float:left;
	max-width:50%;
	margin-right:10px;
}
.intro .more{
	display:none;
}
.pagetag{text-align:center; line-height:30px;}
.content-title {
	text-align:center;
	font-size:16px;
	padding:0 10px;
}
.copyright{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc)); 
    background-image: linear-gradient(to bottom, #ddd 0%, #ccc 100%); 
	padding:10px;
	line-height:26px;
	text-align:center;
}
.col-w-2{
	padding:0 5px;
	float:left;
	width:50%;
	text-align:center;
}
.thumbnail{
	border:1px solid #ccc;
}
.thumbnail img{
	max-width:100%;
	max-height:100%;
	display:block;
	margin:0 auto;
}
.caption{
	padding:2px 0 8px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.subtitle ul{
	margin:10px 0;
}
.subtitle ul li{
	float:left;
	width:31.333333333333%;
	margin:1%;
	height:28px;
	line-height:28px;
	padding:0 5px;
	text-align:center;
	border-radius:4px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ccc)); 
    background-image:  linear-gradient(to bottom, #ddd 0%, #ccc 100%); 
}
.mnews{
	background:url(../mpic/l.gif) no-repeat center left;
	border-bottom:1px dashed #CCC;
	width:95%;
	line-height:32px;
	margin:0 2.5%;
}
.newstitle{
	float:left;
	width:65%;
	padding-left:10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.newstime{
	width:25%;
	padding-right:10px;
	text-align:right;
	float:right;
}
.btext span{
	display:block;
	margin:0 auto;
	font-size:12px;
}
#map{
	width:100%;
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          box-sizing:content-box;
}
#map *{
  -webkit-box-sizing:content-box;
     -moz-box-sizing:content-box;
          box-sizing:content-box;
	max-width:none;
}
.baidumap{
	border:#ccc 1px solid;
	height:350px;
	width:99.8%;
}
@media (min-width:360px) {
.btext span{
	font-size:13px;
}
.newstitle{
	width:65%;
}
.newstime{
	width:35%;
}
}
@media (min-width:768px) {
a:hover{
	transition:all ease 0.2s;
}
.nav{
	height:40px;
}
.nav a{
	width:12.5%;
}
.nav-block, .nav-block-top{border:none; border-left:1px solid #FFF;}
.nav-last{border-right:1px solid #FFF;}
.nav-last1{border-right:none;}
.tbanner{
	margin-top:1px;
}
.intro img{
	width:40%;
}
.intro .more{
	display:block;
}
.col-w-2{
	width:25%;
}
.btext{
	max-width:768px;
	margin:0 auto;
}
.btext span{
	display:inline-block;
	margin:0 7px;
}
}
@media (min-width:1024px) {
.body{
	width:1024px;
	margin:0 auto;
}
.nav{
	background-image:-webkit-linear-gradient(top, #3599d0 0%, #1488c8 100%);
	background-image:     -o-linear-gradient(top, #3599d0 0%, #1488c8 100%);
	background-image:       -webkit-gradient(linear, left top, left bottom, from(#3599d0), to(#1488c8));
	background-image:        linear-gradient(to bottom, #3599d0 0%, #1488c8 100%);
}
.nav-block, .nav-block-top, .nav-last{
	border:none;
}
.tbanner{
	margin:5px 0;
}
.title{
	border:none;
	border-radius:4px;
	padding-left:15px;
}
.intro img{
	width:25%;
}
.col-w-2{
	padding:0 10px;
}
.thumbnail:hover{
	border:1px solid #C00;
}
.mnews{
	background:url(../mpic/l.gif) no-repeat center left;
	width:98%;
	margin:0 1%;
}
.baidumap{
	height:450px;
}
}


/*文章分页样式*/
#fenye{clear:both; margin:10px 20px 0 0; width:100%; overflow:hidden;}
#fenye a{text-decoration:none; display:inline;border-radius: 3px;line-height:25px;}
#fenye .prev,#fenye .next{width:52px; text-align:center;  line-height:25px;}
#fenye a.curr{width:22px;background:#0C9AD8; border:1px solid #0C9AD8; color:#fff; font-weight:bold; text-align:center;}
#fenye a.curr:visited {color:#fff;}
#fenye a{color:#333333;background:#fff; margin:0px 5px; border:1px solid #dcdddd; float:left; text-align:center;height:22px;line-height:22px}
#fenye a.num{width:22px;}
#fenye a:visited{color:#1f3a87;} 
#fenye a:hover{ float:left;}
#fenye span{line-height:30px; font-size:13px; height:30px;}