﻿@charset "utf-8";
/* CSS Document */

/*CSS reset*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,code,
form,fieldset,legend,input,button,
textarea,p,blockquote,th,td {
	margin:0;
	padding:0;}

fieldset ,img { border:0;}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-variant:normal;}
input , button , textarea , select {
	font-size:100%;}
ul,ul { list-style:none;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;}
caption, th {
    text-align: left;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* public */
.clear { clear:both;}
.alert { color:red;}
.left { float:left;}
.right { float:right;}
.orange { color:#FC9208;}
.green { color:#58A967;}

body{
	color:#333;
	background:#fff ; 
	font-size:13px;  
	font-family:"宋体",Arial, sans-serif;
	}

.box .hd {
	padding-left:20px; margin-top:18px;
	height:30px; line-height:30px; width:920px;
	background:#E7EEFE; border-bottom:1px solid #5984C9;}
.box .hd h3 { padding-left:30px;
	float:left;
	height:30px;
	font-size:14px; color:#3567BE;}
.box .bd { padding-left:60px;
	padding-top:13px;}

.panel { height:347px;}
.panel .phd a{ display:block;
	width:146px; height:33px; text-indent:-2000px; overflow:hidden;
	background:url(images/bg_panelTitle.png) no-repeat left center;}
.panel .pbd {
	padding:16px 20px 16px 25px;
	width:190px; height:282px;
	background:url(images/bg_sideBar.png) no-repeat left center;}
.panel .pbd ul li a{
	padding-left:16px;
	background:url(images/point.png) no-repeat left center;
	color:#3568BB; text-decoration:none;
	font-size:12px; line-height:210%;}
.panel .pbd ul li a:hover { text-decoration:underline;}
/* layout */
.header {
	margin:0 auto; padding:20px 0 0 152px;
	width:851px; height:113px;
	background:#80C4E7 url(images/bg_head.jpg) no-repeat;}
.wrap { 
	margin:0 auto; margin-top:10px;
	width:1003px;}

.main {
	float:left; padding-left:15px;
	width:681px;}
.main_inner {
	float:left; padding-left:0;
	width:940px;}

.side {
	float:left;
	width:236px;}
.side_list{
	margin:20px;
	list-style:outside disc;
	color:#b3c7e7;
	}
.side_list li{
	line-height:21px;
	padding:5px;
	border-bottom:1px dashed #b3c7e7;
	}
.footer {
	margin:0 auto; margin-top:25px;
	width:1003px;}

	
/*  elements */
.logo a {
	float:left;
	width:670px; height:77px; overflow:hidden;
	background:#fff url(images/logo.png) no-repeat;
	text-indent:-2000px;}

/*导航部分*/
.nav { 
	margin:0 auto; padding-left:10px;
	width:993px; height:43px; overflow:hidden;
	background-color:#fff;}

.nav li {
	float:left;}
.nav li a,
.nav li a.current,
.nav li a:hover {
	float:left; margin-right:1px;
	width:122px; height:41px; line-height:41px;
	background:#06F url(images/bg_ul.png) no-repeat left top;
	font-size:14px; color:#fff; text-decoration:none; font-weight:bold; text-align:center;}

.nav li a.current,
.nav li a:hover { background-position:left -42px;}




/* info */
/*.info {
	width:1000px; height:198px;
	background:#fff url(images/bg_info.jpg) no-repeat left center;}*/

.info ul.unit {
	float:left; padding-top:50px;
	width:237px; height:148px; overflow:hidden;
	background:#06F url(images/bg_ul.jpg) no-repeat left center;}
.info ul.unit li {
	padding:0 24px;
	background:url(images/line1.png) no-repeat center bottom;
	text-align:center; line-height:28px;}
.info ul.unit li.last { background:none;}
.info ul.unit li a {
	color:#fff; text-decoration:none; font-size:12px;
	text-align:center; line-height:150%;}	
.info ul li a:hover { text-decoration:underline;}	

.info a.join { float:left; height:198px;}
.info ul.version{
	float:left; padding:20px 0 0 5px;
	width:60px; height:198px;}
ul.login {}
ul.login { width:100%; margin-top:15px;}
.info ul.version li a,
ul.login li a{
	float:left; margin-bottom:15px;
	width:58px; height:58px; line-height:58px;
	background:url(images/btn_1.png) no-repeat left center;
	color:#fff; text-align:center; text-decoration:none; font-size:12px;}
.info ul.version li a:hover,
ul.login li a:hover{ /*font-weight:bold;*/ text-decoration:none; cursor:default;}
ul.login li a { margin-left:30px; display:inline; font-size:14px;}
ul.login li a:hover{ font-weight:bold; text-decoration:none; cursor:pointer;}

/* main */
.main .words { padding-left:18px;}
.main h4,
.main .words p { color:#3B6BBD;}
.main  h4 { margin-bottom:20px; font-size:16px;}
.main .words p {
	margin-bottom:20px; text-align:justify;
	text-indent:2em; font-size:13px; line-height:28px;}
.main .words_1 p { margin-bottom:0; line-height:22px; font-size:12px;}

/* footer */
.footer_links {
	padding:20px 0 16px 0; margin-bottom:15px; 
	background:url(images/bg_footer.png) repeat-x center top;
	border-bottom:1px solid #6890D6}
.footer_links h3 {
	float:left; margin-right:10px;
	width:1.5em; height:100%; font-size:14px; color:#3C6CC0;}
.footer_links ul { margin-left:30px;}
.footer_links ul li { float:left;}
.footer_links ul li a { margin-right:8px; height:48px; line-height:48px;}
.footer_links ul li a img { vertical-align:middle;}
* html .footer_links ul li a img { margin-top:6px;}

.footer p { text-align:center; line-height:20px;}
.footer p a { color:#000;}

/* inner */
.main h2,
.inner_wrap h2{
	width:100%; height:31px;
	border-bottom:3px solid #5883C8; }
.main h2 span.linkme,
.committee,
.agenda,
.review,
.meetingInfo,
.return{
	float:left; margin-left:19px; display:inline;
	width:130px; height:31px; line-height:31px;
	background:#06F url(images/bg_title.png) no-repeat left top;
	text-indent:-2000px;}
.committee { background-position:left -32px;}
.agenda { background-position:left -192px;}
.review { background-position:left -96px;}
.meetingInfo { background-position:left -128px;}
.return { background-position:left -160px;}
	/* linke */
.links_info .bd { padding-top:17px;}
.links_info .bd p {
	padding-left:20px;
	line-height:25px; font-size:12px; color:#333;
	}
	
	/* comm */
.comm .bd {
	padding-left:80px; width:90%; text-align:justify;}
.comm .bd ul li {
	float:left; margin-right:12px; white-space:nowrap;
	font-size:12px; color:#3668BC; line-height:180%;}
.comm .bd ul li a { color:#3668BC; width:30px;}
	/* agenda */
.agenda_box .bd { padding-left:0;}
.download {
	float:right; line-height:30px;
	font-size:14px; text-decoration:none; color:#F25D01;}
.schedule,
.schedule th ,
.schedule td{
	border:1px solid #fff; text-align:center;
	height:32px; font-size:12px;}
.schedule td { background:#EBEBEB;}
.schedule td.b { font-weight:bold;}
.schedule thead th {
	color:#fff;
	background:#6692DC; }	
.sch1 td ,
.sch1 th{ padding:5px 0; line-height:150%;}

.comm .hd h3 { padding-left:30px;}
.comm .bd ul li { font-size:14px; width:40px;}
	/* review */
.inner_wrap {
	width:933px;}	
.review_box .hd h3 {
	font-weight:lighter;}
.review_box .hd h3 a {
	padding:0 14px;
	text-decoration:none; font-weight:bold; color:#3567BC;}
.review_box .hd h3 a:hover { color:#F35B05;}
.review_box .hd h3 a.cur { color:#F35B05;}
.review_box .bd ul { margin-top:20px;}
.review_box .bd ul li {
	height:32px; line-height:32px;
	background:url(images/line.png) repeat-x left bottom;}
.review_box .bd ul li a {
	float:left; padding-left:36px;
	font-size:14px; color:#3668BC;
	text-decoration:none;}
.review_box .bd ul li a:hover { text-decoration:underline;}
.review_box .bd ul li span {
	float:right;
	color:#9A9A9A; font-weight:normal;
	font-family:Arial; font-size:14px;}
	
	/* meetinginfo */
.tb1 td { color:#3668BD;}	
.tb1 th { font-weight:lighter;}	
.tb2 th { text-align:right; padding-right:10px; background:#6692DB; color:#fff;}
.tb2 td { text-align:left; /*padding:6px 0 6px 10px;*/ padding-left:10px; line-height:180%;}
ul.mi	 li {
	padding:5px 0;
	padding-left:22px; border-bottom:1px dashed #ccc;
	color:#3969BD; line-height:180%; font-size:12px;}
	
	/* return Receipt*/
.returnTable tr { height:35px;}
.returnTable td,
.returnTable th {
	font-size:12px; font-weight:lighter; color:#3668BC;
	height:30px;}
.returnTable th { text-align:right;}
.returnTable td { padding-left:10px;}
.starTable { color:#F25D03;}

.returnTable td .input1 {
	border:none; border-bottom:1px solid #3669BC;}
.input2 { width:186px;}
 .btn { border:none; cursor:pointer;
	width:122px; height:40px; margin-top:10px;
	background:url(images/bg_ul.png) no-repeat left top;
	font-size:14px; color:#fff; font-weight:bold;}


p.charge {
	display:block; padding-left:20px;
	width:138px; height:59px; line-height:59px;
	background:url(images/bg_changeSuc.gif) no-repeat 0 0;
	color:#fff; font-weight:bold; font-size:18px;}
p.charge_error { color:#F00;}

/*  index  */
.box_index { width:100%;}
.box_index .hd { width:auto; margin-top:0;}
.box_index .hd h3 ,
.box_index .bd { padding-left:0;}
.box_index .bd ul li { float:none;}

.comm_index .bd h3 {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	text-align:left;}
.comm_index .bd ul { margin-bottom:5px;}
.comm_index  .bd ul li {
	width:160px; display:block;
	float:none; text-align:left; text-indent:57px;}
	
.pri ,
.sec { /*border:1px solid red;*/
	overflow:hidden;}
.pri {
	float:left; 
	width:440px;}
	
.sec {
	float:right; 
	width:300px;}
/** html .pri { width:400px;}
* html .sec { width:260px;}
*/
.main .words_index p { margin-bottom:10px; line-height:20px;}

.publication p { float:left; padding-left:15px; line-height:20px; color:#3B6BBD; text-indent:2em;}
.publication p img { float:left; margin-right:10px;}
.box_index  { clear:both; margin-bottom:10px;}


.main_index { width:750px; overflow:hidden;}
* html .main_index { width:740px; display:inline;}/* */
* html .pri { width:420px;}

#picbox {
	display:inline
	margin-right:10px;
	width:298px; height:214px;
	float:left; border:1px solid #ccc;
	}
#picInter { border:0px solid blue;
	position:relative;
	height:198px;
	width:298px;
	float:left; 
	}
#picTitle{
	font-size:14px;
	font-weight:bold;
	width:298px;
	height:30px; line-height:30px;
	float:left; color:#3567BE;
	text-align:center; text-decoration:none;
	}
#pic { width:298px; height:184px; overflow:hidden;}	
#pic img { width:298px; height:186px;}
#msg { font-weight:bold; width:240px; overflow:hidden;}
#play {
	position:absolute;
	bottom:20px;
	right:4px;}
#play a {
	font-family:DotumChe;
	float:left;
	width:12px;
	height:12px;
    padding:2px;
	background-color:#9C1205;
	margin:0 5px;
	text-align:center; text-decoration:none;
	color:#fff;}
#play a.cur { background:#EE7504}
#play a:hover{
	background-color:#EE7504;
}
#play a.rolling_d{ background-color:#EE7504;}

.news_index { 
	margin-top:20px; background:#F1F5F6; background:#F1F5F6;
	width: 260px; overflow:hidden; padding:0 20px; padding-top:20px;}
.news_index ul { }
.news_index ul li { height:82px; line-height:25px; overflow:hidden;}
.news_index ul li span {
	float:right;
	color:#999999; font-size:12px;}
.news_index ul li a {
	float:left; padding-left:15px;
	width:162px; overflow:hidden; white-space:nowrap;
	background:url(images/point.png) no-repeat 5px center;
	color:#1F52A5; text-decoration:none}

.news_index ul li p { float:left; color:#999; text-indent:2em;}	

.news_index ul li a:hover { text-decoration:underline;}

.vi {
	float:left;
	width:696px; height:198px;
	background:url(images/img_info.jpg) no-repeat 0 0;}
	
a.more {
	float:right; margin-right:30px;
	font-weight:bold; color:#0000EE;}	
