* {
    scroll-behavior: smooth;
}
.form-list-tit {
    display: block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.form-list-con {
    justify-content: flex-start;
}
/* form-sidebar */
.form-sidebar-section {
    margin-bottom: 24px;
}
.form-sidebar-item {
    padding-top: 12px;
}
.form-sidebar-con:hover {
    color: #e3b05f;
}
.form-sidebar-con {
    display: flex;
    align-items: center;
}
.icon-siedebar-form {
    fill: #dd9d5f;
    height: 48px;
    width: 48px;
    margin-right: 12px;
    flex-shrink: 0;
}
.form-sidebar-img {
    margin-top: 12px;
}
.form-sidebar-mintit {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 700;
    /* color: #dd9d5f; */
}
.form-sidebar-art {
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
    line-height: 1.4;
}
.form-detail-sources,
.form-sidebar-sources {
    padding-left: 20px;
}
.form-sidebar-sources-item {
    list-style: outside;
    margin: 8px 0;
}
.form-detail-sources-item,
.form-sidebar-sources-item,
.form-detail-sources-con,
.form-sidebar-sources-con  {
    color: #2A3970;
    line-height: 1.4;
}
a.form-detail-des:hover,
.form-detail-sources-item:hover,
.form-detail-sources-item:hover a,
.form-detail-sources-con:hover,
.form-sidebar-sources-con:hover,
.form-sidebar-sources-item:hover {
    color: #e3b05f;
    text-decoration: underline;
}

/* form */
.form-art {
    margin: 20px 0;
    line-height: 1.4;
}
.form-art p {
    margin-top: 8px;
}
.icon-form {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}
.form-box {
    margin-top: 20px;
}
.form-topbox {
    margin-top: -12px;
}
.icon-type {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}
/* form-state */
.form-state-item {
    margin: 20px 0;
}
.form-state-con {
    display: flex;
    align-items: flex-start;
}
.form-state-tit:hover span {
    color: #e3b05f;
    text-decoration: underline;
}
.form-state-img:hover {
    border-color: #e3b05f;
}
.form-state-img {
    border: 2px solid #eee;
    width: 120px;
    border-radius: 8px;
    flex-shrink: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.form-detail-img img,
.form-state-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.form-state-info {
    margin-left: 12px;
    width: calc( 100% - 132px );
}
.form-state-tit {
    font-weight: 700;
    color: #2A3970;
    display: flex;
    align-items: center;
}
.form-state-tit span {
    font-size: 18px;
    display: inline-block;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.form-state-pdf {
    background-color: #eee;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    padding: 2px 0;
    font-size: 12px;
    color: #111;
    margin-left: 8px;
    font-weight: 400;
    flex-shrink: 0;
}
.form-state-des {
    color: #666;
    line-height: 1.4;
    margin: 12px 0;
    overflow : hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical; 
}
.form-state-tip {
    color: #999; 
    fill: #999;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.form-state-tip span {
    display: inline-block;
    width: calc( 100% - 24px );
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}
.icon-tip {
    height: 20px;
    width: 20px;
    margin-right: 4px;
    flex-shrink: 0;
    margin-bottom: 2px;
}
/* form-cat */
.form-cat-art {
    line-height: 1.4;
}
.form-cat-art p,
.form-cat-art ul {
    margin-bottom: 12px;
}
.form-cat-art ul {
    padding-left: 20px;
}
.form-cat-art li {
    margin-bottom: 8px;
}
.form-cat-art h4 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
/* detail */
.form-detail {
    display: flex;
    flex-direction: column;
}
.form-detail-leftbox {
    flex-shrink: 0;
}
.form-detail-rightbox {
    margin-top: 20px;
}
/* detail-leftbox */
.form-detail-img {
    border: 2px solid #eee;
    width: 100%;
    /* aspect-ratio: 180 / 254.6; */
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
.form-detail-btn {
    border-radius: 60px;
    width: 100%;
    padding: 16px 0;
    background-color: #2A3970;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
}
.form-detail-btn:hover {
    background-color: #e3b05f;
}
.form-detail-info {
    color: #999;
    fill: #999;
    display: flex;
    align-items: center;
    margin: 8px 0;
}
.icon-star,
.icon-download {
    height: 14px;
    width: 14px;
    margin-right: 4px;
    margin-bottom: 2px;
}
.icon-download {
    fill: #fff;
}
/* detail-rightbox */
.form-detail-tit {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}
.form-detail-box {
    margin-bottom: 20px;
}
.form-detail-des {
    line-height: 1.4;
    margin-bottom: 8px;
}
.form-detail-des .source-url {
    margin-left:4px;
    color: #e3b05f;
    display: inline-block;
}
a.form-detail-des {
    color: #2A3970;
}
.form-detail-sources-item {
    margin: 8px 0;
}
.form-detail-notice {
    color: #999;
    line-height: 1.4;
}
@media screen and (min-width: 601px){
    .form-detail {
        flex-direction: row;
    }
    .form-detail-leftbox {
        flex-shrink: 0;
    }
    .form-detail-rightbox {
        margin-top: 0;
        margin-left: 20px;
    }
    .form-detail-img {
        width: 180px;
    }
}