@charset "utf-8";
/**
 *
 * @authors ray (ray0324@foxmail.com)
 * @date    2013-12-29 13:05:27
 * @version v1.0
 */
html,body{max-width:640px; margin:auto;}
body{background: #f1f1f1;}
ul,li{padding: 0;margin:0;}
a {	color: #333333;	text-decoration: none;}
a:hover,a:focus {color: #333333;text-decoration: none;}
h1,h2,h3,h4,h5{	margin: 0;	}

/**导航条**/
nav{margin:0;padding:0;width:100%;background: #f2f2f2;margin-bottom:10px;}
nav .topnav{height: 40px;list-style: none;border-bottom:1px solid #dc610f;overflow: hidden;background: #f60;padding-bottom:10px;box-shadow:0 1px 3px #999}
nav .topnav li{text-align: center;font-size: 14px;}
nav .topnav li a{line-height: 40px;color: #fff;}
nav .topnav li.main{float:left;height: 40px;width:40px;}

nav .topnav li.main a{display: block;height: 40px;width:40px;background: url(/uploads/image/jdimages/back.png);background-size:40px 40px;float:left;}
nav .topnav li.main a:hover{background: #ff8800 url(/uploads/image/jdimages/back.png);}

nav .topnav li.home a{display: block;height: 40px;width:40px;background: url(/uploads/image/jdimages/home.png);background-size:40px 40px;float:left;}
nav .topnav li.home a:hover{background: #ff8800 url(/uploads/image/jdimages/home.png);background-size:40px 40px;}

nav .topnav li.title{margin:0 100px 0 40px;height: 40px;font-size: 24px;}
nav .topnav li.title  a{display: block;height:40px;width:150px;margin:auto;background:url(/uploads/image/jdimages/logo-white.png) no-repeat center left;font-size: 16px;text-align: right; }

nav .topnav li.list{float: right;height: 40px;width:40px;overflow: hidden;}
nav .topnav li.list a{display: block;float:left;width:40px;height: 40px;}

nav .topnav li.list a.home{background: url(/uploads/image/jdimages/home.png);background-size:40px 40px;}
nav .topnav li.list a:hover{background: #ff8800 url(/uploads/image/jdimages/home.png);background-size:40px 40px;}
nav .topnav li.list a.listmenu{background: url(/uploads/image/jdimages/list.png);background-size:40px 40px;}
nav .topnav li.list a.listmenu:hover{background: #ff8800 url(/uploads/image/jdimages/list.png);background-size:40px 40px;}

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 {
	margin-bottom: 2px;
	font-size: 14px;
	background: #fff;
	line-height: 21px;
	padding: 0 10px; color : #999;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	color: #999; 
	border-radius:0;
}

nav .breadcrumb a {
	display: inline-block;
	padding: 8px 3px;
	color : #555; 
	text-decoration: none;
	margin: 0 3px;
	color: #555;
}



.hot{height: 30px;background: #aaa;line-height: 30px;color:#ffffff; font-size:16px;}

/*内容*/
.cnt{padding:0 15px; background:#fff;}

/*seperate line*/
.seperate{border-bottom:1px dashed #e5e5e5;margin:2px 0;}
/*小三角*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.caret-r {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 6px solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.search-s,.search-e{background: #fff;border:1px solid #e5e5e5;position: relative;border-radius: 6px;}
.search-s i,.search-e i{float:right;display: block;width:10%;height:35px;text-align: center;line-height: 35px;cursor: pointer;}
.search-s ul,.search-e ul{list-style: none;padding-left:15px;height:200px;overflow-y: scroll;}
.search-s li,.search-e li{cursor: pointer;}

input{display: inline-block;width:90%;height:30px;border:0;margin-top:6px;outline:0}
input[type=text]{padding-left:10px;border-radius: 6px;}
input[type=submit]{color: #ffffff;width:100%;background: #ff8800;border-radius: 6px;border:0;}

.lineli h2{ margin:10px 0; font-size:18px;}

/*列表样式*/
.line{width:100%;background: #ffffff;min-height: 90px;padding-bottom:10px;margin-bottom:10px;border-radius: 6px;box-shadow: 0 0 3px #eee; clear:both;}

.line .l-h{display:block;width:100%;height: 35px;background: #009393;padding:0 10px;border-radius: 6px;color: #ffffff;font-size:14px;line-height: 35px;}
.line .l-h a{ color:white;}
.l-name{float: left;font-weight: bold;}
.l-z-throw{float: right;}
.l-b-e{/*margin-left:60px;*//*margin-right: 60px;*/height:35px;line-height:35px;text-align: center;overflow: hidden;}
.l-b-e span{display: inline-block;}
.l-info{padding:0 10px 0 10px;}
.l-t {padding:0 10px; clear:both;}
.l-t span{font-size: 14px;}
.l-info{font-size: 12px;}
.l-info a{ margin-right:10px;}



/*底部信息*/
#footer{margin-top:10px;border-top:1px solid #eeeeee;padding:10px;	color:#999999;}
#footer div{text-align: center;}
#footer div a{color:#666666;}

#othermetrolink
{
	display:block;height:auto;padding:5px;border-radius: 6px;box-shadow: 0 0 3px #eee; margin-top:8px; background: #ffffff; clear:both; overflow:hidden;
	font-size:14px;
	
}

#othermetrolink div
{
    display:block;
    clear:both;
}
#othermetrolink a
{
    line-height:22px;
    height:22px;
    display:block;
    float:left;
    overflow:hidden;
    width:70px;
    text-align:left;
    color:#1b8937;
}
#othermetrolink b
{
    margin-left:1px;
    line-height:22px;
    height:22px;
    display:block;
    clear:both;
    overflow:hidden;
    width:700px;
    color:#aaa;
}



.showtips{ position:absolute; top:33px; z-index:999;width: 100%;}
.showtips ul {width: 100%;border-top: #ccc 1px solid;border-bottom: #ccc 1px solid;margin-bottom: 15px; background:#ffffff;}
.showtips ul li {
	cursor: pointer;
	height: 33px;
    line-height: 33px;
    overflow: hidden;
	font-size: 0.9em;
	border-bottom: #ccc 1px dotted;
}
.showtips ul li:last-child{border-bottom: none;}