p{
    margin: 0;
}
.zxdetail-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.zxdetail-body{
    width: 1200px;
    
    box-sizing: border-box;
    padding: 20px;
}
.zxdetail-title{
    font-size: 20px;
    font-weight: 500;
}
.zxdetail-ico{
    width: 16px;
    height: 16px;
    line-height: 25px;
    text-align: center;
    background-color: #0000FF;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    margin-right: 5px;
}
.zxdetail-reply{
    width: 100%;
    background-color: #f3ffec;
    margin-top: 20px;
    /* padding: 20px; */
    position: relative;
    /* padding-bottom: 20px; */
}
.zxdetail-wendaico{
    position: absolute;
    top: 0;
}
.zxdetail-mantitle{
    width: 100%;
    height:40px;
    
    line-height: 10px;
    display: flex;
    flex-direction: row;

}
.zxdetail-mantitle img{
    margin-left: 20px;
}
.zxdetail-mantitle span{
    height: 40px;
    font-size: 20px;
    margin-left: 10px;
    line-height: 40px;
}
.zxdetail-top{
	margin-left: 5px;
}
.zxdetail-top h1{
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.zxdetail-info{
    color: #999;
    font-size: 14px;
    margin-top: 8px;
	    display: flex;
	    flex-direction: row;
	    align-items: center;
}
.zxdetail-tipinfo{
	color: #999;
}
.zxdetail-info span{
	margin-right: 10px;
}
.zxdetail-detail{
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    margin: 20px 0;
}
.zxdetail-guwen{
    width: 100%;
    height: 130px;
    background-color:#e8fadc ;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
}
.zxdetail-touxiang{
    width: 80px;
    height: 80px;
    background-color: #0078FF;
}
.zxdetail-touxiang img{
    width: 100%;
    height: 100%;
}
.zxdetail-guweninfo{
    flex: 1;
    height: 80px;
    margin-left: 10px;

    display: flex;
    flex-direction: column;
}
.zxdetail-guweninfotop{
    font-size: 14px;
    color: #999;
}
.zxdetail-guweninfobottom{
    margin-top: 20px;
    color: #515151;
}
.zxdetail-other{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.zxdetail-otheritem{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 10px;
}
.zxdetail-otheritem p{
    color:#2d64b3 ;
}
.zxdetail-otheritem span{
    color: #999;
}
.jxtw{ 
    width: 93px;
    height: 32px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    float: right;
    background-color: #53a8fb;
    color: white;
    line-height: 32px;
    border-radius: 6px; 
    cursor:pointer
}