@charset "gb2312";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/

/*----- 重置元素样式 -----*/
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,menu,tbody,tfoot,thead,th,tr,td,video,tt,u,ul,var{background: transparent;font-size: 100%;margin: 0;padding: 0;border: 0;outline: 0;}
blockquote,q{quotes: none;}
table,table td{padding: 0;border: none;border-collapse: collapse;border-spacing: 0;}
img{vertical-align: top;}
embed{vertical-align: top;}

/*获得html5新的标签的行为*/
article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display: block;}
mark,rp,rt,ruby,summary,time{display: inline;overflow: hidden;}

/*预置全局样式*/
html{height: 100%;}
body{height: 100%;background-color: #fff;color: #222;font-size: 14px;line-height: 1.42857143;font-family: "Microsoft YaHei", "Helvetica Neue", SimSun, SimHei, Arial, Helvetica, Tahoma, Verdana, Georgia;cursor: default;word-break: normal;word-wrap: break-word;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;-ms-transition: all 300ms ease;}
a{color: #222;text-decoration: none;}
a:hover{color: red;}
li,ol,ul{list-style: none;vertical-align: middle;}
pre{overflow: auto;}
hr{margin: 1em 0;padding: 0;height: 1px;border: 0;border-top: 1px solid #ccc;}
label{display: inline-block;}
legend{font-weight: 700;}
button{border: none;cursor: pointer;}
q:after,q:before{content: '';}
p{margin-bottom: 1em;line-height: 1.75;}
table{border-collapse: collapse;border-spacing: 0;}
fieldset,img{border: 0;}
caption,th{text-align: left;}
abbr,acronym{border: 0;font-variant: normal;}
button,input,select,textarea{margin: 0;font-size: 100%;vertical-align: middle;}
sub,sup{position: relative;vertical-align: baseline;font-size: 75%;line-height: 0;}
sup{top: -.5em;}
sub{bottom: -.25em;}
small{font-size: 85%;}
code{padding: 2px 4px;border: 1px solid #e1e1e8;background-color: #f7f7f9;color: #d14;white-space: nowrap;}
pre{background-color: #f5f5f5;border: 1px solid #ccc;color: #333;display: block;margin: 0 0 10px;padding: 9px;word-break: break-all;word-wrap: break-word;}
blockquote{margin: 0 0 1em;padding: 0.75em 1em;border-left: 5px solid #eee;}
.h1,h1{font-size: 2em;}
.h2,h2{font-size: 1.7142857em;}
.h3,h3{font-size: 1.42857em;}
.h4,h4{font-size: 1.2857em;}
.h5,h5{font-size: 1.142857em;}
.h6,h6{font-size: 1em;}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight: 500;}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size: 65%;color: #777;}
.clearfix:after{clear: both;display: block;visibility: hidden;height: 0;content: ;}
* html .clearfix{height: 1%;}
.close{float: right;display: inline-block;*display: inline;zoom: 1;color: #000;text-shadow: 0 1px 0 #fff;font-weight: 700;font-size: 20px;line-height: 24px;opacity: .2;filter: alpha(opacity=20);}
.close:focus,.close:hover{color: #000;text-decoration: none;opacity: .4;cursor: pointer;filter: alpha(opacity=40);}

/* frame */
body{ min-width: 1000px;}
.container{ position: relative;width: 1000px; margin: 0 auto;overflow: hidden;}

/* 顶部 */
#header{ background: url(imgheaderBg.jpg) center 0 no-repeat}
#header .container{ height: 370px;}
#header .userPanel{ float: right;}
#header .userPanel .home{ display: block; padding: 8px 15px 8px 35px; background: #157de1 url(imgicon.png) no-repeat 10px 11px; color: #fff; border-radius: 0 0 4px 4px; transition: all 0.25s ease 0s;}
#header .userPanel a:hover.home{ background-color: #258ef0; box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);}
#header #logo{ float: left; margin-top: 35px;}
#header #logo img{ width: 280px;}

/* 导航 */
.nav{ background-color: #0475e0; height: 60px; line-height: 60px;}
.nav ul{ overflow: hidden;}
.nav li{ float: left; font-size: 20px;}
.nav li a{ color: #fff; display: block; padding: 0 23px; font-weight: bold;}
.nav li.on a, .nav li a:hover{ background: #1182ee; text-decoration: none;}

/* 内容区 */
#content .container{ margin-top: 20px;}
#content .intro{ margin-bottom: 20px; padding: 19px; font-size: 16px; line-height: 30px; border: 1px solid #ddd; background-color: #f7f7f7; text-indent: 2em;}
.side{ float: left; width: 260px; margin-right: 20px;}
.mainContent{ overflow: hidden;}

/* 底部 */
#footer{ border-top: 2px solid #0475e0; background: #f5f5f5; font-size: 14px; padding: 20px 0 40px 0;}
#footer .container{ text-align: center;}
#footer .footNav{ padding-bottom: 10px;}
#footer .footNav a{ margin: 0 6px;}

/* 盒子 */
.box .hd{ position: relative; height: 50px; background-color: #f7f7f7;}
.box .hd .more{ position: absolute; bottom: 0; right: 0; padding: 0 10px 0 15px; height: 21px; line-height: 21px; background: url(imgmoreBg.png) no-repeat;}
.box .hd h3{ float: left;}
.box .hd h3 a{ padding: 0 15px; line-height: 46px; display: block; color: #0475e0; font-size: 20px; border-bottom: 4px solid #0475e0;}
.box .bd{ padding: 10px 5px 20px;}

/* 路径导航 */
.path em{font-style: normal;}
.path a{padding: 0 5px;}
.path span{padding: 0 5px;color: #666;}

/* 侧栏盒子模型 */
.sideBox{ margin-bottom: 20px;}
.sideBox .hd{ background-color: #3781c7;}
.sideBox .hd .more{float: right;}
.sideBox .hd h3 span, .sideBox .hd h3 a{display: inline-block;*display: inline;zoom: 1;padding: 0 20px;line-height: 40px; font-size: 18px; color: #fff;}
.sideBox .bd{padding: 14px; background-color: #f7f7f7; border-top: none;}

/* mainBox */
.mainBox .mHd{position: relative; margin-bottom: 20px; background-color: #eee; line-height: 50px; height: 50px;}
.mainBox .mHd h3{ float: left;}
.mainBox .mHd h3 span, .mainBox .mHd h3 a{ padding: 0 15px; line-height: 46px; display: block; color: #0475e0; font-size: 20px; border-bottom: 4px solid #0475e0;}
.mainBox .path{ float: right;}

/* url_方块样式分页 */
.page{ font-size: 0; text-align: center; padding: 25px 0; clear: both; overflow: hidden;}
.page a, .page span{ font-size: 14px; display: inline-block; _display: inline; zoom: 1; border: 1px solid #E1E1E1; padding: 0px 11px; margin: 0 3px 5px 0; line-height: 32px; height: 32px;}
.page a:hover, .page span:hover{ border: 1px solid #1258AD; text-decoration: none; color: #1258AD;}
.page .current{ background: #1258AD; border: 1px solid #1258AD; color: #fff !important; font-weight: bold;}
.page select, .page input{ margin: 0 4px; background: #fff; border: 0 solid #E1E1E1; vertical-align: middle;}
.page input{ text-align: center; padding: 0 4px; outline: none;}

/* 通用信息列表DOT */
.infoList{ text-align: left;}
.infoList li{height: 40px;line-height: 40px;overflow: hidden;padding-left: 16px; background: url(imgicon.png) no-repeat 0 -26px; border-bottom: 1px dotted #ddd; position: relative;}
.infoList li a{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.infoList li .date{float: right;color: #999; margin-left: 10px;}
.infoList li.split{ display: none;}

/* infoListA */
.infoListMulti li{ height: auto; line-height: 22px;padding: 8px 0 8px 14px;border-bottom: 1px dotted #ccc;overflow: hidden;background: url(imgicon.png) 0 -27px no-repeat;}
.infoListMulti li a{white-space: normal;}
.infoListMulti .last{border-bottom: 0}
.infoListMulti .date{color: #999; float: right; margin-left: 5px; font-size: 12px;}

/* 通用带图片的信息列表_普通式 */
.picList{margin: 0 -10px;}
.picList li{margin-bottom: 20px;}
.picList li .pic{margin: 0 10px;background-color: #fff;}
.picList li .title{margin: 0 10px;}
.picList li .pic img{width: 100%;height: auto;}
.picList li .pic a:hover img{filter: alpha(opacity=80);opacity: .8;}
.picList li .title{padding-top: 5px;height: 40px;line-height: 20px;text-align: center;overflow: hidden;}
.picList li.noData{ margin-left: 10px;}