/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/*******开始内页会员风采*****/
.p-content {
  width: 100%;
  float: left;
}
.p-left {
  width: 190px;
  float: left;
  margin-bottom: 20px;
  margin-top: 15px;
}
.p-sort {
  width: 100%;
  float: left;
}
.p-sort > ul {
  width: 100%;
  float: left;
  margin-top: 5px;
  background: #f7f7f7;
}
.p-sort > ul li {
  border-bottom: #fff solid 1px;
  width: 100%;
  float: left;
  line-height: 34px;
  padding-left: 46px;
  color: #333;
  font-size: 12px;
  background: #f7f7f7 url(../images/icon/ico05.png) 23px center no-repeat;
}
.p-sort > ul li:hover,
.p-sort > ul li.active {
  background: #1e5a8d url(../images/icon/ico06.png) 23px center no-repeat;
}
.p-sort > ul li:hover a,
.p-sort > ul li.active a {
  color: #fff;
  background: url(../images/icon/ico07.png) 116px center no-repeat;
  display: block;
  transition: none;
}
.sort-t {
  width: 100%;
  float: left;
  background: #f7f7f7 url(../images/icon/ico04.png) 155px center no-repeat;
  height: 55px;
  padding-left: 17px;
}
.sort-t em {
  display: block;
  font-size: 20px;
  color: #222;
  margin-top: 5px;
  height: 24px;
}
.sort-t i {
  color: #999;
  display: block;
  font-size: 14px;
}
.p-right {
  width: 800px;
  float: right;
  padding-left: 5px;
  border-left: #eeeeee solid 1px;
}
.location {
  width: 100%;
  float: left;
  border-bottom: #e3dfdf solid 1px;
  height: 48px;
  line-height: 48px;
}
.location > .fl {
  padding-left: 20px;
  color: #1e5a8d;
  font-size: 15px;
}
.location > .fr {
  padding-left: 20px;
  font-size: 13px;
  color: #333;
  background: url(../images/icon/ico08.png) left center no-repeat;
}
.location > .fr a {
  padding: 0 5px;
}
.p-teamlist {
  width: 100%;
  float: left;
  padding-left: 15px;
  margin-top: 10px;
}
.p-teamlist dl {
  float: left;
  border: #e4e4e4 solid 1px;
  margin: 28px 10px 5px ;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.p-teamlist dl:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.p-teamlist dl dt img {
  width: 213px;
  height: 186px;
}
.p-teamlist dl dd {
  text-align: center;
  line-height: 30px;
}
/*******结束内页会员风采*****/
/***************开始内页翻页*************/
.page {
  width: 100%;
  float: left;
  margin: 40px 0;
  text-align: center;
}
.page a {
  width: 38px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  color: #696969;
  background: #ececec;
  margin: 0px 2px;
  font-size: 14px;
  border-radius: 3px;
}
.page a.first {
  width: 70px;
}
.page a:hover,
.page a.active {
  background: #1556a4;
  color: #fff!important;
}
/***************结束内页翻页*************/
/*******开始内页新闻列表*****/
.p-newslist {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.p-newslist li {
  width: 99%;
  float: left;
  border-bottom: #ddd dotted 1px;
  line-height: 37px;
}
.p-newslist li a {
  color: #333;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 90%;
  width: 680px;
  padding-left: 25px;
  background: url(../images/icon/ico09.png) 10px center no-repeat;
}
.p-newslist li a:hover {
  color: #2d4689;
}
.p-newslist li span {
  float: right;
  color: #999;
  font-size: 13px;
}
/*******结束内页新闻列表*****/
