@charset "gb2312";
/*
	Css for PEL,	ver 1.0
	CopyRight By Dongyi Network Technology CO.,Ltd Design Center

	所有网站通用模块，可根据自身网站修改
*/

/* 侧栏菜单 */
#sideMenu{margin-bottom: 20px;}
#sideMenu .hd{height: 49px; background:url(imageshd.png) no-repeat;  text-align: center;}
#sideMenu .hd h3{height: 48px; line-height: 48px; text-align: center; font-size: 24px; color: #fff }
#sideMenu .hd h3 a{color: #07578A}
#sideMenu .hd h3 a:hover{color: #000; text-decoration: none;}
#sideMenu .bd{background: #f4f4f4; border: 1px solid #d5d5d5; padding: 25px;}
#sideMenu .bd ul{}
#sideMenu .bd ul li{/* height: 37px; */ border-bottom: 1px solid #ffffff;}
#sideMenu .bd ul li a{display: block;  line-height: 20px; border-bottom: 1px solid #e1e1e1; padding: 7px 0 7px 32px; background: url(images/sideMenuList.gif) 11px 14px no-repeat; font-size: 14px;
	-webkit-transition: padding .5s,opacity 0.5s;
	-moz-transition: padding .5s,opacity 0.5s;
	-o-transform: padding .5s,opacity 0.5s;
	-ms-transform: padding .5s,opacity 0.5s;
	transition: padding .5s,opacity 0.5s;
}

#sideMenu .bd ul li a:hover{color: #fff;     background: url(images/sideMenuList.gif) 11px -58px no-repeat #0e95eb; text-decoration: none; color: #fff;
	 padding-left: 34px;}
#sideMenu .bd ul li.on a{color: #fff; background: url(images/sideMenuList.gif) 11px -58px no-repeat #127ec6; }
#sideMenu .bd ul li.on a:hover{color: #fff}



/* 通用信息列表 */
.infoList{ text-align:left; }
.infoList li{ height: 28px; line-height: 28px; overflow:hidden; }
.infoList li a{ padding-left:14px; background: url(imagesicons1.png) no-repeat 3px 6px; }
.infoList li .date{ float:right; color:#999;  }
.infoList li .node{ color:#f00; margin-right:5px;   }

/* infoListA */
.infoListA li{ line-height: 20px; padding: 5px 0 5px 20px; border-bottom:1px dotted #ccc; height: 40px; overflow:hidden;
	 background: url(imagesicons1.png) 8px 10px no-repeat;
}
.infoListA li a{ color:#666 }
.infoListA li a:hover{ color:#127EC6 }

.infoListA .last{ border-bottom:0 }

/* 通用带图片的信息列表_普通式 */
.picList li{ text-align:center;  }
.picList li .pic img{ width:95px; height:125px; padding:4px; border:1px solid #ddd; background:#fff;   }
.picList li .pic a:hover img{ border-color:#aaa;  }
.picList li .title{ padding-top:5px;}

/* 通用带图片的信息列表_普通式 - 横排浮动 */
.picListFl{ overflow:hidden; zoom:1; }
.picListFl li{ width:216px; font-size:12px; margin:0 10px;  text-align:center; float:left; _display:inline;  }
.picListFl li .pic img{ width:216px; height:162px;  }
.picListFl li .title{ padding-top:5px;  }

/* 内容带图片的信息列表_普通式 - 左图片右文字 */
.txtPicList li{ overflow:hidden; background:url("images/share/dotted.gif") repeat-x bottom; padding-bottom:10px;  margin-bottom:10px;    }
.txtPicList li .pic{ width:96px; float:left;   }
.txtPicList li .pic img{ width:90px; height:90px; padding:2px; border:1px solid #ddd; background:#fff;   }
.txtPicList li .pic a:hover img{ border-color:#aaa;  }
.txtPicList li .con{ width:230px; float:left; padding-left:8px;   }
.txtPicList li .title{ height:28px; line-height:28px; font-size:14px; color:#c00; font-weight:bold;   }
.txtPicList li .title a{ color:#034694;  }
.txtPicList li .intro{ color:#666; line-height:20px;   }
.txtPicList li .intro .more{ color:#c00; font-size:12px; }

/* 内容带图片的信息列表_普通式 - 上图片下文字 */
.txtPicListB li .pic img{ width:190px; height:120; padding:4px; border:1px solid #ddd; background:#fff;   }
.txtPicListB li .pic a:hover img{ border-color:#aaa;  }
.txtPicListB li .title{ height:28px; line-height:28px; font-weight:bold;   }
.txtPicListB li .title a{ color:#9b770a;   }
.txtPicListB li .intro{ color:#666;  }
.txtPicListB li .intro .more{ color:#f60;  }

/* 头条图文信息列表_普通式 */
.topicList .t{ padding-bottom:5px;  background:url("images/share/dotted.gif") repeat-x bottom; }
.topicList .t .title{ height:30px; text-align:center; line-height:30px; overflow:hidden;}
.topicList .t .tit{font-weight:bold;font-size:14px; color:#f60;}
.topicList .t .intro{ line-height:20px; padding:0 0 8px 0; color:#7e7e7e;border-bottom:1px dotted #d8d8d8; text-indent:24px;}
.topicList .t .intro .more{ color:#f90;  }
.topicList .n{ height:24px; line-height:24px; overflow:hidden; padding-right:10px;}
.topicList .n .date{ float:right; color:#999;  }
/* 有图片时追加的类 class="topicList topicHasPic"  */
.topicHasPic .t{ overflow:hidden; zoom:1; }
.topicHasPic .pic{ width:126px; float:left;    }
.topicHasPic .pic img{ width:120px; height:90px;   padding:2px; border:1px solid #E0E9EB;   } 
.topicHasPic .pic a:hover img{ border-color:#aaa;  }
.topicHasPic .con{ width:210px; padding-left:10px; float:left;    }



/* 焦点图切换-新闻内容 */
.focusBox{ width:300px; overflow:hidden; position:relative;  }
.focusBox .hd{ position:absolute; z-index:1; right:2px; bottom:45px; }
.focusBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.focusBox .hd ul li{ float:left; margin-right:2px;  width:16px; height:6px; line-height:16px; text-align:center; background:#A8A8A8; cursor:pointer; }
.focusBox .hd ul li span{ display:none}
.focusBox .hd ul li.on{ background:#034694; }
.focusBox .bd{ position:relative;  }
.focusBox .bd .pic img{ width:300px; height:225px;   }
.focusBox .bd .con{ font-size: 16px; height: 40px; line-height: 40px; text-align:center; background: #707070;    font-family: "microsoft yahei";}
.focusBox .bd .con a{ color:#fff}
.focusBox .bd .bg{ display:none;  }

/* slideBox */
.slideBox{ position:relative }
.slideBox .hd{ position:absolute; z-index:1; bottom: 6px; height:11px;  left:0; width:100%; text-align:center; font-size:0;  }
.slideBox .hd ul{ }
.slideBox .hd li{ display:inline-block; *display:inline; zoom:1;  width: 9px; height: 9px; background: #fff; margin:0 5px; filter:alpha(opacity=50);opacity:0.5;
	-webkit-border-radius:11px; -moz-border-radius:11px; border-radius:11px; 
}
.slideBox .hd li span{ display:none;}
.slideBox .hd .on{ filter:alpha(opacity=100);opacity:1}
.slideBox .prev,
.slideBox .next{ position:absolute; z-index:2; left:-50px; top:50%; margin-top:-35px; display:block; width:31px; height:69px; background: url(images/slider-arrows.png) 0 17px no-repeat;
	cursor:pointer; -webkit-transition:400ms;-o-transition:400ms;-moz-transition:400ms;transition:400ms;
}
.slideBox .next{ left:auto; right:-50px; background-position: -50px 17px; }
.slideBox .prev:hover,.slideBox .next:hover{ }

.slideBoxOn .prev{ left:8px; }
.slideBoxOn .next{ right:8px; }




/* 通用按钮 - 圆角 */
.btn,.btnA{ height:22px; line-height:22px; font-size:12px; cursor:pointer; color:#fff;  overflow:hidden;  background:url("images/btns.png") 0 0 no-repeat; display:inline-block; *display:inline; zoom:1;   }
.btn span,.btnA span{ display:block;  padding:0 10px; background:url("images/btns.png") right -22px no-repeat; }
.btn:hover,.btnA:hover{ text-decoration:none; color:#ff0;  }
.btnA{ background-position:right -164px; color:#999; margin-left:10px;  }
.btnA span{ background-position:0 -186px; }
.btnA:hover{ color:#333;  }

.btnB{ display:inline-block; *display:inline; zoom:1; height:20px; line-height:20px; border:1px solid #D6A668; background:url(images/btns.png) 0 -153px repeat-x;
	padding:0 10px; cursor:pointer; color:#A83700; }


/* 星形评分 */
.stars{ display:inline-block; *display:inline; zoom:1; width:72px;  height:11px; margin-right:5px;  overflow:hidden; background:url("images/share/starSplit.gif") -4px -34px  no-repeat;  }
.stars i{ display:inline-block; *display:inline; zoom:1; height:11px;  background:url("images/share/starSplit.gif") -4px -14px no-repeat; }
.starsMan{ display:none;  }

/*-- 网站地图 --*/
.siteMap{ padding:15px 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:#1E72B4; padding-left:10px;  }
.siteMap .ul1{ padding:10px 20px; zoom:1;  }
.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;  }
.siteMap #liID41 .li2{ display:block;  }

/*-- 
颜色代码
#1E72B4 深蓝色标题
#C4DEF8 淡蓝色边框
--*/