﻿.FriendLink {
  /* padding: 20px 0 0; */
  background: #fff;
  margin: 0 auto ;
}

.friendlink {
  width: 1238px;
  margin: 0 auto;
  padding: 20px;
}

.friendlink p span {
  padding: 0 15px;
  line-height: 30px;
  display: inline-block;
}

.friendlink p a {
  color: #666;
}

.friendlink p a:hover {
  color: #81662E;
}

@media only screen and (max-width:1366px) {
  .friendlink {
   width: 938px;
  }
  .picMarquee-left .bd {
   width: 800px !important;
  }
}

@media only screen and (max-width:768px) {
  .FriendLink,
  .friendlink {
   display: none;
  }
}

.picMarquee-left {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.picMarquee-left .hd {
  overflow: hidden;
  height: 30px;
  float: left;
  line-height: 30px;
  padding-right: 10px;
  _width: 74px;
}

.picMarquee-left .bd {
  float: left;
  width: 1045px;
  _width: 500px;
}

.picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picMarquee-left .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  height: 30px;
}

.picMarquee-left .bd ul li .pic {
  text-align: center;
}

.picMarquee-left .bd ul li .title {
  line-height: 24px;
} 