.copy_right {
    background: #f8f8f8;
    padding: 10px 0px;
    font-size: 12px;
    line-height: 25px;
}
.color_win {
    height: auto;
    max-height:80px;
    overflow-y: scroll;
    padding:5px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius:0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.color_win table input {
    margin-top:5px !important;
}
.color_win table td {
    padding:0px 3px;
}
.color_win table td div{
    border:1px solid #ccc;
}
.clearfix {
    clear:both !important;
}

.top_nav{
	background:#0c4c8d;
	padding:10px 0px;
}
.top_nav ul{
	padding:0px;
	margin:0px;
}
.top_nav ul li{
	display:inline;
	font-size:13px;
}
.top_nav ul li a{
	color:#fff !important;
	text-decoration:none;
	padding:0px 10px;
}
.top_nav ul li a:focus, .top_nav ul li a:hover {
    color: #c0ff00;
    text-decoration:none;
}

.notice ul{
	padding:0px;
	margin:0px;
}
.notice ul li{
	font-size:12px;
	line-height:25px;
	border-bottom:1px solid #dddddd;
	padding:3px 0px;
}













