﻿@charset "utf-8";
/* Public */
* {
    margin: 0;
	padding: 0;
	word-break:break-all;
}
body {
    font: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	line-height: 160%;
	margin: 0 auto;
	background: #FFFFFF;
}
a {
    text-decoration: none;
	color: #333333;
}
a:hover {
    color: #CC0000;
}

img {
    border: 0;
	vertical-align: middle;
}
input,ifram,select {
	vertical-align: middle;
}
#box {
    width: 960px;
	height: auto;
	margin: auto;
}
.clear {
    clear: both;
	margin-bottom: 8px;
}
.clear2 {
    clear: both;
	margin: 0 15px;
}
.clear3 {
    clear: both;
	margin: 0 15px;
	border-bottom: 1px dashed #DDDDDD;
}

/* header */
#header {
    width: auto;
    height: auto;
	padding-top: 5px;
}
#header #raitylogo {
    float: left;
	clear: left;
	width: 244px;
	height: 60px;
}
#header #banner01 {
    float: left;
	width: 468px;
	margin-left: 20px;
}
#header #banner02 {
    float: right;
	clear: right;
	width: 156px;
	height: 60px;
}
#header #menunav {
    clear: both;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	background: #67A2E2;
	overflow: hidden;
}
#header #menunav a {
    display: block;
	float: left;
	width: 45px;
	font-size: 13px;
	text-align: center;
}
#header #menunav a:hover {
    background: #FF99CC;
}
#header #menunav span {
    display: block;
	float: left;
	width: 7px;
	text-align: center;
}
#header #subnav {
    height: 27px;
	line-height: 27px;
	padding-left: 5px;
	border: 1px solid #67A2E2;
	border-top: 0;
}
#header #subnav #script {
    float: left;
	clear: left;
	width: 560px;
	height: 25px;
	overflow: hidden;
}
#header #subnav #search {
    float: right;
	clear: right;
	width: 310px;
	height: 25px;
}
#header #subnav #search #keyword {
    width: 120px;
	height: 17px;
}
#header #subnav #search #button {
    width: 40px;
	height: 22px;
}



/* main */
.main {
    float: left;
	clear: left;
    width: 610px;
    border: 1px solid #DDDDDD;
	padding-right: 1px;
	overflow: hidden;
}

.title {
    height: 44px;
	line-height: 44px;
	padding: 0 15px;
}
.main #form {
    height: 30px;
	line-height: 30px;
	margin: 20px;
	font-size: 14px;
	color: #CC0000;
}
.main #form #keyword {
    width: 300px;
}
.main dl {
	height: 105px;
	margin: 5px 20px;
	overflow: hidden;
}
.main dl dt {
    height: 25px;
	line-height: 25px;
    font-size: 14px;
	font-weight: bold;
}
.main dl dt a {
    color: #0066FF;
}
.main dl dd {
    height: 35px;
	padding-right: 5px;
}
.main dl dd span {
    color: #666666;
}
.main ul li a {
	font-size: 14px;
}

.main .page {
    clear: both;
    height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 20px;
}
.main .page a {
    border: 1px solid #DDDDDD;
	padding: 2px 6px;
	margin-right: 5px;
}
.main .page a:hover {
    border: 1px solid #FF0000;
	background: #FFE6F2;
}
.main .page .current {
    border: #CC6633;
	background: #FFEEFF;
}
.main #ggsearch,.main #ggads {
    margin: 10px 20px;
}
.main #more {
	height: 50px;
    margin: 10px 20px;
	font-size: 16px;
	line-height: 25px;
}
.main #more p {
    float: left;
	width: 80px;
	height: 50px;
	font-weight: bold;
}
.main #more a {
    margin-right: 10px;
}
/* right */
.right {
    float: right;
	clear: right;
	width: 336px;
    color: #666666;
    border: 1px solid #DDDDDD;
	overflow: hidden;
}
.right a {
    color: #666666;
}
.right .r-title {
    height: 25px;
	line-height: 25px;
    font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	margin: 8px;
	padding-right: 8px;
	border-bottom: 1px dashed #DDDDDD;
}
.right ul {
    margin: 0 8px;
	list-style: none;
}
.right ul li {
    line-height: 180%;
}
.right .img-02 {
    float: left;
	clear: left;
	display: inline;
    width: 110px;
	height: 70px;
	text-align: center;
	line-height: 28px;
	margin: 0 8px;
	overflow: hidden;
}
.right .img-02 img {
    width: 106px;
	height: 65px;
	padding: 1px;
    border: 1px solid #DDDDDD;
}
.right dl {
    float: right;
	clear: right;
	width: 200px;
	height: 65px;
	margin-right: 8px;
	overflow: hidden;
}
.right dl dt {
    height: 25px;
	line-height: 25px;
    font-size: 14px;
	font-weight: bold;
}
.right dl dt a {
    color: #0066FF;
}
.right dl dd {
    height: 35px;
	padding-right: 5px;
}



/* footer */
#footer {
    text-align: center;
	line-height: 23px;
}
#footer #bottom {
    border: 1px solid #DDDDDD;
}
#footer #copyright {
    line-height: 25px;
}