/*
 *   css for comment
 */

body p,body h3,body h4,body ul{
  margin:0;
} 

/*
 *   css for pagewrapper
 */

#pageWrapper{
	color:#666;
	font-size:16px;
  min-width: 1200px;
  line-height: 1.5em;
	font-family:寰蒋闆呴粦;
	background-color:#333;
}
#pageWrapper a{
  text-decoration: none;
}

/*
 *   css for #header
 */

#header .topSection{
  width: 1200px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
}
#header .topSection .logo{
  padding-top: 23.5px;
  padding-left: 65px;;
}
#header .rightPart .cities{
  display: inline;
}
#header .rightPart .cities .ico{
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-left: 15px;
  position: relative;
  top: -3px;
  background-image: url(../../images/jyln/sdbg_12.jpg);
}
#header .rightPart .search{
  display: inline-block;
  position: relative;
  top: 10px;
  margin-left: 30px;
}
#header .rightPart .search input.input{
  color: #fff;
  width: 230px;
  height: 40px;
  line-height: 40px;
  padding: 0 45px 0 15px;
  border:none!important;
  background-image: url(../../images/jyln/sdbg_06.jpg);
}
#header .rightPart .suggest-search{
  width: 23px;
  height: 30px;
  position: relative;
  right: 40px;
  top: 5px;
}
#header .rightPart .suggest-search .button{
  width: 100%;
  height: 100%;
  border:none;
  background-image: url(../../images/jyln/search-ico.jpg);
}
#header .navList{
  text-align: center;
  background-color: #54c2f1;
}
#header .navList li{
  display: inline-block; 
  height: 60px;
  line-height: 60px;
}
#header .navList li a{
  color: #fff;
  font-size: 22px;
  padding: 5px 30px;
  border-right: 1px solid #fff;
}
#header .navList li.last a{
  border-right: none;
}

/*
 *   css for #container
 */
 
#pageWrapper #container{
  width: 1200px;
  margin: 0 auto;
}
#container .sidebar{
  width: 25%;
  font-size: 20px;
}
#container .sidebar li{
  height: 80px;
  line-height: 80px;
  background: #eee url(../../images/jyln/sdbg_03.png) 25px 35px no-repeat;
}
#container .sidebar li p{
  color: #fff;
  background-color: #54c2f1;
  padding-left: 45px;
}
#container .sidebar li a{
  display: block;
  color: #666;
  padding-left: 45px;
}
#container .sidebar li.active{
  background-color: #dfe0e0;
}
#container .sidebar li.active a{
  background:url(../../images/jyln/sdbg_07.png) right 0 no-repeat;
}

#container .mainbar{
  width: 67%;
  background-color: #fff;
  padding:2% 4%;
}
#container .mainbar .breadcrumb{
  font-size: 20px;
  color: #666;
  padding-left: 40px;
}
#container .mainbar .breadcrumb a{
  color: #666;
}
#container .mainbar .content li.level1{
  font-size: 16px;
  color: #666;
  line-height: 2em;
  padding: 15px 30px;
  margin-top: 20px;
  background-color: #eee;
}
.mainbar .content li.level1 h3{
  font-weight: 400;
  font-size: 20px;
  color: #333;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  border-left: 10px solid #54c2f1;
}
.mainbar .content li.level1 .blue{
  font-size: 20px;
  color: #54c2f1;
  padding-left: 25px;
}
.mainbar .content li.level1 .disk{
  background:url(../../images/jyln/lilian.jpg) 2px center no-repeat;
}

#container .mainbar .content p.pa{
  left: 50%;
  bottom:-51px;
  margin-left: -14px;
  z-index: 1;
}

/*
 *   css for #footer
 */

#footer{
  color:#fff;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  background-color: #666;
  margin-top: 50px;
}
#footer p{
  display: inline;
}