*{
    padding: 0;
    margin: 0 auto;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
.clear{clear: both;}
/* header */
/* ========================================================= */
.header{
  position: relative;
}
.header img{
    width: 100%;
}
.tle{
    position: absolute;
    top: 20%;
    left: 20%;
    color: #FFFFFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
}
.title1{
    font-size:70px;
    font-weight: 700;
}
.title2{
    font-size: 25px;
}


/* ========================================================= */
/* file */
.file1{
    width: 80%;
    background-color:#f3f3f5 ;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
}
.file1 .box1{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  margin-top: 20px;
}
.box2{
  width:450px;
  margin: 0 10px;
}
.file1 input{
    height: 40px;
    width: 450px;
    margin: 0 20px;
    border-radius: 10px;
    border: 1px solid #b9bdc4;
}
.first-input{
    background: url('/assets/css/frontend/icon1.png') no-repeat;
    background-position-x: 5px;
    background-position-y: 10px;
    background-color: #FFFFFF;
}
.all{
  display: flex;
  flex-direction: row;

margin: 20px;
padding: 20px;

}
.taple2{
  width: 100px;
height:40px;
margin:0 10px;
border-radius: 20px;
display: flex;
margin-left: -17px;
justify-content: center;
align-items: center;
}

.all .text{
padding-top:20px;
}
.taple1{
width: 120px;
height:40px;
color: #1e3a96;
background-color: #d6ddeb;
margin:0 10px;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;

}

/* ========================================================= */
.new{
  width: 80%;
}
.new .sort1{
    float: left;
font-size: 24px;
color: #1e3a96;
margin-left: 10px;
margin-top: 20px;

}

.sort{
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 20px;
}
.select{
    border: 1px solid #666666;
    border-radius: 10px;
    padding: 4px 10px 4px 10px;
}
.data1{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

@font-face {
  font-family: "iconfont"; /* Project id 4975102 */
  src: url('iconfont.woff2?t=1752825996002') format('woff2'),
  url('iconfont.woff?t=1752825996002') format('woff'),
  url('iconfont.ttf?t=1752825996002') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiajiantou:before {
  content: "\e642";
}

.new h1{
  font-size: 14px;
}
.data1{
  height: 129px;
  margin: 20px 0;
  padding: 20px 0;
  border: 1px solid #b9bdc4;
border-radius: 20px;
padding: 20px;

position: relative;
}
.data1 h1{
  font-size: 24px;
  padding: -10px 0;
}
.data1:hover{
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.tip{
  display: flex;
flex-direction: row;
float: left;
margin: 20px 0;
margin-left: -10px;
}
.tip1{
  width: 100px;
  padding: 4px 10px;
margin:0 10px;
background-color:#d6ddeb ;
color: #1e3a96;
border-radius: 20px;
font-size: 14px;
display: flex;
justify-content: center;
align-items: center;
}
.tip2{
    width: 100px;
  padding: 4px 10px;
margin:0 10px;
font-size: 14px;
background-color:#f3f3f5 ;
color: #4d4e50;
border-radius: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.desc{
  padding: 20px 0;
  color: #494949;
  position: absolute;
  top: 105px;
  left: 30px;

}

.read{
  color:#1e3a96 ;
  font-size: 14px;
padding: 10px 20px;
}
.tab{
display: flex;
justify-content: center;
align-items: center;
  color: rgb(226, 178, 46);
  background-color: #fbf7eb;
  width: 50px;
  border-radius: 20px;
  padding: 3px 5px;
  margin-top: 20px ;
  margin-left:20px;

}
.new h3{

}
.title-margin{
    width: 80%;
    margin-top: 60px;
  font-size: 24px;
font-weight: 700;
color: #1e3a96;
}
/* ========================================================= */
.jiedu-title{
    display: flex;
    width: 80%;
    margin: 20px auto;
}
.jiedu{
    border: 1px solid #dddfe6;
    margin: 0px 10px;
    border-radius: 20px;
    width: 100%;
}


/* ========================================================= */
.jiedu h3{
  font-size: 18px;
  padding: 10px 20px;
}
.jiedu h1{
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  padding:10px 20px;
}

.jiedu:hover{
    box-shadow:5px 5px 5px rgba(0,0,0,0.1)
}
.jiedu2{
border: 1px solid #dddfe6;
  margin-bottom:20px 0;
}
.jiedu2 h3{
  font-size: 18px;
  padding:10px 20px;
}
.jiedu2 h1{
  font-size: 14px;
  color: #666666;
  font-weight: 400;
padding: 10px 20px;
}
.jiedu2:hover{
  box-shadow:5px 5px 5px rgba(0,0,0,0.1)
}

.jiedu2{
  border-radius: 20px;
  width: 720px;
  position: absolute;
  left:970px;
  top: 0;

}
/* ========================================================= */


/* ========================================================= */
.bot{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:#eceef3 ;
  margin: 20px auto;
  height: 180px;
  border-radius: 20px;
}
.tit1{
  color: #1e3a96;
  padding: -200px;
  font-size: 19px;
  margin: 20px 0;
}


.right{
  display: flex;
  align-items: center;
justify-content: center;
}
.tit2{
  font-size: 16px;
  padding-left: -200px;
}

.jiedu img{
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  transform: translateY(-10px);
}
.jiedu2 img{
  width: 100%;
  height: 100%;
    border-radius: 20px 20px 0 0;
      transform: translateY(-10px);
}
.tab{
display: flex;
align-items: flex-start;
}

.tit{
  margin-left: 40px;
}
/* ============================================================== */
.num{
  width: 380px;
  display: flex;
}
.num .left{
    padding: 0 8px;
    align-items: center;
    border: 1px solid #c9c1c1;
}
.num .right{
    padding: 0 8px;
    align-items: center;
    border: 1px solid #c9c1c1;
}
.num1{
  width: 29px;
  height: 30px;
  border: 1px solid #c9c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.active{
    background-color: #1e3a96;
    color: #FFFFFF;
}
.num1:hover{
    background-color: #1e3a96;
    color: #FFFFFF;
}
.num2:hover{
      background-color: #1e3a96;
    color: #FFFFFF;
}

.num4:hover{
      background-color: #1e3a96;
    color: #FFFFFF;
}
.num5:hover{
    background-color: #1e3a96;
    color: #FFFFFF;
}
.left:hover{
    background-color: #1e3a96;
    color: #FFFFFF;
}
.right:hover{
      background-color: #1e3a96;
    color: #FFFFFF;
}
.num2{
  width: 29px;
  height: 30px;
  border: 1px solid #c9c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.num3{
  width: 60px;
  height: 30px;
  border: 1px solid #c9c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.num4{
  width: 60px;
  height: 30px;
  border: 1px solid #c9c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.num5{
  width: 29px;
  height: 30px;
  border: 1px solid #c9c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
}




.l1{
  margin-left: 10px;
}
.sort{
  color: #494949;
}
.r1{
  color:#494949;
  margin-right: 10px;
}
.image{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.ch{
color: #FFFFFF;
background-color: #1e3a96;
border-radius: 20px;
padding: 4px 10px;
width: 70px;
}


.image h3{
  padding-left: 5px;
}
.read span{
padding-top: 4px;
}
.pic1 img{
  transform: translateX(10px);

}
