.view_list {
  background: #fff;
  width: 100%;
  position: relative;
  /*float: left;*/
  padding: 3px 0;
  font-size: 16px;
  line-height: 30px;
}
.view_list dt {
  padding: 10px 0 10px 10px;
  display: table-cell;
}
.view_list dt img {
  height: 62px;
  width: 90px;
  float: left;
  border-radius: 4px;
  
}
.view_list dd {
  padding: 2px 10px 0 10px;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.view_list h4 {
  color: #666;
  font-size: 1.2em;

}
.view_list h4 span {
  float: right;
  color: #F6AB5D;
  font-size: 16px;
  margin-top: 2px;
  font-weight: bold;
}
.orange-color {
color: #fd9131;
}

.view_list .yuyue_btn2 {
  background: #0EA859;
  color: #fff;
  padding: 4px 20px;
 
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  right: 10px;
}
.view_list .yuyue_btn {
  background: #0EA859;
  color: #fff;
  padding: 4px 20px;
 border:1px solid #0EA859;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
 margin-right: 10px;
 float: right;
}
.view_list .yuyue_btn:nth-of-type(2){
  background: #fff;
  box-sizing: border-box;
  border:1px solid #0EA859;
  color: #0EA859;
  padding: 4px 20px;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
 margin-right: 10px;
 float: right;
}
.yuyue_btn-sangexiao {
  background: #0EA859;
  color: #fff;
  padding: 4px 14px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
 margin-right: 8px;
 float: right;
}
.yuyue_btn:hover {
  background: #009B30;
}
.view_list dt {
  position: relative;
}
.view_list dt div span {
  display: block;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);

  margin: -10px 0 0 0px;
}
.view_list dt div {
  background: url("../images/new-icon.png") no-repeat;
  background-size: 70%;
  position: absolute;
  left: 0;
  height: 50px;
  width: 51px;
  /*padding: 4px;*/
  color: #fff;
  font-size: 12px;
  top: 0;
}
.indexTag span {


  color: #bbb;

  margin-right: 4px;

  font-size: .8em;
  border: 1px solid #ddd;
border-radius: 4px;
padding: 1px 4px;
}
.ta_calendar td.ta_dateRangeGray {
	color: #ccc;
}
.ta_calendar table tbody td {
	vertical-align: middle;
	border: 1px solid #eee;
}