.venue_yd_main {
  width: 1200px;
  min-height: 400px;
  margin: 40px auto;
  overflow: hidden;
}
/* 筛选条件  start*/
.c_type {
  margin-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.c_type .reservation-x,
.c_type .reservation-m {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.c_type .reservation-x .reser,
.c_type .reservation-m .reser,
.c_type .reservation-x .reser-m,
.c_type .reservation-m .reser-m {
  float: left;
  width: 100px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #171717;
}
.c_type .reservation-x .su-ul,
.c_type .reservation-m .su-ul {
  float: left;
  width: 1100px;
  overflow: hidden;
}
.c_type .reservation-x .su-ul li,
.c_type .reservation-m .su-ul li {
  float: left;
  width: 100px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.c_type .reservation-x .su-ul li a,
.c_type .reservation-m .su-ul li a {
  font-size: 16px;
  color: #171717;
}
.c_type .reservation-x .su-ul .quanbu,
.c_type .reservation-m .su-ul .quanbu {
  background-color: #eaeff9;
  border-radius: 20px;
}
.c_type .reservation-x .su-ul .quanbu a,
.c_type .reservation-m .su-ul .quanbu a {
  color: #2d64c9;
}
.c_type .reservation-t {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.c_type .reservation-t .reser-t {
  float: left;
  width: 100px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #171717;
}
.c_type .reservation-t .resert-ul {
  float: left;
  width: 1100px;
  overflow: hidden;
}
.c_type .reservation-t .resert-ul li {
  float: left;
  min-width: 100px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.c_type .reservation-t .resert-ul li a {
  font-size: 16px;
  color: #171717;
}
.c_type .reservation-t .resert-ul .resert-li {
  background-color: #eaeff9;
  border-radius: 20px;
}
.c_type .reservation-t .resert-ul .resert-li a {
  color: #2d64c9;
}

.quanbu1{
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px
}
.quanbu1 .laydate-icon{
  width: 200px;
  color: #e4e4e4;
  text-indent: 10px;
  background-image: url(../images/shijian.png);
  background-repeat: no-repeat;
  background-position: right center;
  outline: 0;
  border: 1px solid #e4e4e4;
  vertical-align: text-top;
  cursor: pointer;
  height: 30px;
}

.quanbu1 .sn-btn-selectTime{
  height: 27px;
  width: 47px;
  margin-left: 10px;
  background: #2d64c9;
  outline: none;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  border: 0;
  
}
/* 筛选条件  end*/

/* 列表  start*/
.main_list{
  margin-top: 30px;
  overflow: hidden;
  width: 1200px;
  min-height: 200px;
}

/* 最新上架 比赛时间 */
.gongong{
  width: 100%;
  height: 65px;
  line-height: 65px;
  border-bottom: 3px solid #3a6dcc; 
  overflow: hidden;
}
.gongong .yangshi {
    display: inline-block;
    width: 180px;
    height: 100%;
    text-align: center;
    font-size: 20px;
	  color: #161616;
    cursor: pointer;
}
.gongong .ys1{
  background-color: #2d64c9;
  color: #fff;
}


/* left */
.list_left{
  /*float: left;*/
  width: 1200px;
  margin-top: 25px;
  min-height: 200px;
}
.list_left .zh_div{
  height: 130px;
  margin: 0 auto;
  margin-top: 20px;
  width: 870px;
  overflow: hidden;
  border-bottom: 5px;
  border-bottom: 1px #dddddd  solid;
}


.zh_div .item_img {
  float: left;
  width: 213px;
	height: 118px;
}
.zh_div .item_img img {
  width: 213px;
	height: 118px;
}

.zh_div .item_info{
  float: left;
  width: 620px;
  position: relative;
  margin-left: 30px; 
}

.zh_div .item_info li {
  margin-top: 5px;
}

.zh_div .item_info .dd_title {
  font-size: 18px;
	color: #161616;
  width: 550px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zh_div .item_info .xgys{
  font-size: 16px;
	color: #a6a6a6;
}

.zh_div .item_info .xgys .more{
  font-size: 18px;
  font-weight: bold;  
	color: #ff9100;
}


.zh_div .item_info .xgys1 {
  width: 60px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #eaeff9;

  font-size: 14px;
	color: #2d64c9;
}
.zh_div .item_info .bm {

  position: absolute;
  right: 0;
  top: 45px;
  width: 118px;
	height: 35px;
  border: 0;
  color: #fff;
  text-align: center;
}




/* right*/
.list_right{
  float: right;
  width: 300px;
  margin-top: 25px;
  min-height: 200px;
}

.rmss_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;
}

/* 列表  end*/