/* 学员心声css */
*{
  padding: 0;
  margin: 0;
}
.baner {
  max-width: 1200px!important;
  margin: 0 auto;
}

.titles {
  width: 100%;
  height: 0.64rem;
  margin-top: 0.3rem;
  position: relative;
}

.titles .span {
  width: 100%;
  text-align: center;
  font-size: 0.32rem;
  color: #23a4ff;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%)
}

.titles .span2 {
  font-size: 0.32rem;
  color: #23a4ff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.15rem;
  font-weight: bold;
}
.xyxs {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}

.xyxs .left1 {
  width: 6.6rem;
  margin: 0 auto;
}

.xyxs .left1 .p {
  color: #7fcaff;
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
}

.xyxs .left1 .p1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.15rem;
}

.xyxs .left1 .p1 .span {
  display: flex;
  align-items: center;
}

.xyxs .left1 .p1 .span .i {
  width: 0.12rem;
  height: 0.12rem;
}

.xyxs .left1 .p1 .span .i img {
  width: 100%;
  display: block;
}

.xyxs .left1 .p1 .span .span1 {
  font-size: 0.12rem;
  color: #22a3fe;
  margin-left: 0.1rem;
}

.xyxs .left1 .p1 .span2 {
  font-size: 0.12rem;
  color: #999;
}

.xyxs .left1 .p3 {
  font-size: 0.14rem;
  color: #333;
}

.xyxs .div {
  margin-bottom: 0.3rem;
}

.xyxs .mb {
  margin-bottom: 0.3rem!important;
}


/* 文本框 */

.textarea {
  width: 100%;
  height: 1.65rem;
  border: 1px solid #dddddd;
  border-radius: 7px;
  color: #a7a7a7;
  font-size: 12px;
  outline: none;
}

.xyxs .left1 .div1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.xyxs .left1 .div1 .div2 {
  display: flex;
  align-items: center;
}

.xyxs .left1 .div1 .div2 .span1 {
  color: #23a4ff;
  font-size: 12px;
}

.xyxs .left1 .div1 .div2 .span2 {
  width: 0.64rem;
  height: 0.2rem;
  border: 1px solid #23a4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.7rem;
  overflow: hidden;
  margin-right: 0.1rem;
}

.xyxs .left1 .div1 .div2 .span2 .inp {
  color: #333;
  font-size: 0.12rem;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
}

.xyxs .left1 .div1 .div2 .btn {
  width: 0.8rem;
  height: 0.29rem;
  background: #23a4ff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
}

.xyxs .left1 .div1 .btn1 {
  width: 0.64rem;
  height: 0.20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eaf4ff;
  font-size: 12px;
  overflow: hidden;
  border: none;
  outline: none;
  border-radius: 7px;
  background: #23a4ff;
}

.xyxs .right {
  width: 3.55rem;
  display: flex;
  flex-direction: column;
}

.xyxs .right .a {
  width: 100%;
  margin-bottom: 0.2rem;
}

.xyxs .right .a img {
  width: 100%;
  display: block;
}
/* 分页的css */
li{
  list-style:none;
}
.pagingBox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.pagingBox a{
    cursor: pointer;
    color: #333;
    font-size: 0.16rem;
}
.pagingList{
    display: flex;
}
.pagingList li{
    box-sizing: border-box;
    color: #333;
    width:0.3rem;
    text-align: center;
    margin: 0 .026042rem;
    line-height:0.3rem;
    font-size: 0.16rem;
    cursor: pointer;
}
.pagingList li.CurrentPage{
    color: #fff;
    background: #3874E4;
}
@media only screen  and (max-width:750px){
  .xyxs{
    width: 100%;
    flex-direction: column;
  }
  .xyxs .right{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
    flex-direction: row;
    box-sizing: border-box;
  }
  .xyxs .right a{
    width: 49%;
    margin-bottom: 2%;
    margin-right: 1%;
  }
  .xyxs .right a:nth-of-type(2n){
    margin-right: 0;
    margin-left: 1%;
  }
  .xyxs .right a img{
    width: 100%;
  }
  .xyxs .left1 .div1 .div2 .btn{
    width: 1rem;
    height: 0.5rem;
  }
  .xyxs .left1 .div1 .btn1{
    width: 1rem;
    height: 0.5rem;
  }
  .xyxs .left1 .div1{
    margin-bottom: 0.3rem;
  }
}
