
* {
  transition: all 0.3s ease;
}

body {
  background: #fff;
  color: #333;
  font: 18px "微软雅黑";
}

a {
  color: #333;
}

.w1200 {
  width: 1200px;
  margin: auto;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.banner {
  height: 400px;
  background: url("meeting-banner.jpg") center no-repeat;
}

.logo {
  padding-top: 30px;
}

.main {
  background: #fff;
  padding: 40px 10px;
}

.row + .row {
  margin-top: 30px;
}

.col {
  float: left;
  padding: 0 15px;
  width: 50%;
}

.slideBox {
  position: relative;
  overflow: hidden;
  height: 360px;
}

.bd li {
  position: relative;
  height: 360px;
}

.bd li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bd li > a {
  display: block;
  width: 100%;
  height: 315px;
  position: absolute;
  top: 0;
  left: 0;
}

.pic-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  line-height: 45px;
  background: rgba(0,0,0,.5);
  padding: 0 30px;
}

.pic-title a {
  display: inline-block;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #fff;
}

.hd {
  position: absolute;
  right: 30px;
  bottom: 18px;
  z-index: 9;
}

.hd ul li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  float: left;
  cursor: pointer;
  background: #aaa;
  text-indent: 999em;
}

.hd ul li.on {
  background: #fff;
  width: 30px;
}

.hd ul li + li {
  margin-left: 5px;
}

.ly-tabs {
  border-bottom: 1px solid #c9c9c9;
}

.ly-tab {
  display: inline-block;
  float: left;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.ly-tab a {
  display: inline-block;
  padding: 0 20px;
  float: left;
}

.ly-tab.active a {
  background: #0068b7;
  color: #fff;
}

.ly-tab.active i {
  display: inline-block;
  width: 20px;
  height: 50px;
  float: left;
  background: url("title-tail.png") center no-repeat;
}

.ly-list {
  margin: 10px 0;
  height: 220px;
  overflow: hidden;
}

.ly-list-lg {
  height: 308px;
}

.ly-list li {
  height: 44px;
  line-height: 44px;
  position: relative;
  padding-left: 15px;
}

.ly-list li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #3179bd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.ly-list li a {
  display: inline-block;
  max-width: 430px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ly-time {
  float: right;
  color: #666
}


/* 适老化 */
.newStyle .pic-title a {
  font-size: 25px !important;
}
.newStyle .ly-tabs .ly-tab a {
  font-size: 30px !important;
}
.newStyle .ly-panes .ly-list li a,
.newStyle .ly-panes .ly-list li span{
  font-size: 25px !important;
  max-width: 390px !important;
}
.newStyle .ly-list li {
  height: 64px !important;
  padding: 10px 0 10px 10px !important;
}
.newStyle .ly-list {
  height: auto;
}