/**
 *
 * @authors chan.yisen (aihuacyc@gmail.com)
 * @date    2016-06-14 09:25:51
 * @version $Id$
 */

@media (max-width: 600px){
  .form-item{
    display: block;
  }
  .form-item .d-cell{
    display: block;
  }
  .form-item .d-cell:first-child{
    text-align: left;
  }
  .form-item .d-cell:nth-child(2){
    padding-left: 0;
  }
}
@media screen and (min-width: 430px) {

}
@media screen and (min-width: 480px) {

}

@media screen and (min-width: 640px) {
	.date{   font-weight:normal;}
	.ann-list li{padding: 13px 15px; display:flex;}
	.activity, .address, .archive{padding-left: 10px;}
  .ann-list li span{display: table-cell;  }
  .ann-list li:first-child span{ display: table-cell;}
  .ann-list li:first-child { padding: 13px 15px;}
  .ann-list li:first-child span.date, .ann-list li span.date{
  min-width: 180px;
}
 #ver-en .ann-list li:first-child span.date, #ver-en .ann-list li span.date{
  min-width: 140px;
}
.ann-list li span.title{
  /*width: 400px;*/
  padding-right: 40px;
}
.ann-list li span.loca{
  min-width: 120px;
}
.report-li-img, .report-li-right{display: table-cell;
    vertical-align: middle;}
.report-li-right{width: 45%;}

}

@media screen and (min-width: 768px) {
  .ann-high{
    width: 100%;
  }
.report-list li{
  float: left;
  width: 40%;

  margin:0 5%;
}
.inner-report-li{
  width: 100%;
}
.report-list li .report-li-img{
  width: 254px;
}
/*.report-li-img a{
  width: 254px;
  height: 370px;
  overflow: hidden;
}*/
.swipe-indicator {display: none;}
.main-left{
  float: left;
  width:20%;
  margin-bottom: 0;
}
.main-right{
  float: right;
  width:75%;
}

}



