﻿@charset "utf-8";
/*
Css for PEL,	ver 1.0
CopyRight By Dongyi Network Technology CO.,Ltd Design Center

*/

/* 通用盒子模型 */
.box{ overflow:hidden;}
.box .hd{ height:30px; line-height:30px; overflow:hidden;}
.box .hd .more{ float:right; margin-right:10px; color:#333333; font-weight:normal; font-size:12px; }
.box .hd h3{  font-weight:bold; padding-left:12px; font-size:14px; color:#128271; }
.box .hd h3 a{ color:#128271;  }
.box .bd{ padding:8px;  }
.boxFR{float:right !important; }

/* 通用按钮 */
.inputtext,.inp{border:1px solid #ccc;padding:1px 0 0 1px;height:20px; vertical-align: middle; }
.inpFocus{border:1px solid #ffb74a !important; background:#ffffdd;outline:1px solid #ffb74a; }
.btn{background:url("../img/btnsplit.gif") no-repeat 0 0; width:60px; height:25px;line-height:25px;color:#fff;font-weight:bold;letter-spacing:1px;border:none;cursor:pointer;vertical-align: middle;}
.btn4{background-position:0 -50px; width:90px;letter-spacing:0px;}

/* 通用信息列表 */
.infoList{ text-align:left; }
.infoList li{ height:30px; line-height:30px; overflow:hidden; font-size:14px;}
.infoList li font{font-size:14px;}
.infoList li .date{ float:right; color:#999;  }
.dateRight{color:#999;margin:0 0 0 10px;}

/* 通用带图片的信息列表_普通式 */
.picList li{ text-align:center;  }
.picList li .pic img{ width:192px; height:134px;    }
.picList li .pic a:hover img{}
.picList li .title{height: 32px; line-height: 32px; overflow: hidden; }


/* 多个左滚动 - 公用类 */
.leftLoop{ overflow:hidden; position:relative;  border:1px solid #ccc;   }
.leftLoop .hd{ overflow:hidden;  height:30px; background:#f4f4f4;  }
.leftLoop .hd .prev,.leftLoop .hd .next{ display:block;  width:5px; height:9px; line-height:10px; float:right; margin-right:10px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url("../img/icoleft.gif") no-repeat;}
.leftLoop .hd .next{ background:url("../img/icoright.gif") no-repeat;  }
.leftLoop .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;  }
.leftLoop .hd ul li{ position:relative; _display:inline; float:left;  width:10px; height:10px; overflow:hidden; background:#ccc; margin-right:10px; text-indent:-999px; cursor:pointer; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(PIE.htc);}
.leftLoop .hd ul li.on{ background:#f00;  }
.leftLoop .bd{ padding:10px;   }
.leftLoop .bd ul{ overflow:hidden; zoom:1; }
.leftLoop .bd ul li{ margin:0 10px; text-align:center; float:left;display:_inline;  }


/* 内容带图片的信息列表_普通式 */
.txtPicList li{ overflow:hidden; margin-bottom:15px; padding-bottom:15px; background:url("../img/dotted.gif") repeat-x bottom;  }
.txtPicList li .pic{ width:250px; float:left;   }
.txtPicList li .pic img{ width:220px; height:150px; padding:2px; border:1px solid #ddd; background:#fff;   }
.txtPicList li .pic a:hover img{ border-color:#f90;  }
.txtPicList li .con{ width:480px; float:right;   }
.txtPicList li .title{ height:35; line-height:25px;  font:normal 18px/32px ; font-weight:bold; color:#f90; }
.txtPicList li .title a{ color:#f60;  }
.txtPicList li .intro{text-indent:28px; color:#666; line-height:20px;   }
.txtPicList li .intro .more{ color:#f90; font-size:12px; }

/* 头条图文信息列表_普通式 */
.topicList{ font-size:12px;}
.topicList .t{padding: 0 0 15px 0; margin-bottom: 10px; overflow: hidden; border-bottom:1px solid #e6e6e6; background: none;}
.topicList .t .pic{width: auto; float: left; margin-right: 10px;}
.topicList .t .title{ height:20px; line-height:20px; overflow:hidden; }
.topicList .t .title a{font-size:18px;; color:#bb400f; }
.topicList .t .intro{padding-top: 15px; line-height:20px; color:#999; }
.topicList .t .intro .more{ color:#d6491d;  }
.topicList .n{ height:30px; line-height:30px; overflow:hidden;  font-size: 14px; }
.topicList .n font{font-size: 14px;}
.topicList .n .date{ float:right; color:#999;  }


/* 有图片时追加的类 class="topicList topicHasPic"  */
.topicHasPic .t{ overflow:hidden; zoom:1;height:108px;border-bottom:1px dotted #d8d8d8;   }
.topicHasPic .t .title{height:30px; font-weight:bold;color:#f60}
.topicHasPic .t .title a{color:#f60}
.topicHasPic .t .intro{border:none; }
.topicHasPic .pic{   }
.topicHasPic .pic img{  padding:1px; border:1px solid #ccc;   }
.topicHasPic .pic a:hover img{ border-color:#f90;  }
.topicHasPic .con{ width:300px; float:left;    }


/* 通用带图片的信息列表_普通式 - 横排浮动 */
.picListFl{ overflow:hidden; zoom:1; }
.picListFl li{ width:22%; margin:1.5%; text-align:center; float:left; _display:inline;  }
.picListFl li .pic img{ width:100%; height:auto;  }
.picListFl li .pic a:hover img{ border-color:#f60;  }
.picListFl li .title{ padding-top:5px; line-height:22px; height:44px; }

/* 信息首页头条 */
.headNews{ }
.headNews .sHead{ height:auto !important; }
.headNews .sHeadTit{ height:30px; line-height:30px; overflow:hidden; }
.headNews .sHeadTit a{font-weight:bold;font-size:14px;; color:#f90; }
.headNews .sHeadCont{ line-height:20px;padding:0 0 8px 0;  margin-bottom:5px; color:#7e7e7e;border-bottom:1px dotted #d8d8d8; }
.headNews .sHeadCont a{ color:#f90; }
.headNews .sSub{ height:26px; line-height:26px;  overflow:hidden; }
.headNews .date{ float:right; font-size:12px; color:#999; margin-right:5px;  }

/* 你的位置 */
.path{height: 40px; line-height: 40px; padding-left:22px; font-size: 14px; background: url(../img/pathicon.png) left 13px no-repeat;}
.path a{ padding:0 5px; }

/* url_方块样式分页 */
.page{font-size: 0;text-align: center;padding: 25px 0;clear:both; line-height:26px;}
.page a,.page span{ font-size:12px; display:inline-block; *display:inline; zoom:1; border:1px solid #d4d4d4; padding:2px 10px; margin-right:5px; border-radius:2px }
.page span{vertical-align: top;}
.page a:hover {border:1px solid #128271; text-decoration:none; color:#128271;}
.page .current{ background:#128271; border:1px solid #128271; color:#fff !important;}
.page select{height: 18px;line-height: 18px;padding:0 8px;background:#fff;border:0;border:none;vertical-align:middle;}


/* 信息提示 */
.msgBox{ display:none;  width:400px; border:4px solid #9EC3E6;cursor:move; background:#fff;   }
.msgBox .hd{ height:30px; line-height:30px;background:#0583D0;margin:2px; border-bottom:2px solid #9EC3E6;    }
.msgBox .hd em{ display:block; _display:inline; float:right; margin:8px 8px 0px 10px;  width:15px; height:15px; line-height:12px;  text-align:center;  background:#fff; cursor:pointer;overflow:hidden; font-size:14px; font-family:Verdana; color:#1855a8; }
.msgBox .hd h3{  font-size:12px;color:#fff; padding-left:10px; text-align:left; }
.msgBox .bd{ padding:15px; line-height:28px;  font-size:14px; text-align:center;background:#fff;min-height:80px    }
.msgBox .bd a{ color:#E67B11;text-decoration:none;    }
.msgBox .bd #point{ color:#00c425; font:normal 20px/40px "Microsoft YaHei"; _font-weight:bold;  }
.msgBox .bd .bdIn{padding:10px;text-align:center; }
.msgBox .bd .bdIn .subDiv{margin:15px 0;padding:20px 0 10px 0;border-top:1px dotted #9EC3E6;  }
.msgBox .bd .btn{display:inline-block;width:60px; background:url("../img/btnsplit.gif") no-repeat 0 0 !important;height:25px;line-height:25px;color:#fff !important;font-size:12px; }
#expose{background:#ccc; }


/*-- 网站地图 --*/
.siteMap{ padding:0 10px; overflow:hidden; zoom:1; }
.siteMap .li1{ margin-bottom:10px; }
.siteMap .h1{ height:40px; line-height:40px;  border:1px dotted #ccc; background:#fff;    }
.siteMap .h1 .a1{font:normal 16px/40px "Microsoft YaHei";_font-weight:bold;color: #128271;padding-left:10px;}
.siteMap .ul1{ padding:10px 20px; zoom:1; display:block !important; }
.siteMap .li2{  display:inline-block; *display:inline; zoom:1; padding-right:10px; vertical-align:top;  }
.siteMap .a2{ color:#666;   }
.siteMap .ul2{ padding:0 0 20px 0; }
.siteMap .li3{  line-height:18px;  display:inline-block; *display:inline; zoom:1;   }
.siteMap .a3{ color:#999; padding-right:10px; margin-right:10px;   border-right:1px solid #ddd;  }
.siteMap .last3 .a3{ border-right:0;  }