body {
  background-color: #f8f8f8f8;
}
.er-banner {
  width: 100%;
  height: 300px;
  background: url(../img/banner.png) center no-repeat;
  background-size:cover;
}
/* 分页 */
.paging {
  text-align: center;
  padding-bottom: 50px;
}
.paging a {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  margin-top: 50px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #333333;
}
.paging a:hover {
  color: #fd6628;
}
.paging a.on {
  color: #fd6628;
}
.ymdh {
  width: 1200px;
  height: 73px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-top: solid 1px #fd6628;
  margin-top: 16px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
}
.bt-dh {
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bt-dh li a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 2px;
  color: #333333;
  margin-right: 30px;
}
.bt-dh .on1 a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  line-height: 72px;
  color: #fd6628;
}
.bt-dh .on1::before {
  content: "";
  width: 52px;
  height: 2px;
  background-color: #fd6628;
  position: absolute;
  top: 57px;
}
.dqwz {
  margin: 0;
  margin-right: 30px;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #666666;
}
.dqwz a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 72px;
  letter-spacing: 0px;
  color: #666666;
}
.dqwz::before {
  content: "";
  width: 23px;
  height: 21px;
  background: url(../img/shouye.png) center no-repeat;
  position: absolute;
  left: -30px;
  top: 24px;
}
/* 通知公告 */
.work-gg-er {
  width: 1200px;
}
.work-gg-er ul {
  width: 100%;
  margin-bottom: 50px;
}
.work-gg-er ul li {
  width: 100%;
  height: 63px;
  background-color: #ffffff;
  margin-bottom: 35px;
  list-style-type: none;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.14);
  position: relative;
}
.work-gg-er ul li:last-child {
  margin-bottom: 0px;
}
.work-gg-er ul li a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.work-gg-er ul li:hover .gonggao-zz {
  color: #fd6628;
}
.time-zz-er {
  width: 63px;
  height: 72px;
  padding: 15px 0px;
  box-sizing: border-box;
  margin: 0;
  margin-top: -8px;
  z-index: 10;
  background-color: #fd6628;
}
.work-gg-er ul li::after {
  content: "";
  width: 20px;
  height: 6px;
  z-index: 0;
  background-color: #b03300;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 58px;
}
.time-zz-er > h5 {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  text-align: center;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 5px;
}
.time-zz-er > p {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.gonggao-zz-er {
  width: 1040px;
  height: 100%;
  margin: 0;
  padding: 0px 82px 0px 15px;
  background-color: #fff;
  z-index: 15;
}
.gonggao-zz-er p {
  width: 1040px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 63px;
  letter-spacing: 1px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* 专业设置 */
.zysz-er {
  width: 1200px;
  padding: 30px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.zysz-er ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.zysz-er ul li {
  width: 550px;
  margin: 0;
  height: 258px;
  margin-bottom: 35px;
  background-color: #ffffff;
  border: solid 2px #c9c9c9;
  box-sizing: border-box;
}
.zysz-er ul li:last-child,
.zysz-er ul li:nth-last-child(2) {
  margin-bottom: 0px;
}
.zysz-er ul li img {
  display: block;
  width: 546px;
  height: 199px;
  object-fit: cover;
}
.zysz-er ul li p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 55px;
  letter-spacing: 4px;
  color: #333333;
  text-align: center;
}
.zysz-er ul li:hover {
  border: solid 2px #fd6628;
}
.zysz-er ul li:hover p {
  color: #fd6628;
}
/* 学院概况 */
.xygk-er {
  width: 1200px;
  margin-bottom: 50px;
  padding: 46px 30px 65px 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.xygk-er p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #666666;
}
/* 新闻动态 */
.xwdt-er {
  width: 1200px;
}
.xwdt-er ul li {
  margin-bottom: 30px;
}
.xwdt-er ul li:last-child {
  margin-bottom: 0px;
}
.xwdt-er ul li:hover .xwdt-text-bt span:nth-child(1) {
  color: #fd6628;
}
.xwdt-er ul li a {
  width: 1200px;
  height: 200px;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.xwdt-er ul li a img {
  display: block;
  width: 351px;
  height: 200px;
  object-fit: cover;
  margin: 0;
}
.xwdt-text {
  margin: 0;
  width: 849px;
  padding: 35px 30px;
  box-sizing: border-box;
}
.xwdt-text-bt {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.xwdt-text-bt span:nth-child(1) {
  display: block;
  width: 660px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.xwdt-text-bt span:nth-child(2) {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #666666;
  margin: 0;
  position: relative;
}
.xwdt-text-bt span:nth-child(2)::before {
  content: "";
  width: 11px;
  height: 11px;
  background: url(../img/rili.png) center no-repeat;
  position: absolute;
  left: -20px;
  top: 4px;
}
.xwdt-text p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 师资队伍 */
.szdw-er {
  width: 1200px;
  background-color: #ffffff;
  margin-bottom: 50px;
  padding: 30px 20px 0px 40px;
  box-sizing: border-box;
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.szdw-er ul li:last-child {
  margin-bottom: 0px;
}
.szdw-er ul li {
  height: 214px;
  margin-bottom: 33px;
}
.szdw-er ul li a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.szdw-er ul li a img {
  display: block;
  width: 188px;
  height: 214px;
  object-fit: cover;
  margin-right: 25px;
}
.szdw-er ul li a div {
  width: 927px;
  height: 100%;
}
.szdw-er ul li:hover a h4 {
  color: #fd6628;
}
.szdw-er ul li a h4 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 0px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.szdw-er ul li:hover a h4::before {
  background-color: #fd6628;
}
.szdw-er ul li a h4::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #bdbdbd;
  position: absolute;
  top: 65px;
}
.szdw-er ul li a p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #666666;
  text-indent: 2em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 实训基地 */
.sxjd-er {
  width: 1200px;
  background-color: #fff;
  padding: 30px 30px 0px 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.sxjd-er ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sxjd-er ul li {
  margin: 0;
  width: 550px;
  height: 390px;
  margin-bottom: 20px;
}
.sxjd-er ul li:nth-last-child(2),
.sxjd-er ul li:last-child {
  margin-bottom: 0px;
}
.sxjd-er ul li a img {
  display: block;
  width: 550px;
  height: 330px;
  object-fit: cover;
}
.sxjd-er ul li a p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  text-align: center;
  letter-spacing: 4px;
  color: #333333;
}
/* 详情页 */
.xqy {
  width: 1200px;
  padding: 45px 30px 50px 30px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 50px;
  box-shadow: 1px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.xqy h2 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.xqy hr {
  border: none;
  height: 1px;
  background-color: #e4e4e4;
  margin-bottom: 15px;
}
/* .xygk-er h2{
    font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 2px;
	color: #333333;
    text-align: center;
    margin-bottom: 30px;
}
.xygk-er hr{
    border: none;
    height: 1px;
    background-color: #e4e4e4;
    margin-bottom: 20px;
} */
.xygk-time {
  text-align: center;
  margin-bottom: 15px;
}
.xygk-time span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #666666;
  position: relative;
}
.xygk-time span:nth-child(1) {
  margin-right: 40px;
}
.xygk-time span:nth-child(1)::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/sjxzq.png) center no-repeat;
  position: absolute;
  left: -18px;
  top: 3px;
}
.xygk-time span:nth-child(2)::before {
  content: "";
  width: 19px;
  height: 13px;
  background: url(../img/yanjing.png) center no-repeat;
  position: absolute;
  left: -25px;
  top: 3px;
}
.details-main div {
  font-size: 16px;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #666666;
  text-indent: 2em;
}
.details-main div img {
  display: block;
  max-width: 100%;
}
/* 搜索结果 */
#infoBox {
  width: 1200px;
}
#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:last-child{
  margin-bottom: 0px;
}
.FontListType ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fd6628;
  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:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
