
#choiceCard-head{
    display: none;
}

/*正文大图*/
#con-img{
    width:100%;
}
#con-img img {
    width: 100%;
    height: 160px;
}

/*项目名*/
#pro-name{
    background-color: white;
    width: auto;
    /*height: 80px;*/
    border: 1px solid #e0e0e0;
    margin: 0 auto;
    padding:5px;
    color: #555;
}
#pro-name h2{
    margin:5px 0 0px 0px;
    font-size:18px;
}
#pro-name span {font-size: 14px;color:#555;}

.style-img{
    width:8px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

    #pro-name .media-object{
        height:50px;
        margin:4px 0;
        padding:0;

        border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        -ms-border-radius:5px;
        -o-border-radius:5px;
    }
    #pro-name span img{
        height:30px;
    }
     #pro-name p span{
         font-size:12px;
         color:#aaa;
     }

.ff {
    height:100px!important;
    *height:100px;
    _height:100px;
    margin:20px auto 10px auto;
}
/*创始人*/
#founder{
    width: 50%;
    height: 100px;
    background-color: white;
    margin-left: 5%;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}
#founder .founder-info{width: 100%;height:60%;}
#founder .founder-info img{width: 40px;height:40px;border-radius: 50%;display: inline-block;margin:10px;vertical-align:middle;}
#founder .founder-info .founder-info-text{display: inline-block;width:55%;height:auto;padding-top: 12px;float: right;}
#founder .founder-info p{font-size:12px;width: auto;border:none;line-height: 16px;height:15px;}
#founder-style-img{
    width:8px;
    vertical-align: middle;
    margin-right: 5px;
}
/*融资*/
#financing{
    width: 35%;
    height: 100px;
    background-color: white;
    display: inline-block;
    float: right;
    margin: 0 5% 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
#financing .financing-num{
    width: 100%;
    height:60px;
    letter-spacing:1px;
    text-align: center;
    line-height: 60px;
    border:none;
    display: inline-block;
    font-size: 14px;
    color:#ff0000;
}
#founder p, #financing p{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #5b5b5b;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

/*档案*/
#archives #archives-info{border-bottom:1px solid #e0e0e0;}
#archives #archives-text article{
    margin:10px 0 ;
    position: relative;
}

#archives #archives-text article p{
    width:auto;
    height:auto;
    font-size: 12px;
    text-indent: 2em ;
    margin: 0 1em;
    display:block;
}
#archives #archives-text .left-pic{
    width:55px;
    background-color: transparent;
    position: absolute;
    left: -12px;
    top: -30px;
}
#archives ul{list-style: none;width:100%;}
#archives ul li{min-height:50px;height:auto;width: 100%;line-height: 30px;border-top: 1px solid #e0e0e0;display:flex;}
#archives ul li:first-child{border-top:none;}
#archives ul li p{font-size:12px;flex:3;text-align: center; line-height:50px;background-color: #f0f0f0;}
#archives ul li span{font-size:12px;padding:0 10px;flex:7;height:100%;line-height:50px;}

/*团队*/
#team{
    width: 100%;
    margin: 0 auto;
}
#team ul{list-style: none;}
#team ul li{
    width: 93%;
    height:50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
    margin:0 10px;
}
#team ul li:last-child{border-bottom:none;}
#team ul li img{vertical-align: middle;width: 30px;border-radius: 50%;}
#team #pc-p{display: none;}

/*评论*/
#conment{
    margin:0 auto;
    width: 100%;
}

#comt_inset{
    padding: 0 10px 50px 10px;
}
#conment ul{
    margin-bottom:10px;
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
}
#conment ul li{border-bottom: 1px solid #e0e0e0;margin:0 10px 0 10px;}
#conment ul li:last-of-type {
    border-bottom: 0;
}
#conment img, #conment p{display: inline-block;}
#conment ul li img{
    width: 30px;
    vertical-align: text-top;
    border-radius: 50%;
    float: left;
    margin-top: 5px;
}
#conment p{margin:0px 0 7px 0px;font-size: 10px;}
#conment .conment-text{padding-left: 40px;padding-top: 5px;}
#conment .conment-text .conment-text-p1{color: rgb(46, 123, 239); font-size: 12px;font-weight: bold;}
#conment .conment-text span{}
#conment .more-conment{text-align: center;display: inline-block;width: 100%;height:30px;line-height: 30px;text-shadow: 0 0 0; }
#conment .more-conment a{text-decoration: none; }

/*评论输入框*/
#porj_comt{
    width: 100%;
    height: 50px;
    text-shadow: 0 0 0;
    font-size: 12px;
}
#send{
    height: 30px;
    width: 80px;
    padding-right: 5px;
    text-align: center;
    line-height: 30px;
    border: none;
    background: #c7254e;
    color: #ffffff;
    float:right;
    margin: 10px 15px;
    font-weight: bold;
    letter-spacing: 2px;
}

/*折叠快公共样式*/
.up-down-menu{

    width: 25px;
    position: absolute;
    right: 0px;
    top: 10px;
}
.up-hide, .down-hide{display: none;}
/*图文详解、最近参与、评论公共折叠样式*/
.accordion-heading{
    margin: 10px 15px 0 15px;
    background-color: #ffffff;
    border:1px solid #e0e0e0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    height: 40px;
}
.accordion-heading a{
    color: #8e8e8e;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.accordion-heading img{
    height: 102%;
    margin-right: 15px;
}
.accordion-body{
    margin: 0px 15px;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.accordion-inner{
    border: 1px solid #e0e0e0;
    border-top:none;
    background-color: #ffffff;
    border-bottom-left-radius:5px;
    -webkit-bottom-left-radius:5px;
    -moz-bottom-left-radius:5px;
    -ms-bottom-left-radius:5px;
    -o-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-bottom-right-radius:5px;
    -moz-bottom-right-radius:5px;
    -ms-bottom-right-radius:5px;
    -o-bottom-right-radius:5px;
}
.textafter{
    margin: 0 15px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.accordion-inner>p{
    display: none;
}

/*评论输入框*/
#porj_comt{
    height: 50px;
    text-shadow: 0 0 0;
    font-size: 12px;
}
#send{
    height: 30px;
    width: 80px;
    padding-right: 5px;
    text-align: center;
    line-height: 30px;
    border: none;
    background: #c7254e;
    color: #ffffff;
    float:right;
    margin: 10px 15px;
    font-weight: bold;
    letter-spacing: 2px;
}

#stylebox{
    padding-bottom:30px;
}