#introduce{
    background:#fff;
    border-top:none;
    width:166px;
    margin-left:14px;
}
#introduce a{
    text-decoration:none !important;
}
#introduce a:hover{
   color:#333;
}
#introduce>li{position: relative}
#introduce>li:after{
    content:".";
    display: inline-block;
    width:5px;height:5px;
    position: absolute;
    left:10px;
    top:-2px;
}
.picsText h2{
    height:27px;
    font-size:24px;
    color:#fe3a3c;
    text-align:center;
    font-weight:600;
    margin-bottom:27px;
}

.picsText div{
   width:100%;
    float:left;
    margin-bottom:20px;
    margin-top:20px;
}
.picsText .even{
    margin-left:50px;
}
.picsText p{
    font-size:14px;
    /*height:25px;*/
    line-height:25px;
    /* text-indent:2em; */
}
.picsText p span{
    color:#333;

}
.picsText p span img{
  width:650px;
  position:relative;
  /*left:-30px;*/
}

.picsText .firstP{
    padding-top:15px;
}
