@charset "utf-8";

#mainContent {
  width:850px;
  margin-top:10px;
}

#content{
  margin-top:20px;
  height:auto;
}
#newsContent{
  width:550px;
  height:200px;
  float:left;
  text-align:left;
}
#newsContent .newsreadmore{
  height:24px;
  line-height:24px;
  font-size:12px;
  text-align:right;
  width:500px;
}
.newsreadmore a{
  padding:0px;
  margin:0px;
  border:0px;
  color:#666;
}
.newsreadmore a:hover{
  color:#F97C00;
}
#productContent{
  width:250px;
  float:right;
  border-left:1px dashed #0171B6;
  padding-left:20px;
  margin-bottom:10px;
  /*margin-left:50px;*/
}
#pc .pdtitem{
  width:230px;
  height:auto;  
  margin-top:10px;
}
#pc .pdtitem img{
  width:50px;
  height:50px;
  line-height:50px;
  float:left;
}
#pc .pdtitemcnt{
  width:165px;
  height:auto;
  float:right;
  margin-left:5px;

  color:#666;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}
#pc .pdtitemcnt a {
  color:#666;
  width:165px;
  height:50px;
  font-weight:bold;
  text-decoration:none;
}
#pc .pdtitemcnt a:hover{
  color:#F97C00;
  text-decoration:underline;
}
#pc .pdtitemcnt div{
  color:#666;
  font-size:12px;
  width:165px;
}
#pdtmore a{
  width:200px;
    text-align:right;
  font-size:12px;
  color:#666;
}
#pdtmore a:hover{
  color:#F97C00;
}