.wentiCon {
    overflow: hidden;
    width: 720px;
}
.wentiCon .item {
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
}
.wentiCon .wenti{

}
.wentiCon .wenti .dt{
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(68,68,68,1);
    line-height:30px;
    margin-bottom: 15px;
}
.wentiCon .wenti .red{
    color: #E12E21;
}
.wentiCon .wenti .dt img{
    width: 30px;
    height: 30px;
}

.wentiCon .wenti .dd{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(68,68,68,1);
    margin: 15px 0;
    line-height: 30px;
    max-height: 90px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wentiCon .wenti .dd.open  {
    max-height: inherit;
}


.wentiCon .wenti .desc{
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.wentiCon .wenti .desc span{
    margin-right: 10px;
}
.wentiCon .wenti .desc .btn{
    margin-left: 40px;
}
.wentiCon .wenti .desc .btn img{
    width: 84px;
    height: 26px;
    vertical-align: middle;
}

/*提问*/
.tiwen {
    min-height:640px;
    width: 720px;
    background:rgba(247,247,247,1);
    padding: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tiwen .dt {
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(225,46,33,1);

}

.tiwen .dt a {
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color: #a6a6a6;
}

.tiwen .dt a:hover {
    color:rgba(225,46,33,1);
}

.tiwen .dt a.active {
    color:rgba(225,46,33,1);
}

.myform {
    margin-top: 20px;
}
.myform .formgroup{
    margin-bottom: 20px;
}
.myform .formgroup .title{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-bottom: 10px;
    text-align: left;
}
.myform .formgroup input{
    width:620px;
    padding: 0 15px;
    height:50px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.myform .notice {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.myform .btn {
    text-align: center;
    margin: 30px 0;
}
.myform .btn button{
    width:100px;
    height:36px;
    background:rgba(20,151,234,1);
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    border: none;
}
/*我要回答*/
.answer {
    padding: 20px;
    background:rgba(247,248,250,1);
    margin-bottom: 30px;
}
.answer textarea{
    height: 160px;
    padding: 15px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.answer .btn{
    margin-top: 10px;
}

.answer .btn .content-msg {
    display: inline-block;
    font-size: 14px;
    color: #333333;
}

.answer .btn .buttons {
    float: right;
}

.answer .btn button{
    border: none;
    border-radius:5px;
    margin-left: 5px;
}
.answer .btn .cancel{
    width:50px;
    height:28px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(217,217,217,1);
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(68,68,68,1);
}
.answer .btn .publish{
    width:70px;
    height:28px;
    background:rgba(20,151,234,1);
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.nologin {
    height: 160px;
    line-height: 160px;
    color: #333;
    border: 1px solid #ddd;
    text-align: center;
    display: none;
    background: #fff;
}
.nologin a{
    color: #1497EA;
}
