.header {
  background: #fff url(../images/header_bg.png) no-repeat center center;
  margin-bottom: 24px;
}
.header .header_in {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 131px;
}
.header .header_in .logo {
  margin-top: 22px;
  margin-right: 245px;
}
.header .header_in .nav ul li {
  float: left;
  line-height: 131px;
  margin-right: 40px;
}
.header .header_in .nav ul li a {
  font-size: 18px;
  font-weight: bold;
}
.header .header_in .nav ul li.active a {
  color: #bd1a1f;
}
.content-box {
  width: 1200px;
  padding: 25px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.pagebanner {
  margin-bottom: 15px;
}
.pagebanner img {
  height: 230px;
}
.classifyModule {
  height: 63px;
  line-height: 63px;
  border: #dbdbdb;
  overflow: hidden;
  padding: 0 0 0 60px;
  border: #dbdbdb 1px solid;
  margin-bottom: 42px;
}
.classifyModule .classifyLeft {
  font-size: 16px;
  color: #838383;
  margin-right: 10px;
}
.classifyModule .classifyList {
  line-height: 63px;
}
.classifyModule .classifyList a {
  display: inline-block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 30px;
  font-size: 16px;
  color: #2f2f2f;
}
.classifyModule .classifyList a:last-child {
  margin-right:0
}
.classifyModule .classifyList a.cur {
  background: #bd1a1f;
  color: #fff;
}
.peopleList {
  margin-top: 84px;
}
.peopleList ul {
  overflow: hidden;
}
.peopleList ul li {
  float: left;
  width: 212px;
  height: 260px;
  position: relative;
  overflow: hidden;
  margin-right: 22px;
  margin-bottom: 20px;
}
.peopleList ul li:nth-child(5n) {
  margin-right: 0;
}
.peopleList ul li img{
  width:100%;
  height:100%
}
.peopleList ul li img.like_icon {
  width: auto;
  height: auto;
  position:absolute;
  right:0;
  top:0
}
.peopleList ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 42px;
  line-height: 42px;
  background: rgba(189, 26, 31, 0.8);
  text-align: center;
  width: 100%;
}
.peopleList ul li p span {
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
}
.schoolList ul li {
  border-bottom: #d9d9d9 1px solid;
  padding: 17px 46px 17px 17px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.schoolList ul li img.like_icon {
  position: absolute;
  right: 0;
  top: 0;
}
.schoolList ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.schoolList ul li .title_img {
  width: 288px;
  height: 193px;
  margin-right: 24px;
  float: left;
}
.schoolList ul li .title_img img {
  width: 100%;
  height: 100%;
}
.schoolList ul li dl dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 16px 0 24px;
}
.schoolList ul li dl dt a {
  font-size: 18px;
  font-weight: bold;
}
.schoolList ul li dl dd {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 30px;
}
.schoolList ul li dl dd a {
  font-size: 14px;
  color: #f00a11;
  margin-left: 10px;
}
.mianbaoxie {
  height: 85px;
  line-height: 85px;
  border-bottom: #e2e2e2 1px solid;
  padding: 0 34px;
}
.mianbaoxie label {
  font-size: 16px;
  color: #bebebe;
}
.mianbaoxie a,
.mianbaoxie span {
  font-size: 16px;
  color: #4b4b4b;
  margin-left: 10px;
}
.infoContent {
  padding: 40px 80px;
}
.infoContent .title {
  font-size: 26px;
  color: #292929;
  text-align: center;
}
.infoContent .date {
  font-size: 16px;
  color: #808080;
  margin: 15px 0 45px;
  text-align: center;
}
.infoContent .contentInner img {
  /*width: 700px !important;*/
  display: block;
  margin: 20px auto;
}
.content-box .gdbxContain {
  height: 488px;
  padding: 10px 320px 10px 10px;
  box-sizing: border-box;
  border: #a37b3c 1px solid;
  position: relative;
}
.content-box .gdbxContain .gdbxVideo {
  width: 100%;
  height: 100%;
}
.content-box .gdbxContain .grsjBox {
  position: absolute;
  right: 0;
  width: 320px;
  height: 517px;
  box-sizing: border-box;
  top: -20px;
  background: #a37b3c;
  padding: 35px 20px 0;
}
.content-box .gdbxContain .grsjBox .like_icon {
  position: absolute;
  right: 0;
  top: 0;
}
.vjs-icon-placeholder {
  color: #fff;
  font-size: 18px;
}
.video-js .vjs-big-play-button {
  line-height: 40px;
}
.translateBox {
  position: absolute;
  left: 0;
  top: 0;
}
.translateBox div {
  color: #fff;
}
.footer {
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: #c90c10;
}
