body {
  background-color: #fff;
}

.er-banner {
  width: 100%;
  height: 286px;
  background: url(../img/er-banner.png) center no-repeat;
}

/* 分页 */
.paging {
  text-align: center;
  padding-bottom: 70px;
}

.paging a {
  display: inline-block;
  margin: 0 5px;
  margin-top: 70px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #666666;
  text-align: center;
}

.paging a:hover {
  color: #157961;
}

.paging a.on {
  color: #157961;
}

/* 搜索结果 */
#infoBox {
  width: 100%;
}

#infoBox p {
  padding: 30px 0px;
  margin-bottom: 50px;
  background-color: #fff;
}

.FontListType ul {
  width: 100%;
  margin-top: 30px;
}

.FontListType ul li {
  height: 50px;
  background-color: #ffffff;
  position: relative;
  transition: all 0.4s;
  list-style-type: none;
  margin-bottom: 20px;
}

.FontListType ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #157961;
  position: absolute;
  left: 21px;
  top: 22px;
}

.FontListType ul li span {
  display: block;
  max-width: 600px;
  float: left;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-left: 46px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.FontListType ul li i {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 50px;
  color: #999999;
  margin-right: 20px;
}

.FontListType ul li:last-child {
  margin-bottom: 0px;
}

.FontListType ul li:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

/* 中间内容 */
.middle-content {
  width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* 侧边 */
.middle-side {
  margin: 0;
  width: 300px;
  position: relative;
  top: -70px;
}

.middle-side h2 {
  width: 100%;
  height: 70px;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  background: url(../img/cebian.png) center no-repeat;
}

.middle-side ul {
  margin-top: 2px;
}

.middle-side ul li {
  width: 100%;
  height: 68px;
  background: url(../img/jiandou-hui.png) 255px center no-repeat #efefef;
}

.middle-side ul li a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 68px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
}

.middle-side .on {
  background: url(../img/jiantou-bai.png) 255px center no-repeat #3079cc;
}

.middle-side .on a {
  color: #fffefe;
}

.middle-er {
  width: 845px;
  margin: 0;
}

.dangqian {
  width: 100%;
  margin: 40px 0px;
  height: 35px;
  border-bottom: solid 2px #0080b8;
  box-sizing: border-box;
}

.dangqian h3 {
  padding-left: 25px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 2px;
  color: #333333;
  float: left;
  position: relative;
}

.dangqian h3::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #157961;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 5px;
}

.dangqian div {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1px;
  color: #999999;
  float: right;
  position: relative;
}

.dangqian div ::before {
  content: "";
  width: 15px;
  height: 14px;
  background: url(../img/fangzi.png) center no-repeat;
  position: absolute;
  left: -25px;
  top: 4px;
}

.dangqian div a,
.dangqian div a span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 1px;
  color: #999999;
}

/* 院系概况 */
.yxgk-er {
  width: 100%;
  margin-bottom: 100px;
}

.yxgk-er span,
.yxgk-er p {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  text-indent: 2em;
}

/* 院系新闻 */
.yxxw-er {
  width: 100%;
}

.yxxw-er ul li {
  margin-bottom: 45px;
}

.yxxw-er ul li:last-child {
  margin-bottom: 0px;
}

.yxxw-er ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.imgBox-dang-er>img {
  object-fit: cover;
  display: block;
  width: 154px;
  height: 103px;
}

.imgBox-dang-er {
  margin: 0;
}

.dangjian-text-er {
  margin: 0;
  width: 675px;
  height: 103px;
}

.dangjian-text-er h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 15px;
}

.yxxw-er ul li:hover .dangjian-text-er h4 {
  color: #157961;
}

.dangjian-text-er p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dangjian-text-er span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  position: relative;
}

.dangjian-text-er span::after {
  content: "";
  width: 280px;
  height: 1px;
  border-top: dashed 1px #cacaca;
  position: absolute;
  left: 0;
  top: 12px;
}

.dangjian-text-er span::before {
  content: "";
  width: 280px;
  height: 1px;
  border-top: dashed 1px #cacaca;
  position: absolute;
  right: 0;
  top: 12px;
}

/* 通知公告 */
.tzgg-er {
  width: 100%;
}

.tzgg-er ul li {
  width: 100%;
  margin-bottom: 18px;
  padding-left: 20px;
  padding-right: 25px;
  height: 62px;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px 1px rgba(107, 107, 107, 0.17);
}

.tzgg-er ul li:last-child {
  margin-bottom: 0px;
}

.tzgg-er ul li:hover a span {
  color: #157961;
}

.tzgg-er ul li a span {
  width: 600px;
  display: block;
  margin: 0;
  float: left;
  padding-left: 35px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 2px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.tzgg-er ul li a span::before {
  content: "";
  width: 23px;
  height: 20px;
  background: url(../img/riqi.png) center no-repeat;
  position: absolute;
  left: 0px;
  top: 20px;
}

.tzgg-er ul li a em {
  float: right;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 2px;
  color: #666666;
}

/* 院系领导 */
.yxld-er {
  width: 100%;
  margin-bottom: 95px;
}

.yxld-er ul li {
  margin-bottom: 45px;
}

.yxld-er ul li:last-child {
  margin-bottom: 0px;
}

.yxld-er ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.yxld-er ul li img {
  display: block;
  width: 200px;
  height: 202px;
  object-fit: cover;
  margin: 0;
}

.yxld-text {
  width: 610px;
  height: 100%;
  padding: 7px 0px;
  margin: 0;
}

.yxld-text span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 610px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
}

.yxld-er ul li:hover .yxld-text span {
  color: #157961;
}

.yxld-text p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #999999;
  line-height: 30px;
  text-indent: 2em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* 优秀校友 */
.yxxy-er {
  width: 100%;
}

.yxxy-er ul li {
  margin-bottom: 45px;
}

.yxxy-er ul li:last-child {
  margin-bottom: 0px;
}

.yxxy-er ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.yxxy-er ul li img {
  display: block;
  width: 138px;
  height: 206px;
  object-fit: cover;
  margin: 0;
}

.yxxy-text {
  width: 680px;
  height: 100%;
  padding: 7px 0px;
  margin: 0;
}

.yxxy-text span {
  width: 680px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
  padding-bottom: 20px;
  position: relative;
}

.yxxy-text span::after {
  content: "";
  width: 37px;
  height: 2px;
  background-color: #157961;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.yxxy-er ul li:hover .yxxy-text span {
  color: #157961;
}

.yxxy-text p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 24px;
  text-indent: 2em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

/* 教学环境 */
.jxhj-er {
  width: 100%;
}

.jxhj-er ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jxhj-er ul li {
  margin: 0;
  margin-bottom: 45px;
}

.jxhj-er ul li:last-child,
.jxhj-er ul li:nth-last-child(2) {
  margin-bottom: 0px;
}

.jxhj-er ul li a img {
  display: block;
  width: 380px;
  height: 230px;
  object-fit: cover;
}

.jxhj-er ul li a p {
  width: 380px;
  height: 44px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 2px;
  text-align: center;
  color: #333333;
  background-color: #ffffff;
}

.jxhj-er ul li:hover a p {
  box-shadow: 0px 0px 9px 1px rgba(51, 51, 51, 0.17);
}

/* 就业创业政策 */
.jycyzc-er {
  width: 100%;
}

.jycyzc-er ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.jycyzc-er ul li {
  width: 100%;
  height: 62px;
  margin-bottom: 15px;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px 1px rgba(107, 107, 107, 0.17);
}

.jycyzc-er ul li:last-child {
  margin-bottom: 0px;
}

.jycyzc-time {
  width: 95px;
  height: 62px;
  padding: 11px 20px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}

.jycyzc-time::before {
  content: "";
  width: 1px;
  height: 32px;
  background-color: #157961;
  position: absolute;
  top: 15px;
  right: 0px;
}

.jycyzc-time span {
  display: block;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0px;
  color: #157961;
}

.jycyzc-time p {
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
}

.jycyzc-text {
  width: 730px;
  height: 100%;
  margin: 0;
}

.jycyzc-text p {
  width: 630px;
  height: 100%;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 62px;
  letter-spacing: 2px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  float: left;
}

.imgBox-jy {
  width: 70px;
  height: 62px;
  background-color: #157961;
  margin: 0;
  float: right;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
  display: none;
}

.imgBox-jy img {
  width: 26px;
  height: 26px;
  padding-top: 18px;
  object-fit: cover;
  display: block;
}

.jycyzc-er ul li:hover .imgBox-jy {
  transition: all 0.3s;
  display: block;
}

.jycyzc-er ul li:hover .jycyzc-text p {
  color: #157961;
}

/* 详情页 */
.xqy {
  width: 100%;
  margin-bottom: 70px;
}

.xqy h2 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}

.xqy hr {
  width: 100%;
  height: 1px;
  border: none;
  margin-bottom: 25px;
  border-bottom: dashed 1px #dcdcdc;
}

.xygk-time {
  text-align: center;
  display: flex;
  margin-bottom: 15px;
}

.xygk-time p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}

.xygk-time p:first-child {
  margin-right: 20px;
}

.xygk-time p:last-child {
  margin-left: 20px;
}

.details-main,
.details-main p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 2em;
  text-align: justify;
}

.details-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 20px 0px;
}

/* 专业设置 艺术教育与表演系 */
.ysjy-er {
  width: 845px;
}

.ysjy-er ul li {
  width: 845px;
  height: 150px;
  box-shadow: 0px 0px 9px 1px rgba(107, 107, 107, 0.17);
  padding: 20px 22px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.ysjy-er ul li:last-child {
  margin-bottom: 0;
}

.ysjy-er ul li a h3 {
  padding-left: 30px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 2px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.ysjy-er ul li:hover a h3 {
  color: #157961;
}

.ysjy-er ul li:hover a h3::before {
  background: url(../img/zhuanye2.png) center no-repeat;
}

.ysjy-er ul li a h3::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url(../img/zhuanye1.png) center no-repeat;
  position: absolute;
  top: 7px;
  left: 0;
}

.ysjy-er ul li a p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 2px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 学生风采 优秀作品 */
.yxzp-er {
  width: 845px;
}

.yxzp-er ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yxzp-er ul li {
  width: 400px;
  height: 277px;
  border: solid 1px #fff;
  margin: 0;
  margin-bottom: 35px;
}

.yxzp-er ul li:last-child,
.yxzp-er ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.yxzp-er ul li:hover {
  border: solid 1px #157961;
}

.yxzp-er ul li:hover a p {
  color: #157961;
}

.yxzp-er ul li a img {
  display: block;
  width: 398px;
  height: 234px;
  object-fit: cover;
}

.yxzp-er ul li a p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0px 10px;
  box-sizing: border-box;
}

/* 学生风采 学生活动 */
.xshd-er {
  width: 845px;
}

.xshd-er ul li {
  width: 100%;
  height: 128px;
  margin-bottom: 30px;
}

.xshd-er ul li:last-child {
  margin-bottom: 0;
}

.xshd-er ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.xshd-er ul li:hover .xshd-text h3 {
  color: #157961;
}

.xshd-er ul li:hover .xshd-text span {
  color: #157961;
}

.xshd-img {
  width: 204px;
  height: 128px;
  margin: 0;
}

.xshd-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.xshd-text span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  position: relative;
}

.xshd-text {
  width: 610px;
  height: 100%;
  margin: 0;
}

.xshd-text h3 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
}

.xshd-text p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xshd-text span::after {
  content: "";
  width: 250px;
  height: 1px;
  border-top: dashed 1px #cacaca;
  position: absolute;
  left: 0;
  top: 12px;
}

.xshd-text span::before {
  content: "";
  width: 250px;
  height: 1px;
  border-top: dashed 1px #cacaca;
  position: absolute;
  right: 0;
  top: 12px;
}

/* 学生风采 实训实践 */
.sxsj-er {
  width: 845px;
}

.sxsj-er ul li {
  width: 845px;
  height: 64px;
  margin-bottom: 20px;
}

.sxsj-er ul li a {
  width: 845px;
  height: 64px;
  padding: 0px 23px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.sxsj-er ul li:hover {
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.16);
  box-sizing: border-box;
}

.sxsj-er ul li:hover a p {
  color: #157961;
}

.sxsj-er ul li:hover a p::before {
  background: url(../img/sjsx1.png) center no-repeat;
}

.sxsj-er ul li a p {
  width: 590px;
  padding-left: 45px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: 1px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.sxsj-er ul li a p::before {
  display: block;
  content: "";
  width: 26px;
  height: 24px;
  background: url(../img/sjsx.png) center no-repeat;
  position: absolute;
  left: 0;
  top: 20px;
}

.sxsj-er ul li a span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 64px;
  letter-spacing: 1px;
  color: #333333;
  margin: 0;
}