﻿html,body{
	margin:0;
	padding:0;
	font-family:微软雅黑,黑体,Verdana,宋体;
	background-color:#FFF;
	overflow-x:hidden;
}
#content img{ width:90%;max-width:640px;display:block; margin:0 auto;}
body.inner{
	background-color:#e5e5e5;
}
#top_bar{
	position:relative;
}
#top_title{
	text-align:center;
	font-size:20px;
	line-height:40px;
	background:#01b5cf;
	color:#FFF;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);
}
#carousel,#carousel_items{
	height:200px;
	/*max-width:480px;*/
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	max-width:640px;
	border-bottom:1px solid #e1e3e4;
}
.carousel_item{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
}
#carousel_tabs{
	position:absolute;
	left:0;
	bottom:0;
	height:4px;
	width:100%;
	text-align:center;
	z-index:9999;
	display:-webkit-box;
	display:-moz-box;
	display:-o-box;
	display:box;
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-o-box-orient:horizontal;
	box-orient:horizontal;
}
#carousel_tabs a,#carousel_tabs a:link,#carousel_tabs a:visited,#carousel_tabs a.active{
	background:#FFF;
	display:block;
	height:4px;
	text-decoration:none;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-o-box-flex:1;
	box-flex:1;
	-webkit-transition:all .2s ease-out; 
	-moz-transition:all .2s ease-out; 
	-o-transition:all .2s ease-out; 
	transition:all .2s ease-out;
}
#carousel_tabs a.active{
	background:#01b5cf;
}
.carousel_title{
	display:block;
	position:absolute;
	background:rgba(0,0,0,.3);
	line-height:30px;
	height:30px;
	overflow:hidden;
	font-size:14px;
	text-indent:10px;
	bottom:4px;
	left:0;
	width:100%;
	color:#FFF;
}
.carousel_item img{
	margin:0 auto;
	padding:0;
	border:none;
	height:200px;
	width:100%;
	display:block;
}
.icons{
  /*max-width: 480px;*/
  width:100%;
  margin: 10px auto;
  display:block;
	position:relative;
	overflow:hidden;
  font-size: 0;
}
.icons .ico{
  width: 33%;
	display:inline-block;
	float:left;
  zoom:1;
	overflow:hidden;
	font-size:14px;
	line-height:14px;
	padding-bottom:10px;
	text-align:center;
	position:relative;
  box-sizing: border-box;
}
.icons .ico:link,
.icons .ico:visited,
.icons .ico:hover{
	color:#3e3e3e;
	text-decoration:none;
}
.ico i{
	display:block;
	width:60px;
	height:60px;
	margin:10px auto;
	border-radius:5px;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
i.ico1{background-image:url(images/ico1.gif);/*background-color:#50bc59;*/}
i.ico2{background-image:url(images/ico2.gif);/*background-color:#6192e7;*/}
i.ico3{background-image:url(images/ico3.gif);/*background-color:#c396db;*/}
i.ico4{background-image:url(images/ico4.gif);/*background-color:#f7a752;*/}
i.ico5{background-image:url(images/ico5.gif);/*background-color:#f7688a;*/}
i.ico6{background-image:url(images/ico6.gif);/*background-color:#f640a4;*/}
i.ico7{background-image:url(images/ico7.gif);/*background-color:#2a9df7;*/}
i.ico8{background-image:url(images/ico8.gif);/*background-color:#ef8e65;*/}

.footer{
	position:relative;
	height:40px;
	color:#FFF;
	background:#01b5cf;
}
.footer a,
.footer a:link,
.footer a:visited,
.footer a:active{
  color:#FFF;
  display: block;
  float: left;
  font-size:13px;
  height:40px;
  line-height: 40px;
	text-align: center;
	text-decoration: none;
  width: 33.33%;
}
.footer a:hover{
	background:#00a5bf;
}
.copyright {
    background-color: #f4f8f9;
    color: #6e6d6d;
    font-size: 14px;
    line-height: 30px;
    text-align:center;
}
#header{
	width:100%;
	height:80px;
	position:relative;
	z-index:1000001;
}

#logo{
	background-size:auto 30px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	position:absolute;
	top:0;
	left:0;
	height:40px;
	width:200px;
	z-index:100;
	cursor:pointer;
}
#menu-kg{
	background-size:auto 32px;
	background-image:url(images/menu_btn.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	position:absolute;
	top:0;
	right:0;
	height:40px;
	width:40px;
	z-index:100;
	cursor:pointer;
}
#menu-kg{display:none;}
#menu_wrapper{
	width:100%;
	height:40px;
	top:40px;
	left: 0;
	overflow:hidden;
	position:absolute;
	z-index: 10;

	background-image:-webkit-gradient(linear, 0% 0%, 100% 0%, from(#00a0f2), to(#02caac));
	background-image:-moz-gradient(linear, 0% 0%, 100% 0%, from(#00a0f2), to(#02caac));
	background-image:-ms-gradient(linear, 0% 0%, 100% 0%, from(#00a0f2), to(#02caac));
	background-image:-o-gradient(linear, 0% 0%, 100% 0%, from(#00a0f2), to(#02caac));
	background-image:gradient(linear, 0% 0%, 100% 0%, from(#00a0f2), to(#02caac));
	background-size: 100% 100%;
	background-repeat: no-repeat;

}
#menu{
	line-height:40px;
	height:40px;
	overflow:hidden;
	margin:0 auto;
}
#menu a,#menu>li{
	font-size:17px;
	display:inline-block;
	height:40px;
	width:106px;
	padding:0;
	margin:0;
	text-align:center;
	overflow:hidden;
	text-decoration:none;
	color:#fff;
}
#menu a.on{
	background-color:rgba(255,255,255,0.3);
}
#menu a:hover{
  background-color:rgba(255,255,255,0.2);
}
#menu_wrapper:before,#menu_wrapper:after{
	-webkit-transition:opacity .3s ease-out;
	-moz-transition:opacity .3s ease-out;
	-o-transition:opacity .3s ease-out;
	transition:opacity .3s ease-out;
	content: '';
	display: block;
	width: 15px;
	height: 40px;
	position: absolute;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:15px 100%;
	z-index: 101;
	opacity:0;
}
#menu_wrapper.goleft:before{
	opacity:.8;
	left: 0;
	top: 0;
	background-image:url(images/menu_left.png);
  background-color: rgba(0,0,0,.1);
}
#menu_wrapper.goright:after{
	opacity:.8;
	right: 0;
	top: 0;
	background-image:url(images/menu_right.png);
  background-color: rgba(0,0,0,.1);
}
#content{
	line-height:150%;
}
#totop{
	width:40px;
	height:40px;
	opacity:0.8;
	position:fixed;
	right:5px;
	bottom:45px;
	background:url(images/totop.png) 50% 50% no-repeat;
	background-color:#FFF;
	background-size:40px auto;
	border-radius:20px;
}
#back_btn{
	width:40px;
	height:40px;
	opacity:0.35;
	position:fixed;
	right:5px;
	bottom:5px;
	background:url(images/back_btn.png) 50% 50% no-repeat;
	background-color:#FFF;
	background-size:40px auto;
	border-radius:5px;
}
#seemore,
#loadingCmt{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	max-width:300px;
	margin:10px auto;
	background:#00a0f2;
	color:#FFF;
	text-align:center;
	padding:6px;
	font-size:15px;
	cursor:pointer;
	letter-spacing:3px;
}
#dl-app{margin:auto;background-color:#EEE;text-align:center;padding:8px;font-size:14px;cursor:pointer;}
#dl-app a{color:#333;text-decoration:none;}
#picNews{height:200px;position:relative;overflow:hidden;}
#pnWrapper{height:200px;overflow:hidden;}
#picNews .pnItem{margin:0;padding:0;display:block;width:100%;height:200px;position:absolute;overflow:hidden;}
#picNews .pnItem img{margin:0;padding:0;border:none;width:100%;}
#picNews .pnItem a{display:block;position:absolute;bottom:0;left:0;width:100%;text-decoration:none;text-align:center;background:rgba(0,0,0,0.6);color:#FFF;line-height:32px;}

#content .newslist{
	margin:0;
	padding:0;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
}
.newslist li{
	display:block;
	margin:10px;
	padding:10px 5px;
	position:relative;
	background-color:#FFF;
	/*border-radius: 2px;*/
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.nl-title{
	color:#626262;
	font-size:16px;
	line-height:19px;
	text-decoration:none;
	text-align: center;
	clear:both;
	display:block;
	margin:0 auto 7px auto;
}
.nl-img{
	width:100%;
	margin:3px 0;
	border-radius:4px;
	border:none;
}
.nl-abstract{
	color:#8c8c8c;
	font-size:12px;
	line-height:17px;
	max-height:68px;
	overflow: hidden;
}
#art-title{margin:0 auto;padding:0.5em 1em 0.2em 1em;font-size:20px;text-align:center;font-weight:bold;}
#art-subtitle{margin:0 auto;padding:0.5em;font-size:12px;color:#AAA;text-align:center;}
#art-content{
	margin:10px;
	padding:5px;
	color:#333;
	word-wrap:break-word;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	overflow:hidden;
	background-color: #FFF;
}
.author{
	text-align:center;
	font-size:12px;
	color:#999;
	letter-spacing: 2px;
}
#share{width:100%;}
#share img{width:96%;display:block;margin:0 auto; margin-bottom:10px;border-radius:5px;}

/*
#pagination{line-height:30px;height:72px;position:relative;overflow:hidden;margin:6px;}
#pagination .cn,#pagination a,#pagination select{display:block;float:left;margin:0 3px 0 0;padding:3px;}
#pagination select{position:relative;top:0.5em;}
#pagination .cn{color:#369;}
#pagination a{color:#FFF;background:#369;background:-webkit-gradient(linear, 0% 0%, 50% 100%, from(#69C), to(#369));text-shadow:1px 1px 1px #666;border-radius:5px;}
#pagination a:link,#pagination a:visited,#pagination a:visited{color:#FFF;text-decoration:none;}
*/
#comments{margin:10px 0;display: none;} 
#comments ul{list-style:none;padding:0;margin:6px;position:relative;border-bottom:1px solid #EEE;}
#comments ul li{color:#369;display:block;color:#AAA;margin:0 10px;padding:4px;font-size:14px;}
#comments ul li.name{color:#1976c1;display:block;margin:0 10px;padding:4px;}
#comments ul li.msg{color:#555;margin-bottom:8px;}
#comments ul li.posttime{text-align:right;font-size:80%;position:absolute;top:2px;right:10px;}
#comments ul li.goreply{text-align:right;color:#abc;}

#add_cmt{margin:0 10px;padding-bottom:30px;height:auto;position:relative;}
#cmt_con{display:block;width:100%;box-sizing:border-box;margin:10px auto;padding:6px 0;font-size:14px;border:2px solid #ffcc80;border-radius:3px;line-height:25px;}
#cmt_submit{font-size:14px;padding:8px 20px;border:none;border-radius:5px;color:#515151;background:#E5E5E5;margin-bottom:1em;position:absolute;bottom:-18px;right:0;}
#cmt_username{padding:8px 6px;font-size:13px;border:1px solid #DDD;border-radius:5px;margin-bottom:1em;position:absolute;bottom:-18px;left:0;width:50%;box-sizing:border-box;}

#comment_head{background:#F5F5F5;position:relative;font-weight:bold;padding-left:10px;border-bottom:2px solid #e5e5e5;color:#515151;line-height:30px;font-size:16px;}
#goandpost{position:absolute;right:5px;top:0;height:30px;width:30px;background:url(images/cmt_pen.png) no-repeat 50% 50%;background-size:auto 27px;}

.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}

#content,#dl-app,#share,#comments{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	/*max-width:480px;*/
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#loadingCmt{display: none;}
.publish{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-ms-box-orient:horizontal;
	-o-box-orient:horizontal;
	box-orient:horizontal;
}
.p-item{
	display: block;
	position: relative;
	overflow:hidden;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-box-flex:1;
	-o-box-flex:1;
	box-flex:1;
	text-align: center;
	text-decoration: none;
	margin: 10px 0;
	color:#999;
}
.p-item span{
	display: block;
	margin:0 auto;
	width:106px;
	height:20px;
	line-height: 20px;
	font-size: 12px;
}
.p-item img{
	margin: 5px auto 0 auto;
	border-radius: 60px;
	border: 2px solid #FFF;
	box-shadow: 0 0 2px rgba(0,0,0,0.8);
	width:60px;
	height:60px;
}

/*新城图集*/
#pscroll{
	background-color: #1b1b1b;
	overflow:hidden;
}
#inpscroll{
	cursor:-webkit-grab;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-bottom: 15px
}
#inpscroll .item{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border: 15px solid transparent;
	border-width: 15px 0 0 15px;
	height:50%;

	display: block;
	float:left;
	position: relative;

}
.item:link,
.item:visited,
.item:hover,
.item:active{
	text-decoration: none;
}

#inpscroll .item>img{
}
#inpscroll .item>span{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	color:#FFF;
	height:30px;
	line-height: 30px;
	width:100%;
	padding:0 1em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
#ssbb{
	margin:5px;
	padding: 15px;
	border-radius: 3px;
	background:#FEFEFE;
	font-size: 20px;
	line-height: 1.8em;
	color: #666;
}