/* 内容区 */
@media screen and (min-width: 1000px){
  .conBox{
    background-color: #fff;
    overflow: hidden;
    min-height: 790px;
    padding: 40px 0;
  }

  .conItem{
    align-items: flex-start;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #7f7f7f;
  }
  .conItem:nth-of-type(even){
    flex-direction: row-reverse;
  }

  .conItem:nth-last-of-type(1){
    border: 0;
  }
  
  .conItem .left{
    width: 580px;
    height: 570px;
    position: relative;
  }
  .conItem .left .bjBox{
    position: absolute;
    top: 0;
    right: 40px;
    width: 395px;
    height: 395px;
    background-color: #e8edf5;
  }
  .conItem .left .bjIcon{
    width: 170px;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .conItem .left .btt{
    width: 480px;
    height: 495px;
    position: absolute;
    top: 30px;
    right: 60px;
    border: solid 1px #e8edf5;
  }
  .conItem .left .monthBox{
    width: 495px;
    height: 120px;
    color: #fff;
    text-align: center;
    line-height: 120px;
    left: 0;
    font-size: 40px;
    top: 60px;
    justify-content: center;
    position: absolute;
    background-color: #77a8af;
  }
  .conItem .left .monthBox span:nth-of-type(1){
    font-size: 60px;
    font-weight: 500;
    font-style: italic;
  }
  .conItem .left .monthBox .sx{
    height: 70px;
    width: 2px;
    background-color: #fff;
    margin: 0 20px;
    font-size: 60px;
  }
  .conItem .left .monthBox span:nth-of-type(2){
    font-size: 32px;
  }
  .conItem .right{
    height: 530px;
    width: 600px;
    position: relative;
    /* background-color: #77a8af; */
  }
  .conItem .type{
    width: 145px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background-color: #66c5f1;
    text-align: center;
  }
  .conItem .title{
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin: 50px auto;
  }
  .conItem .msg{
    font-size: 14px;
    text-align: justify;
    line-height: 30px;
  }
  .conItem .time{
    font-size: 14px;
    color: #999;
    margin-top: 20px;
  }
  .conItem .btnGroup{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .conItem .btnGroup img{
    width: 240px;
    transition: all 300ms;
  }

  .conItem .btnGroup img:hover{
    transform: translateY(-10px);
  }

  .down{
    width: 34px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
  }
}
@media screen and (max-width: 1000px){
  .conBox{
    background-color: #fff;
    overflow: hidden;
  }

  .conItem{
    margin-top: 0.8rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #7f7f7f;
    display: flex;
    flex-direction: column;
  }

  .conItem:nth-last-of-type(1){
    border: 0;
  }
  
  .conItem .left{
    position: relative;
    width: 100%;
    height: 8.8rem;
  }
  .conItem .left .bjBox{
    position: absolute;
    top: 0;
    right: 0.533333rem;
    width: 7rem;
    height: 7rem;
    background-color: #e8edf5;
  }
  .conItem .left .bjIcon{
    width: 2.266667rem;
    position: absolute;
    bottom: 0;
    right: 0.133333rem;
  }
  .conItem .left .btt{
    width: 7.8rem;
    height: 7.8rem;
    position: absolute;
    top: 0.4rem;
    right: 0.933333rem;
    border: solid 1px #e8edf5;
  }
  .conItem .left .monthBox{
    width: 6.6rem;
    height: 1.6rem;
    color: #fff;
    text-align: center;
    line-height: 1.6rem;
    left: 0;
    font-size: 0.4rem;
    top: 1rem;
    justify-content: center;
    position: absolute;
    background-color: #77a8af;
  }
  .conItem .left .monthBox span:nth-of-type(1){
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
  }
  .conItem .left .monthBox .sx{
    height: 0.933333rem;
    width: 0.026667rem;
    background-color: #fff;
    margin: 0 0.266667rem;
    font-size: 0.8rem;
  }
  .conItem .left .monthBox span:nth-of-type(2){
    font-size: 0.45rem;
  }
  .conItem .right{
    width: 100%;
    /* background-color: #77a8af; */
  }
  .conItem .type{
    display: inline-block;
    padding: 0 0.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    font-size: 0.4rem;
    background-color: #66c5f1;
    text-align: center;
  }
  .conItem .title{
    font-size: 0.666667rem;
    font-weight: 600;
    text-align: center;
    margin: 0.666667rem auto;
  }
  .conItem .msg{
    font-size: 0.4rem;
    text-align: justify;
    line-height: 0.6rem;
  }
  .conItem .time{
    font-size: 0.32rem;
    color: #666;
    margin-top: 0.2rem;
  }
  .conItem .btnGroup{
    margin-top: 0.4rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .conItem .btnGroup img{
    width: 3.2rem;
  }

  .down{
    width: 0.8rem;
    margin: 0 auto 0.8rem;
    display: block;
    cursor: pointer;
  }
}