﻿@charset "utf-8";
/*
Css for PEL,	ver 1.0
CopyRight By Dongyi Network Technology CO.,Ltd Design Center

*/

/* 通用盒子模型 */
.box{ overflow:hidden;background:#FFF;}
.box .hd{ height:36px; line-height:36px; overflow:hidden;}
.box .hd .more{ float:right; margin-right:10px; color:#999999; font-weight:normal; font-size:12px; }
.box .hd h3 a{  font: bold 14px/36px "微软雅黑"; }
.box .bd{ padding:8px;  }
.boxFR{float:right !important; }


/* 通用信息列表 */
.dateRight{color:#999;margin:0 0 0 10px;}

/* 通用带图片的信息列表_普通式 */
.picList li{ text-align:center; float:left; width:180px;  }
.picList li .pic img{ width:160px; height:120px; padding:2px; border:1px solid #ddd; background:#fff;   }
.picList li .pic a:hover img{ border-color:#7ea7eb;  }
.picList li .title{ padding-top:2px;  }




/* 内容带图片的信息列表_普通式 */
.txtPicList li{ overflow:hidden; margin-bottom:15px; padding-bottom:15px; background:url("images/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:#d7261c;  }
.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 8px 0;  }
.topicList .t .title{ height:36px; line-height:36px; overflow:hidden;text-align:center; }
.topicList .t .title a{font-weight:bold;font-size:18px;; color:#d7261c; }
.topicList .t .intro{ line-height:20px;padding:0 0 8px 0; border-bottom:1px dotted #d8d8d8;text-indent:2em; }
.topicList .t .intro a{color:#7e7e7e;}
.topicList .t .intro .more{ color:#f90; float: none; }
.topicList .n{ height:26px; line-height:26px; overflow:hidden; padding-right:10px;  }
.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:#d7261c}
.topicHasPic .t .title a{color:#d7261c}
.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;    }


/* 焦点图切换-广告 */
.slideBox{ width:570px; height:220px; overflow:hidden; position:relative;    }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd img{ width:570px; height:220px; }
.slideBox .bd .title{ display:none;  }
.slideBox .bd .bg{ display:none;  }



/* 你的位置 */
.pathWrap{ background: #f8f8f8; border: 1px solid #ddd;border-top: 4px #02579b solid;
   
    height: 40px;
    line-height: 40px;}
.path{float:right; padding-right:15px; padding-left:30px; }
.path a{ padding:0 5px; }

.noSideContent  .pathWrap{  height:31px; line-height:31px; background:url("images/bgPath2.jpg") no-repeat ;}

/* url_方块样式分页 */
.page{ text-align:center; padding:20px;  font-size:12px;  }
.page input{ border:1px solid #c5c5c5; background:#fff; width:30px; height:20px; line-height:20px; vertical-align:middle;      }
.page a,.page span{ display:inline-block; *display:inline; zoom:1; margin-right:0px; height:20px; line-height:20px; }
.page a,.page a:active{ display:inline-block; *display:inline; zoom:1; border:1px solid #c5c5c5; padding:0 6px;}
.page a:hover {border:1px solid #0C64AB; text-decoration:none; color:#0C64AB;}
.page span.current {background:#0C64AB; border:1px solid #0C64AB; color:#fff; font-weight:bold; padding:0 6px; }
.page span.disabled {border:1px solid #c5c5c5;  padding:0 6px; color:#999;}


/* 信息提示 */
.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("images/btnSplit.gif") no-repeat 0 0 !important;height:25px;line-height:25px;color:#fff !important;font-size:12px; }
#expose{background:#ccc; }