			*{
				margin: 0px;
				padding: 0px;
				font-size: 14px;
				text-decoration:none;
			}
			body{
				min-width: 1200px;
				line-height: 24px;
			}
			a{
				color: #0084ff;
			}
			a:hover{
				color: #df8505;
				text-decoration:underline
			}

			header{
				position: fixed;
				top: 0px;
				left: 0px;
				width: 100%;
				min-width: 1100px;
				border: 1px #CECECE solid;
				background-color: #FFFFFF;
				padding: 0px 10px 0px 132px;
				height: 60px;
			}  
			.head_l{
				float: left;
				margin-right: 10px;

			}

			.head_l a .logo{
				display: block;
				margin-top: 5px;
			}
			.head_r{
				float: right;
			}
			.head_l>img{
				margin-top: 5px;
				width: 150px;
				height: 50px;
			}
			.div_ser{

				margin: 0px;
				height: 40px;
				float: left;
				margin-top: 10px;
			}
			#ipt_ser{
				width: 399px;
				height: 100%;
				height: 32px;
				border:1px #b6b6b6 solid;
				display: block;
				float: left;
			}
			#ipt_btn{
				background-color: #3388FF;
				font-size: 14px;
				color: #ffffff;
				height: 34px;
				width: 100px;
				display: block;
				float: left;
				margin-left: -1px;
				border: 0px;
			}
			#ai{ 
				font-size: 14px; 
				height: 34px;
				width: 100px; 
				float: left;
				margin-left: -1px; 
			}
			header>div.head_r>div{
				line-height: 60px;
				display: inline-block;
			}
			#main{
				/*border: 1px solid;*/
				width: 900px;
				overflow: hidden;
				/*margin: 0px 170px;*/
			}

			.list{
				clear: both;
				border-bottom: 1px #dddddd solid;

				/*height: 52px;*/
				/*margin: 20px 0px;*/
			}

			.list-right{
				height: 100%;
				line-height: 52px;
			}
			.list:hover{
				background-color: #eeeeee;
			}
			.list>div{
				/*display: inline-block;*/
				/*border: 1px solid;*/
				float: left;
				margin-left: 6px;
				padding-top: 6px;
				padding-bottom: 10px;
				/*height: 30px;*/
			}
			.list>div:nth-child(1){
				text-align: left;
				width: 100px;
			}
			.list>div:nth-child(2){
				width: 780px;

				/*overflow: hidden;*/
				/*text-overflow: ellipsis;*/
				/*white-space: nowrap;*/
			}
			.list>div:nth-child(3){
				width: 150px;
				text-align: right;
			}
			.list>div:nth-child(4){
				text-align: center;
				width: 50px;
			}
			.red{
				color: red;
			}
			.ser-left{
				width: 240px;
				float: left;
				margin-left: 20px;
				margin-right: 10px;
				padding-left: 10px;
				padding-right: 10px;

				border:1px solid #ddd;
			}
			.mianbao{
				padding: 10px;
			}
			.ser-left h3{
				padding: 10px 0;

			}
			.nav-left{

			}
			.nav-left li{
				list-style: none;
				margin-bottom: 16px;
				border-bottom: #bec7cb 1px solid;
			}
			.nav-left li p{
				line-height: 24px;
			}
			.nav{
				border: 1px #CCCCCC solid;


				padding: 10px;
			}
			.nav>li{
				color: #1088CC;
				text-align: center;
				list-style: none;
				display: inline-block;
				padding: 2px 5px;
				margin: 5px;
				height: 20px;
				/*width: 20px;*/
				border: 1px solid;
			}
			#show_dang{
				display: none;
				width: 100%;
				height: 100%;
				position: fixed;
				top: 0px;
				left: 0px;
				background-color: rgba(0,0,0,0.5);
			}
			#show_iframe{
				position: absolute;
				top: 50%;
				left: 50%;
				border-radius: 10px;
				/*border: 1px solid;*/
				background-color: #FFFFFF;
				margin-left: -400px;
				margin-top: -200px;
				width: 800px;
				height: 400px;
			}
			#show_iframe .close{
				font-size: 36px;
				position: absolute;
				top: 0px;
				right: 0px;
				display: block;
				height: 40px;
				width: 40px;
				cursor: pointer;
			}
			.overdue{
				text-decoration: line-through;
    			color: #808080;
			}