﻿@charset "utf-8";
/* CSS Document */

/*contain布局*/
*{margin:0;padding:0;}
li{list-style:none;}
a{text-decoration:none;color:#333;}
.contain h2{font-size:14px;}
.time{float:right;padding-right:5px;}
.more{float:right;padding-right:5px;}
.clear{clear:both;}
.contain{width:1002px;height:auto;font-size:12px;background:#fff;margin:8px auto;padding:5px;}
.content{height:auto;width:1000px;margin:10px auto;}
.logo{width:auto;height:259px;margin:0 auto;background:url(../images/logo03.jpg) center top no-repeat #FB9002;}

/*menu*/
#menu{width:auto;height:39px;background:url(../images/navBg.png) left top repeat-x;margin:0 auto;}
#menu ul{width:1002px;margin:0 auto;}
#menu ul li{float:left;height:39px;line-height:39px;background:url(../images/navList.png) right top no-repeat;}
#menu ul li a{padding:0 11px;color:#fff;font-size:14px;}
/*content_outer*/
.content_outer{height:auto;}
/*tab1*/
.focus{overflow:hidden;width:310px;height:245px;float:left;}
.tab1,.tab2,tab3{height:250px;margin:0px auto;}
/*news*/
.news{height:245px;float:left;border:1px solid #C71305;width:748px;}
.news_text{float:right;width:435px;height:210px;}
.tab1 .news_text h2{height:28px;line-height:28px;background:url(../images/news_h2.jpg) left bottom no-repeat;text-indent:55px;color:#fff;}
.news_text ul li,.content_box ul li{height:2.2em;line-height:2.2em;text-indent:25px;background:url(../images/list_bg.gif) 5px center no-repeat;}

.note_box{width:245px;min-height:246px;float:right;border:1px solid #c51305;background:url(../images/right_box.jpg) left top no-repeat;}
.note_box h2{line-height:36px;text-indent:35px;color:#fff;background:url(../images/list_bg.gif) 8px center no-repeat;}
.note_box ul {margin-top:10px;}
.note_box ul li{height:2em;line-height:2em;text-indent:20px;padding-left:5px;background:url(../images/list_bg.gif) 8px center no-repeat;}
.leader{height:255px;}
/*adv*/
.adv{margin:5px auto;}

/*tab2*/
.content_box{border:1px solid #F60;float:left;width:370px;height:246px;margin-right:5px;}
.content_box ul{min-height:173px;}
.content_box h2{height:28px;line-height:28px;background:url(../images/box_h2.jpg) left bottom no-repeat;text-indent:60px;color:#fff;}
/*tab3*/
.tab3{margin-top:5px;}
/*left_box*/
.left_box{margin-bottom:5px;}


/*out_link--------------------------------------------------------------------------------------------------------------*/
.out_link{border:1px solid #FF6600;margin-top:5px;}
.out_link h2{float:left;font-size:12px;width:14px;padding:5px 8px;background:#FFA101;}
.out_link ul{height:auto;float:right;width:924px;margin-top:10px;}
.out_link ul li{float:left;margin:5px 8px;}
.out_link li a:hover{color:#C00;}

