
.content{
  clear:both;
  width:1180px;
  height:auto;
  min-height:695px;
  overflow:hidden;
  margin:0 auto;
  margin-bottom:20px;
}
.content .title{
  clear:both;
  font-size:46px;
  color:#f10180;
  font-family:"ºÚÌå";
  font-weight:700;
  margin-bottom:60px;
}
.content .list{
  clear:both;
  width:100%;
  height:auto;
  overflow:hidden;
}
.content .list tr td{
  width:50%;
  border-right:4px solid #f2f2f2;
  border-bottom:4px solid #f2f2f2;
  padding:30px 0px;
}
.content .list tr td:nth-child(2n){
  border-right:none;
}

.content .list tr:last-child td{
 border-bottom:none;
}
.content .list .image{
  display:block;
  margin-bottom:30px;
  margin-left:30px;
}
.content .list tr td:nth-child(2n) .image{
 margin-top:-24px;
}
.content .list .text,
.content .list .link,
.content .list .tit
{
  clear:both;
  width:524px;
  height:auto;
  overflow:hidden;
  color:#666;
  font-size:16px;
  font-family:"ËÎÌå";
  text-align:justify;
  line-height:24px;
  margin-left:30px;
}
.content .list .tit{
 font-weight:200;
 font-size:18px;
 color:#333;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
 margin-bottom:28px;
}
.content .list .link{
  display:block;
  margin-bottom:30px;
}
.content .list .link:hover{
 color:#f10180;
}


