.detail-title{
    width: 100%;
    box-sizing: border-box;
    padding: 27px 16px 42px;
    border: 1px solid #ececec;
    background-image: linear-gradient(to top, rgba(248,248,248,0), rgba(248,248,248,1));
}
.detail-title h1{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.detail-title h1 img{
    vertical-align: bottom;
    margin-left: 8px;
}
.detail-title-date{
    /* overflow: hidden; */
    margin-top: 32px;
}
.detail-title-date a{
    float: left;
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #90c730;
}
.detail-title-date em{
    float: left;
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #666;
}
.detail-title-date em:nth-child(n+2){
    padding-left: 16px;
    border-left: 1px solid #666;
    margin-left: 16px;
}
.detail-txt{
    width: 100%;
    box-sizing: border-box;
    padding: 18px 16px 66px;
    border: 1px solid #ececec;
    background-color: #f9f9f9;
    margin-top: 12px;
}
.detail-txt-top{
    font-size: 20px;
    font-weight: bold;
    color: #90c730;
    line-height: 1;
    box-sizing: border-box;
    padding-left: 25px;
    background: url('/static/home/img/detail-answer.png') left center no-repeat
}
.detail-txt {
    font-size: 18px;
    line-height: 35px;
    color: #333;
    margin: 10px 0 0px;
}
.detail-txt img{
    max-width:100%;
}
.detail-txt h2{
    font-weight: bold;
}
.detail-txt p:nth-child(2){
    margin-top: 22px;
}

.up{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding: 0 15px;
}
.up a{
    display: block;
    float: left;
    width: 390px;
    font-size: 18px;
    line-height: 48px;
    color: #333;
}
.up a:last-child{
    margin-left: 50px;
}
.up a span{
    display:inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #e1e1e1;
    vertical-align: middle;
}

.xgyd{
    width: 100%;
    box-sizing: border-box;
    padding: 18px 15px 20px;
    border: 1px solid #ececec;
    margin-top: 27px;
}
.xgyd h4{
    font-size: 22px;
    line-height: 1;
    color: #333;
    padding-left: 23px;
    background: url('../images/detail-xgyd.png') left center no-repeat;
}
.xgyd ul{
    margin-top: 22px;
    overflow: hidden;
}
.xgyd ul li{
    width: 380px;
}
.xgyd ul li:nth-child(odd){
    float: left;
}
.xgyd ul li:nth-child(even){
    float: right;
}
.xgyd ul a{
    display: flex;
    align-items: center;
    padding: 11px 0;
}
.xgyd ul a p{
    font-size: 18px;
    line-height: 1;
    color: #666;
    flex: 1;
    padding-right: 10px;
}
.xgyd ul a em{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #666;
}
.xgyd ul a:hover p{
    color: #90c730;
}
