﻿/*global*/
@import url(global.css);

/*左边新闻分类列表*/
#newsleft {
    width:281px;
	float:left;
	display:inline;
	margin-left:15px;
	background:url("../images/news_11.gif") #a29477 no-repeat left bottom;
	}
.nltop {
    width:281px;
	height:9px;
	background:url("../images/news_03.gif") no-repeat left top;
	font-size:1px;
	}
.nlmid {
    background-color:#a29477;
	width:281px;
	}
ul.newslist {
    list-style:none;
	width:270px;
	margin-left:5px;
	}
ul.newslist li {
    background:url("../images/button_news.gif") no-repeat left top;
	color:#FFFFFF;
	font-size:12px;
	line-height:20px;
	height:32px;
	padding-top:5px;
	}
ul.newslist li a {
    color:#FFFFFF;
	text-decoration:none;
	}
ul.newslist li a:hover {
    color:#FFFFFF;
	text-decoration:underline;
	}
/*新闻列表*/
#newsright {
    width:678px;
	float:right;
	}
.news {
    width:662px;
	float:left;
	display:inline;
	text-align:left;
	margin-bottom:10px;
	}
.newstop {
    background:url("../images/news_05.gif") no-repeat left top;
	width:662px;
	height:30px;
	}
.newsmid {
    background:url("../images/news_08.gif") repeat-y left top;
	width:auto;
	}
.newsbot {
    background:url("../images/news_09.gif") no-repeat left top;
	width:auto;
	height:19px;
	}
.newstop h1 {
    color:#000000;
	line-height:30px;
	padding-left:12px;
	}
ul.newsul{
	margin-left:20px;
	padding-top:2px;
	list-style:none;
	text-align:left;
	 }
ul.newsul li{
     width:620px;
	 line-height:23px;
	 border-bottom:1px dotted #666666;
	 white-space:nowrap;
	 text-overflow:ellipsis;
	 }

ul.newsul li a {
	color:#000000;
	background:url("../images/icon_arrow1.gif") no-repeat 0px 8px;
	display:block;
	text-decoration:none;
	padding-left:13px;
	 }
	 
ul.newsul li a:hover {
     color:#ed8d04;
	 text-decoration:none;
	 }
/*新闻详细*/
.newsdetail {
    width:662px;
	float:left;
	display:inline;
	text-align:left;
	}
.newstitle{
    background:url("../images/news_05.gif") no-repeat left top;
	width:662px;
	height:30px;
	}
.newstitle h1 {
    color:#000000;
	line-height:30px;
	padding-left:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif,"黑体";
	}
.newscontent {
	padding:10px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
	width: 612px;
	text-align: left;
	word-wrap: break-word;
	word-break: normal;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif,"黑体";
	}
.newscontent p {
        margin:10px 0px;
        }
.newscontent ul li{
        list-style:disc outside;
        margin-left:30pt;
        }

/*品牌历史*/
.history {
   width:259px;
   float:left;
   margin:16px 5px 5px 10px;
   display:inline;
    }
.hleft {
   width:54px;
   height:554px;
   background:url("../images/his_03.gif") no-repeat left top;
   float:left;
   }
.hmid {
   width:151px;
   height:554px;
   background-color:#573c01;
   float:left;
   }
.hright {
   width:54px;
   height:554px;
   background:url("../images/his_05.gif") no-repeat left top;
   float:left;
   }
/*加盟合作*/
.article {
   width:auto;
   margin:4px;
   text-align:left;
   }
.article h1 {
   padding:5px;
   background-color:#663300;
   color:#FFFFFF;
   text-align:center; 
   margin-bottom:5px;
   }

.cooptop {
   text-align:center;
   background:url("../images/news_05.gif") no-repeat left top;
   width:662px;
   height:30px;
   }
.cooptop h1 {
    color:#000000;
	line-height:30px;
	padding-left:12px;
	font-weight:bold;
	}
.bline {
    border-bottom:1px dotted #666666;
	} 
.coopinput {
    height:15px;
	font-size:12px;
	padding:1px;
	}
.coopselect {
    height:18px;
	font-size:12px;
	}
/*联系我们*/
.map {
    width:300px;
	height:285px;
	float:right;
	}
.maptype {
	width:310px;
	float:left;
	line-height:25px;
	}
.article ul {
   text-align:left;
   list-style:inside disc;
   margin-left:5px;
   }
.article ul li {
   width:250px;
   white-space:nowrap;
   text-overflow:ellipsis;
   overflow:hidden;
   line-height:23px;
   }
.article ul li a {
   color:#000000;
   text-decoration:none;
   }
.article ul li a:hover {
   color:#000000;
   text-decoration: underline;
   }
