﻿@charset "utf-8";

/* CSS Document */
.hot {
    position: absolute;
    top: -4px;
    right: -30px;
    display: inline-block;
    padding: 1px 2px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background-color: #c81623;
    border-radius: 6px 6px 6px 0;
    min-width: 13px;
    text-align: center;
}

.small_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("http://simg.sinajs.cn/blog7style/images/common/sg_icon.png?20131218");
    background-position: -330px 0;
}

.ongoing_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/01_ing_icon.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

/*全局定义*/
* {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #000;
}

body {
    margin: 0px;
    padding: 0px;
    background-color:
        /*#E6E6E6*/
        #f0f0f0;
}

a {
    color: #000;
    text-decoration: none;
}

p {
    margin: 0px;
    padding: 0px;
    text-align: justify;
    text-justify: inter-ideograph;
}

span {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

dd,
dl {
    margin: 0;
    padding: 0;
}

table {
    cellpadding: 0;
    cellspacing: 0;
}

tr,
td,
th {
    margin: 0;
    padding: 0;
}

.body {
    width: 1150px;
    margin: auto;
    background-color: white;
    /*border: #f0f0f0 1px solid;*/
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*大框*/
.mian {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin: 0px 0px 0px -8px
}

/*topfixed*/
.topfixed {
    overflow: hidden;
    padding: 20px;
    /*background-color:#c2c2c2;*/
    background-image: url(../images/bg.png);
    border-bottom: 1px #fff solid;
}

.fixedbox {
    overflow: hidden;
}

.fixedbox .home {
    float: right;
    margin-right: 30px;
}

.fixedbox i {
    float: left;
    color: rgba(256, 256, 256, 0.6);
    font-size: 24px;
    line-height: 30px;
    margin-left: 40px;
}

.fixedbox .chinese {
    background-color: #868686;
    padding: 5px 10px;
    margin: 4px 0px 0 20px;
    border-radius: 4px;
    float: right;
    margin-right: 20px;
}

.fixedbox .english {
    background-color: #868686;
    padding: 5px 10px;
    margin: 4px 20px 0 20px;
    border-radius: 4px;
    float: right;
    margin-right: 20px;
}

.fixedbox a {
    color: #fff;
}

/*主体区域*/
.mian_m {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 18px;
}

/*头部*/
.head {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
}

.logo {
    width: 1150px;
    margin: auto;
}

.menu {
    width: 1150px;
    height: 50px;
    margin: 0 auto;
    background-color: #e6e6e6;
    z-index: 9999;
}

.nav {
    width: 1150px;
    height: 50px;
    margin: 0 auto;
    z-index: 9999;
}

.nav ul li {
    float: left;
    line-height: 50px;
    position: relative;
    z-index: 9999;
    margin-left: 12px
}

.nav ul li a,
.nav ul li a:visited {
    font-size: 16px;
    color: #000;
    display: block;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
    font-weight: bold;
}

.nav ul li a:hover {
    text-decoration: none;
    z-index: 9999;
    background-color: rgba(27, 132, 205, 0.8);
    color: #FFF;
}

.nav ul li ul {
    display: none;
    z-index: 9999;
    line-height: 40px;
}

.nav ul li ul:hover a {
    color: #000;
    background: #CCC;
    z-index: 9999;
}

.nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
}

.nav ul li:hover ul li a,
.nav ul li:hover ul li a:visited {
    display: block;
    background: rgba(256, 256, 256, 0.8);
    color: #000;
    width: 160px;
    z-index: 9999;
}

.nav ul li:hover ul li a:hover {
    background: rgba(27, 132, 205, 0.8);
    color: #FFF;
    z-index: 9999;
}

/*5张切换图*/
.banner {
    width: 765px;
}

/*轮播*/
.slider,
.slider-panel img,
.slider-extra {
    780px;
    height: 360px;
}

.slider {
    text-align: center;
    margin: auto;
    position: relative;
}

.slider-panel,
.slider-nav,
.slider-pre,
.slider-next {
    position: absolute;
    z-index: 8;
}

.slider-panel {
    position: absolute;
}

.slider-panel img {
    border: none;
}

.slider-extra {
    position: relative;
}

.slider-nav {
    margin-left: -51px;
    position: absolute;
    left: 50%;
    bottom: 4px;
}

.slider-nav li {
    background: #3e3e3e;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    margin: 0 2px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

.slider-nav .slider-item-selected {
    background: blue;
}

.slider-page a {
    background: rgba(0, 0, 0, 0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    color: #fff;
    text-align: center;
    display: block;
    font-family: "simsun";
    font-size: 22px;
    width: 28px;
    height: 62px;
    line-height: 62px;
    margin-top: -31px;
    position: absolute;
    top: 50%;
}

.slider-page a:HOVER {
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.slider-next {
    left: 100%;
    margin-left: -28px;
}

/*中间*/
.midd {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.midd_m {
    width: 1150px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-color: #FFF;
}

.mk {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.mk table {
    border-top: 5px solid #006db8;
    width: 376px;
    border-bottom: 1px solid #ccc;
}

.mk table tr th {
    border-bottom: 1px #CCC solid;
    height: 30px;
}

.mk table tr td {
    padding-left: 6px;
}


.title {
    padding-left: 40px;
    text-align: left;
    line-height: 30px;
    font-size: 20px;
}

.con_dates {
    overflow: hidden;
    float: left;
}

.con_dates_content {
    width: 100%;
    line-height: 30px;
}

.con_dates_content dl {
    height: 120px;
    overflow-y: scroll;
}

.con_dates_content dl dd {
    height: 30px;
    overflow: hidden;
}

.con_news {
    overflow: hidden;
    float: right;
}

.con_news_content {
    width: 100%;
    line-height: 30px;
}

.con_news_content dl {
    height: 120px;
    overflow-y: scroll;
}

.con_news_content dd {
    height: 30px;
    overflow: hidden;
}


.report tr td {
    padding: 4px;
}

.report tr td sapn {
    text-align: center;
}

.report tr .report_img {
    width: 120px;
}

.report tr .report_co {
    width: 246px;
}

.highlight tr td p,
.history tr td p {
    margin: 4px;
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.topic tr td {
    width: 380px;
    font-size: 14px;
}

.topic tr td ul {
    padding: 10px;
    /*color:#36F; font-weight:bold;*/
}

.topic tr td ul li {
    list-style: url(../img/01_topics_icon.png) inside;
    line-height: 28px;
    font-size: 16px;
}

/*.link tr td{padding:6px; text-align:center;}
.link tr td img{ width:160px; height:60px; }
 */
.link tr td {
    padding: 16px 0;
    overflow: hidden;
}

.link tr td a {
    padding: 12px;
    margin: 2px;
    float: left;
}

.link tr td img {
    width: 160px;
    height: 60px;
}


#wufeng1 {
    width: 730px;
    height: 120px;
    margin: 10px;
    margin-top: 0px;
    background-color: #eee;
    overflow: hidden;
    position: relative;
}

#wufeng1 .m_wufeng {
    width: 80000px;
    height: 100px;
    padding-left: 0px;
    position: absolute;
    top: 10px;
    left: 0;
}

#wufeng1 .m_wufeng li {
    float: left;
    margin-left: 5px;
}

#wufeng1 .m_wufeng li img {
    height: 100px;
    width: auto;
}


/*中间左侧区域*/
.left {
    width: 765px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 14px;
}


/*中间右侧区域*/
.right {
    width: 351px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 14px;
    margin-left: 14px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-bottom: 20px;
}


/*Hosting Organizations*/
.ho {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
}

.ho .bt {
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #e0e0e0;
}

.ho .neir {
    overflow: hidden;
    padding: 0 4px;
    text-align: center;
}

.regist_btn,
.call_btn {
    display: block;
    line-height: 40px;
    padding: 10px;
    background-color: rgba(27, 132, 205, 0.8);
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.regist_btn:hover,
.call_btn:hover {
    background-color: rgba(230, 162, 40, 0.8);
}

.ho .neir .con {
    text-align: left;
    padding: 2px 6px;
    line-height: 26px;
    list-style: inside square;
}

.ho .neir .con .con_bt {
    font-weight: bold;
}

.ho .neir .con li {
    margin-left: 14px;
}

/*中间kongg区域*/
.kongg {
    width: 974px;
    height: 78px;
    float: left;
    border: 1px solid #494949;
    background-color: #EFEFF0;
    margin-bottom: 14px;
}

/*copyright*/
.copyright {
    clear: both;
    overflow: hidden;
    padding: 40px;
    /* background-color:#494949;*/
    background-image: url(../img/bg.png);
    border-top: 1px #fff solid;
}

.copyright_con {
    text-align: center;
    /* border:1px red solid;*/
    overflow: hidden;
}

.copyright_con span {
    overflow: hidden;
}

.copyright_con a {
    display: block;
}