#app {
position: relative;
}
.home-index {
  /** 学院简介1*/
  /** 学生管理*/
  /** 鲲鹏产业学院 **/
  /** 党团建设 **/
}
.home-index .container-xyjj {
  width: 100%;
  background: url('../img/xyjj-bg.png') no-repeat;
  background-size: 100% 100%;
height: 440px;
}
.home-index .container-xyjj .xyjj {
  background: #ffffff;
  box-shadow: 0px 3px 24px 1px rgba(33, 70, 98, 0.3);
  border-radius: 12px;
  padding: 28px 24px;
  position: relative;
  z-index: 10;
}
.home-index .xyjj-conter {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.home-index .xyjj-conter .left {
  width: 480px;
  margin-right: 40px;
}
.home-index .xyjj-conter .left .title {
  font-size: 24px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #20130a;
  line-height: 2;
  margin-bottom: 10px;
  margin-top: -10px;
}
.home-index .xyjj-conter .left .text {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #161718;
  line-height: 28px;
  text-align: justify;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.home-index .xyjj-conter .left .more {
  display: inline-block;
  padding: 8px 22px;
  margin-top: 28px;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  background: linear-gradient(268deg, #4fb8f9 0%, #2482e9 100%);
  box-shadow: 0px 3px 6px 1px rgba(28, 88, 166, 0.27);
  border-radius: 8px;
  letter-spacing: 1px;
}
.home-index .xyjj-conter .right {
  flex: 1;
  height: 300px;
  border-radius: 8px;
  border: 1px solid #0e73cc;
}
.home-index .xyjj-conter .right .r-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  margin: -16px;
}
.home-index .container-tzgg,
.home-index .container-zsjy {
  width: 100%;
  padding-top: 34px;
  background-color: #fff;
}
.home-index .container-zsjy {
  background: #fbfbfb;
}
.home-index .container-zsjy .w-box2 .tabs-b .news-item a {
  margin: 24px 0;
}
.home-index .xsgl {
  flex: 1;
  display: flex;
  padding: 26px 0;
  align-items: flex-start;
flex-wrap: wrap;
}
.home-index .xsgl .l img,
.home-index .xsgl .r img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.home-index .xsgl .l {
  width: 236px;
  height: 310px;
  border-radius: 8px;
  margin-right: 24px;
}
.home-index .xsgl .r {
  width: 224px;
  height: 144px;
  border-radius: 8px;
margin:10px;
}
.home-index .xsgl .r a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.home-index .xsgl .r a + a {
  margin-top: 24px;
}
.home-index .xsgl .r + .r {
 //   margin-left: 24px;
}
.home-index .chinese-title {
  font-size: 24px;
  color: #1a63be;
  text-align: center;
  padding: 34px 0 30px;
}
.home-index .chinese-title span {
  display: inline-block;
  position: relative;
}
.home-index .chinese-title span::before,
.home-index .chinese-title span::after {
  content: '';
  display: inline-block;
  width: 144px;
  height: 16px;
  background: url('../img/tit-left.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: -160px;
  top: 50%;
  transform: translateY(-50%);
}
.home-index .chinese-title span::after {
  left: unset;
  right: -160px;
  background-image: url('../img/tit-right.png');
}
.home-index .solution {
  padding-bottom: 32px;
}
.home-index .solution .body-box {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 12;
}
.home-index .solution .body-box .project {
  width: 378px;
  height: 430px;
  margin-right: 35px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0px 3px 16px 1px rgba(33, 70, 98, 0.16);
  transition: all 0.1s ease-in-out;
  background-color: #fff;
}
.home-index .solution .body-box .project:hover{
    transform: scale(1.04);
}
.home-index .solution .body-box .project:last-child {
  margin-right: 0;
}
.home-index .solution .body-box .project .icon {
  width: 100%;
  height: 230px;
  position: relative;
}
.home-index .solution .body-box .project .icon::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 26px;
  background: url('../img/jy-icon.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 16px;
  bottom: -26px;
}
.home-index .solution .body-box .project .icon img {
  width: 100%;
  height: 100%;
}
.home-index .solution .body-box .project .title {
  width: 90%;
  text-align: left;
  font-size: 16px;
  margin: 30px 0 16px;
  line-height: 1.5;
  min-height: 48px;
}
.home-index .solution .body-box .project .text {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 24px;
  text-align: justify;
  color: #20130a;
  opacity: 0.5;
width: 100%;
    box-sizing: border-box;
}
.home-index .solution .body-box .project .button {
  margin-top: 16px;
  border: 1px solid #cccccc;
  color: #999999;
  width: 124px;
  height: 35px;
  border-radius: 4px;
  cursor: pointer;
}
.home-index .solution .body-box .project .button:hover {
  color: #fff;
  background-color: #3399ff;
  border-color: #3399ff;
}
.home-index .solution .bg-box {
  margin-top: 238px;
  position: relative;
}
.home-index .solution .bg-box .bg-img {
  width: 100%;
}
.home-index .solution .bg-box .button {
  position: absolute;
  left: 305px;
  top: 320px;
  width: 130px;
  height: 40px;
  color: #fff;
  background-color: #ff9900;
  border-radius: 4px;
}
.home-index .solution .bg-box .button:hover {
  background-color: #ff6633;
}
.home-index .container-dtjs {
  width: 100%;
  height: 468px;
  background: url('../img/dt-bg.png') no-repeat;
  background-size: 100% 100%;
}
.home-index .container-dtjs .head-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 54px 0 40px;
}
.home-index .container-dtjs .dtjs-title {
  font-size: 32px;
  font-weight: 500;
  color: #bd2722;
  margin-top: 14px;
}
.home-index .container-dtjs .body-box {
  width: 86%;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .home-index .container-dtjs .body-box {
    width: 100%;
  }
}
.home-index .demeanour-slider {
  position: relative;
  width: 100%;
  height: 172px;
  padding: 0 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.home-index .demeanour-slider .prev {
  left: 6px;
  background: url(../img/left-row.png) no-repeat center;
}
.home-index .demeanour-slider .next {
  right: 6px;
  background: url(../img/right-row.png) no-repeat center;
}
.home-index .demeanour-slider .demeanour-slider-box {
  position: relative;
  height: 172px;
  width: 100%;
}
.home-index .demeanour-slider .prev,
.home-index .demeanour-slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 27px;
  background-size: 100% 100%;
  cursor: pointer;
}
.home-index .demeanour-slider .demeanour-slider-box ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.home-index .demeanour-slider .demeanour-slider-box ul li {
  height: 100%;
  float: left;
  text-align: center;
}
.home-index .demeanour-slider .demeanour-slider-box ul li img {
  display: block;
  width: 202px;
  height: 172px;
}
.home-index .demeanour-slider .demeanour-slider-box ul .pic {
  position: relative;
  margin: 0 10px;
  height: 100%;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 36px;
  color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.home-index .demeanour-slider .demeanour-slider-box ul .pic .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  border-radius: 0 0 8px 8px;
  background-color: rgba(22, 23, 24, 0.4);
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-index .demeanour-slider .demeanour-slider-box ul .pic:nth-last-of-type(1) {
  margin-right: 0;
}
.home-index .demeanour-slider .demeanour-slider-box .tempWrap {
  width: 100% !important;
}
/** 喜庆风格 **/
.header-theme_joyous .common-flag-tit::before {
  background-image: url('../img/xyjj-line2.png');
}
.header-theme_joyous .common-flag-tit span {
  color: #df3934;
}
.header-theme_joyous .xyjj-conter .left .more {
  background: linear-gradient(268deg, #ff7b83 0%, #df3934 100%);
}
.header-theme_joyous .xyjj-conter .right {
  border-color: #df3934;
}
.header-theme_joyous .tabs-b .news-item .date {
  background-image: url('../img/tab-icon2.png');
}
.header-theme_joyous .chinese-title {
  color: #df3934;
}
.header-theme_joyous .chinese-title span::before {
  background-image: url('../img/tit-left2.png') !important;
}
.header-theme_joyous .chinese-title span::after {
  background-image: url('../img/tit-right2.png') !important;
}
.header-theme_joyous .footer-container {
  background-color: #b10013;
}