.jlb_main {
  width: 1200px;
  margin: 30px auto 40px;
  overflow: hidden;
}
.jlb_main .page_crumbs {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
.jlb_main .page_crumbs a {
  font-size: 16px;
  color: #161616;
}

.content {
  margin-top: 30px;
}
.content .club_nav {
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #2d64c9;
}

.content .club_nav li {
  float: left;
  width: 180px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  cursor: pointer;
  font-size: 20px;
  color: #161616;
}
.content .club_nav .on {
  color: #fff;
  background-color: #2d64c9;
}

.content .content_main {
  overflow: hidden;
  width: 100%;
}
.content .content_main .content_left {
  float: left;
  width: 870px;
  min-height: 1100px;
  overflow: hidden;
}
.content .content_main .content_left .content_item ul {
  width: 100%;
  height: 1060px;
}
.content .content_main .content_left .content_item li {
  float: left;
  width: 400px;
  height: 128px;
  margin-left: 30px;
  margin-top: 30px;
  padding-top: 15px;
  padding-left: 15px;

  overflow: hidden;
  background-color: #ffffff;
  border: solid 1px #dddddd;
}

.content .content_main .content_left .content_item li .img {
  float: left;
  width: 90px;
  height: 100px;
  margin-right: 18px;
}
.content .content_main .content_left .content_item li .img img {
  width: 100%;
  height: 100%;
}

.content .content_main .content_left .content_item li .des {
  float: left;
  width: 290px;
  overflow: hidden;
  margin-top: 10px;
}

.content .content_main .content_left .content_item li .des .title {
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #161616;
}
.content .content_main .content_left .content_item li .des .classify {
  font-size: 16px;
  color: #161616;
  opacity: 0.5;
  margin-top: 8px;
}
.content .content_main .content_left .content_item li .des .site {
  font-size: 16px;
  color: #161616;
  opacity: 0.5;
  margin-top: 8px;
}
.content .content_main .content_left .content_item li .des .site img {
  vertical-align: middle;
}

.content .content_main .content_left .content_item li:nth-child(odd) {
  margin-left: 0px;
}

.content .content_main .content_right {
  float: right;
  margin-top: 30px;

  width: 300px;
  height: 1100px;
}
.new_title{
  font-size: 24px;
	color: #2d64c9;
  margin-bottom: 20px;
}

.new_content .content_item{
  height: 270px;
  width: 300px;
  margin-top: 25px;
}

.new_content .content_item img {
  height: 175px;
  width: 300px;
}
.item_title{
  width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #161616;
  margin-top: 10px;
}
.item_timer{
  margin-top: 5px;
  font-size: 14px;
  color: #161616;
  opacity: 0.5;
}
