.lf {
  float: left;
}
.rig {
  float: right;
}
.li-inlineblock,
.div-inlineblock,
.select-input,
.sicbg {
  letter-spacing: -10px;
}
.li-inlineblock > li,
.div-inlineblock > div,
.select-input > input,
.sicbg > div {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
/*背景-边框*/
/*居中&上下左右内外边距*/
/*定位*/
/*C3特效*/
/*行数*/
/*a元素样式*/
/*字体相关*/
/*倒三角小图标*/
.pi {
  cursor: pointer;
}
.section {
  /*background: transparent url("http://ch.hznu.edu.cn/template/yxy/img/pagesBG2.jpg") no-repeat center top -50px;*/
  background-size: cover;
}
.section a:hover {
  color: #ae3523;
}
/** 内页头部 **/
.ptop {
  width: 100%;
   /* padding: 29rem 0 3.571rem 0;*/
 
}
.ptop .stText {
  text-align: center;
  width: 100%;
}
.ptop .stText strong {
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
  line-height: 5rem;
  font-size: 2.857rem;
  color: #ffffff;
  position: relative;
}
.ptop .stText strong::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5em;
  width: 1em;
  height: 4px;
  background-color: #ffcc00;
}
.pcon {
  width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.pnav {
  height: 5.714rem;
  border-bottom: 1px solid #e4e4e4;
}
.pnav .pswiper {
  text-align: center;
}
.pnav .pswiper .swiper-slide {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 13.33333333%;
}
.pnav .pswiper .swiper-slide a {
  line-height: 3.357rem;
  font-size: 1.285rem;
  display: inline-block;
  height: 3.357rem;
  width: 100%;
  vertical-align: top;
  padding-top: 2.071rem;
  color: #444444;
}
.pnav .pswiper .swipercu a {
  color: #ae3523;
  position: relative;
}
.pnav .pswiper .swipercu a::after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ae3523;
}
.pnav .pswiper .swiper-slide:hover a {
  color: #ae3523;
}
.ptitle {
  text-align: center;
  line-height: 7.429rem;
  color: #333333;
  font-size: 1.786rem;
  padding-top: 1.143rem;
  min-height: 600px;
}
/** list 列表页 ********************************/
.list {
  width: 950px;
  margin: 0 auto;
}
.list li {
  border-bottom: 1px solid #f1f1f1;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.list li div,
.list li span {
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: top;
  line-height: 3.5rem;
}
.list li div {
  width: 85.78947368%;
  overflow: hidden;
}
.list li a {
  color: #333333;
  font-size: 1.14285714rem;
}
.list li span {
  width: 13.68421053%;
  text-align: right;
  font-family: "Arial";
  color: #999999;
}
.list li::before {
  content: '';
  position: absolute;
  top: 1.18rem;
  left: 0;
  height: 0.95rem;
  width: 0.95rem;
  border: 1px solid #ae3523;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.list li::after {
  content: '';
  position: absolute;
  top: 1.35rem;
  left: 0.2rem;
  height: 0.55rem;
  width: 0.55rem;
  border: 1px solid #ae3523;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/** lead ********************************/
.plead {
  width: 985px;
  margin: 0 auto;
  padding: 2.5rem 0;
}
.plList li {
  padding-bottom: 3.14285714rem;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 160px;
  overflow: hidden;
}
.plList li h1 {
  color: #ae3523;
  font-size: 1.428rem;
  line-height: 2.071rem;
  padding-bottom: 0.5rem;
  font-weight: normal;
}
.plList li .pllpic {
  display: inline-block;
  height: 14rem;
  width: 140px;
  vertical-align: top;
  margin-right: 10px;
}
.plList li .pllpic img {
  height: 100%;
  width: 100%;
}
.plList li .plltext {
  position: absolute;
  top: 35px;
  left: 155px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: inline-block;
  height: auto;
  width: 160px;
  vertical-align: top;
}
.plList li .plltext .plltable {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.714rem;
}
.plList li .plltext .plltable td {
  padding: 0.55rem 0;
  vertical-align: top;
}
.plList li .plltext .plltable tr:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.plList .plshow {
  width: 320px;
}
.plList .plshow .plltext {
  opacity: 0.85;
}
/** organize ********************************/
.poCon {
  padding: 2.5rem 0;
  text-align: center;
}
.poCon .poPic {
  display: inline-block;
  height: 440px;
  width: 780px;
  vertical-align: top;
  background: url('../img/organize_BG1.png') no-repeat center top;
}
.poCon .poPic > div a {
  display: inline-block;
  height: 240px;
  width: 40px;
  vertical-align: top;
  float: left;
  margin-top: 200px;
}
.poCon .poPic > div a:not(:first-child) {
  margin-left: 20px;
}
/** medal ********************************/
.pmCon {
  width: 1000px;
  margin: 0 auto;
  padding: 1.428rem 0;
}
.pmCon .pmtable > div {
  height: auto;
  width: 48%;
}
.pmCon .pmtable > div:first-child {
  margin-right: 4%;
}
.pmCon table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.pmCon table tr {
  border: 1px solid #e4e4e4;
}
.pmCon table th,
.pmCon table td {
  font-weight: normal;
  line-height: 2rem;
  padding: 0.571rem 0 0.571rem 0;
}
.pmCon table th {
  background-color: #fcf4f4;
}
.pmCon table tr td:nth-child(1),
.pmCon table tr th:nth-child(1) {
  width: 75%;
  padding-left: 4.16666667%;
}
.pmCon table tr td:nth-child(2),
.pmCon table tr th:nth-child(2) {
  width: 29.16666667%;
}
.pmCon .pmList {
  padding: 2.143rem 0;
  text-align: center;
}
.pmCon .pmList li {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-bottom: 2.857rem;
}
.pmCon .pmList li:not(:nth-child(4n)) {
  margin-right: 4%;
}
/** news ********************************/
.pnCon {
  padding: 0.7143rem 0;
  width: 950px;
  margin: 0 auto;
}
.pnCon li {
  border-bottom: 1px solid #e8e8e8;
  padding: 1.7143rem 0 1.5rem 0;
}
.pnCon li:first-child {
  padding-top: 0;
}
.pnCon .pnlistlf {
  width: 21.47368421%;
  height: 140px;
  margin-right: 2.73684211%;
  position: relative;
}
.pnCon .pnlistlf img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pnCon .pnlistlf::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 4px;
  left: 4px;
  background-color: #fafafa;
}
.pnCon .pnlistrig {
  width: 74.73684211%;
}
.pnCon .pnlistrig h3 {
  padding-bottom: 6px;
}
.pnCon .pnlistrig h3 a {
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pnCon .pnlistrig h3 a:hover {
  color: #060606;
}
.pnCon .pnlistrig p {
  color: #767676;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.pnCon .pnlistrig .pnlMore a {
  color: #db3040;
  line-height: 30px;
}
.pnCon .pnlistrig .pnlMore a:hover {
  color: #f76e7b;
}
/** person ********************************/
.ppList {
  width: 990px;
  margin: 0 auto;
}
.ppList li {
  padding: 1.4286rem;
  height: 100%;
  width: 43.4%;
  margin-bottom: 2.14285714rem;
  background-color: #f7f7f7;
  zoom:1;
  display:inlime-block;
}
.ppList li:not(:nth-child(2n)) {
  margin-right: 1.1%;
}
.ppList .pplPic {
  height: 220px;
  width: 36.36363636%;
  position: relative;
}
.ppList .pplPic .pplText {
  position: absolute;
  height: 2.571rem;
  width: 85%;
  bottom: 0.714rem;
  left: 7.5%;
  background-color: #ed030c;
  font-size: 0.57142857rem;
  line-height: 12px;
}
.ppList .pplPic .pplStyle {
  margin: 0.5rem 0 0 0;
  color: #fddfe1;
  transform: scale(0.8) translateX(-0.571rem);
}
.ppList .pplPic .pplName {
  position: absolute;
  line-height: 2.8rem;
  top: 0;
  right: 0.57142857rem;
  color: #ffffff;
  font-size: 1.35714286rem;
  font-family: "宋体";
  font-weight: bold;
}
.ppList .pplDesc {
  height: 220px;
  width: 63.63636364%;
  padding: 1.429rem;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.ppList .pplDesc h1 {
  line-height: 2.14285714rem;
  padding-bottom: 0.71428571rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.28571429rem;
}
.ppList .pplDesc p {
  line-height: 1.5rem;
  margin: 0.92857143rem 0;
  color: #8d8d8d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ppList .pplDesc .ppldMore a {
  line-height: 2.28571429rem;
  color: #ed030c;
  padding-left: 1.35714286rem;
  background: transparent url("../img/arrow1.png") no-repeat left center;
}
.ppList .pplDesc .ppldMore a:hover {
  color: #ef5d62;
  text-decoration: underline;
}
/** article ********************************/
.sp-article {
  width: 990px;
  margin: 0 auto;
  padding: 10px 0 30px 0;
}
.spa-head {
  width: 100%;
  padding: 16px 0;
}
/*描述性内容，一般是时间/栏目/作者/浏览人数*/
.spa-desc {
  width: 100%;
  text-align: center;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}
.sp-article h1 {
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding: 7px 0;
  font-size: 26px;
  color: #ae3523;
}
.sp-content {
  color: #444444;
  line-height: 25px;
  font-size: 16px;
}
.sp-content hr {
  border: none;
  margin-bottom: 20px;
}
/** 响应式 ********************************/
/*G电脑屏幕*/
/*G平板屏幕*/
/*G手机屏幕*/
@media screen and (max-width: 768px) {
  .pcon,
  .section,
  .list,
  .pmCon,
  .pnCon,
  .plead,
  .ppList {
    width: 100%;
  }
  .pnav .pswiper .swiper-slide {
    width: 30%;
  }
  .pnav .pswiper {
    width: 100%;
  }
  .ptop {
    padding: 1.67857143rem 0 2.14285714rem 0;
  }
  .ptop .stText strong {
    font-size: 1.42857143rem;
    line-height: 2.5rem;
    font-weight: normal;
  }
  .ptop .stText strong::after {
    height: 2px;
  }
  .pcon {
    width: 93.6%;
    margin: 0 auto;
  }
  .pnav {
    height: auto;
  }
  .pnav .pswiper .swiper-slide a {
    padding-top: 0;
    font-size: 1.1rem;
  }
  .ptitle {
    line-height: 2.5rem;
    padding-top: 0.78571429rem;
    font-size: 1.14285714rem;
    font-weight: bold;
  }
  .list ul,
  .pnCon,
  .mplList,
  .poCon,
  .ppList {
    padding: 10px 0.71428571rem;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /** list ********************************/
  .list li div {
    width: 67.66381766%;
  }
  .list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    height: 100%;
    width: 100%;
    vertical-align: top;
    line-height: 3.5rem;
  }
  .list li div,
  .list li span {
    line-height: 3.5rem;
  }
  .list li span {
    width: 29.91452991%;
    font-size: 0.9em;
  }
  .list li::before {
    top: 1.38rem;
  }
  .list li::after {
    top: 1.59rem;
  }
  /** medal ********************************/
  .pmCon {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pmCon .pmtable > div,
  .mplList {
    width: 100%;
    margin-right: 0;
    font-size: 0.85714286rem;
  }
  .pmCon .pmList {
    padding: 0.42857143rem 0;
    text-align: left;
  }
  .pmCon .pmList img {
    width: 100%;
  }
  .pmCon .pmList li {
    display: inline-block;
    vertical-align: top;
    width: 30.87349398%;
    margin-bottom: 1.07142857rem;
  }
  .pmCon .pmList li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .pmCon .pmList li:not(:nth-child(3n)) {
    margin-right: 3.31325301%;
  }
  /** news ********************************/
  .pnCon .pnlistrig p,
  .pnCon .pnlMore,
  .pnCon .pnlistlf::after {
    display: none;
  }
  .pnCon .pnlistrig h3 a {
    white-space: normal;
  }
  .pnCon .pnlistlf {
    height: 5.143rem;
    width: 34.18803419%;
  }
  .pnCon .pnlistrig {
    height: auto;
    width: 62.39316239%;
  }
  .pnCon .pnlistrig h3 a {
    font-size: 1rem;
    line-height: 15px;
  }
  .pnCon li {
    padding: 0.85715rem 0 0.75rem 0;
  }
  /** lead ********************************/
  .mplList {
    line-height: 1.57142857rem;
  }
  .mplList .mplPic {
    height: 134;
    width: 28.49002849%;
    margin-right: 10px;
  }
  .mplList .mplPic img {
    height: 100%;
    width: 100%;
  }
  .mplList .mplTest1 a {
    color: #ae3523;
    line-height: 2.14285714rem;
  }
  .mplList li p span:first-child {
    display: inline-block;
    height: 100%;
    width: 20.65527066%;
    vertical-align: top;
  }
  .mplList .mplTest2 {
    display: inline-block;
    height: 100%;
    width: 79.34472934%;
    vertical-align: top;
  }
  .mplList li {
    padding-bottom: 1rem;
  }
  /** organize ********************************/
  .poCon .m-poPic {
    width: 100%;
    height: 474px;
    text-align: right;
    background: url('../img/organize_BG2.png') no-repeat center top;
  }
  .poCon .m-poPic > div a {
    height: 24px;
    width: 160px;
    display: block;
  }
  .poCon .m-poPic > div a:not(:first-child) {
    margin-top: 10px;
  }
  .poCon .m-poPic > div .mp2 {
    margin-top: 30px;
  }
  /** person ********************************/
  .ppList li {
    background-color: #FFFFFF;
  }
  .ppList li {
    width: 100%;
    padding: 0;
  }
  .ppList li:not(:nth-child(2n)) {
    margin: 0;
  }
  .pperson .ppList li {
    margin-bottom: 0.71428571rem;
  }
  .ppList .pplPic {
    height: auto;
  }
  .ppList .pplPic img {
    height: 100%;
    width: 100%;
  }
  .ppList .pplDesc {
    padding: 0 3.56125356%;
    height: auto;
  }
  .ppList .pplDesc h1 {
    padding-bottom: 0.35714286rem;
  }
  .ppList .pplDesc p {
    margin: 0.46428572rem 0;
    font-family: "华文细黑";
  }
  .ppList .pplPic .pplStyle {
    transform: scale(0.8) translateX(-0.891rem);
  }
  .ppList .pplPic .pplName {
    right: 0;
    font-size: 1.15714286rem;
  }
  /** person ********************************/
  .sp-article {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp-article h1 {
    font-size: 22px;
  }
}
 
.sp-content td{border:solid #333; border-width:1px;}
.sp-content table{border:0;margin:0;border-collapse:collapse;border-spacing:0;}
/*控制cellspacing*/
.sp-content table td{padding:0;}            
/*# sourceMappingURL=pages.css.map */
.sp-content table{    margin: 0 auto;}