﻿
/*俱乐部活动时间列表css样式*/
img ,a img{border:none;vertical-align: top;}
.none {display: none;}
.clear{clear:both}
.tr{text-align:right}
.tr span{text-align:right; font-family: "微软雅黑","microsoft yahei";}
.te{font-family: "microsoft yahei";}
.wrap{width:1200px;margin: 0 auto;}
.pr{position: relative;}
.ps{position: absolute;}
.white{color:#fff}
.ul_line li{float: left;}
.ul_line li a{font-family: "microsoft yahei";}
.paging{display: none;}
.paging.show{display: block;}


h3.title p.tt {
  color: #F09D3B;
  font-family: "microsoft yahei", "微软雅黑";
  text-transform: uppercase;
}

h3.title {
  margin: 65px 0 110px;
}
.history{
  background: #f5f5f5;
  overflow: hidden;
  padding-bottom: 136px;
}
.history .index_partner_title h3 {
  margin-bottom: 40px;
}
.history .index_partner_title h4{
  text-align: center;
  font-size: 16px;
  color: #4C4C4C;
}
.wrap {
  margin-top: 100px;
}

.list {
  padding-top: 26px;
  overflow: hidden;
  max-height:760px;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  
}

.list ul {
 /* margin-top: 50px;*/
  position: relative;
}

.list li {
  
  width: 100%;
  height: 190px;
  position: relative;
  
}

.list li.list2{
  top: -26px;
}
.list li .cont{
  width: 526px;
  height: 150px;
  position: relative;
  transition: 600ms;
  background: #fff;
  margin-left:35px ;
}
.list li.list2 .cont{
  margin-left:0px;
  margin-right: 35px;
}
.list li .cont:hover{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.list li p.ps.t {
  top: 22px;
  left:34px;
  height: 71px;
  background:url(../img/history.png) center no-repeat;
  display: block;
  width: 74px;
  
  transition: 600ms;
  z-index: 11;
  box-sizing: border-box;
}
.list li p.ps span:first-child {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  z-index: 11;
  margin-left: 5px;
  display: inline-block;
}

.list li p.ps span:first-child+span {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  margin-left: 28px;
  display: inline-block;
}
#main {
  padding-bottom: 300px;
}

.list2 .cont {
  float: right
}

.list li div.ps {
  top: 0;
  left: 126px;
  width: 370px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px;
  font-family: arial;
  z-index: 11;
  word-break: break-all;
}

.kd {
  position: absolute;
  left: 43.4%;
  width: 158px;
  top: -50px;
  height: 100%;
  padding-top:140px;
  overflow: hidden;
}

.kd li span {
  width:158px;
  display: inline-block;
}

.kd li {
  margin-bottom: 114px;
}
.kd li.list2{
  margin-bottom: 160px;
}

.kd ul {
  position: relative;
}

.kd span {
  font-size: 30px;
  text-align: left;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: url(../img/history_line.png) left center no-repeat;
}

.kd .list2 span {
  text-align: right;
  background: url(../img/history_line.png) right center no-repeat;
}

.kd_l {
  width: 1px;
  height: 1800px;
  background: #000;
  top:160px;
  left: 78.5px;
  position: absolute;
}

.kd .list3 {
  margin-bottom: 60px;
}

.kd i {
  width: 24px;
    height: 50px;
    display: inline-block;
    background: url(../img/news_2.png) no-repeat center center;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -12.5px;
    transition: 600ms;
}

.kd li:hover i,
.kd li.show i {
  
}

.kd_prev{
  width: 48px;
  height: 54px;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  z-index: 5;
  cursor: pointer;
}

.kd_prev {
  bottom: 0;
  background: url(../img/news_btn.png) no-repeat center top;
  background-color: #f5f5f5;
  transform: rotate(180deg);
  -ms-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.kd_next {
  top: -16px;
  width: 126px;
  height: 50px;
  margin-top: 14px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  background-color: #00a2e6;
  position: absolute;
  left: 10%;
  z-index: 5;
  cursor: pointer;
}

.kd_prev:hover {
  background: url(../img/news_btn1.png) no-repeat center top;
  background-color: #f5f5f5;
}

.kd_next:hover {
  background: url(../img/news_btn2.png) no-repeat center bottom;
  background-color: #00499A;
}
