.container .footer {
  border-top: none;
}
.container .px10-1 {
  padding-left: 7.3958vw !important;
  padding-right: 18vw !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .bg {
  background: url(../images/common/bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.container .breadcrumb {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 1.6041vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.container .breadcrumb li {
  font-size: 0.9375vw;
  color: #666666;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .breadcrumb li a {
  font-size: 0.9375vw;
}
.container .breadcrumb li::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: url(../images/breadcrumbIcon.png) no-repeat;
  background-size: 100% 100%;
}
.container .breadcrumb li:last-child {
  color: #972C2A;
}
.container .breadcrumb li:last-child::after {
  display: none;
}
.container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2.187vw;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.container .content .left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.5vw;
  min-width: 230px;
  margin-top: 5.2vw;
}
.container .content .left .hot {
  width: 100%;
  padding: 0.833vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f7f8;
}
.container .content .left .hot .ht span {
  display: inline;
  color: #972C2A;
  font-size: 1.0416vw;
  line-height: 1.1em;
  font-weight: 600;
  padding-bottom: 2px;
  position: relative;
}
.container .content .left .hot .ht span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  bottom: -4px;
  background-color: rgba(255, 171, 72, 0.4);
}
.container .content .left .hot ul li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1vw;
  padding-top: 1vw;
}
.container .content .left .hot ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.container .content .left .hot ul li p {
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 5px 0;
  display: -webkit-box;
  overflow: hidden;
  /*! autoprefixer: off; */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container .content .left .hot ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .content .left .hot ul li div img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.container .content .left .hot ul li div span {
  font-size: 12px;
  color: #999999;
}
.container .content .left .yx {
  width: 100%;
  margin-top: 12px;
  padding: 0.833vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f7f8;
}
.container .content .left .yx .ht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .content .left .yx .ht > span {
  display: inline;
  color: #972C2A;
  font-size: 1.0416vw;
  line-height: 1.1em;
  font-weight: 600;
  position: relative;
  padding-bottom: 2px;
}
.container .content .left .yx .ht > span::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  bottom: -7px;
  background-color: rgba(255, 171, 72, 0.4);
}
.container .content .left .yx .ht a {
  font-size: 0.78125vw;
  color: #ffab48;
}
.container .content .left .yx .ht a img {
  width: 14px;
}
.container .content .left .yx ul {
  padding-top: 1vw;
}
.container .content .left .yx ul li {
  margin-top: 1.1625vw;
}
.container .content .left .yx ul li img {
  width: 100%;
  height: auto;
}
.container .content .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.458vw;
  position: relative;
  overflow: hidden;
}
.container .content .right .topT {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
.container .content .right .topT h2 {
  height: 2.00416vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 1.458vw;
  color: #972C2A;
}
.container .content .right .topT .line {
  height: 6px;
  background: #fbdcb0;
  margin-bottom: 2.187vw;
}
.container .content .right .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .content .right .list .card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30.6%;
  margin-bottom: 2.187vw;
  cursor: pointer;
}
.container .content .right .list .card .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.container .content .right .list .card .img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.container .content .right .list .card .img img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.container .content .right .list .card .t {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .content .right .list .card .t h6 {
  padding: 11px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 1.3em;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .content .right .list::after {
  content: '';
  display: block;
  height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30.6%;
  margin-top: 2.187vw;
}
.container .content .right .list .card-alumnusactive .bottom {
  padding-bottom: 10px;
  border-bottom: 5px solid #BC9E71;
}
.container .content .right .list .card-alumnusactive .bottom .c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .content .right .list .card-alumnusactive .bottom .c img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.container .content .right .list .card-alumnusactive .bottom .c span {
  font-size: 0.7291vw;
  color: #6B7181;
}
.container .content .right .wrap {
  text-align: center;
  margin-top: 15px;
}
.container .content .right .wrap .time {
  color: #666666;
}
.container .content .right .wrap .c {
  margin-top: 15px;
  text-align: left;
}
.container .content .right .wrap .c img {
  display: block;
  width: 100%;
  height: auto;
}
.container .content .right .wrap .c p {
  text-indent: 28px;
  font-size: 14px;
}
.container .content .left .yx .iBox p{
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 5px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#pages {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
#pages a,
#pages span {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 22px;
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #DDDDDD;
  display: inline-block;
  font-family: "Microsoft YaHei", "Helvetica Neue", helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#pages font {
  font-family: "Microsoft YaHei", "Helvetica Neue", helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
}
#pages a {
  text-decoration: none;
}
#pages a:hover {
  border: 1px solid #153179;
  background-color: #153179;
  color: #fff;
}
#pages span {
  border: 1px solid #153179;
  background-color: #153179;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 0px;
}
#pages a.previous {
  width: 25px;
  position: relative;
  top: 0px;
}
#pages a.next {
  width: 25px;
  position: relative;
  top: 0px;
}
#pages-num {
  width: 32px;
  height: 20px;
  border: 1px solid #DDDDDD;
}
.pages-nodata {
  margin: 30px auto 0 auto;
  width: 150px;
}
@media (max-width: 1100px) {
  .container .content {
    padding-top: 0;
  }
  .container .content .left {
    display: none;
  }
  .container .content .right {
    margin-left: 0;
  }
  .container .content .right .list .card {
    margin-bottom: 15px;
  }
  .container .content .right .list .card .t h6 {
    font-size: 14px;
  }
  .container .content .right .topT {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .container .content .right .topT h2 {
    font-size: 20px;
    height: auto;
  }
}
@media (max-width: 800px) {
  .container .content {
    padding-top: 15px;
  }
  .container .content .right .list .card {
    width: 48%;
  }
}
