@charset "UTF-8";
.box {
  width: 880px;
  margin: 18px auto 0;
  /* background: #f0f0f0; */
}
.box .left {
  width: 140px;
  border-bottom: 2px solid #ddd;
  background: #fff;
  float: left;
}
.box .left li:hover {
  border-left: 3px solid #036eb8;
}
.box .left li a {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #333;
}
.box .left li a:hover,
.box .left li.active a {
  color: #036eb8;
}
.box .left li.active {
  border-left: 3px solid #036eb8;
}
.box .left li {
  border-left: 3px solid #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  height: 40px;
  margin-bottom: 1px;
  overflow: hidden;
  padding-left: 25px;
}
.box .event_year {
  width: 130px;
  text-align: center;
  float: left;
  margin-top: 10px;
}
.box .event_year li {
  height: 73px;
  line-height: 40px;
  background: #fff;
  margin-bottom: 1px;
  font-size: 18px;
  color: #828282;
  /* cursor: pointer; */
  padding: 0px 12px;
  background: #ebeef2;
}

.box .event_year li:nth-child(even) {
  background: #f7f7f7;
}

.box .event_year li.current {
  width: 107px;
  background:  #036eb8 url(../img/lc-12.png) 130px 0 no-repeat ;
  color: #fff;
  text-align: left;
  padding-right: 24px;
}

.box .event_year li label {
  display: block;
  width: 100%;
  text-align: center;
  color: #324157;
  font-size: 16px;
  line-height: 22px;
  padding-top: 15px;
}

.box .event_year li.current label{
  color: #fff;
}

.box .event_year li .line-white {
  margin: 10px auto;
  background:  #036eb8;
}

.box .event_year li.current .line-white {
  margin: 10px auto;
  background: #ffffff;
}

.box .event_year li p.num {
  text-align: center;
  font-size: 14px;
  color: #324157;
  line-height: 20px;
}
.line-white {
  height: 3px;
  width: 26px;
  background: #ffffff;
  margin: 20px auto;
}
.box .event_year li.current p.num {
  color: #fff;
}

.box .event_list {
  width: 880px;
  background: url(../img/dian3.png) 92px 0 repeat-y;
  margin: 50px 0 20px;
}
.box .event_list h3 {
  margin: 0 0 10px 85px;
  font-size: 24px;
  color: #036eb8;
  padding-left: 25px;
  background: url(../img/lc-11.png) 1px center no-repeat;
  height: 38px;
  line-height: 38px;
}
.box .event_list li {
  background: url(../img/lc-10.png) 88px 20px no-repeat;
}
.box .event_list li span {
  width: 80px;
  text-align: right;
  display: block;
  float: left;
  margin-top: 15px;
}
.box .event_list li p {
  width: 760px;
  margin-left: 24px;
  display: inline-block;
  padding-left: 10px;
  background: url(../img/lc-13.png) 5px 0 no-repeat;
  line-height: 25px;
  _float: left;
}
.box .event_list li p>span {
  width: 620px;
  text-align: left;
  padding: 10px 15px;
  margin: 10px 0;
  background: #f7f7f7;
}

.box .event_list li p>span>font {
  color:  #036eb8;
}
.box .titlelist {
  line-height: 24px;
  color: #8c8c8c;
  padding-bottom: 20px;
}
.box .titlelist dt {
  font-weight: 700;
  color: #666;
  white-space: nowrap;
  margin: 10px;
}
.box .titlelist dd {
  padding-left: 13px;
}
h1 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.hr {
  border-top: 1px solid #ccd5de;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 15px 0;
}
.red {
  color: #0065cb;
  font-size: 15px;
}
