/**!
 * é™å®‰-ä¿¡æ¯å…¬å¼€-é‡å¤§å†³ç­–è¯¦ç»†
 * author: huangcong
 * date:2021-02-19
 */

/* å·¦ä¾§ */

.bod{
    border: 1px solid #c2c1c1;
    background: url('../images/menu_bg.jpg') center bottom no-repeat;
    height: calc(100% - 10px);
}

.year-chosen{
    height: 287px;
    background: url('../images/year_bg.jpg') center top no-repeat;
}

.year-tt{
    padding-top: 74px;
    text-align: center;
}

.year-tt img{
    vertical-align: top;
}

.chosen-tip{
    margin-top: 30px;
    text-align: center;
}

.chosen-tip img{
    vertical-align: top;
}

.chosen-mod{
    margin-top: 10px;
    padding: 0 40px;
}

.chosen-container-single .chosen-single{
    height: 29px;
    line-height: 27px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ddd;
    padding-left: 16px;
}

.chosen-sel{
    width: 100%;
    height: 28px;
}

/* 2019å¹´è¡Œæ”¿è§„èŒƒæ€§æ–‡ä»¶ */

.file{
    border: 1px solid #e1e1e1;
}

.file-hd{
    background: #efefef;
    height: 45px;
    line-height: 45px;
}

.file-hd h3{
    font-size: 22px;
    color: #1764CE;
    padding-left: 16px;
    border-bottom: 2px solid #1764CE;
    /* background: url('../images/file_icon.png') 18px center no-repeat; */
}

.file-bd{
    min-height: 966px;
}

.tab-list{
    border-bottom: 1px solid #d7d7d7;
    line-height: 40px;
    font-size: 20px;
    padding: 10px 0;
}

.tab-item{
    float: left;
    margin-left: 14px;
    cursor: pointer;
}

.tab-item.active{
    color: #1764CE;
}

.info-copy{
    padding-top: 14px;
}

.info-tt{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
}

.info-tip{
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    background: #efefef;
    margin-top: 5px;
}

.info-tip span{
    margin: 0 5px;
}

.info-txt{
    line-height: 36px;
    font-size: 16px;
    padding: 0 30px 20px;
}

.info-txt p{
    margin-top: 10px;
}

/* pad */

@media(max-width:979px){
    .chosen-mod{
        padding: 0 10px;
    }
}

/* phone */

@media(max-width:767px){
    .file-bd{
        min-height: 0;
    }

    .year-chosen{
        background-size: 100% 100%;
    }
    
    .bod{
        background: none;
    }

}

/* 0707 */

.article {
    padding: 0 10px;
    min-height: 340px;
}

.article-hd {
    padding: 0 0 10px 0;
    line-height: 38px;
    font-size: 22px;
    text-align: center;
    border-bottom: 2px solid #1764CE!important;
}

.article-hd h3 {
    font-weight: bold;
    /* text-overflow: ellipsis; */
}

.article-tip {
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.article-tip a {
    color: #333;
}

.article-info {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 30px;
    overflow-y: auto;
}

.article-img {
	max-width: 100%;
    vertical-align: top;
    margin-bottom: 30px;
}

.article-info p {
    text-align: left;
    line-height: 25px;
    font-size: 14px;
    text-indent: 2em;
}


.error{
    display: none;
    border: 4px solid #999;
    background: #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    width: 506px;
    height: 520px;
    position: fixed;
    left: 50%;
    margin-left: -253px;
    top: 50%;
    margin-top: -260px;
    z-index: 99;
}

.error *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error-hd{
    height: 32px;
    line-height: 32px;
    background: #69abea;
    padding-left: 20px;
}

.error-hd h3{
    font-size: 14px;
    font-weight: bold;
}

.error-bd{
    padding: 0 20px 15px 20px;
}

.error-list h3{
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    padding-left: 6px;
    padding: 11px 0;;
}

.error-chose{
    line-height: 18px;
    font-size: 12px;
}

.error-chose input{
    vertical-align: top;
    margin-top: 3px;
    margin-right: 5px;
}

.error-chose label{
    float: left;
    margin-left: 20px;
}

.error-chose label:first-child{
    margin-left: 36px;
}

.list-red{
    color: #ff0000;
}

.error-input input{
    width: 100%;
    height: 18px;
    border: 1px solid #b5b5b5;
    line-height: 16px;
    background: #fff;
    padding-left: 5px;
    vertical-align: top;
}

.error-textarea textarea{
    height: 85px;
    border: 1px solid #b5b5b5;
    width: 100%;
    padding: 3px 5px;
    font-size: 12px;
}

.error-info{
    margin-top: 13px;
}

.info-item{
    height: 18px;
    line-height: 18px;
    margin-top: 8px;
}

.info-item:first-child{
    margin-top: 0;
}

.error-info .infos-tt{
    float: left;
    width: 77px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

.info-input{
    width: 198px;
    float: left;
}

.info-input input{
    width: 100%;
    height: 18px;
    border: 1px solid #b5b5b5;
    line-height: 16px;
    background: #fff;
    padding-left: 5px;
    vertical-align: top;
}

.ma-img{
    float: left;
    margin: 1px 0 0 7px;
}

.ma-img img{
    vertical-align: top;
}

.error-btn{
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.error-btn a{
    display: inline-block;
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    margin: 0 4px;
    vertical-align: top;
}

.btn1{
    background: #69abea;
}

.btn2{
    background: #ff6600;
}


/* phone */
@media(max-width:767px){
    .article{
        padding: 0 10px;
    }

    .article-hd{
        font-size: 16px;
        padding: 5px 0;
    }

    .article-img{
        margin-bottom: 10px;
    }

    .article-info{
        margin-top: 10px;
        padding-bottom: 10px;
    }

    /* çº é”™ */

    .error{
        width: 100%;
        left: 0;
        right: 0;
        margin-left: 0;
    }

    .error-chose label:first-child,
    .error-chose label{
        margin-left: 10px;
    }

    .error-bd{
        padding: 5px;
    }

    .error-list h3{
        padding: 4px 0;
    }

    .error-info .infos-tt{
        width: 64px;
    }

    .info-input{
        float: none;
        width: auto;
        margin: 0 76px 0 64px;
    }

    .ma-img{
        float: right;
        margin-top: -17px;
    }
}
