.cborder{
	/* border:1px #f6f1f1 solid; */
	border: solid 2px #e1dddd;
}
.btn-answer {
    color: #ba5320;
    border-color: #ba5320;
}
.guanzhu{
	display:none;
}
.guanzhu-tab1{
	padding: 10px 0px 10px 45px;
	text-align: center;
	font-weight: bold;
}
.guanzhu-tab2{
	padding: 10px 45px 10px 0px;
	text-align: center;
	font-weight: bold;
}
.content-pt15{
	padding:15px 10px 10px 10px;
}
.head-pt{
	padding: 17px 0px 0px 20px;
}
.uname-pt{
	padding: 15px 0px 0px 5px;
}
.button-pt{
	padding: 0px 20px 10px;
}
  
.main-content img{
	width: 90%;
}
.text {
	border: 1px solid #ccc;
	min-height: 200px;;
}
.head-img{
	width:40px;
	height:40px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-indent: 2em;
}

/*ÔÄ¶ÁÈ«ÎÄ*/
#contTab{
    display: none;
}
.content-more{
    display: none;
}
#contTab:checked ~ #cont{
    max-height: 300px;
    overflow: hidden;
}
#contTab:checked ~  .content-more{
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
#contTab:checked ~  .content-more .gradient{
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: linear-gradient(-180deg,rgba(255,255,255,0),#fff);
    height: 80px;
    position: absolute;
    left: 0;
    top: -79px;
    width: 100%;
}
#contTab:checked ~  .content-more .readmore{
    display: inline-block;
    /* background: #0067cb; */
    color: #be5820;
    width: 175px;
    height: 42px;
    border-radius: 42px;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}
/*ÔÄ¶ÁÈ«ÎÄ*/