.modteamlists .item-cell {
  width: 48%;
  height: 285px;
  overflow: hidden;
  margin-bottom: 2%;
  float: left;
  margin-right: 2%;
  background: #f7f8f9;
}
.modteamlists .item-pic {
  position: relative;
  float: left;
  width: 185px;
}
.style-icos {

  background: url(/img/fg2.png) 0 center no-repeat;
    background-size: auto;
 
  position: absolute;
  z-index: 1;
  
}
.modteamlists .my-works .item-core:hover span {
  display: block;
}
.modteamlists .my-works .item-core span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  display: none;
}
.modteamlists .my-works .item-core cite {
  padding-top: 20%;
  display: block;
}
.modteamlists .my-works .item-core span * {
  color: #fff;
}
.modteamlists .my-works .item-core i {
  font-style: normal;
  font-size: 18px;
  display: block;
}
.modteamlists .style-icos2 {
  width: 72px;
  height: 72px;
  background-size: 72px auto !important;
}
.modteamlists .style-icos2 span {
  font-size: 12px;
  top: 15px;
}
.style-icos span {
  position: relative;
  top: 17px;
  left: -5px;
  display: block;
  font-size: 18px;
  color: #fff;
  transform: rotate(-45deg);
}
.item-pic img{
  position: absolute;

  top: 0px;
  max-width: none;
  max-height: none;
  width: 185px;
  height: 285px;
}
.modteamlists .item-cnt {
  min-height: 285px;
}
.modteamlists .item-cnt {
  margin-left: 185px;
  padding: 4% 3% 2% 4%;
  box-sizing: border-box;
  background: #f7f8f9 url(/img/desbg.jpg) 0 0 repeat-y;
  position: relative;
  overflow: hidden;
}
.modteamlists .item-tit span {
  font-size: 22px;
  font-weight: bold;
  padding-right: 20px;
  color: #111;
}
.modteamlists .item-tit cite {
  display: inline-block;
  background: #c3141c;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  min-width: 60px;
  font-style: inherit;
}
.modteamlists .person-bt a {
  display: block;
  width: 100px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #333333;
  border-radius: 28px;
  color:#535353;
}
.modteamlists .person-bt {
  position: absolute;
  right: 20px;
  top: 8%;
}
.modteamlists .intr1 {
  font-size: 12px;
  color: #666;
  padding: 10px 0 8px 0;
}
.modteamlists .per-intr a {
  color: #999;
}
.modteamlists .my-works {
  margin-top: 15px;
  margin-right: -2%;
  overflow: hidden;
  height: 120px;
}
.modteamlists .my-works .item-core {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 2%;
  text-align: center;
}
.item-pic2 {
  height: 120.43px;
  overflow: hidden;
  position: relative;
}
.item-pic2 img{
  position: absolute;
  top: -6px;
  left: 0px;
  max-width: none;
  max-height: none;
  width: 175px;
  height: 131px;
}
.wrap-layer {
  max-width: 1280px;
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.modteamlists{

  width: 1280px;

  margin: 0 auto;
  position: relative;
}
.pagination{
	margin: 30px 0;
  height: 70px;
}
.pagination li {
  list-style: none;
  background: #F7F7F7 !important;
  color: #999999;
  line-height: 30px;
  text-align: center;
  margin: 0 4px;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  padding: 4px 15px;
  float: left;
}
.pagination li a {
  color: #999999;
}
.pagination .active a {
  color: #c3141c !important;
}