@charset "utf-8";
/**
 *
 * @authors ray (ray0324@foxmail.com)
 * @date    2013-12-29 13:05:27
 * @version v3.0
 */

body,html{overflow-x:hidden;}
 
a {
	color: #333333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #333333;
	text-decoration: none;
}

h2,h3,h4,h5,h6{
	margin: 0;
	float:left;
}
h3{font-size: 24px;font-weight: normal;}
.hide{display:none;}

/**导航条**/
nav{margin:0;padding:0;width:100%;background: #f2f2f2;margin-bottom:15px;/*box-shadow:0 1px 3px #999*/}
nav .topnav{height: 50px;list-style: none;border-bottom:1px solid #dc610f;overflow: hidden;background: #f60;padding-bottom:10px;box-shadow:0 1px 3px #999; margin-top:0px; margin-left:0px; padding-left:0px;}
nav .topnav li{text-align: center;font-size: 14px;}
nav .topnav li a{line-height: 50px;color: #fff;}
nav .topnav li.main{float:left;height: 50px;width:50px;}
nav .topnav li.main a{display: block;height: 50px;width:50px;background: ; background-size:50px 50px;}
nav .topnav li.main a:hover{background: #ff8800 ; background-size:50px 50px;}

nav .topnav li.title{margin:0 100px 0 50px;height: 50px;font-size: 24px;}
nav .topnav li.title  a{display: block;height:50px;width:150px;margin:auto;background: no-repeat center left; background-size:100px 50px; font-size: 16px;text-align: right; }

nav .topnav li.list{float: right;height: 50px;width:100px;overflow: hidden;}
nav .topnav li.list a{display: block;float:left;width:50px;height: 50px;}

nav .topnav li.list a.home{background: ;background-size:50px 50px;}
nav .topnav li.list a:hover{background: #ff8800 ; background-size:50px 50px;}
nav .topnav li.list a.listmenu{background: ;background-size:50px 50px;}
nav .topnav li.list a.listmenu:hover{background: #ff8800 ;background-size:50px 50px;}
nav .menu{list-style: none;background: #eee;}
nav .menu li{float:left;width:16.6666666666%;text-align: center;}
nav .menu li a{color:#333;line-height: 44px;}
nav .menu li.active a{color:#ffffff;background: #ff6600;padding:2px 5px 2px 5px;border-radius: 4px;}
nav .menu li.active a:hover{color:#ffffff;}
nav .menu li a:hover{color:#ff6600;}
nav .breadcrumb{color:#999;margin:0px;padding:5px 15px;font-size: 14px;border-top:1px solid #e5e5e5;background: #fff;}
nav .breadcrumb a{color:#333;}

.focus{overflow: hidden;border-left:1px solid #e5e5e5;margin-left:-1px;margin-right:-1px;}
.focus h3,.focus p{clear: both;font-weight:normal;color:#999999}

/*.cat{border-left:1px solid #e5e5e5;margin-left:-1px;margin-right:-1px;}
.cat-title{clear:both;width:100%;height:36px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #ff6600;overflow: hidden;}
.cat-title h3{margin-bottom:5px;font-weight: normal;text-align:justify; color:#ff6600}
.cat-title span{display:block;float:right;margin-top: 8px;}
.cat dl{height: 120px;border-bottom:1px solid #e5e5e5;margin-bottom:15px;overflow: hidden;}
.cat dl dd{height:63px;overflow: hidden;text-align:justify;margin-top:6px;margin-left:0px;font-size:14px;color:#999999;}
.cat dl dd img{float:right;margin-left: 15px;}*/
/*内容块样式*/
	.cat{border-left:1px solid #e5e5e5;margin-left:-1px;margin-right:-1px;}
	.cat-title{clear:both;width:100%;height:36px; line-height:36px;/*margin-bottom:10px;padding-bottom:8px;*/border-bottom:1px solid #ff6600;overflow: hidden;}
	.cat-title h3{margin-bottom:0px;font-weight: normal;text-align:justify; color:#ff6600}
	.cat .cat-title span{display:block;float:right;margin-top: 0px;}
	.cat .m{
	/* margin: 5px 0 5px 0; */
	margin:0;
    padding: 5px 5px 10px 5px;
	border-width: 0 0 1px 0;
	-webkit-border-image:  2 0 round;
	-o-border-image:  2 0 round;
	border-image:  2 0 round;
    clear: both;
    height:auto;
    overflow: hidden;
	background-color: #fff;
		}
	.cat .m a{
		display: block;
		height: 28px;
		line-height: 28px;
		overflow: hidden;
		font-weight: 600;
		font-size: 15px;
	}
	.cat .m img{float:right;padding:5px 0 0 10px; width:100px; height:70px;}
	.cat .m p {
		padding: 0;
		margin: 0;
		color: #666;
		font-size: 13px;
		line-height: 21px;
		height:auto;
		overflow: hidden;
	}

/**加载更多按钮**/
.more{
	width:100%;height:30px;margin-bottom:20px;border:1px solid #e5e5e5;border-radius:3px;text-align:center;line-height:30px;cursor: pointer;clear:both;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(0.47, #f6f6f6), to(#ededed));
	background: -webkit-linear-gradient(#ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -moz-linear-gradient(#ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -o-linear-gradient(#ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: linear-gradient(#ffffff 0%, #f6f6f6 47%, #ededed 100%);
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#ffffff', endcolorstr='#ededed', gradienttype=0 );

}
.more a{display:block;}
.more-load{margin-bottom:20px; border-radius:3px; background:#f0f0f0  no-repeat 90px center;;border:1px solid #d8d8d8;-webkit-border-radius:2px;display:none;height:30px;line-height:30px;text-align:center}
/*翻页*/

.page {
	font-size: 14px;
	line-height: 32px;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	background:#fff;
	margin-bottom:10px;
}
.page>div{padding:10px 0;}

.page a {
	display: inline-block;
	width: 78px;
	height: 32px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #f60;
	border-radius: 3px;
	background: #f60;
	margin-right: 5px;
}

.page a:hover {
	color: #fff;
}

.page a.disabled {
	cursor: default;
	color: #ccc;
	background: #fff;
	border: 1px solid #ccc;
}

.page a.all {
	background: #5bc0de;
	color: #fff;
	border: 1px solid #31b0d5;
}

.page .page-no {
	line-height: 32px;
	display: inline-block;
	height: 32px;
	margin-right: 5px;
	color: #999;
}


#footer{
	margin-top:10px;
	border-top:1px solid #eeeeee;
	padding:10px;
	color:#999999;
}
#footer div{
	text-align: center;
}
#footer div a{
	color:#666666;
}

/* 底部信息 */
footer {
  clear: both;
  margin-top: 10px !important;
  color: #999;
  background: #333;
}
footer .footer-menu a {
  display: block;
  float: left;
  width: 16%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  padding: 0px;
  margin: 3px 0;
  color: #aaa;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
footer .footer-menu a:hover {
  color: #f60;
}
footer .footer-info {
  padding: 15px 0;
  background: #222;
}
footer .link {
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
footer .link a {
  color: #aaa;
  text-decoration: none;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
}
/*导航条*/
.top-nav2016 {
	position: relative;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 0;
}

.top-nav2016 .top-bar {
	overflow: hidden;
	height: 40px;
	list-style: none;
	border-bottom: 1px solid #cc5200;
	background: #f60;
}

.top-nav2016 .top-bar div a {
	line-height: 40px;
	color: #fff;
}

.top-nav2016 .top-bar div.home {
	float: left;
	width: 40px;
	height: 40px;
	border-right: 1px solid #e65c00;
}

.top-nav2016 .top-bar div.home a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/uploads/image/vimages/icons.png);
	background-size: 80px 160px;
	background-position: 0 -40px;
	background-repeat: no-repeat;
}

.top-nav2016 .top-bar div {
	text-align: center;
}

.top-nav2016 .top-bar div.title {
	font-size: 24px;
	height: 40px;
	margin: 0 40px 0 41px;
	border-left: 1px solid #ff751a;
	border-right: 1px solid #e65c00;
}

.top-nav2016 .top-bar div.title a {
	font-size: 18px;
	font-weight: 800;
	display: block;
	width: 130px;
	height: 40px;
	margin: auto;
	text-align: right;
	text-decoration: none;
	background-image: url(/uploads/image/vimages/icons.png);
	background-size: 80px 160px;
	background-position: 0 -120px;
	background-repeat: no-repeat;
}

.top-nav2016 .top-bar div.list {
	float: right;
	overflow: hidden;
	width: 41px;
	height: 40px;
}

.top-nav2016 .top-bar div.list a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
}

.top-nav2016 .top-bar div.list a.dropdown {
	border-left: 1px solid #ff751a;
	background-image: url(/uploads/image/vimages/icons.png);
	background-size: 80px 160px;
	background-position: 0 -80px;
	background-repeat: no-repeat;
}

.top-nav2016 .menu {
	
	clear: both;
	list-style: none;
	background: #eee;
}

.top-nav2016 .menu a {
	display: block;
	float: left;
	width: 16%;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	padding: 0px;
	margin: 3px 0;
	color: #555;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.top-nav2016 .menu a.active {
	color: #fff;
	background: #f60;
	border-radius: 3px;
}

.breadcrumb {
	margin-bottom: 2px;
	font-size: 16px;
	background: #fff;
	line-height: 24px;
	padding: 0 10px; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #999;
	height:40px;
	overflow:hidden;
	white-space:nowrap;
}

.breadcrumb a {
	display: inline-block;
	padding: 8px 15px 8px 3px;
	color : #555;
	text-decoration: none;
	background: url(/uploads/image/vimages/arrow.png) center right no-repeat;
    background-size: contain;
	font-size:16px;
}

.back_to_top{
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-image: ;
	background-color:rgba(0,0,0,0.5);
	position: fixed;
	bottom: 200px;
	right: 2px;
	opacity: 0.75;
	cursor: pointer;
	display:none;
}

.back_to_feed{
	width: 44px;
	height: 44px;
	border-radius: 22px;
	position: fixed;
	bottom: 155px;
	right: 2px;
	opacity: 0.75;
	cursor: pointer;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	font-weight:bold;
	font-family:arial;
	line-height:44px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	font-size:14px;
	text-decoration:none;
	text-align:center;
	display:none;
}