@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: 345px;}
#header .userPanel{ float: right;}
#header .userPanel .home{ display: block; padding: 8px 15px 8px 35px; background: #f80 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: #f50; box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);}
#header #logo{ float: left; margin-top: 20px;}
#header #logo img{ width: 260px;}

/* 导航 */
.nav{ background-color: #c20000; height: 60px; line-height: 60px;}
.nav ul{ overflow: hidden;}
.nav li{ float: left; font-size: 18px;}
.nav li a{ color: #fff; display: block; padding: 0 20px;}
.nav li.on a, .nav li a:hover{ background: #f80; text-decoration: none;}

/* 内容区 */
#content .container{ margin-top: 20px;}
.side{ float: left; width: 260px; margin-right: 20px;}
.mainContent{ overflow: hidden;}

/* 底部 */
#footer{ border-top: 2px solid #c20000; 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: 40px; border-bottom: 2px solid #c20000;}
.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; color: #888;}
.box .hd h3{ float: left; padding-bottom: 4px; border-bottom: 2px solid #2b2b2b;}
.box .hd h3 a,.box .hd h3 span{ padding: 0 20px; height: 36px; line-height: 36px; display: block; background-color: #c20000; color: #fff; font-size: 20px;}
.box .bd{ padding: 20px 0;}

/* 路径导航 */
.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: #c20000;}
.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: 50px; font-size: 18px; color: #fff;}
.sideBox .bd{padding: 14px; background-color: #f7f7f7; border-top: none;}
.sideBox .picList li{ float: none; width: 100%;}

/* 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: 50px; display: block; color: #c20000; font-size: 20px;}
.mainBox .path{ float: right;}
.mainBox .picList li{ width: 33.33%;}

/* 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 #c20000; text-decoration: none; color: #c20000;}
.page .current{ background: #c20000; border: 1px solid #c20000; 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{float: left;width: 24.99%;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;}

/* 头条图文信息列表_普通式 */
.topicList li{ height: 24px; line-height: 24px; overflow: hidden;}
.topicList li.noData{padding-left: 10px;}
.topicList li .date{ float: right; color: #999;}
.topicList .t{overflow: hidden;height: auto;margin-bottom: 7px;border-bottom: 1px dotted #ccc;padding-bottom: 10px;}
.topicList .t .pic{float: left; margin-right: 10px;}
.topicList .t .title{text-align: left;overflow: hidden;line-height: 24px;}
.topicList .t .tit{font-size: 20px;}
.topicList .t .title a:hover{ text-decoration: underline;}
.topicList .t .intro{color: #888;text-align: left;line-height: 24px;overflow: hidden;padding-top: 8px;text-indent: 0;}
.topicList .t .intro .more{float: none; height: 20px; line-height: 20px; padding: 0 4px; color: #cf1b0c; text-indent: 0;}
.topicList li.n{height: 30px;line-height: 30px;overflow: hidden;}
.topicList li.n a{ display: inline-block; *display: inline; zoom: 1;background: url(imgicon.png) no-repeat 0px -31px;padding: 0 5px 0 15px;white-space: nowrap;text-overflow: ellipsis;}
.topicList li.n .date{float: right;color: #bcbcbc;}

/* 焦点图切换  */
.focus{position: relative;text-align: center;overflow: hidden;}
.focus .hd{position: absolute;z-index: 11;right: 5px;bottom: 50px;}
.focus .hd li{float: left;cursor: pointer;font-size: 12px;color: #999;}
.focus .hd li span{margin-left: 5px;background: #fff;display: block;padding: 0 4px; filter: alpha(opacity=70);opacity: 0.7;}
.focus .hd li.on span{background: #e00;color: #fff; filter: alpha(opacity=100);opacity: 1;}
.focus .bd img{width: 100%;}
.focus .bd li{position: relative;}
.focus .bd .con{position: absolute;bottom: 0;left: 0;width: 100%;}
.focus .bd .title{position: relative;z-index: 3;}
.focus .bd .title a{color: #fff;display: block;padding: 10px;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;overflow: hidden; font-size: 16px;}
.focus .bd .titleBg{position: absolute;right: 0;bottom: 0;left: 0;z-index: 2;height: 40px; background-color: #000;;filter: alpha(opacity=60);opacity: .6;}

/* 图标 */
.focusIcon .hd{bottom: 13px;height: 14px;}
.focusIcon .hd li span{padding: 0;width: 14px;height: 14px;overflow: hidden;line-height: 100px;border-radius: 10px;}
.focusIcon .bd .title a{padding-right: 110px;text-align: left;}

/* 图片 */
.focusPic .hd{width: 250px; right: 10px;}
.focusPic .hd ul{ margin: 0 -5px; overflow: hidden;}
.focusPic .hd li{width: 24.9%;}
.focusPic .hd .pic{ margin: 0 5px; border: 1px solid #fff;}
.focusPic .hd li img{transition: all 200ms ease 0s;width: 100%; filter: alpha(opacity=85);opacity: .85;}
.focusPic .hd li.on .pic{border-color: #f50;}
.focusPic .hd li.on img{filter: alpha(opacity=100);opacity: 1;}
.focusPic .hd .title{display: none;}

/* 图片+标题 */
.focusPicTit .hd{width: 100%; bottom: 10px; right: 0;}
.focusPicTit .hd ul{display: inline-block;*display: inline; zoom: 1;}
.focusPicTit .hd li{margin: 0 2px; padding: 3px;}
.focusPicTit .hd li.on{background: rgba(0, 0, 0, 0.7) !important; background: #000; filter: Alpha(opacity=70);color: #fff;border-radius: 34px;}
.focusPicTit .hd li .pic{ float: left;width: 34px; height: 34px; border-radius: 50%; overflow: hidden;}
.focusPicTit .hd li img{height: 34px;}
.focusPicTit .hd li .con{ display: none; float: left; overflow: hidden;}
.focusPicTit .hd li .title{display: none; float: left; padding: 0 15px 0 5px; line-height: 34px;white-space: nowrap; overflow: hidden;}
.focusPicTit .hd li .title a{ color: #fff;}
.focusPicTit .hd li.on .con, .focusPicTit .hd li.on .title{display: block;}
.focusPicTit .bd .con{display: none;}

/* 广告 */
.focusAd .hd{right: 0;bottom: 15px;width: 100%;height: 14px;}
.focusAd .hd ul{display: inline-block;*display: inline; zoom: 1;}
.focusAd .hd li span{padding: 0;width: 14px;height: 14px;overflow: hidden;line-height: 100px;}
.focusAd .bd .con{display: none;}

/* ==================== 首页 ==================== */
.focus-topic{ margin: 20px 0; overflow: hidden;}
.focus-topic #focusNews{ width: 540px; float: left; margin-right: 20px;}
.focus-topic .topicList{ overflow: hidden;}
.focus-topic .topicList .t .tit{ color: #c10e21;}
#tylme .bd{ overflow: hidden;}
#tylme .bd li{ float: left;margin: 0 1%; width: 47.99%;}
#tylms,#tylmsi{ float: left;margin: 0 1%; width: 47.99%;}
#tylmw{ clear: both;}
#tylmw .bd{ padding: 20px 0 0;}