



#contDiv{
    padding:0 .3rem .3rem;
    background: #fff;
}
#contTitle{
    font-size: .48rem;
    font-weight: 700;
    color: #333;
    line-height: .68rem;
    padding-top:.3rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #dcdcdc;
}
#newsCont{
    padding-top: .3rem;
    font-size: .36rem !important;
    line-height: .6rem;
    color: #333;
}
#newsCont img{
    width:100%;
    height:auto;
}
#newsCont>p{
    margin-bottom: .4rem;
}
.mind{
    padding-top: .6rem;
}
.mind-bg{
    width:90%;
    height:4.68rem;
    margin: 0 auto;
    background: url(../images/mindbg.jpg) center center no-repeat;
    background-size: 5.91rem auto;
}
.mind-p{
    text-align: center;
    font-size: .3rem;
    line-height: 1.20rem;
}
.mind-btn-try{
    display: block;
    background: #F39521;
    color:#fff;
    width:2rem;
    height:.8rem;
    line-height: .8rem;
    margin:0 auto;
    border-radius: 6px;
    text-align: center;
    font-size: .3rem;
}
.btnDiv{
    display: none;
    margin-top:.6rem;
    width:100%;
    text-align: center;
    /* height: .78rem; */
}
.btnDiv:after{
    content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.float_left{
    width:47%;
    float:left;
}
.float_right{
    width:47%;
    float:right;
}
.center{
    width:100%;
}
.expBtns{
    margin-bottom: .2rem;
    /* height: .78rem; */
    line-height: .7rem;
    font-size: .32rem;
    color:#af292e;
    border:1px solid #af292e;
    border-radius: .14rem;
    background-color: #fff;
}