@charset "utf-8";
/*内页样式*/
/*产品分类*/
.left{ padding-left:10px; padding-top:15px; background:#44bce4;}
.left1{}
.left1 li{ margin-bottom:10px; display:block; float:left; width:235px; height:35px; border-top:none; line-height:35px; text-indent:20px; background:url(../images/leftbg.jpg) no-repeat;}
.left1 li a{ font-size:14px; color:#ffffff; display:block; }
.left1 li a:hover{ color:#ffffff;}
/*资讯*/
.leftn{ padding-left:10px; padding-top:15px; background:#44bce4;}
.left1n{}
.left1n li{ margin-bottom:5px; display:block; float:left; width:235px; height:25px; border-top:none; line-height:25px;  border-bottom:#CCC dashed 1px; overflow:hidden}
.left1n li a{ font-size:14px; color:#ffffff; display:block; }
.left1n li a:hover{ color:#ffffff;}

/*右侧*/
.ny{ padding:10px;border-top:1px dashed #ededed;}

/*产品列表图片*/
.prolist1{ width:810px; overflow: hidden;}
.prolist1 li{ list-style:none; float:left; margin: 0 14px;text-align:center}
.show{BACKGROUND-COLOR: #fff;margin:5px;display:inline-block; }
.show a{border:1px solid #ddd;padding:5px;display:inline-block;}
.show .cptitle a{border:0;width:220px; overflow:hidden; height:20px;}

/*主新闻列表*/
.news_list {width:100%;BACKGROUND-COLOR: #fff;list-style-type: none;border-collapse :collapse;margin: 0px;padding: 0px; line-height:26px;}
.news_list tr{background-repeat: repeat-x;background-position: center bottom;}
.news_list td{border: 1px solid #efefef;}
.news_list a{ margin-left: 12px; padding-left:10px !important; *padding-left:0px;}
.news_list li{background-repeat:no-repeat}
.news_list .li0{background-image: url('../images/icon.gif'); background-position: left center; height:40px; line-height:40px;}
.news_list .li1{background-image: url('../images/icon_red.gif');}

/*右侧次导航*/
.jjfont{ width:130px; height:25px; background:url(../images/more.jpg) right no-repeat;font-size:24px; color:#0073cf; }
.jjfont1{ margin-bottom:10px;font-size:20px; color:#0073cf; }

/*分页翻页*/
.page_list
  width: 100%;
  height: auto;
  margin: 10px auto;
  overflow: hidden;
  position: relative;
  border-top: 1px dotted #c6aa7f;
  padding: 12px 0;
  TEXT-ALIGN: center;
}

.MyPage {
  TEXT-ALIGN: center;
  margin: 10px auto;
}
.MyPage span {
  display:inline-block;
  padding: 5px 10px 5px 10px;
  color: #383838;
  margin-right: 2px;
}
.MyPage a {
  display:inline-block;
  padding: 5px 10px 5px 10px;
  background-color: #FBFBFB;
  border: 1px solid #E8E8E8;
  color: #8A8A8A;
  margin-right: 2px;
  text-decoration: none;
}
.MyPage span.current, .MyPage a.cur, .MyPage span:hover, .MyPage a:hover {
  padding: 5px 10px 5px 10px;
  background-color: #078BEF;
  COLOR: #fff;
  margin-right: 2px;
  text-decoration: none;
}
/*详情内容*/
.content {padding: 5px;background: #ffffff;}
.content h1{text-align: center;font-size: 18px ;}
.content .time{text-align:right;color:red;}
.content p{text-indent: 2em;}
.p{line-height: 200%}