* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.topmenulogo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.banner {
  background: url('../images/banner1.jpg') top no-repeat;
  background-size: cover;
  height:100vh;

  position: relative;
}
.listpage1{
  margin-left:100px;margin-top:50px;
}
.listpage1 h1{
  font-size: 72px;
  font-weight: normal;
}
.listpage1 h3{
  font-width: 150px;
}
.jobtitle{
 background: url('../images/banner1.jpg') top no-repeat;
  background-size: cover;
  height:60vh;
}

.logoDiv {
  width: 100%;
  min-height: 350px;
  text-align: center;
}

.logo {
    width: 250px;
    margin-right: 20px;
    margin-top:30px;
    margin-left:-20px;
}

.logo1 {
    width: 250px;
    margin-right: 20px;
    margin-top:30px;
    margin-left:20px;
}

.logo img{
    width:100%;
}
.logoUser{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.userIcon{
  font-size: 20px;
  color: #fff;
}
.userIcon i{
  font-size: 26px;
  color: #fff;
  text-decoration: none;
}
.userIcon:hover i, .userIcon:focus{
  color: #fff;
  text-decoration: none;
}


.logonavdiv{
    width: 600px;
    position: absolute;
    top: 50%;
    left: 30%;
    text-align:left;
    transform:translate(-50%, -50%);

    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.logonavdiv div:nth-child(1){
    margin-bottom:30px;
}
.logonavdiv div:nth-child(1) h1{
  font-size: 72px;
  font-weight: normal;
}
.logonavdiv div:nth-child(2){
    margin-bottom:30px;
}
.logonavdiv div:nth-child(2) h3{
  font-weight: 150;
}
.logonavdiv div:nth-child(3){
    margin-top:60px;
}
.home-content__button button{
    width: 300px;
    height:80px;
    line-height: 70px;
}


@keyframes fadeIn {
  from {
    top: 150%;
  }

  to {
    top: 50%;
  }

}

.top1 {
  width: 100%;
  min-height: 300px;
  margin-top: -65px;
  background: url('../images/index_top1_ch_20220722.png') #ad2e33 center top no-repeat;
  overflow: auto;

  z-index: 99;
}

.topview {
  width: 100%;
  max-height: 65;
  margin-top: -65px;
  background: url('../images/index_top1_ch_20220722.png') center top no-repeat;
  overflow: auto;

  z-index: 99;
}

.conTitle {
  color: #fff;
  font-size: 30px;
  height: 65px;
  line-height: 65px;
}

.rowCol {
  margin-top: 30px;
}

.ywTitle {
  font-size: 26px;
  color: #fff;
  line-height: 1.5em;
}

.ywContext {
  font-size: 14px;
  line-height: 2em;
  color: #e3a5aa;
  padding-bottom: 15px;
  margin: 10px 0;
}

.ckmore {
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid #f5d389;
  padding: 0 30px 10px 0;
}

.ckmore:hover {
  color: #fff;
  text-decoration: none;
}

.list1 {
  height: 65px;
  line-height: 65px;
  background-color: #bf162a;
}

.titlenew {
  font-size: 36px;
  color: #fff;
}

.newList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.newList>div:nth-child(1) {
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newList>div:nth-child(1)>a {
  color: #333;
  text-decoration: none;
}

.newList>div:nth-child(1)>a:hover {
  color: #bf162a;
  text-decoration: none;
}

.logoBox {
  margin-top: -45px;
  padding: 20px;
  background-color: #fff;
}

.logoNei {
  background-color: #dcdcdc;
}

.logoTit {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}

.logoForm {
  padding: 0 20px 20px;
}

.ulabel {
  color: #bf162a;
}

.list3 {
  padding: 50px 0;
  background-color: #f3f3f3;
  background: url('https://ip.e-dunhuang.com/static/home/assets/banner/img/wenchuangBg.png') #f3f3f3 center top repeat;

}

.list3Kuai {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list3Kuai>div:nth-child(1) {
  font-size: 26px;
}

.list3Kuai>div:nth-child(1)>span {
  padding-bottom: 5px;
  border-bottom: 1px #bf162a solid;
}

.list3Kuai>div:nth-child(2) {
  margin: 20px 0;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  min-height: 48px;
}

.list3Kuai>div:nth-child(3)>span {
  margin: 0px 5px;
  font-size: 14px;
  color: #bf162a;
  display: inline-block;
  width: 20%;
  word-wrap: break-word;
  white-space: normal;
}

.footer1 {
  padding: 50px 0;
  background-color: #bf162a;
}

.footer2 {
  padding: 15px 0;
  background-color: #d8b271;
  font-size: 12px;
  color: #730714;
}


.footDiv {
  padding: 10px;
  background-color: #a60f21;
}

.footDiv>div {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
}

.footAbout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #a60f21;
}

.footAbout>div {
  width: 50%;
  margin-top: 15px;
}

.viewPage {
  padding: 20px 50px;
}

.nrTitles {
  text-align: center;
  font-size: 36px;
  padding: 15px 0;
}

.nrFTitles {
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
}

.nrZhengwen {
  padding: 15px 0;
}

.nrZhengwen p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 16px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: .25rem;
}

.breadcrumb a {
  text-decoration: none;
  color: black;
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #a60f21;
}

.nrTitles small {
  font-size: 22px;
  color: #999;
}

.zizhizhengm {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 15px;
  background-color: #eee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.zizhizhengm div:nth-child(1) {
  flex: 1;
}

.zizhizhengm div:nth-child(2) {
  padding: 0px 10px;
}

.btnDivk {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btnDivk button:nth-child(1) {
  margin: 0px 10px;
}


.footWz{
  margin-left: 40px;
}
.formListDiv{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px #eee solid;
}
.formListDiv div:nth-child(4){
  flex: 1;
}
.colDiv{
}
.colDiv div:nth-child(1){
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px #eee solid;
}
.colDiv div:nth-child(2){
  padding: 10px 20px 10px 0px;
  /*border-top: 1px #eee solid;*/
  /*border-bottom: 1px #eee solid;*/
}
.colDiv1 div:nth-child(1){
  display: none;
}
.colDiv1 div:nth-child(2){
  padding: 0px 20px 10px 0px;
  /*border-bottom: 1px #eee solid;*/
}
.btnDivs{
  display: flex;
  justify-content: center;
  align-items: center;
}
.increaseBtns, .decreaseBtn{
  width: 38px;
  height: 38px;
  text-align: center;
}


@media screen and (max-width: 480px) {
  .logonavdiv{
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      text-align:left;
      transform:translate(-50%, -50%);

      animation-duration: 2s;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
  }
  .logonavdiv div:nth-child(1){
      margin-bottom:30px;
  }
  .logonavdiv div:nth-child(1) h1{
    font-size: 48px;
    font-weight: normal;
  }
  .logonavdiv div:nth-child(2){
      margin-bottom:30px;
  }
  .logonavdiv div:nth-child(2) h3{
    font-weight: 150;
  }
  .logonavdiv div:nth-child(3){
      margin-top:60px;
  }
  .logoBox {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
  }
  .listpage1{
    margin-left:20px;margin-top:50px;
    padding-right: 20px;
  }
  .listpage1 h1{
    font-size: 48px;
    font-weight: normal;
  }
  .listpage1 h3{
    font-width: 150px;
  }
  .footWz{
    margin-left: 20px;
    margin-top: 20px;
  }
  .footimg{
    width: 60%;
  }
  .formListDiv{
    display: block;
  }
  .colDiv div:nth-child(1){
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: none;
  }
  .increaseBtns, .decreaseBtn{
    flex: 1;
  }
  .colDiv1 div:nth-child(1){
    display: block;
    padding-bottom: 10px;
  }
}