﻿@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:#EEF7FE;
        /*#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: #EEF7FE;
    /*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 0px
}

/*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;
}

/*头部*/
.head {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* margin-top: 10px; */
}

.logo {
    /* width: 1150px; */
    margin: auto;
}

.menu {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background-color: #0679c5;
    z-index: 9999;
}
.head .menu .nav ul li .active {
       color: rgb(0, 0, 0);
}

.nav {
    width: 1200px;
    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: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
    font-weight: 500;
}

.nav ul li a:hover {
    text-decoration: none;
    z-index: 9999;
    /* background-color: rgba(22,61,102, 0.8); */
    transition: all .3s ease-in-out;
    color: #000;
}

.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 {
    height: 360px;
}

.slider {
    text-align: center;
    margin: auto;
    position: relative;
    border-radius: 40px;
    border: 2px black;

}

.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: -180px;
    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; */
    width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .7;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

.slider-nav .slider-item-selected {
    /* background: blue; */
    opacity: 1;
  background: #ffffff;
  width: 100px;
  transition-delay: 0s;
}

.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: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background-color: #EEF7FE;
}

.mk {
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f0f7fd;
    -webkit-box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 13%);
    border-radius: 5px;
    padding: 0px 10px 10px 10px;
    transition: all .5s linear;
}
.mk1 {
    border-top: 5px solid #b4dbfa;
    width: 1130px;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #f0f7fd;
    -webkit-box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 13%);
    border-radius: 5px;
    padding: 0px 10px 10px 10px;
    transition: all .5s linear;
}
.mk1 p{
    text-align: left;
    line-height: 30px;
    font-size: 20px;
    color: #274A9C;
    border-bottom: 1px #CCC solid;
    font-weight: 700;
    height: 30px;
}
.mk1:hover{
-webkit-box-shadow: 5px 10px 13px 5px rgb(0 0 0 / 13%);
box-shadow: 5px 10px 13px 5px rgb(0 0 0 / 13%);
transition: all 1s linear;
}
.mk:hover{
-webkit-box-shadow: 5px 10px 13px 5px rgb(0 0 0 / 13%);
box-shadow: 5px 10px 13px 5px rgb(0 0 0 / 13%);
transition: all 1s linear;
}

.mk table {
    border-top: 5px solid #b4dbfa;
    width: 770px;
    /* border-bottom: 1px solid #ccc; */
}   

.mk table tr th {
    border-bottom: 1px #CCC solid;
    height: 30px;
}

.con_dates_content {
    padding-left: 16px;
}


.title {
    /* padding-left: 40px; */
    text-align: left;
    line-height: 30px;
    font-size: 20px;
    color: #274A9C;
}

.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; */
    /* text-overflow:ellipsis; */
/* 　　white-space: nowrap; */
}
.con_dates_content dl dd a {
    display: inline-block;
    width:620px;
    height:25px;
    /*word-break:break-all;*/
    white-space: nowrap;/*强制在一行显示*/
    text-overflow:ellipsis;/*设置超出内容显示...*/
    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;
    height: 200px;
    /*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: 220px;
    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: 200px;
    width: auto;
}


/*中间左侧区域*/
.left {
    width: 640px;
    height: auto;
    /* overflow: hidden; */
    float: left;
    margin-top: 30px;

}


/*中间右侧区域*/
.right {
    width: 520px;
    /* height: 360px; */
    overflow: hidden;
    float: left;
    margin-top: 29px;
    margin-left: 20px;
    background: #EEF7FE;
    /* -webkit-box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 13%); */
    /* box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 13%); */
    border-radius: 5px;
    /* transition: all .5s linear; */
}
.shuxian {
    display: inline-block;
    width:5px;
    height: 16px;
    background-color: skyblue;
    position:absolute;
}
/* .right:hover{
    -webkit-box-shadow: 5px 10px 13px 5px rgb(0 0 0 / 13%);
    box-shadow: 5px 10px 13px 5px rgb(0 0 0 / 13%);
    transition: all 1s linear;
} */


/*Hosting Organizations*/
/* .ho {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
} */
.ho {
    width: 310px;
    float: left;
    /* border: 1px solid #b4b4b4; */
    margin-top: 24px;
    overflow: hidden;
    background: #f0f7fd;
    -webkit-box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 13%);
    border-radius: 5px;
transition: all .5s linear;
margin-bottom: 10px;
}
.ho:hover{
    -webkit-box-shadow: 5px 10px 13px 5px rgb(0 0 0 / 13%);
box-shadow: 5px 10px 13px 5px rgb(0 0 0 / 13%);
transition: all 1s linear;
}

.ho .bt {
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    /* border-bottom: 1px solid #ccc; */
    color: #274A9C;
    border-top: 5px solid #b4dbfa;
}

.ho .neir {
    overflow: hidden;
    padding: 19px 4px 19px 0px;
    text-align: center;
    width: 272px;
    margin: 0 auto;
    /* padding-bottom: 19px; */
}
.ho .neir ul li {
    margin-bottom: 8px;
}
.index-about-time-div{
    width: 250px;
    margin: 0 auto;
}
.index-about-time-ul{
    height: 280px;
	min-height:304px;
	max-height:304px;
}
.index-about-time-ul li{
    margin-top: 16px;
}
.index-about-time-ul li h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #101d2b;
}
.index-about-time-ul li span{
    display: block;
    color: #333333;
    text-indent: 1.8em;
}
.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;
}









/*
倒计时
*/

.index-time{
    width: 530px;
}
.index-time-h3{
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    /* background-image: url(../img/right-icon1.png); */
    color: #333333;
    padding-left: 15px;
    height: 16px;
    line-height: 16px;
    position: relative;
	height:45px;
	line-height:46px;
}
.index-time.floatRight .index-time-h3{
	background-color: inherit;
	border-bottom:0;
	line-height:16px;
	height: auto;}
.index-about.floatLeft .index-about-div{
	margin-top:30px;
}
/*倒计时*/
.index-time-times{
    margin-top: 20px;
}
.index-time-times div{
    float: left;
}
.index-time-bj{
    background: url("../img/time-bj.png") no-repeat left center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.index-time-left{
    width: 45px;
    height: 80px;
    line-height: 80px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}
/*倒计时 end*/
.index-list-fl{
    margin-top: 10px;
}
.index-list-fl ul{
    margin-right: -20px;
}
.index-list-fl ul li{
    float: left;
    width: 255px;
    height: 100px;
    overflow: hidden;
    margin-top: 13px;
    margin-right: 16px;
}
.index-list-bj{
    /* background: url("../images/indexbj1.png") no-repeat left center; */
    width: 255px;
    height: 100px;
}
.index-list-bj1{
    /* background: url("../images/indexbj1.png") no-repeat left center; */
    width: 255px;
    height: 100px;
}
.index-list-bj2{
    /* background: url("../images/indexbj2.png") no-repeat left center; */
    width: 255px;
    height: 100px;
}
.index-list-bj3{
    /* background: url("../images/indexbj3.png") no-repeat left center; */
    width: 255px;
    height: 100px;
}
.index-list-bj4{
    /* background: url("../images/indexbj4.png") no-repeat left center; */
    width: 255px;
    height: 100px;
}
.index-list-bj-widt{
    margin-left: 20px;
    margin-top: 26px;
}
.index-list-bj-widt h3{
    font-size: 18px;
    color: #fff;
}
.index-list-bj-widt span{
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}







/* 文本模块*/

.text-L {
    float: left;
    width: 800px;
    margin-top: 20px;
    margin-right: 50px;
    /* border: #333333 1px solid; */
    /* background-color: #FFF; */
}
.text-R {
    /* border: #333333 1px solid; */
    float: left;
    width: 310px;
    margin-top: 15px;
}



/*  重要时间 */

.time {
    width: 310px;
    float: left;
    /* border: 1px solid #b4b4b4; */
    margin-top: 30px;
    overflow: hidden;
    background: #f0f7fd;
    -webkit-box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 13%);
    box-shadow: 0px 5px 13px 0px rgb(0 0 0 / 13%);
    border-radius: 5px;
transition: all .5s linear;
}
.time:hover{
    -webkit-box-shadow: 5px 10px 13px 5px rgb(0 0 0 / 13%);
box-shadow: 5px 10px 13px 5px rgb(0 0 0 / 13%);
transition: all 1s linear;
}
.bt {
    height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #274A9C;
    border-top: 5px solid #b4dbfa;
}
.neir {
    overflow: hidden;
    padding: 0 4px;
    /* text-align: center; */
}
.index-about-time-div{
    width: 250px;
    margin: 0 auto;
}
.index-about-time-ul{
    height: 280px;
    min-height:304px;
    max-height:304px;
    padding-left:35px;
}
.index-about-time-ul li{
    margin-top: 16px;
}
.index-about-time-ul li h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #101d2b;
}
.index-about-time-ul li span{
    display: block;
    color: #333333;
    text-indent: 1.8em;
}
