/* pandr */
#pandr{}
#pandr h2.Ptitle{
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 35px;
    color: #ef4124;
}
#pandr p{
    margin: 0 45px 30px;
    font-weight: 300;
    line-height: 200%;
    font-size: 15px;
}
#pandr .webframe, #sixBox .webframe{overflow:hidden;width: 1530px;margin: 0 auto;}
#pandr .title-set{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
#pandr .title-set >div{
    width: calc((100%/3) - 60px);
    position: relative;
    padding: 30px 30px 90px;
    clear: both;
}
#pandr .title-set >div:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 26px;
    left: 0;
    transition: all 0.4s ease;
}

#pandr .title-set >div:nth-of-type(3n+1):before{
    width: calc(100% - 30px);
    left: 30px;
  }
#pandr .title-set >div:nth-of-type(3n):before{
    width: calc(100% - 30px);
    left: 0;
  }
#pandr .title-set >div:hover:before{background: #ee3111;}
#pandr .title-set >div .free{}
#pandr .title-set >div .free .num{
    width: 32px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 50%;
    text-align: center;
    color: #454545;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0;
    position: absolute;
    bottom: 10px;
    left: 90px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#pandr .title-set >div:hover .free .num{
    background: #ee3111;
    color: #fff;
    border: 1px solid #f5f7fa;
    }
#pandr .title-set >div .free .icon{
    width: 48px;
    height: 55px;
    float: left;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
#pandr .title-set >div .free .icon img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}
#pandr .title-set >div:hover .free .icon img{
    top: -52px;
}
#pandr .title-set h2{font-weight:400;font-size:24px;color: #111;font-size: 20px;line-height: 120%;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
#pandr .title-set h3{color: #9a9a9a;font-size: 14px;line-height: 20px;letter-spacing: 0.6px;overflow: hidden;margin-top: 5px;font-weight: normal;font-family: Nunito, sans-serif, cwTeXHei, serif, ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â»Ã…Â¸ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ©Ã‚Â»Ã¢â‚¬ËœÃƒÂ©Ã‚Â«Ã¢â‚¬Â, Arial, "Arial Narrow";}
#pandr .small-talk{float:right}
#pandr .small-talk p{text-align:right;font-size:16px;color:#e19dc5;line-height:180%;width:280px}

@media screen and (max-width: 1440px){
#pandr .title-set >div{
    padding: 30px 15px 90px;
    width: calc((100%/3) - 30px);
}
}
@media screen and (max-width: 768px){
#pandr .title-set >div{
    padding: 30px 15px 90px;
    width: calc((100%/2) - 30px);
}
#pandr .title-set >div:nth-of-type(3n+1):before{
    width: 100%;
    left: 0;
  }
#pandr .title-set >div:nth-of-type(3n):before{
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 480px){
#pandr h2.Ptitle{
    font-size: 25px;
}
#pandr .title-set >div{
    width: calc(100% - 30px);
}
}