﻿@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; */ border-bottom: 1px solid #D9D9D9;}
.box .hd .more{ float:right; margin: 10px 0 0 0; background: url(../../base/img/more.png) no-repeat 50%; height: 10px; width: 50px; text-indent: -9999px;}
.box .hd h3{  font-weight:bold;   padding: 0 5px 0 20px;   background: url(../../base/img/tit-1.png) no-repeat 5px 50%;  font-size:14px;   color: #1877ce;   float: left;  line-height: 28px;  border-bottom: 2px solid #1877ce;  margin-bottom: -1px;}
.box .hd h3 a{ color:#0067A3;  }
.box .hd h3 small { font-size: 12px; font-weight: normal; color: #999; font-family: Arial; padding-left: 10px; }
.box .bd{ padding:8px;  }
.boxFR{float:right !important; }

.sideBox { background: url(../../base/img/sidebox.png) no-repeat; border: 1px solid #A1C4E7; margin-bottom: 10px;}
.sideBox .hd {}
.sideBox .bd { padding: 5px 10px; }

/* 通用按钮 */
.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("../../base/img/btnsplit.gif") no-repeat 0 0;*/background: none;width: 50px;height: 32px;line-height: 32px;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:24px; line-height:24px; padding-left:10px; overflow:hidden; background: url(../../base/img/list.png) no-repeat 0 -78px;}
.infoList li .date{ float:right; color:#999;  }
.dateRight{color:#999;margin:0 0 0 10px;}

.infoListA li { background: url('../../base/img/list.png') 0 10px no-repeat; padding-left: 10px; }
.infoListB li { background: url('../../base/img/list.png') 0 -20px no-repeat; padding-left: 10px; }
.infoListC li { background: url('../../base/img/list.png') 0 -52.5px no-repeat; padding-left: 10px; }
.infoListD li { background: url('../../base/img/list.png') 0 -85.5px no-repeat; padding-left: 10px; }

/* 通用带图片的信息列表_普通式 */
.picList li{ text-align:center;  }
.picList li .pic img{ width:140px; height:105px; padding:2px; border:1px solid #ddd; background:#fff;   }
.picList li .pic a:hover img{ border-color:#7ea7eb;  }
.picList li .title{ padding-top:2px;  }


/* 多个左滚动 - 公用类 */
.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 .t { *zoom: 1; padding: 0 0 6px 0; margin: 0 0 5px 0; border-bottom: 1px dotted #dddddd; background: none; }
.topicList .t:after { content: ""; display: table; clear: both; }
.topicList .t .con .title { font-weight: 400; font-size: 14px; line-height: 1.5em; margin-bottom: 5px; font-weight: bold;}
.topicList .t .con .title .tit { text-decoration: none; color: #ea0000; }
.topicList .t .con .title .tit:hover, .topicList .t .con .title .tit:focus { text-decoration: underline; }
.topicList .t .con .intro { font-size: 12px; line-height: 1.8em; color: #999999; }
.topicList .t .con .intro .more { text-decoration: none; color: #F3565D; margin-left: 5px; }
.topicList .t .con .intro .more:hover, .topicList .t .con .intro .more:focus { text-decoration: underline; }
.topicList .noData, .topicList .n { height: 24px; line-height: 24px; font-size: 12px; white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.topicList .n .date { float: right; color: #999999; }

.topicList-pic .t { padding: 0 0 6px 0; }
.topicList-pic .t .pic { float: left; display: inline; }
.topicList-pic .t .pic img { display: block; padding: 2px; border: 1px solid #ddd;}
.topicList-pic .t .con { padding-left: 12px; overflow: hidden; *zoom: 1; }


/* 焦点图切换-广告 */
.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:350px;height: 262px; float:left; overflow:hidden; position:relative;z-index:1 }
.focusBox .hd{ position:absolute; z-index:20; right: 10px; bottom:12px; z-index:15;}
.focusBox .hd ul{overflow:hidden; zoom:1; z-index:2;}
.focusBox .hd ul li{float:left; margin-left:3px;  width:8px; height:8px;background:#fff;text-indent: -9999px;cursor: pointer;overflow: hidden; border:1px solid #1877ce}
.focusBox .hd ul li.on{background-color:#1877ce}
.focusBox .bd{ position:relative; z-index:2; }
.focusBox .bd ul li{z-index:9;}
.focusBox .bd .pic{ position:relative; z-index:0; }
.focusBox .bd .pic img{width:350px; height:262px; border:0;   }
.focusBox .bd .txt{display:none;}
.focusBox .bd .con{width:100%; position:absolute; z-index:1; left: 0; bottom:0; *bottom:3px; height:38px; line-height:38px; text-align:center; }
.focusBox .bd .con .title{ position:absolute; width:100%;left:0;text-align:left;padding-left:10px; z-index:1;}
.focusBox .bd .con .title a{color:#fff;}
.focusBox .bd .con .titleBg{ position:absolute; width:100%; height:100%; background:#000; left:0; top:0; filter:alpha(opacity=50);opacity:0.5; }
.focusBox .bd .con .bg{position:absolute; width:100%; height:38px; z-index:0; left:0; background:#000; 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;  }

/*-- 网站地图 --*/
.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: #1877ce;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;  }

/* 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 a:hover {border:1px solid #0598c9; text-decoration:none; color:#1877ce;}
.page .current{ background:#0598c9; border:1px solid #0598c9; color:#fff !important;}
.page select{height: 18px;line-height: 18px;padding:0 8px;background:#fff;border:0;border:none;vertical-align:middle;}

/*--
颜色代码
#1E72B4 深蓝色标题
#C4DEF8 淡蓝色边框
--*/
