@charset "utf-8";
/*
	eepw官网：www.eepw.com.cn
	技术交流：forum.eepw.com.cn/forum/index
	作者：lh 
	日期：October 20, 2014
*/

/* 主广告 */
.lAdArea,.rAdArea{width:474px;height:60px;text-align:center;}
.lAdArea{float:left;padding-right:6px;}
.rAdArea{float:left;padding-left:6px;}
.lAd,.rAd{float:left;width:472px;height:60px;}
.lAd img,.rAd img{width:472px;height:60px;}

/* 广告列表 && 新闻列表 */
.mainAd{}
.adListNewsList{padding-top:10px;}
.adListOuter,.newsListOuter{width:480px;}
.adListOuter{float:left;}
.newsListOuter{float:right;}

.newsListMiddle{padding-left:6px;}
.adListMiddle{padding-right:6px;}

.adListOuter ul{position:relative;width:484px;} 
.adListOuter ul li{float:left;margin-right:10px;margin-bottom:14px;width:232px;height:60px;}

.newsListInner{padding:5px;background:#FFF;border-radius:0 0 6px 6px}
.newsListInner ul{padding:2px 9px;}
.newsListInner li{/*position:relative;*/padding:8px 0;zoom:1;height:60px;overflow:hidden;border-bottom:dotted 1px #CCC;}
.newsListInner li:last-of-type{border-bottom:none;}
.newsListInner .newsPic{/*position:absolute;left:0;top:12px;*/float:left;margin-right:5px;width:67px;height:50px;background:#FFF;}
.newsListInner li div{float:left;}
.newsListInner h2{padding-bottom:1px;/*width:100%;*/overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
.newsListInner h2 a{font-size:16px;color:#1B6CBF;}
.newsListInner h2 a:hover{text-decoration:underline;color:#1B6CBF;}
.newsListInner p{color:#909090;line-height:20px;}

/* 各大版块 */
.panel{margin:10px auto 0;border:solid 1px #E3E3E4;text-align:left;overflow:hidden;}
.panel .head{padding-left:10px;background:#FDFDFD;height:46px;line-height:46px;color:#252525;}
.panel .head h2{float:left;font-size:18px;}
.panel .head span{float:right;margin-right:10px;margin-top:15px;width:16px;height:16px;overflow:hidden;cursor:pointer;background:url(../images/upIcon16x16.png);
-moz-transition:2s;
-webkit-transition:2s;
-o-transition:2s;
transition:2s;
}
.panel .head span:hover{
-ms-transform:rotate(360deg); 
-moz-transform:rotate(360deg); 	
-webkit-transform:rotate(360deg);
-o-transform:rotate(360deg); 
transform:rotate(360deg);
}
.panel .head .iconBg{background:url(../images/downIcon16x16.png);}
.panel .content{padding:40px 20px;border-top:solid 1px #E3E3E4;background:#FFF;}
.panel .content li{float:left;width:306px;height:80px;}

.panel .content span{float:left;width:50px;height:50px;-webkit-transform-style:preserve-3d;-webkit-perspective:100px;}
.panel .content li img{width:50px;height:50px;border-radius:20%;/*-webkit-box-reflect:below 2px -webkit-linear-gradient(bottom,rgba(0,0,0,0.2) 0,rgba(0,0,0,0) 50%);*/
-moz-transition:1s;
-webkit-transition:1s;
-o-transition:1s;
transition:1s;
opacity:1;
filter:alpha(opacity:75);
}

.panel .content li:hover img{
transform:rotateY(180deg);
-ms-transform:rotateY(180deg); 	
-moz-transform:rotateY(180deg); 
-webkit-transform:rotateY(180deg);
-o-transform:rotateY(180deg);
-webkit-box-reflect:below 2px -webkit-linear-gradient(bottom,rgba(0,0,0,0.4) 0,rgba(0,0,0,0) 50%);
opacity:1;
filter:alpha(opacity:100);
}

.panel .content div{float:right;padding-left:10px;width:240px;}
.panel .content h3 a{font-size:22px;color:#4D4D4D;font-weight:normal;font-weight:600}
.panel .content h3 a:hover{color:#C13B3A;}
.panel .content p{line-height:24px;color:#999;}


/* 选项卡1 */
#div1{}
#div1 .title{padding-left:6px;height:32px;background:#F7F7F7;}
#div1 .tag{float:left;margin-right:2px;padding:0 15px;height:32px;line-height:32px;background:#FFF;text-align:center;color:#FFF;cursor:pointer;font-weight:bold;font-size:14px;
border-radius:4px 4px 0 0;
border:solid 1px #E3E3E4;color:#666666;
border-bottom:none;
}
#div1 .active{border-color:#AC0909;background:#AC0909;color:#FFF;}
#div1 .sec{display:none;}
#div1 .show{display:block;}
#div1 .box{background:yellow;}