@media (min-width: 1430px){
    .container {
        width: 1430px;
    }
    
}


main {
  width: 100%;

}

main .index-banner {
  width: inherit;
  height: 100vh;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* position: fixed; */
}

main .index-banner .swiper-wrapper {
  left: 0;
  top: 0;
}

main .index-banner .swiper-slide {
  position: relative;
}

main .index-banner .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: inherit;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  z-index: 1;
}

main .index-banner .swiper-slide .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  z-index: 2;
  max-width: 100%;
}

main .index-banner .swiper-slide .container h3 {
  position: relative;
  z-index: 2;
  color: white;
  white-space: nowrap;
  text-shadow: 0 0 5px black;
}

main .index-banner .swiper-slide a {
  width: inherit;
}

main .index-banner .swiper-slide a:hover img {
  transform: scale(1);
}

main .index-banner .swiper-slide img {
  width: inherit;
  height: 100vh;
  object-fit: cover;
}

main .index-banner > .container {
  position: absolute;
  bottom: 5%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: right;
}

main .index-banner > .container .fraction {
  display: inline-block;
  position: relative;
  z-index: 10;
  color: white;
  margin-bottom: 10px;
}

main .index-banner > .container .fraction span {
  font-family: ArialMT,sans-serif;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
}

main .index-banner > .container .fraction span:first-child {
  font-size: 32px;
}

main .index-banner > .container .swiper-pagination {
  right: 15px;
  bottom: 0;
  height: 2px;
}

main .index-banner > .container .swiper-pagination span {
  margin-left: 10px;
  height: 2px;
  width: 35px;
  border-radius: 0;
  background: white;
  opacity: 1;
  display: block;
  float: left;
}

main .index-banner > .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #70a0e4;
}
main .sdnu-news{
	width:100%;
	background:url(/images/yaowen.png) no-repeat top right;
	
	}
main .sdnu-news .container {
  padding-top: 70px;
  height: 900px;

}

main .sdnu-news .news-box {
  position: relative;
}

main .sdnu-news .news-box .news-box-content {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 0;
  padding: 11px 15px;
  transform: translateY(50%);
  background: #ffffff;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
}

main .sdnu-news .news-box .news-box-content span {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

main .sdnu-news .news-box .news-box-content p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 5px;
}

main .sdnu-news .news-box .news-box-content:hover p {
  color: #4170bc;
}

main .sdnu-news .news-box img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}

main .sdnu-news .news-swiper {
  margin-top: 63px;
  overflow-x: hidden;
  padding-bottom: 110px;
  position: relative;
}

main .sdnu-news .news-swiper .swiper-pagination-bullets {
  bottom: 55px;
}

main .sdnu-news .news-swiper .swiper-pagination-bullet {
  width: 55px;
  height: 4px;
  border-radius: 0;
}

main .sdnu-news .news-swiper .swiper-pagination-bullet-active {
  background: #70a0e4;
}

main .sdnu-news .news-swiper-item {
  display: block;
  height: 80px;
  margin-top: 30px;
  background: #ffffff;
  line-height: 80px;
  padding: 0 25px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
}

main .sdnu-news .news-swiper-item:hover .news-swiper-content {
  color: #4170bc;
}

main .sdnu-news .news-swiper-item .news-swiper-content {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  width: 80%;
  display: block;
  float: left;
}

main .sdnu-news .news-swiper-item .time {
  width: 20%;
  display: block;
  text-align: right;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  float: right;
}

main .comprehensive-news {
  position: relative;
  padding-top: 42px;
  padding-bottom: 45px;
  z-index: 100;
    background-image: url(/images/tzgg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

main .comprehensive-news::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 620px;
  top: 0;
  left: 0;
  z-index: -1;

}

main .comprehensive-news .icon {
  background: transparent;
  border: 1px solid #ffffff;
}

main .comprehensive-news .title * {
  color: white !important;
}

main .comprehensive-news .title .line {
  background: white;
}

main .comprehensive-news .comprehensive-news-top .row div a {
  height: 314px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.18);
}

main .comprehensive-news .comprehensive-news-top .row div div {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  background: white;
  height: 84px;
  z-index: 10;
  padding: 18px 25px;
}

main .comprehensive-news .comprehensive-news-top .row div div:hover p {
  color: #4170bc;
}

main .comprehensive-news .comprehensive-news-top .row div div p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
}

main .comprehensive-news .comprehensive-news-top .row div div span {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

main .comprehensive-news .comprehensive-news-top .row div img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

main .comprehensive-news .comprehensive-news-bottom a {
  display: block;
  margin-top: 20px;
  height: 117px;
    border-bottom: 1px dashed #3fabd5;
	width:90%;
}

main .comprehensive-news .comprehensive-news-bottom a:hover p {
  color: #ffffff;
  font-weight:bold;
}

main .comprehensive-news .comprehensive-news-bottom a p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height:30px;
  height:60px;
  padding-top: 5px;
  margin-bottom: 20px;
}

main .comprehensive-news .comprehensive-news-bottom a span {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #72d2f7;
  letter-spacing: 0;
}

.announcements-item {
  width: 100%;
  height: 90px;
  background: #ffffff;
  margin-bottom:20px;


}

.announcements-item:hover p {
  color: #4170bc;
}

.announcements-item .date {
  text-align: center;
  width: 90px;
  height: 90px;
  background: #e5e5e5;
  float: left;
  margin-left:-15px; margin-right:20px;
}

.announcements-item .date h3 {
  font-family: Arial-BoldMT,sans-serif;
  margin: 0;
  margin-bottom: -4px;
  padding-top: 15px;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
}

.announcements-item .date span {
  font-family: ArialMT,sans-serif;
  font-size: 12px;
  line-height:30px;
  color: #333333;
  letter-spacing: 0;

}

.announcements-item p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 90px;
  margin-bottom: 2px;
}

.announcements-item a > span {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}

main .academic-sdnu {
  position: relative;
  padding-bottom: 42px;
}

main .academic-sdnu::after {
  display: block;
  content: "";
  width: 100%;
  height: 2000px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  background-image: url(/img/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

main .academic-sdnu .academic-sdnu-main > :nth-child(odd) {
  margin-top: 27px;
}

main .academic-sdnu .academic-sdnu-main > :nth-child(even) {
  margin-top: 86px;
}

main .academic-sdnu .academic-sdnu-item {
  display: block;
  position: relative;
  width: 100%;
  height: 251px;
  background: #ffffff;
  padding: 45px 17px;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.18);
}

main .academic-sdnu .academic-sdnu-item:hover h3 {
  color: #4170bc;
}

main .academic-sdnu .academic-sdnu-item .academic-sdnu-date {
  width: 110px;
  height: 36px;
  background: #4170bc;
  position: absolute;
  left: 17px;
  top: -18px;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}

main .academic-sdnu .academic-sdnu-item h3 {
  font-family: MicrosoftYaHei,sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
}

main .academic-sdnu .academic-sdnu-item p {
  font-family: MicrosoftYaHei,sans-serif;
  text-align: justify;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 24px;
}

main .person-sdnu {
  padding-top: 65px;
}

main .person-sdnu .container {
  position: relative;
}

main .person-sdnu .container::after {
  position: absolute;
  content: "";
  display: block;
  background: #ffffff;
  height: 1500px;
  top: 0;
  width: 100vw;
  left: 420px;
  z-index: -1;
}

main .person-sdnu .person-sdnu-title {
  float: left;
  margin-top: 0;
  margin-right: 50px;
  font-family: MicrosoftYaHei-Bold,sans-serif;
  font-size: 24px;
  color: #03528c;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 40px;
}

main .person-sdnu .person-sdnu-top {
  overflow: hidden;
}

main .person-sdnu .person-sdnu-swiper {
  position: relative;
  height: 475px;
  overflow: hidden;
}

main .person-sdnu .person-sdnu-swiper .photo {
  height: 435px;
  overflow: hidden;
}

main .person-sdnu .person-sdnu-swiper .photo img {
  width: 100%;
  height: 435px;
  object-fit: cover;
}

main .person-sdnu .person-sdnu-swiper .content {
  position: absolute;
  width: 100%;
  height: 50px;

  bottom: 40px;
  background:#000;
  opacity:0.5;


}

main .person-sdnu .person-sdnu-swiper .content:hover h3 {
  color: #ffffff;
}

main .person-sdnu .person-sdnu-swiper .content p {
  opacity: 0.8;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
}

main .person-sdnu .person-sdnu-swiper .content h3 {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: 2px;
text-indent:2em;
}

main .person-sdnu .person-sdnu-swiper .swiper-button-next {
  right: 0;
 background:url(/images/right.png) no-repeat center center;
}

main .person-sdnu .person-sdnu-swiper .swiper-button-prev {
  left: 0;
  background:url(/images/left.png) no-repeat center center;
}

main .person-sdnu .person-sdnu-swiper .swiper-button-next,
main .person-sdnu .person-sdnu-swiper .swiper-button-prev {
  width: 42px;
  height: 81px;
  margin-top: unset;
  top: 160px;
  background-color: rgba(0, 0, 0, 0.45);
  background-size: 16px;
}

main .person-sdnu .person-sdnu-item {
  display: block;
  width: 100%;
  height: 130px;
  padding-right: 25px;
  background: #f2f2f2;
  margin-bottom: 23px;


}

main .person-sdnu .person-sdnu-item:hover h3 {
  color: #4170bc;
}

main .person-sdnu .person-sdnu-item .photo {
  width: 28%;
  height: 100%;
  overflow: hidden;
  float: left;
  margin-right: 33px;
}

main .person-sdnu .person-sdnu-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .person-sdnu .person-sdnu-item p {
  opacity: 0.8;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  line-height: 28px;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

main .person-sdnu .person-sdnu-item h3 {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  padding-top: 20px;
  margin-top:0px;
}

main .beautiful-sdnu {
  margin-top: 75px;
  min-height: 760px;
}

main .beautiful-sdnu .title {
  margin-bottom: 36px;
}

main .beautiful-sdnu .beautiful-sdnu-left {
  height: 300px;
}

main .beautiful-sdnu .beautiful-sdnu-left a {
  display: block;
  width: 120%;
  /* margin-left: -160px; */
  position: relative;
}

main .beautiful-sdnu .beautiful-sdnu-left img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}

main .beautiful-sdnu .beautiful-sdnu-left .content {
  position: absolute;
  max-width: 90%;
  bottom: 30px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.31px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

main .beautiful-sdnu .beautiful-sdnu-right {
  padding-left: 0;
}

main .beautiful-sdnu .beautiful-sdnu-right .title {
  padding-left: 23%;
}

main .beautiful-sdnu .beautiful-sdnu-right .beautiful-sdnu-item {
  width: 50%;
  float: left;
  height: 306px;
  position: relative;
}

main .beautiful-sdnu .beautiful-sdnu-right .beautiful-sdnu-item:hover .cover {
  visibility: hidden;
  opacity: 0;
}

main .beautiful-sdnu .beautiful-sdnu-right .beautiful-sdnu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .beautiful-sdnu .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  /* padding: 20px; */
  top: 0;
  left: 0;
  text-align: center;
  transition: 0.3s linear;
  background-color: rgba(4, 75, 123, 0.75);
  background-image: url(/img/masklogo.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* 1229 ç›²é©´åºå¿™éˆ¥æ¾›ï¿? */

main .web-special .web-special-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

main .beautiful-sdnu .cover p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 18px;
  padding: 0 20px;
  color: #ffffff;
  letter-spacing: 0.23px;
  line-height: 38px;
  margin-top: 130px;
  margin-bottom: 0;
}

/* 1229 ç›²é©´åºå¿™éˆ¥æ¾›ï¿? */

main .beautiful-sdnu .cover span {
  opacity: 0.7;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.18px;
  line-height: 38px;
}

main .beautiful-sdnu .two {
  background: white;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

main .beautiful-sdnu .two p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 18px;
  color: #02548b;
  letter-spacing: 0.23px;
  line-height: 38px;
  margin-top: 130px;
}

main .beautiful-sdnu .two span {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.18px;
  line-height: 38px;
}

main .web-special {
  margin-top: 146px;
}

main .web-special .icon {
  float: unset;
  margin-bottom: 30px;
}

main .web-special .title-text {
  margin: 0 !important;
  margin-bottom: 72px !important;
  width: 48px;
  text-align: center;
}

main .web-special .more {
  text-align: left;
  height: 50px !important;
}

main .web-special .more span {
  display: block;
}

main .web-special .more .line {
  left: 10px;
  top: 40px;
}

main .web-special .more i {
  position: absolute;
  top: 28.5px;
  left: 40px;
}

main .web-special .web-special-item {
  margin-bottom: 30px;
  position: relative;
}

main .web-special .web-special-item .content {
  width: 100px;
  position: absolute;
  top: 38px;
  right: 38px;
}

main .web-special .web-special-item .content span {
  display: block;
  float: left;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 30px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
}



.title {
  overflow: hidden;
  margin-bottom: 40px;
}

.title .title-left > * {
  float: left;
}

.title .title-left .title-text {
  font-family: NotoSerifCJKsc-Bold,sans-serif;
  font-size: 30px;
  color: #333333;
  font-weight:bold;
  letter-spacing: 0;
  margin-top: 10px;
  margin-left: 26px;
  margin-right: 25px;
}

.title .title-right .toSdnuNews {
  display: block;
  float: right;
  width: 200px;
  height: 48px;
  background: #4170bc;
  border-radius: 24px;
  line-height: 48px;
  padding-left: 25px;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
}

.title .title-right .toSdnuNews i {
  color: white;
  font-size: 28px;
  vertical-align: middle;
}

.more {
  width: 120px;
  margin-top: 16px;
  color: #666;
  position: relative;
  float: right;
}

.more:hover {
  color: unset;
}

.more:hover .line {
  animation: toRight 1s infinite cubic-bezier(0, 0.55, 0.45, 1);
}

.more span {
  display: inline-block;
  padding-top: 1px;
}

.more .line {
  height: 1px;
  width: 20px;
  top: 50%;
  margin-top: -0.5px;
  left: 73px;
  background: #666;
  position: absolute;
}

.more i {
  float: right;
}

.icon {
  background: #008dc2;
  width: 48px;
  height: 48px;
  color: white;
  text-align: center;
}

.icon i {
  line-height: 48px;
  font-size: 24px;
}

.recruitment {
  width: 40px;
  height: 502px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -251px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.32);
}

.recruitment a {
  display: block;
  width: 17px;
  margin-left: 11.5px;
  text-align: center;
  font-family: MicrosoftYaHei,sans-serif;
  padding: 22px 0;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 18px;
  transition: color 0.3s linear;
  border-bottom: 1px solid #979797;
}

.recruitment a:last-child {
  border: none;
}

.recruitment a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.time {
  white-space: nowrap;
}

.secondaryNavigation > a {
  position: relative;
}

.childs {
  position: absolute;
  background: white;
  left: 100%;
  top: 0;
  width: max-content;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  z-index: 1000;
  padding: 20px 0;
}

.childs a {
  display: block;
  line-height: 40px;
  padding: 0 30px;
  font-size: 14px;
}

.childs a:hover {
  background: #4170bc;
  color: white !important;
  transition: none;
}


.secondaryNavigation-mp> a {
  position: relative;
}

.secondaryNavigation-mp .childs {
  padding: 15px 0;
  left: 75%;
}

.secondaryNavigation-mp .childs a {
  line-height:30px;
  color: #333;
  font-size: 12px;
  padding: 0 15px;
}

.web-special .title {
  max-width: 100px;
}

.header-mp .header-mp-right > a{
  margin-right: 10%;
  color: white;
}

.header-mp .header-mp-right > a:hover {
  color: white;
}

/*ҪŲֵһЧ

style="height: 100vh; overflow: hidden; top: 100%; position: fixed;"δҪŲmain-content  divڣclassĻmain-content


.main-content {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;

  padding-top: 87px;
  background: white;

  outline: none;
  transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
}

*/

.main-content1 {
	width:100%;
	height:auto;
}


.header-mp .header-mp-nav-bottom li > div > a {
  color: white;
}

.header-mp .header-mp-nav-bottom li > div > a:hover {
  color: white;
}

@keyframes toRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

.header-mp .header-mp-nav .main .main-bottom div a {
  white-space: nowrap;
}

.nav-se {
  z-index: 1000;
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  padding: 20px 0;
  left: -30px;
  top: 45px;
  opacity: 1;
  width: max-content;
}

.nav-se a {
  color: #333;
  display: block;
  padding: 0 30px;
  color: inherit;
  font-size: 14px;
  line-height: 40px;;
}

.nav-se a:hover {
  background: #4170bc;
  color: white;
}


main .comprehensive-news .announcements-item a {
    display: block;
}


/*ý֮*/

.index-party {background: url(/images/mtxs.png) no-repeat top center; padding:50px 0px; }
.index-party .party { width: 50.4%; float:left; }
.index-party .students { width: 47.575%; float:right;}



.news-swiper3 { margin: 0; }
.news-swiper3 .swiper-slide1 { padding:20px 20px 30px 25px;    position: relative; background: #fff; width:47%; float:left; margin-right:3%; }
.news-swiper3 .date { width: 85px; padding: 17px 0 12px;   background-position: 50% 50%; background-color: transparent; background-size: auto;  text-align: center; float:left;}
.news-swiper3 .date p{ margin:0px;}
.news-swiper3 .date p:first-child { color: #008dc2; }
.date p:first-child{font-size: 30px;font-weight: 700;line-height: 32px;}
.news-swiper3 .swiper-slide1 .more2 { z-index: 1; width: 40px; height: 40px; background-position: 50% 50%; background-color: transparent; background-size: auto; float:right; margin-top:20px;}
.news-swiper3 .img-scale { width:100%; height:200px; overflow:hidden; margin-bottom:15px}
.img-scale img {width: 100%;height: 200px;}

.news-swiper3 .swiper-pagination { position: static; margin: 5px 0 0; }
.news-swiper3 .swiper-pagination .swiper-pagination-bullet { width: 20px; height: 4px; margin: 0 0 0 7px; border-radius: 0; background: #fff; }
.news-swiper3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #e4992e; }
.date {
    display: inline-block;
    vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    text-align: center;
 
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}
.date p{ margin:0px;}




.list3 { font-size: 0; margin: 0 -0.15rem; }
.lie { display: inline-block; vertical-align: top; width: 48%; margin-bottom:35px; margin-left:2%;  }

.lie .box { display: flex; padding:27px 26px; background: #fff; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.lie .box:hover { box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }

.lie .box .date p:first-child { color: #008dc2; }
.lie .box .date { width: 5em; padding: 3px 0 0; }
.lie .box .text { align-items: center; width: calc(100% - 5em); padding: 0 0 0 15px; }
.titles {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    text-align: left;
}

.titles:hover {
    color: #008dc2;
}

.tt2{
display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}


/*רվ*/


.ul-list-xz3 {
    overflow: hidden;
    margin: 0 -10px;
}


.ul-list-xz3 {
	overflow: hidden;
	margin: 0 -10px;
}

.ul-list-xz3 li {
	float: left;
	width: 25%;
	margin-bottom: 20px;
}

.ul-list-xz3 li .pic {
	padding-top: 37%;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
}

.ul-list-xz3 li .pic img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.ul-list-xz3 li .pic img:hover {
	transform: scale(1.1);
}

.ul-list-xz3 li .pic span {
	background-color: rgb(0, 78, 162);
	color: #FFF;
	padding: 5px 11px;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ul-list-xz3 li .pic .l1 {
	background-color: #23ca83;
}


/**/
.ul-news1{
	  overflow: hidden;

	}

.ul-news1 li {
    float: left;
    width: 10%;
    text-align: center;
}

.ul-news1 li .con {
    display: block
}

.ul-news1 li .pic {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
	margin-top:40px;
}

.ul-news1 li :hover .pic img {
    position: relative;
    z-index: 99;
    filter: grayscale(100%) brightness(400%);
    transform: scale(-1, 1)
}

.ul-news1 li .pic::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    border: 1px dashed #999999;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, .1);
    z-index: 1
}

.ul-news1 li .con:hover .pic::after {
    background-color: rgba(0, 141, 194, 1);
    border: none
}

.ul-news1 li .txt {
    overflow: hidden;
    display: block;
    font-size: 16px;
	color:#222222;
}

.ul-news1 li .txt:hover {
    color: #000
}

main .zhuanti-wrap{
	width:100%;
	height:auto;
	background:url(/images/zt_bg.png) no-repeat top center;
	padding-bottom:70px;
	background-size: 100% 100%;
	}
main .meili{
	width:100%;
	position:relative;
	height:385px;
	}
	
/*ɽҽ*/

main .meili .container::after {
  position: absolute;
  content: "";
  display: block;
  background: #eff4fa;
  height: 385px;
  top: 0;
  width: 100vw;
  left: 720px;
  z-index: -1;
}

#dem1o{
	width:100%;
	overflow:hidden;}

.meiliimg{
	width:355px;
	height:240px;
	}





.recruitment {
  width: 80px;
  height: 350px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -251px;
  z-index: 9999999999999;
  background: rgba(0, 0, 0, 0.32);
}

.recruitment a {
  display: block;
  width: 17px;
  margin-left: 11.5px;
  text-align: center;
  font-family: MicrosoftYaHei,sans-serif;
  padding: 22px 0;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 18px;
  transition: color 0.3s linear;
  border-bottom: 1px solid #979797;
}

.recruitment a:last-child {
  border: none;
}

.recruitment a:hover {
  color: rgba(255, 255, 255, 0.6);
}

















