@charset "utf-8";
/* 全局CSS定义 */
*{margin:0;padding:0;}
body{font-family:Arial,Helvetica,sans-serif,'宋体';text-align:center;margin:0 auto;padding:0;font-size:12px;color:#333;background:url(images/bg.jpg) repeat-x;}

h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:bold;}
ul,ol,li{list-style:none;}

/* 默认链接颜色 */
a{outline-style:none; color:#363636;;text-decoration:none}
a:hover{color:#393939;;text-decoration:underline;}

/* 通用属性 */
.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/*文字对齐方式*/
.txtLeft{text-align:left;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}

/*常用方法*/
.show{display:block}
.hidden{display:none}
.hand{cursor:pointer;}
.fontArial{font-family:'Arial';}
.b{font-weight:bold;}

/* CSS空白 */
.blank1{margin:0 auto;height:1px;font-size:1px;clear:both;}
.blank2{margin:0 auto;height:2px;font-size:1px;clear:both;}
.blank3{margin:0 auto;height:3px;font-size:1px;clear:both;}
.blank5{margin:0 auto;height:5px;font-size:1px;clear:both;}
.blank8{margin:0 auto;height:8px;font-size:1px;clear:both;}
.blank10{margin:0 auto;height:10px;font-size:1px;clear:both;}
.blank15{margin:0 auto;height:15px;font-size:1px;clear:both;}
.line1{margin:10px auto 6px;height:1px;background:#D4D4D4;overflow:hidden;}

/* 整体框架 */
.main{margin:0 auto;width:980px;overflow:hidden;}
.main .left{width:350px;}
.main .right{width:620px;}
.right .l{float:left;width:360px;height:500px;}
.right .r{float:right;width:250px;height:500px;}

/* EEPW logo */
.header{margin:0 auto;width:980px;height:35px;text-align:left;background:url(images/EEPW_logo.jpg) 5px 5px no-repeat;}

/* 题图 */
.banner{margin:0 auto;width:980px;height:150px;background:url(images/banner.jpg);overflow:hidden;}

/* 导航 */
.nav_outer{width:100%;height:35px;margin-bottom:5px;background:url(images/nav_bg.jpg);overflow:hidden;}
.nav{margin:0 auto;width:960px;padding-left:10px;height:35px;background:url(images/nav_bg.jpg);overflow:hidden;}
.nav_icon{width:2px;height:35px;background:url(images/nav_line_bg.jpg);overflow:hidden;}
.nav ul li{float:left;line-height:35px;padding:0 55px;}
.nav ul li a.link{font-size:12px;color:white;text-decoration:none;}
.nav ul li a:hover{font-size:12px;color:yellow;text-decoration:none;}

/* 焦点幻灯片 */
.pp {float:left; width:340px;background:#EDF6FB; height:262px;padding:4px;border:solid 1px #A2CBE1;overflow:hidden;}
.pp_inner{width:338px;height:260px;border:solid 1px #FFF;}

/* column280 */
.column280{border:solid 1px #A9CD6D;margin-bottom:10px;height:270px;}
.column280 .title{height:40px;background:url(images/title_bg.gif);text-align:left;padding-left:10px;font-weight:bold;}
.column280 .title a,.title a:hover{color:#10346E;line-height:25px;*line-height:27px;_line-height:27px;}
.column280 .title h2{float:left;margin-top:0;*margin-top:0;_margin-top:0;}
.column280 .title h2 span{display:inline;background:url(images/icon1.gif);float:left;margin:6px 5px 0 0;width:13px;height:13px;overflow:hidden;}
.column280 .content{padding:8px 12px;text-align:left;}
.column280 .content ul li{padding-left:10px;width:96%;line-height:22px;background:url(images/dot.gif) 0 9px no-repeat;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
.column280 .content img{float:left;margin-right:10px;width:60px;height:60px;padding:1px;border:solid 1px #D4D4D4;}
.column280 .content a:hover{background:#FFF;}
.column280 .content a:hover img{border:solid 1px #F63;}
.column280 .content p{height:112px;line-height:1.6em;text-align:left;overflow:hidden;}
.column280 .content a.topic,.content a.topic:hover{float:left;font-weight:bold;color:#2574C1;}
.column280 .content p span a,.content p span a:hover{color:#A4621C;}

/* column340 */
.column340 .content img{width:120px;height:90px}

/* 页脚 */
.footer_outer{width:100%;height:78px;padding-top:30px;background:url(images/bottom_bg.jpg);overflow:hidden;}
.footer{margin:0 auto;width:980px;height:78px;background:url(images/EEPW_logo2.jpg) 95px 0 no-repeat;overflow:hidden;color:#3D648D;line-height:1.6em;}
.footer span{font-size:11px;}

/* 广告位 */
.ad280{width:280px;height:60px;margin-bottom:10px;}
.ad340{width:340px;height:60px;margin-bottom:10px;}

/*皮肤列表*/
#Skin div {float:left}
#SkinList {width:56px;height:11px;overflow:hidden;display:block;}
#Skin li{float:left;width:14px;height:11px;cursor:pointer;}

#def div,#s1 div,#s2 div,#s3 div,#s4 div,#s5 div,#s6 div,#s7 div,#s8 div,#s9 div,#sar div
{background-image:url(images/skinbt.png);background-repeat:no-repeat;}
#def div{background-position:0 0;}
#s1 div{background-position:0 -11px;}
#s2 div{background-position:0 -22px;}
#s3 div{background-position:0 -33px;}
#s4 div{background-position:0 -44px;}
#s5 div{background-position:0 -55px;}
#s6 div{background-position:0 -66px;}
#s7 div{background-position:0 -77px;}
#s8 div{background-position:0 -88px;}
#s9 div{background-position:0 -99px;}
#sar{cursor:pointer;}
#sar div{background-position:-10px -110px;}
#sar div.s{background-position:0 -110px;}

#photos{margin:0 auto;width:870px;padding:20px 0;}
#photos ul{margin:0 auto;width:870px;}
#photos ul li{position:relative;float:left;width:154px;height:115px;overflow:hidden;padding:5px 10px;text-align:center;}
#photos ul li img.play{position:absolute;right:14px;bottom:27px;width:auto;height:auto;border:none;background:none;}
#photos ul li img{width:150px;height:101px;padding:1px;border:solid 4px #BFD98F;}
#photos ul li a:hover{text-decoration:none;}
#photos ul li a:hover img{border:4px solid #5DAE8E;}
#photos ul li span{display:block;width:154px;line-height:1.2em;cursor:pointer;padding-top:0;*padding-top:5px;_padding-top:3px;overflow:hidden;white-space:nowrap;*text-overflow:ellipsis;-o-text-overflow:ellipsis;}

ol li{list-style:outside decimal;padding-right:10px;}