﻿@charset "utf-8";
body{ background-color:#EEEEEE;}
body, h1, h2, h3, h4, h5, h6, dl, dt, li, dd, th, td, p, pre, form, input, button, textarea, hr {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
img {
    border: 0 none;
    vertical-align: middle;
}
button, input, select, textarea {
    font-size: 100%;
}
ul, li {
    list-style-type: none;
}
html, body {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #333333;
	font-size:12px;
	font-family:'Microsoft YaHei',Verdana,'Simsun'
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #016FC6;
}
.clear{ clear:both}
.button {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 14px/100% 'Microsoft YaHei',Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 0.5em 2em 0.55em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}
.button:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}
.orange {
    background: -moz-linear-gradient(center top , #FAA51A, #F47A20) repeat scroll 0 0 transparent;
    border: 1px solid #DA7C0C;
    color: #FEF4E9;
}
.orange:hover {
    background: -moz-linear-gradient(center top , #F88E11, #F06015) repeat scroll 0 0 transparent;
}
.orange:active {
    background: -moz-linear-gradient(center top , #F47A20, #FAA51A) repeat scroll 0 0 transparent;
    color: #FCD3A5;
}
input.input-text, textarea {
    background: url("../images/dt-10.gif") repeat-x scroll left top #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-size: 15px;
    outline: medium none;
    padding: 4px;
    text-shadow: 0 1px 0 #FFFFFF;
    transition: all 0.3s ease-in-out 0s;
}
input.input-text:focus, textarea:focus {
    border: 1px solid #FAFAFA;
    box-shadow: 0 0 5px #007EFF;
}
td.text {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 5px 6px 0;
    text-align: right;
    width: 16%;
}
td.input {
    color: #1B77BA;
    padding: 6px 5px;
}
td.input input {
    margin-right: 2px;
}
td.input .info {
    color: #FF0000;
    padding-left: 5px;
}
td.input img {
    bottom: 1px;
    position: relative;
}
td.submint {
    padding: 10px;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
}
.layout {
    background: none repeat scroll 0 0 #F4F4F4;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
#my_top {
    background: none repeat scroll 0 0 #F8F8F8;
    clear: both;
    height: 95px;
    overflow: hidden;
}
#my_logo {
    display: inline;
    float: left;
}
#my_top #my_nav {
    display: inline;
    float: right;
    text-align: right;
    width:740px;
	margin-top: 10px;
}
#my_top #my_nav span h2 {
    color: #FF0000;
    display: inline;
    font-size: 14px;
    line-height: 28px;
    margin-right: 50px;
}
#my_top #my_nav span a {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
}
#my_top #my_nav span a.cn {
    padding: 1px 7px 0px 15px;
}
#my_top ul {
    margin: 5px 0 0 0px;
    overflow: hidden;
    text-align: left;
	float:right
}
#my_top ul li {
    display: inline;
    float: left;
}
#my_top ul li.en {
    margin: -2px 0 0;
}
#my_top ul li:hover {
    /*background: url("../images/menu_bg_1.gif") no-repeat scroll left center transparent;*/ border-bottom: 2px solid #016FC6;
	text-decoration:none
}
#my_top ul li:hover a {
    /*background: url("../images/menu_bg_2.gif") no-repeat scroll right center transparent;*/ border-bottom: 2px solid #016FC6;
		text-decoration:none
}
#my_top ul li.ton{border-bottom: 2px solid #016FC6;}
#my_top ul li.ton a{color: #016FC6; font-weight: bold;}
#my_top ul li.ton span {
    background: url("../images/menu_ico.gif") no-repeat scroll left 6px transparent;color: #016FC6;
    padding: 0 0 0 7px;
}
#my_top ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 18px 7px;
	 color: #555555;
}
#my_top ul li.en a {
    font-size: 16px;
    padding: 15px 20px 7px;
}
#my_top ul li a span {
    color: #888888;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: normal;
    height: 15px;
    line-height: 17px;
    /*overflow-y: hidden;*/
    padding: 0 7px 0 0;
    white-space: nowrap;
    word-break: keep-all;
}
#my_top ul li a:hover span {
    background: url("../images/menu_ico.gif") no-repeat scroll left 6px transparent;
    padding: 0 0 0 7px;
}
.inner {
    margin: 0 auto;
    width: 1000px;
}
.list-none {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.editor {
    line-height: 2.5;
}
    .editor img {
        width:100%;
        height:auto;
    }
.editor ul, .editor ol {
    margin: 0;
    padding: 0 0 0 25px;
}
.editor a {
    color: #016FC6;
    text-decoration: underline;
}
.editor table {
    margin: 0 auto;
}
.rada-head {
    background: url("../images/topbg.png") repeat scroll center bottom transparent;
    height: 94px;
}
.rada-head .inner {
    height: 100px;
    position: relative;
}
.rada-head h2 {
    float: left;
    padding: 22px 0 0 10px;
}
.rada-head .topimg {
    float: left;
}
.rada-head .topimg img {
    margin: 45px 0 0 20px;
}
.rada-head ol {
    float: right;
    padding: 5px;
}
.rada-head ol li {
    float: right;
    margin-right: 10px;
}
.rada-head ol li.l1 {
    background: url("../images/2.gif") no-repeat scroll left center transparent;
    padding-left: 15px;
}
.rada-head ol li.l2 {
    background: url("../images/1.gif") no-repeat scroll left center transparent;
    padding-left: 15px;
}
.rada-head ol li.l3 {
    background: url("../images/en.jpg") no-repeat scroll left center transparent;
    padding-left: 25px;
}
.rada-head ol li.l3 a {
    color: #016FC6;
    text-decoration: underline;
}
.rada-head ol li.l4 a {
    color: #016FC6;
    text-decoration: underline;
}
.gonggao {
    bottom: 10px;
    height: 25px;
    position: absolute;
    right: 0;
}
.gonggao .gglaba {
    bottom: 0;
    height: 25px;
    left: 0;
    position: absolute;
    width: 35px;
}
#gonggao {
    height: 25px;
    margin-left: 35px;
    overflow: hidden;
    position: relative;
    width: 250px;
}
#gonggao ul {
    position: absolute;
}
#gonggao li {
    clear: both;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
#gonggao li a {
    background: url("../images/dt-9.gif") no-repeat scroll left center transparent;
    padding-left: 15px;
}
.rada-nav {
    background: none repeat scroll 0 0 #292D33;
    height: 41px;
}
.rada-nav .inner {
    height: 41px;
}
.rada-nav li {
    float: left;
    height: 41px;
    line-height: 41px;
    position: relative;
    text-align: center;
    z-index: 999;
}
.rada-nav li a.nav {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
}
.rada-nav li#nav_10001 a.nav, .rada-nav a.nav:hover {
    background: none repeat scroll 0 0 #016FC6;
    color: #FFFFFF;
}
.rada_flash {
    position: relative;
}
.rada_flash a {
    display: block;
    font-size: 0;
}
.rada_flashs {
    font-size: 0;
    overflow: hidden;
}
.flash_list {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.flash_list a {
    display: block;
    height: 100%;
    width: 100%;
}
.flash_icon {
    bottom: -35px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 5;
}
.flash_icon a {
    background: url("../images/nl.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}
.flash_icon a.active {
    background-position: 0 -17px;
    cursor: default;
}
.page1 {
    background: url("../images/banner1.jpg") no-repeat scroll 50% 50% #016FC6;
    height: 300px;
}
.page2 {
    background: url("../images/banner2.jpg") no-repeat scroll 50% 50% #016FC6;
    height: 300px;
}
.page3 {
    background: url("../images/banner3.jpg") no-repeat scroll 50% 50% #016FC6;
    height: 300px;
}
.rada-index-listbox {
    background: url("../images/listotpline.png") repeat-x scroll left top #EDEDED;
}
.rada-index-listbox .inner {
    border-bottom: 1px solid #D9D9D9;
    padding: 30px 0 20px;
}
.rada-index-listbox h3.title {
    border-left: 3px solid #016FC6;
    font-size: 15px;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    padding-left: 8px;
}
.rada-index-listbox h3.title a {
    color: #999999;
    float: right;
    font-size: 12px;
    font-weight: normal;
}
.rada-index-listbox .radalist {
    padding: 10px 0 0 13px;
}
.rada-index-listbox .rada-index-listbox-left .radalist li {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.rada-index-listbox .rada-index-listbox-left .radalist li a {
    color: #666666;
}
.rada-index-listbox .rada-index-listbox-left .radalist li a:hover {
    color: #016FC6;
}
.rada-index-listbox .rada-index-listbox-left .radalist li img {
    margin-left: 3px;
}
.rada-index-listbox .rada-index-listbox-left .radalist li span {
    color: #999999;
    float: right;
}
.rada-index-listbox .rada-index-listbox-left .radalist li img {
}
.rada-index-listbox .rada-index-listbox-left .radalist li.top a {
    color: #016FC6;
}
.rada-index-listbox-left {
    float: left;
    margin: 0 10px;
    width: 325px;
}
.rada-index-listbox-case {
    float: right;
    margin-right: 10px;
}
.rada-index-listbox-case li {
    margin-bottom: 6px;
}
.rada-index-listbox-case li a {
    display: block;
    font-size: 0;
}
.rada-index-listbox-case img {
    border: 1px solid #CCCCCC;
}
#caseshow {
    height: 140px;
    overflow: hidden;
    position: relative;
    width: 200px;
}
#caseshow .radalist {
    position: absolute;
}
.rada-index-link {
    background: none repeat scroll 0 0 #EDEDED;
}
.rada-index-link .inner {
    border-top: 1px solid #FFFFFF;
    padding: 20px 0 15px;
    position: relative;
}
.rada-index-link h3 {
    left: 0;
    position: absolute;
    top: 20px;

}
.rada-index-link ul {
    list-style: none outside none;
    margin: 0;
    padding-left: 66px;
    word-wrap: break-word;
}
.rada-index-link ul li {
    display: inline;
    margin-right: 10px;
}
.rada-index-link ul li a {
    color: #666666;
    white-space: nowrap;
}
.rada-index-link ul li a:hover {
    color: #000000;
}
.rada-footer {
    background: none repeat scroll 0 0 #3F3B3B;
    color: #FFFFFF;
    height: 130px;
    padding: 15px 0;
    text-shadow: 0 1px 0 #222222;
}
.rada-footer a {
    color: #FFFFFF;
}
.rada-footer a:hover {
    color: #016FC6;
}
.footer-nav {
    float: left;
}
.footer-nav dl {
    float: left;
    line-height: 18px;
    margin-right: 50px;
    padding: 0 6px;
    text-align: left;
}
.footer-nav dl dt {
    font-size: 16px;
}
.footer-nav dl dd p {
    padding-top: 3px;
}
.footer-txt {
    float: right;
    text-align: right;
}
.footer-txt h4.tel {
    background: url("../images/tel.png") no-repeat scroll left 2px transparent;
    float: right;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 12px;
    padding-left: 28px;
}
.footer-txt h2, .footer-txt h3 {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
}
.sidebar {
    padding-bottom: 20px;
}
.sb_nav {
    float: left;
    overflow: hidden;
    position: relative;
    width: 200px;
}
.sb_nav .sb_nav_box {
    width: 200px;
}
.sb_nav h3.title span {
    background: url("../images/rada04.gif") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    text-shadow: 1px 1px 0 #222222;
}
.sb_nav .active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F1F1F1;
    border-color: -moz-use-text-color #CCCCCC;
    border-image: none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-style: none solid;
    border-width: 0 1px;
}
.sb_nav .active dl {
    border-bottom: 1px solid #CCCCCC;
}
.sb_nav .active dl dt {
    border-top: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px 5px 15px;
}
.sb_nav .active dl dt.on {
    background: none repeat scroll 0 0 #F9F9F9;
}
.sb_nav .active dl dt.on a {
    border-bottom: 2px solid #016FC6;
    color: #016FC6;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
.sb_nav .active dl dt a:hover {
    border-bottom: 2px solid #016FC6;
    text-decoration: none;
}
.sb_nav .active dl dd {
    border-top: 1px solid #CCCCCC;
    padding: 1px 10px 1px 15px;
}
.sb_nav .active dl dd h4 {
    background: url("../images/dd.png") no-repeat scroll left center transparent;
    font-weight: normal;
    padding: 4px 0 4px 10px;
}
.sb_nav .active dl dd h4 a:hover {
    border-bottom: 2px solid #016FC6;
    text-decoration: none;
}
.sb_nav .active dl dd h4.on a {
    border-bottom: 2px solid #016FC6;
    color: #016FC6;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
.position {
    background: url("../images/position.png") no-repeat scroll left center transparent;
    color: #666666;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    padding-left: 22px;
    position: absolute;
    right: 8px;
    top: 0;
}
.position a {
    color: #444444;
}
.sb_box h3.title {
    border: 1px solid #CCCCCC;
    position: relative;
    text-shadow: 0 1px 0 #FFFFFF;
}
.sb_box h3.title span {
    background: none repeat scroll 0 0 #E0E0E0;
    border-top: 1px solid #FFFFFF;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.sb_box .active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
   border:1px solid #ccc;border-top:none
    overflow: hidden;
    padding: 10px 20px 25px;
	margin-bottom: 10px;
}
    /*.sb_box .active img {
        display:block;
        max-width:100%;
        height:auto;
    }*/
.sb_box {
    float: right;
    overflow: hidden;
    width: 790px;
}
#flip {
    padding: 5px 0;
    text-align: center;
}
.rada_hits {
    color: #999999;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}
.rada_hits a {
    color: #999999;
}
.rada_page {
    border-top: 1px solid #CCCCCC;
    margin-top: 15px;
    padding: 8px 0;
    text-align: center;
}
.rada_page a {
    color: #016FC6;
    margin-right: 50px;
    text-decoration: underline;
}
.rada_page a:hover {
    color: #016FC6;
}
#newslist {
    padding: 15px 20px;
}
#newslist li {
    background: url("../images/dt-0.gif") no-repeat scroll left 12px transparent;
    padding: 2px 10px;
}
#newslist li a {
    margin-right: 5px;
}
#newslist li a:hover {
    margin-right: 5px;
}
#newslist li span {
    color: #AAAAAA;
    float: right;
}
#newslist li p {
    color: #AAAAAA;
}
#shownews {
    padding: 0 15px 15px;
}
#shownews .editor {
    font-size: 14px;
    line-height: 2;
    padding: 0 10px;
}
#shownews h1 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 20px;
    margin: 10px 0 0;
    padding: 5px 0;
}
#productlist {
    padding: 15px 10px;
}
#productlist li.list {
    background: none repeat scroll 0 0 #F3F3F3;
    display: inline;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
}
#productlist li.list a.img {
    display: block;
    font-size: 0;
    margin: 5px 5px 0;
    text-align: center;
}
#productlist li.list a.img img {
    border: 1px solid #DDDDDD;
}
#productlist li.list h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 0 4px;
    text-align: center;
}
#productlist li.list h3 a:hover {
    color: #016FC6;
}
#productlist li.list div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin: 5px;
}
#productlist li.list div b {
    color: #666666;
    font-weight: normal;
}
#productlist li.list div p {
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}
#showproduct {
    padding: 15px;
}
#showproduct h1.title {
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    padding: 5px 0;
}
#showproduct .pshow dt {
    float: left;
}
#showproduct .pshow dd {
    float: right;
}
#showproduct .pshow dd ul {
    margin-left: 15px;
}
#showproduct .pshow dd li {
    border-bottom: 1px solid #EEEEEE;
    clear: both;
    line-height: 25px;
    margin: 5px 0;
    padding: 5px;
    text-align: left;
    width: 580px;
}
#showproduct .pshow dd li span {
    color: #999999;
    float: left;
    width: 70px;
}
#showproduct .ctitle {
    background: url("../images/dt-7.gif") no-repeat scroll left center transparent;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
    margin: 15px 0 10px;
    padding: 5px 20px;
}
#showproduct .editor {
    font-size: 14px;
    line-height: 2;
    padding: 0 10px;
}
#showproduct .down {
    color: #FF0000;
    text-decoration: underline;
}
#showproduct .demo {
    color: #FF0000;
    text-decoration: underline;
}
.mb_search {
    height: 28px;
    margin: 0 10px 10px;
    position: relative;
}
#md_color {
    padding-top: 10px;
}
.md_bh {
    background: url("../images/search.png") repeat scroll 0 0 transparent;
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
}
.md_bh .md_serch_txt {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #999999;
    font: 15px/1 'Microsoft YaHei',Verdana,'Simsun';
    margin: 5px;
    padding-left: 3px;
    position: relative;
    width: 160px;
    z-index: 2;
}
.md_bh .searchgo {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 28px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 45px;
}
.mb_hot {
    border: 1px solid #CCCCCC !important;
    text-align: center;
}
.mb_hot ol {
    padding: 5px 0 5px 5px;
}
.mb_hot li {
    float: left;
    margin-bottom: 4px;
    margin-right: 4px;
}
.mb_hot li img {
    border: 1px solid #CCCCCC;
}
.web_list {
    border-bottom: 1px solid #CCCCCC !important;
}
.web_list ol {
}
.web_list li {
    background: url("../images/dd.png") no-repeat scroll 10px 14px transparent;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 3px;
    padding: 5px 10px 5px 22px;
}
#downloadlist {
    padding: 15px;
}
#downloadlist .radalist {
    margin-bottom: 20px;
}
#downloadlist .top dt a {
    color: #FF0000;
}
#downloadlist .radalist dt {
    background: url("../images/dt-9.gif") no-repeat scroll 5px 11px transparent;
    border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 5px 3px 20px;
}
#downloadlist .radalist dd {
    background: none repeat scroll 0 0 #F8F8F8;
    color: #999999;
    padding: 5px 8px;
}
#downloadlist .radalist dd b {
    font-weight: normal;
}
#downloadlist .radalist dd div {
    float: right;
}
#downloadlist .radalist dd span {
    padding-right: 20px;
}
#downloadlist .radalist dd a {
    color: #016FC6;
    text-decoration: underline;
}
#downloadlist .radalist dd a.down {
    color: #FA1A1A;
    text-decoration: underline;
}
#showdownload {
    padding: 15px;
}
#showdownload h1.title {
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
    padding: 5px 0;
}
#showdownload .paralist {
    background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 10px;
    padding: 5px 10px;
}
#showdownload .paralist li {
    border-bottom: 1px solid #EEEEEE;
    margin: 5px 0;
    padding: 3px 5px 3px 0;
}
#showdownload .paralist li a {
    color: #FF0000;
    text-decoration: underline;
}
#showdownload .paralist li span.name {
    float: left;
    margin-right: 5px;
    padding: 0 10px;
    text-align: left;
}
#showdownload .editor {
    font-size: 14px;
    line-height: 2;
    padding: 0 10px;
}
#showdownload .ctitle {
    background: url("../images/dt-7.gif") no-repeat scroll left center transparent;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 14px;
    margin: 15px 0 10px;
    padding: 5px 20px;
}
.ctitle {
    background: url("../images/dt-7.gif") no-repeat scroll left center transparent;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 14px;
    margin: 10px 0;
    padding: 5px 20px;
}
#messagelist {
    padding: 15px;
}
#messagelist .radalist {
    border: 6px solid #DEDEDE;
    margin-bottom: 10px;
    padding: 5px;
}
#messagelist .radalist dt {
    background: url("../images/message.gif") no-repeat scroll left center transparent;
    border-bottom: 1px dotted #DEDEDE;
    margin-bottom: 5px;
    padding: 4px 0 4px 20px;
}
#messagelist .radalist dt span.name {
    color: #2C7199;
}
#messagelist .radalist dt span.time {
    color: #999999;
    padding-left: 8px;
}
#messagelist .radalist dt span.tt {
    color: #016FC6;
    float: right;
    padding-right: 5px;
}
#messagelist .radalist dd.info span.tt {
    clear: both;
    display: none;
}
#messagelist .radalist dd.info span.text {
    display: block;
    line-height: 22px;
    padding: 8px 5px;
}
#messagelist .radalist dd.reinfo {
    border: 1px solid #016FC6;
}
#messagelist .radalist dd.reinfo span.tt {
    background: url("../images/admin.gif") no-repeat scroll 20px 8px transparent;
    border-bottom: 1px dotted #DEDEDE;
    color: #2C7199;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 2px 0 2px 40px;
}
#messagelist .radalist dd.reinfo span.text {
    display: block;
    line-height: 1.5;
    padding: 8px 20px;
}
#messagelist .ctitle {
    background: url("../images/dt-7.gif") no-repeat scroll left center transparent;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 14px;
    margin: 10px 0;
    padding: 5px 20px;
}
#messagelist table {
    margin: 0 auto;
}
#messagetable {
    padding: 5px;
}
#messagetable table {
    margin: 0 auto;
}
.pagelist {
    font-size: 12px;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.pagelist li a{float:left;}
.pagelist a, .pagelist span.miy {
    background-position: 50% center;
    border: 1px solid #CCDBE4;
    color: #666666;
    margin: 2px;
    padding: 2px 8px;
    text-decoration: none;
}
.pagelist a:hover {
    background-color: #3666D4;
    border: 1px solid #2B55AF;
    color: #FFFFFF;
}
.pagelist a:active {
    border: 1px solid #000099;
    color: #000000;
}
.pagelist span.current {
    color: #000000;
    margin: 2px;
    padding: 2px 8px;
    text-decoration: none;
}
.pagelist span.pages, span.nextPage, span.prepage {
    border: 1px solid #CCDBE4;
    color: #DDDDDD;
    margin: 2px;
    padding: 2px 8px;
}
.static h1 {
    border-bottom: 1px solid #CCCCCC;
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;
    margin: 0 0 15px;
    overflow: inherit;
    text-align: left;
}
.static h1 a {
    color: #333333 !important;
    text-decoration: none;
}
.static h1 a:hover {
    color: #016FC6 !important;
    text-decoration: none;
}
.static h2 {
    font-size: 14px;
    margin: 3px 0 6px;
    text-align: left;
}
.static dl {
    margin: 0;
}
.static dl dt {
    background: none repeat scroll 0 0 #F7F7F7;
    float: right;
    height: 180px;
    text-align: center;
    width: 348px;
}
.static dl dt img {
    padding-top: 3px;
}
.static dl dd {
    float: left;
    width: 398px;
}
.static dl dd ul {
    list-style-type: none;
    padding-left: 0;
}
.static dl dd li {
    background: none repeat scroll 0 0 #F3F3F3;
    color: #333333;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
}
.static dl dd li b {
    background: none repeat scroll 0 0 #999999;
    color: #FFFFFF;
    float: left;
    font-weight: normal;
    margin-right: 5px;
    padding: 0 8px;
    width: 90px;
}
.static dl dd li a.hf {
    color: #2B5AA0;
    text-decoration: underline;
}
.static p.description {
    border-bottom: 1px dotted #CCCCCC;
    padding: 5px 5px 15px;
}
.static h3 {
    color: darkGreen;
    font-size: 16px;
    margin-top: 10px;
}
.static h3 a {
    color: #0B66A8;
}
.static .box {
    padding: 10px 0;
}
    .static .box img {
        display:block;
        max-width:100%;
        height:auto;
    }
.static ol {
    padding-left: 35px;
}
.static .hot {
    color: #E30404;
}
.static .hota {
    color: #E30404;
    text-decoration: underline;
}
.static ul.fl {
    border-bottom: 2px solid #016FC6;
    height: 43px;
    line-height: 43px;
    list-style: none outside none;
    padding-left: 10px;
}
.static ul.fl li {
    background: none repeat scroll 0 0 #016FC6;
    border: 1px solid #016FC6;
    bottom: 1px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 28px;
    line-height: 28px;
    margin-right: 6px;
    margin-top: 15px;
    position: relative;
    text-align: center;
    width: 80px;
}

.nodata{  
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  line-height: 100px;
  text-align: center;}