/*article 文章页*/
.article{position:relative; display:block; padding-top:50px; padding-bottom:50px}
.article_left{float:left; width:180px}
.article_right{float:right; width:790px}

/*左侧栏导航*/
.sidebarNav {width:180px; height:auto; position:relative; z-index:10}
.sidebarNav ul {}
.sidebarNav .fristClass {float:left; margin-bottom:5px;position:relative;}
.sidebarNav .fristClass .c1 {display:block; color:#333;width:180px; /*height:50px; line-height:50px;*/ text-align:center; background:#fff; font-size:16px; overflow:hidden; font-weight:bold; padding:10px 0}
.sidebarNav .secondClass{display: none;}
.sidebarNav .fristClass .c1:hover,.sidebarNav .cur .c1 {color:#fff; background:#ffa306;}
.sidebarNav .fristClass:hover .secondClass {display:block; position:absolute; top:0; left:180px; width:200px; background:url(../images/article/pop_arrow.png) no-repeat 0 15px}
.sidebarNav .fristClass:hover .secondClass dd{border-bottom:1px solid #fff; margin-left:10px;}
.sidebarNav .fristClass:hover .secondClass dd a {width:240px;display:block; background:#f27b13; color:#fff; font-size:16px; font-weight:bold; padding:10px}
.sidebarNav .fristClass:hover .secondClass dd a:hover{text-decoration:underline}

/*右侧 主体*/
.article_right .container{background:#fff; display:block; overflow:hidden}
.article_right .container .hd{margin-top:10px; padding-right:30px}
.article_right .container .hd .tlt{float:left; height:35px}
.article_right .container .hd .tlt h1{ float:left;font-size:16px; background:url(../images/article/tlt.png) no-repeat right 0 #d14c00; height:35px; line-height:35px; color:#fff; min-width:257px; text-indent:20px}
.article_right .container .hd .tlt em{background:url(../images/article/tlt_jiao.png) no-repeat 0 0; width:43px; height:35px; display:block; float:left}
.article_right .container .hd .rehome{float:right; line-height:42px;color:#434343; font-size:14px; font-weight:bold}

.article_right .container .bd{padding:30px; clear:both; width:730px;overflow:hidden;zoom:1;}
.article_right .container .bd h2{font-size:16px; font-weight:bold; text-align:center; padding-bottom:20px}
.article_right .container .bd p{font-size:14px; line-height:20px;text-indent:2em}
.article_right .container .bd .bigpic{text-align:center; padding-bottom:30px; display:block;float:left;margin-right:30px;}
.article_right .container .bd .bigpic img{display:block;}
	/*视频区域*/
	.article_right .shipinbox{width:100%; display:block; overflow:hidden}
	.article_right .shipinbox li{clear:both; text-align:center; padding:10px 0; display:block;width:570px;margin:0 auto;}
	.article_right .shipinbox li div{display:block; text-align:center; margin:0 auto}

/*列表页*/	
.listBox{overflow:hidden; position:relative; border-bottom:1px solid #c9c9c9; padding:20px 0}
.listBox .tlt{color:#444; font-size:14px; line-height:15px; height:15px; display:block; font-weight:bold}
.listBox .tlt em{background:#ef6123; width:3px; height:15px; display:inline-block; margin-right:5px}	
.listBox .describe{color:#717171; line-height:20px; width:600px; display:block; overflow:hidden; padding:10px 0}
.listBox .more{background:#ffa305; border-radius:5px; color:#fff; width:80px; height:25px; line-height:25px; font-weight:bold; text-align:center; line-height:25px; display:block; position:absolute; bottom:15px; right:15px}

.page{clear:both; overflow:hidden; text-align:center; color:#747474; line-height:20px; height:20px; padding-top:20px; position:relative}
.page .num{position:absolute; right:0; top:20px}
.page .num a{color:#747474; padding:0 2px}

/*信息披露*/
.article_right .container .information p{text-indent:0; color:#333; line-height:18px}

.information2 .listBox{clear:both; display:block; overflow:hidden; border-top:1px solid #c9c9c9; border-bottom:0;position:relative; padding-top:20px; padding-bottom:10px}
.information2 .listBox .yyyy{color:#444; font-size:14px!important; line-height:15px; height:15px; display:block; font-weight:bold; text-indent:0!important}
.information2 .listBox .yyyy em{background:#ef6123; width:3px; height:15px; display:inline-block; margin-right:5px}	
.information2 .listBox .detail{clear:both; overflow:hidden; padding:10px 0}
.information2 .listBox .detail li{width:355px; float:left; background:url(../images/img/down.png) no-repeat 0 2px; text-indent:23px; margin:0 0 0 10px; height:24px; line-height:24px}
.information2 .listBox .detail li a{color:#444}
.information2 .listBox .detail li a:hover{text-decoration:underline}