td {
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif, "宋体";
	color: #333;
}
input { font: 10pt Verdana, Arial, Helvetica, sans-serif, "宋体"; }
img {
	border: none;
}
p,ul,ol,li,form {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #07519A;
	text-decoration: none;
}
.content {
}
.sider {
	width: 300px;
}
.homepage .sider {
	width: 230px;
}

/** 小堂挪车首页 **/
	body{
		text-align: left;
		max-width: 790px;
		margin: 0 auto;
		background: #fff;
		font:0.9rem/1.5 Verdana, Arial, Helvetica, sans-serif, "宋体";
		color: #333;
	}
	.img p{
		font-size:.8rem;
		color: #999;
		
	}
    .img a{
    	text-decoration:none;
    	
    }
	.img{
		text-align: center;
		max-width:790px;
		margin:0 auto;
		
	}
	.imga{
		width: 100%;
		margin: 0 auto;
		
	}
    .imga img{
    	width:100%;
    	margin: 0;
    	
    }
	.news{
		max-width: 790px;
		margin: 0 auto;
		
	}
	.title_b{
		line-height: 2rem;
		border: 1px dashed #e5e5e5;
		text-align: center;
		margin: 0.4rem 0;
	}
		
	.title_b a{
		padding: 2px;
	}
	.title_t li{
		padding: 1rem;
		overflow: hidden;
		border-bottom: 1px dashed #e5e5e5;
		font: 1.4rem/1.5 Verdana, Arial, Helvetica, sans-serif, "宋体";
		height: 1.6rem;
		overflow: hidden;
	}
	.title_t a{
		float: left;
		width: 70%;
		line-height: 1.6rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.title_t p{
		float: right;
		line-height: 1.6rem;
	}
	.title_t i{
		background-color: #0099ff;
		color: #fff;
		margin-right: 0.4rem;
		border-radius: 50px;
		width: 1.6rem;
		height: 1.6rem;
		float: left;
		line-height: 1.6rem;
		text-align: center;
		font-size: 0.8rem;
	}
	.footer{
		max-width: 790px;
		margin: 0 auto;
		text-align: center;  
		font: 0.9rem/1.5 Verdana, Arial, Helvetica, sans-serif, "宋体";
		margin-top: 1.4rem;
	}
	
/** 小堂挪车头部 **/
	.logo{
		padding:5px;
		text-align: center;
		height:3rem;
		background-color: #0099ff;
		position:fixed;
		top:0px;
		max-width: 790px;
		width: 100%;
	}
	.logo_img{
		float: left;
	}
	.logo_img img{
		height:3rem;
	}
	.logo_nav{
		float: left;
		line-height: 3rem;
	}
	.logo_nav a{
		color: #fff;
		font-size: 1.4rem;
		padding-left: 1rem;
	}
/** 分享样式开始**/	
	.logo_share{
		float: right;
		margin-right: 1rem;
		
	}
	.logo_share img{
		height: 2.4rem;
		margin-top: 0.3rem;
	}
#mobileShare{
    width:100%;
    height:100%;
}
#mobileShare .share {
    font-size: 13px;
    overflow:hidden;
    max-width: 790px;
    margin: 0 auto;
    color: #888;
    text-align: center;
    background-color:#fff;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform:translate(0,100%);
    transform:translate(0,100%);
    position: fixed;
    bottom: 0;
    width:100%;
    z-index: 1000;
}
#mobileShare.show .share{
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
}
#mobileShare ul{
    display:block;
    overflow:hidden;
}
#mobileShare ul li {
    width: 33.33%;
    float: left;
    margin-top: 25px;
}

#mobileShare ul li i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

#mobileShare .weibo i {
    background-image: url('/skin/default/images/weibo.png');
    background-size: cover;
}

#mobileShare .weixin i {
    background-image: url('/skin/default/images/weixin_friend.png');
    background-size: cover;
}

#mobileShare .weixinfriend i {
    background-image: url('/skin/default/images/weixin.png');
    background-size: cover;
}

#mobileShare .qq i {
    background-image: url('/skin/default/images/qq.png');
    background-size: cover;
}

#mobileShare .qzone i {
    background-image: url('/skin/default/images/qqzone.png');
    background-size: cover;
}

#mobileShare .more i {
    background-image: url('/skin/default/images/more.png');
    background-size: cover;
}
#mobileShare .share a{
    display:block;
    margin:25px 0;
    background-color: #f8f8f8;
    color:#888;
    line-height:40px;
    font-size:16px;
    border-bottom: 1px #eee solid;
}
#mobileShare .tips{
    position:fixed;
    top: 0;
    right: 0;
    z-index:1000;
    width:100%;
    display:none;
}
#mobileShare.show .tips{
    display:block;
}
#mobileShare .tips i{
    display:block;
    margin-right:0.4rem;
    height:1.6rem;
    overflow:hidden;
    background: url(/skin/default/images/weixin_tips.png) no-repeat right 0;
    background-size: auto 100%;
}
#mobileShare .tips p{
    color:#fff;
    font-size:16px;
    float:right;
    padding-right: 0.6rem;
    line-height:1.6;
    margin-top:-0.3rem;
}
#mask{
    background-color:rgba(0,0,0,.6);
    width:100%;
    height:100%;
    position:fixed;
    top: 0;
    left:0;
    z-index:999;
    display:none;
}
/** 小堂挪车列表页 **/
.news_list{
	margin-top: 4rem;
    padding: 0.4rem;
}
.news_list_b_i h2{
	margin: 0.4rem 0;
	float: left;
    width: 100%;
    font: 1.4rem / 2 Verdana, Arial, Helvetica, sans-serif, 宋体;
}
.news_list_b_i{
	border-bottom: 1px solid #e5e5e5;
    padding: 0.8rem 0;
    overflow: hidden;
}
.news_list_b_ii h2{
	margin: 0.2rem 0;
	float: left;
    width: 70%;
    font: 1.4rem / 2 Verdana, Arial, Helvetica, sans-serif, 宋体;
}
.news_list_b_ii{
	border-bottom: 1px dashed #e5e5e5;
    padding: 0.8rem 0;
    overflow: hidden;
}
.news_list_img{
	width: 29%;
	float: right;
    height: 5.9rem;
}
.news_list_img img{
	height: 100%;
	width: 100%;
}
.news_list_c{
    text-align: center;
    font-size: 1rem;
    margin-top: 1.4rem;
}
.news_list_c b{
    border: 1px solid #e5e5e5;
    padding: 0.2rem;
    font-weight: normal;
}
/** 小堂挪车内容页 **/
.main{
	margin-top: 4rem;
	padding: 0.5rem;
}
	.main_title{
	text-align:center;
	font-size: 1rem;
}
.main_title h1{
	margin: 0;
	font: 1.8rem/1.5 Verdana, Arial, Helvetica, sans-serif, "宋体";
}
.main_info{
	font-size: 0.8rem;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
#main_text{
		font: 1.4rem/2.5 Verdana, Arial, Helvetica, sans-serif, "宋体";
}
#main_text img{
	max-width: 790px;
	padding: 10px 0;
	width: 100%;
}
.main_dyx{
	text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.6rem; 
    overflow: hidden;	
    font: 1.4rem/2.5 Verdana, Arial, Helvetica, sans-serif, "宋体";
}
.main_dyx li{
	width: 50%;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    margin: 0 auto;
}

/** 页头区 **/
.top {
	border-bottom: 1px solid #DCDCDC;
}
.top td {
	background: #F4F4F4;
}
.top table td {
	padding: 3px 10px;
}
.top a {
}
.top .inputText {
	height: 14px;
	border: 1px solid #999;
}
.top .inputSub {
	height: 19px;
}

/** 导航 **/
/* 子栏目导航菜单距离调整 */
#tabnav_div_1 {
}
#tabnav_div_2 {
	padding-left: 100px;
}
#tabnav_div_3 {
	padding-left: 200px;
}
#tabnav_div_4 {
	padding-left: 300px;
}
#tabnav_div_5 {
	padding-left: 400px;
}
#tabnav_div_6 {
	padding-left: 500px;
}
#tabnav_div_7 {
	padding-left: 600px;
}
#tabnav_div_8 {
	padding-right: 40px;
	text-align: right;
}

/* 页尾区 */
.links {
	max-width: 790px;
	margin: 0 auto;
	padding: 20px 0;
}
.links hr {
	color: #DCDCDC;
}
.links_text li{
    float: left;
    background: none;
    left: 2rem;
    padding: 0 0.5rem;
}
.links_text li a{
    font-size: 0.6rem;
}
.search {
	background: #1F73BE;
	color: #fff;
}
.search td, .search a {
	color: #fff;
}
.search a:hover {
	color: #fff!important;
}
.copyright {
	margin: 5px 0;
}

/** 公共定义 **/
.title {
	background: #E9F2FB;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.title td {
	font-size: 0.9rem;
	line-height: 2.4rem;
	color: #07519A;
	padding: 0 0.5rem;
}
.box {
	border: 1px solid #AACCEE;
}
.box ul {
	list-style: none;
	padding: 8px;
}
.box ul li {
}
.no_doc ul li {
	background: url(none);
	padding-left: 0px;
}
.box ul li p {
	margin: 0 0 4px;
	padding: 0 0 5px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.box ul li strong {
	display: block;
}
.rank {
	margin: 0px;
	padding: 8px 6px;
}
.rank li {
	padding-left: 18px;
	line-height: 23px;
}
.rank li.no1 {
	background: url(../images/1.gif) no-repeat 4px center;
}
.rank li.no2 {
	background: #F2F8FD url(../images/2.gif) no-repeat 4px center;
}
.rank li.no3 {
	background: url(../images/3.gif) no-repeat 4px center;
}
.rank li.no4 {
	background: #F2F8FD url(../images/4.gif) no-repeat 4px center;
}
.rank li.no5 {
	background: url(../images/5.gif) no-repeat 4px center;
}
.rank li.no6 {
	background: #F2F8FD url(../images/6.gif) no-repeat 4px center;
}
.rank li.no7 {
	background: url(../images/7.gif) no-repeat 4px center;
}
.rank li.no8 {
	background: #F2F8FD url(../images/8.gif) no-repeat 4px center;
}
.rank li.no9 {
	background: url(../images/9.gif) no-repeat 4px center;
}
.rank li.no10 {
	background: #F2F8FD url(../images/10.gif) no-repeat 4px center;
}
.news_title {
	margin-top: 10px;
}
.news_title strong {
	background: #f4f4f4 url(../images/h2_icon.gif) no-repeat 8px center;
	display: block;
	padding-left: 20px;
	line-height: 2;
	margin: 0 8px;
	font-size: 14px;
}
.news_title p {
	margin: 6px 8px 0px;
	padding: 0 0 8px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
.focus {
	margin-top: 10px;
	background: url(../images/focus_bg.jpg) repeat-x left top;
	border: 1px solid #AACCEE;
}
.focus strong {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 6px;
	text-align: center;
	display: block;
	border-bottom: 1px dashed #ccc;
}
.margin_top {
	margin-top: 10px;
}
.inputText {
	border: 1px solid #ccc;
}
.banner_ad {
	padding: 0 10px;
}
.picText {
	margin-bottom: 10px;
	background: #F8F8F8;
}
.picText strong {
	display: block;
}
.picText img {
}
.picList {
	padding: 8px 0;
}
.picList table td img {
	margin-bottom: 1px;
}
.tprice span {
	text-decoration: line-through;
}
.price {
	color: #f60;
}

/* tab选项卡 */
.tbtncon {
	height:26px;
	background:url(../images/title_bg.gif) repeat-x;
}
.tbtn1 {
	font-size:12px;
	font-weight:normal;
	height:26px;
	border:1px solid #ace;
}
.tbtncon li{
	border:1px solid #ace;
	border-left:none;
	border-top:none;
	color:#07519A;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	width:80px;
	height:25px;
	line-height:25px;
}
.tbtncon li:hover{
	text-decoration:underline;
}
.tbtncon li.curr{
	background:#fff;
	border-bottom-color:#fff;
	cursor:default;
}

/* 频道和列表页 */
.position {
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
	margin-bottom: 10px;
}
.position td {
	line-height: 26px;
	padding: 0px 10px;
	font-family: "宋体";
}
.channle .box {
	margin-bottom: 10px;
}
.listpage .news_list .box {
	border-width: 1px;	
	padding: 0 10px;
}
.listpage .list_content .box{
	border-width: 1px;	
	padding: 10px;
}
.listpage .news_list .box ul {
	border-bottom: 1px dashed #ccc;
}
.news_list .box ul li {
	clear: both;
	padding: 0 0 0 8px;
	line-height: 28px;
	height: 28px;
}
.news_list .box ul li a {
	font-size: 14px;
	float: left;
}
.news_list .box ul li span {
	font-size: 14px;
	float: right;
}
.flash_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.flash_list .flashsay {
	color: #666;
}
.movie_list .line_bottom {
	color: #666;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.movie_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.shop_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.shop_list .line_bottom table {
	margin-bottom: 8px;
}
.photo_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.photo_list .line_bottom table {
	margin-bottom: 8px;
}
.info_list .line_bottom {
	color: #666;
	margin: 8px 0;
	border-bottom: 1px dashed #ccc;
}
.info_list .line_bottom .titlepic {
	width: 90px;
}
.info_list .titlepic img {
	border: 1px solid #ccc;
	padding: 3px;
}
.info_list .line_bottom .click {
	color: #f60;
}
.info_list .line_bottom .smalltext {
	color: #666;
}

/* 内容页 */
.showpage .main .box {
	border-width: 1px;
}
.news .main .box {
	padding: 0 20px;
	background: #F7FDFF;
}
.info .main .box {
	padding: 0 20px;
}
.showpage .main .title_info {
	margin-top: 15px;
	text-align: center;
}
.showpage .main .title_info h1 {
	font-size: 24px;
	line-height: 2;
	margin: 0px;
	padding: 0px;
}
.showpage .main .title_info .info_text {
	border-bottom: 1px dashed #ccc;
	line-height: 2;
	padding-bottom: 6px;
	color: #666;
}
.showpage .digg {
	background: url(../images/digg_bg.gif) no-repeat left top;
	width: 62px;
	margin-bottom: 10px;
}
.showpage .digg td {
	text-align: center;
	padding-right: 4px;
}
.showpage .digg .diggnum {
	height: 38px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.showpage .digg .diggit {
	height: 30px;
	line-height: 24px;
}
.showpage .main #text {
	font-size: 14px;
	line-height: 1.8;
}
.showpage .main #text p {
	margin: 1em 0;
}
.showpage #plpost {
	margin-top: 10px;
	border: 1px solid #AACCEE;
}
.showpage #plpost .title {
	border: 0px solid #AACCEE;
}
.showpage #plpost .title span {
	color: #CC0000;
}
.showpage #plpost #saytext {
	display: block;
	margin: 0 0 10px;
	padding: 8px;
	height: 100px;
	width: 90%;
	border: 1px solid #ccc;
}

/* 系统文件表格样式 */
.header	{ 
	background: #E9F2FB url(../images/title_bg.gif) repeat-x left top;
	color: #07519A;
	border: 1px solid #AACCEE;
	border-bottom: none;
}
.header a				{ color: #000000 }
.tableborder			{ background: #E1EFFB; border: 1px solid #AACCEE } 

/* 分页样式*/
.list_page {
	margin: 15px 5px;
}
.pageLink a,
.list_page a,
.list_page b {
	padding: 4px 4px 2px;
	border: 1px solid #D2EFFF;
	background: #F0F8FF;
	text-align: center;
	display: inline;
	font-size: 14px;
	}
.pageLink a:hover,
.list_page a:hover{
	border: 1px solid #D2EFFF;
	background: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

/*分页样式2*/
.showpage .epages {
	text-align: center;
	}
.epages{margin:3px 0;font:11px/12px Tahoma}
.epages *{vertical-align:middle;}
.epages a{padding:1px 4px 1px;border:1px solid #A6CBE7;margin:0 1px 0 0;text-align:center;text-decoration:none;font:normal 12px/14px verdana;}
.epages a:hover{border:#659B28 1px solid;background:#f3f8ef;text-decoration:none;color:#004c7d}
.epages input{margin-bottom:0px;border:1px solid #659B28;height:15px;font:bold 12px/15px Verdana;padding-bottom:1px;padding-left:1px;margin-right:1px;color:#659B28;}

/*图片自动缩图*/
.photoresize {
	max-width:560px;
	myimg:expression(onload=function(){
	this.style.width=(this.offsetWidth > 560)?"560px":"auto"}
		   );
	}

.ecomment {margin:0;padding:0;}
.ecomment {margin-bottom:12px;overflow-x:hidden;overflow-y:hidden;padding-bottom:3px;padding-left:3px;padding-right:3px;padding-top:3px;background:#FFFFEE;padding:3px;border:solid 1px #999;}
.ecommentauthor {float:left; color:#F96; font-weight:bold;}
.ecommenttext {clear:left;margin:0;padding:0;}

