@charset "utf-8";
/* CSS Document */

/*main_image*/
.main_imgWrap{width:100%; background-image:url(../images/sub/news/header_bg.gif);  height:379px;}
.main_img{
			width:1000px; 
			 height:379px;
			margin:0 auto;
			padding-top:94px;
			position:relative;
		}
/*.main_img li{
				position:fixed; 
				z-index:0 
			}*/

.main_img .nav{
				color:#fff;
				position:absolute;
				top:350px;
				right:5px;	
			}
.main_img .nav span{color:#bebebe}



/*news*/
#container{height:780px;}
dl .ttitle{
			width:169px;
			background-color:#d4d4d4;
			padding:20px 10px;
			color:#fff;
			font-size:15px;
			text-align:center;
			font-weight:bold;
			cursor:pointer;
			margin-bottom:2px;
			
		 }	
dl .hdt{
			width:169px;
			background-color:#90c4c3;
			padding:20px 10px;
			color:#fff;
			font-size:15px;
			text-align:center;
			font-weight:bold;
			margin-bottom:2px;
			
		 }
dl .hdt2{
			width:169px;
			background-color:#90c4c3;
			padding:20px 10px;
			color:#fff;
			font-size:15px;
			text-align:center;
			font-weight:bold;
			margin-bottom:2px;
			margin-top:20px;
			
		 }	
dl .ttitle:hover{ background:#90c4c3}	
dl .ttab{
			clear:both; 
			position:absolute;
			top:25px; 
			margin-left:210px;
			width:785px;
			height:736px;  
			overflow:scroll; 
			overflow-x:hidden; 
			background-color:#fff;
		}
dl .ttab ul{
			border:1px solid #dbdbdb;
			margin-bottom:20px;
			position:relative;
			font-size:13px;
			margin-right:5px;
			margin-top:5px;
			margin-left:5px;
			}
dl .ttab .headline{
					font-weight:bold;
					border-bottom:1px solid #dbdbdb;
					float:left;
					margin-left:10px;
					margin-right:10px;
					height:40px;
					line-height:4.0em;
					width:955px;
				}
dl .ttab .year{
				position:absolute;
				top:15px;
				right:23px;
				font-weight:bold;
			}		
dl .ttab .text{
				clear:both;	
				padding-bottom:37px;
				margin:0 15px;
				line-height:2.0em;
				padding-top:10px;
			}
dl .ttab .text span{font-weight:bold;}
dl .ttab .text p{color:#F03}
dl .ttab .text ol{
					list-style:decimal;
					margin-left:40px;
					color:#333;
				}
dl .ttab .text a{
					color:#333; 
					text-decoration:underline;
			}
dl .ttab .line{
				widht:1000px;
				height:1px;
				background-color:#dbdbdb;
				margin:0 10px 5px;;
				}