﻿@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:#134699; font-weight:normal; font-size:12px; }
.box .hd h3{  font-weight:bold; padding-left:12px; font-size:14px; color:#0067A3; }
.box .hd h3 a{ color:#0067A3;  }
.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: none; 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; padding-left:10px; overflow:hidden; background: url(../../Base/img/icon01.gif) no-repeat 0 center;}
.infoList li .date{ float:right; color:#999;  }
.dateRight{color:#999;margin:0 0 0 10px;}

/* 通用信息列表 */
.pageTPList{ text-align:left; }
.pageTPList li{ height: 50px; line-height: 50px;overflow:hidden;border-bottom: 1px #f3f3f3 solid;}
.pageTPList li a{ background: url(../../Base/img/icon03.gif) no-repeat 0 center;padding-left: 16px;}
.pageTPList li .date{ float:right; color:#999;  }
.dateRight{color:#999;margin:0 0 0 10px;}


/* 通用带图片的信息列表_普通式 */
.picList{overflow:hidden;}
.picList li{float:left;width: 320px;height: 350px;margin: 0 7px 20px;text-align:center;float:left;_display:inline;}
.picList li .pic img{ }
.picList li .pic a:hover img{ border-color:#aaa;}
.picList li .title{ padding: 20px 0;background-color: #fafafa;}
.picList li .title .more{display:block;border:1px #e4e4e4 solid;width:160px;height:38px;line-height:38px;color:#a20000;margin: 10px auto 0;_display:inline;}


/* 多个左滚动 - 公用类 */
.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("../../Base/img/icoLeft.gif") no-repeat;}
.leftLoop .hd .next{ background:url(../../Base/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;  }


/* 内容信息列表_普通式 */
.txtList{}
.txtList{}

/* 内容带图片的信息列表_普通式 */
.txtPicList li{ overflow:hidden; margin-bottom:15px; padding-bottom:15px; background:url(../../Base/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{width:144px; float:left; margin-right:15px; background:url(../../Base/img/kk_bg.png) no-repeat center top;}
.topicList .t .pic{padding:2px; border:1px solid #dbdbdb;}
.topicList .t .pic img{width:138px; height:102px;}
.topicList .t .title{height:30px; line-height:30px; overflow:hidden; text-align:center;}
.topicList .t .title a{}
.topicList .t .intro{line-height:20px; padding:0; color:#777777;}
.topicList .t .intro .more{color:#d92b2c;  }
.topicList .n{ height:24px; line-height:24px; overflow:hidden; padding-left:12px; background:url(../../Base/img/icon.png) no-repeat 0 -167px;}
.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;}
.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;  }

/* 焦点图切换- 数字 */
.focusBox{width:306px; height:217px; overflow:hidden; position:relative;}
.focusBox .hd{width:308px; height:18px; line-height:18px; padding:0; border-top:2px solid #ff6600; background:#e8e8e8;}
.focusBox .hd ul li{float:left; width:43px; height:18px; line-height:18px; font-size:12px; text-align:center; border-right:1px solid #fff; color:#777; cursor:pointer; overflow:hidden;}
.focusBox .hd ul li.on{background:#ff6600; color:#fff;}
.focusBox .bd{overflow:hidden;}
.focusBox .bd .pic img{width:306px; height:198px; border:0;}
.focusBox .bd .con{position:absolute; width:100%; height:26px; line-height:26px; z-index:1; left:0; top:0; text-align:left;}
.focusBox .bd .txt{display:none;}
.focusBox .bd .con .title{width:100%; position:absolute; /*padding:0 6px; z-index:0; left:0; bottom:222px;*/ z-index:2; text-align:center;}
.focusBox .bd .con .title a{color:#fff; font-size:14px;}
.focusBox .bd .con .bg{position:absolute; top:0; width:100%; height:26px; z-index:0; left:0; background:#333; filter:alpha(opacity=50);opacity:0.5;}


/* 信息首页头条 */
.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;  }


/* url_方块样式分页 */

.page{ text-align:center; padding:20px;  font-size:12px;  }
.page input{ border:1px solid #c5c5c5; background:#fff; width: 24px; height: 28px; line-height: 28px; vertical-align: top;      padding-left: 4px;}
.page a,.page span{ display:inline-block; *display:inline; zoom:1; margin-right:0px; height: 28px; line-height: 28px; }
.page a,.page a:active{ display:inline-block; *display:inline; zoom:1; border:1px solid #c5c5c5; padding: 0 10px;}
.page a:hover {border:1px solid #a20000; text-decoration:none; color:#a20000;}
.page .current {background: #a20000; border: 1px solid #a20000; color:#fff; font-weight:bold; padding: 0 10px; }
.page .current:hover{color:#fff !important;}
.page .disabled {border:1px solid #c5c5c5;  padding:0 6px; color:#999;}

.page_css{padding-top:15px; text-align:center;} 
.page_css b a{color:#ff0000;}
.page_css select{height:18px; margin:0 3px;}

/*-- 网站地图 --*/
.siteMap{ padding:15px 10px; overflow:hidden; zoom:1; }
.siteMap .li1{ margin-bottom: 20px; }
.siteMap .h1{height:40px;line-height:40px;/* border:1px dotted #ccc; */background:#fff;background: #f6f6f6;}
.siteMap .h1 .a1{font:normal 16px/40px "Microsoft YaHei";_font-weight:bold;color: #c00;padding-left: 15px;}
.siteMap .ul1{ padding:10px 20px; zoom:1;  }
.siteMap .li2{  display:inline-block; *display:inline; zoom:1;   padding-right: 50px; vertical-align:top;  padding-bottom: 5px;}
.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;  }
.siteMap #liID41 .li2{ display:block;  }

/*--
颜色代码
#1E72B4 深蓝色标题
#C4DEF8 淡蓝色边框
--*/