@charset "UTF-8";
#up_ymd{
    text-align:right;
    font-size: 15px;
    margin:5px 10px;
}

#detail{
    line-height:2;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #eee; */
    /* padding: 0.4em; */
    /* margin: 0 0 2em; */
    /* text-align: center; */
    /* align-items: center; */
    /* justify-content: center; */
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.2px;
}


.detailText{padding: 1em;border-radius: 5px;flex: 1 0 0;margin: 0.4em;/* border: 1px solid #eee; */min-width: 300px;}


.detailText a{font-size:16px;color:#098b3b;font-weight:600;}
.detailText a:hover{color:#f58600}


.detailText > div {font-size:15px;/* font-size: 16px!important; */}

.detailUpfile{
    margin:5px 0 35px;
    text-align:center;
    padding: 2%;
}


.detailUpfile img{
    /* max-width: 500px; */
}

.backORcloseBtn{
    text-align: left;
    line-height:100%;
    /* margin: 15px; */
    padding-bottom: 15px;
}
.backORcloseBtn a{
    display:inline-block;
    padding:0px 13px;
    /* 	border: 1px solid #d48e46; */
    color: #ffffff;
    background: #999;
    border-radius: 2px;
    text-decoration:none;
    font-size:16px;
    line-height: 1.3;

}


.backORcloseBtn a::before{
    font-family: 'FontAwesome';
    content: "\f060";
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.8;
    padding-right:10px;

}


.backORcloseBtn a:hover{
    /*     background:#098b3b; */
}



.detailUpfile img{
    /* min-width: 300px; */
    height:auto;
    width: 100%;
    padding: 2%;
}
.pNav{padding: 2% 0;font-size:15px;line-height: 1.8;}
.pNav a{font-size:15px;color:#666;border-bottom: 1px dotted #666;}
.pNav a:hover{border-bottom: 0px solid #098b3b;}



.categoryArea{
    text-align:right;
    padding-bottom: 60px;
}



.pCate{padding: 1% 0;font-size:14px;text-align: right;display: inline;}
.pCate a{font-size:14px;/* color: #fff; *//* border-bottom: 1px dotted #666; */padding: 0.5% 1%;/* background: #95908b; *//* margin: 1%; */border-radius: 50px;}
.pCate a:hover{color:#666}

.pCate a:after{
    font-size: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    margin: 0 10px;
    height: 20px;
    line-height: 20px;
}


.news_title{/* font-size: 20px; *//* text-align:left; */padding: 1% 0;/* border-bottom: 1px solid #666; */margin-top: 50px;}

.central {
    max-width: 1200px;
}