@charset "gb2312";
.icon_topic {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 34px;
  background: url(../images/topic-sprite.png) no-repeat;
  margin: 26px 0 0 20px;
}
.icon_meeting {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 34px;
  background: url(../images/icon-meeting.png) no-repeat;
  margin: 26px 0 0 20px;
}

/*navbarËÑË÷¿ò*/
.search_topic {
  width: 670px;
  padding: 22px 0;
  margin-left: 90px;
}
.search_topic .outer {
  display: block;
  width: 670px;
  height: 38px;
  font-size: 0;
}
.search_topic .search_input {
  display: inline-block;
  vertical-align: middle;
  width: 610px;
  height: 38px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #00bbbe;
  border-right: none;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  color: #404040;
}
  /*placeholderÑÕÉ«*/
  .search_topic .search_input::-moz-placeholder { color: #c4c4c4;}
  .search_topic .search_input::-webkit-input-placeholder { color:#c4c4c4;}
  .search_topic .search_input:-ms-input-placeholder { color:#c4c4c4;}
.search_topic .search_btn {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 38px;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  background-color: #00bbbe;
  background: linear-gradient(left, #6de7e9, #00bbbe);
  background: -o-linear-gradient(left, #6de7e9, #00bbbe);
  background: -ms-linear-gradient(left, #6de7e9, #00bbbe);
  background: -moz-linear-gradient(left, #6de7e9, #00bbbe);
  background: -webkit-linear-gradient(left, #6de7e9, #00bbbe);
}
.search_topic .search_btn .icon_search {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/wsearch.png) no-repeat center;
}

/*topic bar*/
.topic_bar {
  width: 100%;
  height: 70px;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 0;
}
.topic_bar>li {
  display: inline-block;
  width: 10%;
  background-color: #f7f7f7;

  transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.topic_bar>li:hover { background-color: #eee;}
.topic_bar>li.active,
.topic_bar>li.active:hover {
  background-color: #00bbbe;
  background: linear-gradient(left, #6de7e9, #00bbbe 90%);
  background: -o-linear-gradient(left, #6de7e9, #00bbbe 90%);
  background: -ms-linear-gradient(left, #6de7e9, #00bbbe 90%);
  background: -moz-linear-gradient(left, #6de7e9, #00bbbe 90%);
  background: -webkit-linear-gradient(left, #6de7e9, #00bbbe 90%);
}
.topic_bar>li>a {
  display: block;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}
.topic_bar>li.active>a { color: #fff;}

/*tabpane*/
.tab-container { padding-bottom: 110px;}
.tabpane { 
  display: none;
  margin: 0 -9px;
}
.tabpane.active { display: block;}
.tabpane .topiclist { font-size: 0;}
.tabpane .titem {
  display: inline-block;
  vertical-align: top;
  width: 388px;
  height: 348px;
  margin: 0 9px 20px;
  border: 1px solid #ccc;
  padding: 13px;
  font-size: 0;

  transition: all .5s ease;
  -ms-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
.tabpane .titem:hover {
  border-color: transparent;
  box-shadow: 0 0 20px rgba(0,0,0,.25);
}
.tabpane .titem>a>img {
  width: 360px;
  height: 216px;
}
.tabpane .titem .info { padding-top: 14px;}
.tabpane .titem .info>h3 { margin-bottom: 14px;}
.tabpane .titem .info>h3>a.tit {
  display: inline-block;
  vertical-align: middle;
  width: 290px;
  height: 56px;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #666;
}
.tabpane .titem .info>h3>a.tit:hover { color: #00bbbe; }
.tabpane .titem .info>h3>a.btn {
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 34px;
  margin-left: 14px;
  border-radius: 10px;
  background-color: #f63756;
  font-size: 14px;
  line-height: 34px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.tabpane .titem .info>h3>a.btn.close {
  background-color: #f0f0f0;
  color: #ccc;
  cursor: default;
}
.tabpane .titem .info .dinfo {
  height: 20px;
  overflow: hidden;
}
.tabpane .titem .info .dinfo>span {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.tabpane .titem .info .dinfo>span.date { margin-right: 20px;}
.tabpane .titem .info .dinfo>span.site { float: right;}
.tabpane .titem .info .dinfo>span:before {
  content: '';
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.tabpane .titem .info .dinfo>span.date:before { background: url(../images/topic-sprite.png) no-repeat 0 -42px;}
.tabpane .titem .info .dinfo>span.count:before { background: url(../images/topic-sprite.png) no-repeat -25px -42px;}
.tabpane .titem .info .dinfo>span.site:before { 
  width: 16px;
  background: url(../images/topic-sprite.png) no-repeat -49px -42px;
}
.tabpane .loadmore {
  width: 1200px;
  margin: 20px 9px;
  height: 44px;
  background-color: #eee;
  font-size: 14px;
  line-height: 44px;
  color: #999;
}

/*»î¶¯*/
.tabpane .banner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.tabpane .banner>ul {
  position: relative;
}
.tabpane .banner>ul>li>a>img {
  display: block;
  width: 1200px;
  height: 400px;
}
.tabpane .banner>ul>li {
  float: left;
}
/*ÂÖ²¥¼ýÍ·*/
.tabpane .unslider {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
}
.tabpane .unslider .unslider-arrow {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  position: absolute;
  z-index: 10;
  top: 185px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tabpane .unslider:hover .unslider-arrow { 
  opacity: 1; 
  filter: alpha(opacity=100);
}
.tabpane .unslider .unslider-arrow.prev { 
  background: url(../images/icons-sprite.png) no-repeat -27px 0;
  left: 30px;
}
.tabpane .unslider .unslider-arrow.next { 
  background: url(../images/icons-sprite.png) no-repeat -60px 0;
  right: 30px;
}
.tabpane .head {
  width: 1218px;
  padding: 10px 9px 20px;
}
.tabpane .head>h2 {
  font-size: 20px;
  line-height: 20px;
  color: #00a9ac;
}
.tabpane .head>a {
  font-size: 14px;
  color: #999;
}
.tabpane .head>a:hover { color: #00a9ac;}

/*list_title*/
.list_title {
  padding: 20px 9px 20px;
  font-size: 24px;
  color: #666
}