﻿.aietab_title_item {
    padding: 3px 20px;
    /*margin-left:2px;*/
    background-color: #fff;
    cursor: pointer;
    color: #909090;
}

.aietab_title_item_s {
    padding: 3px 20px;
    /*margin-left:2px;*/
    background-color: var(--color-base-secondary);
    color: #fff;
    /*font-weight: bold;*/
}
.aietab_content {
    padding: 20px;
    border: 1px solid #ccc;
}

.aietab_content .aietab_content_item {
    line-height: 25px;
    display: none;
    font-size: 16px;
}

.aietabs .aietab_titles {
    display: inline-block;
    border: 1px solid #ccc;
    border-right: none;
    border-bottom: none;
}

.aietabs .aietab_titles .aietab {
    display: inline-block;
    border-right: 1px solid #e6e6e6;
}

.collapse {
    position: relative;
    transition: height 0.35s ease 0s;
    overflow: hidden;
    height: 0;
}
.collapse.in {
    height: auto;
}
.accordion-group a {
    color: #858585;
}
.accordion-group a.zf_edit {
    color: #000;
}
.accordion-group a.zf_edit:hover {
    color: #63abe5;
}
.accordion-group a.zf_edit1 {
    color: #000;
}
.accordion-group a.zf_edit2 {
    color: #000;
}
.accordion-group a.zf_edit1:hover {
    color: #63abe5;
}
.accordion-group a.zf_edit2:hover {
    color: #63abe5;
}
.htit {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding: 5px 20px;
    display: block;
}
/*.accordion-toggle .htit .arrow{background: url(/Images/iconsp.png) -243px -42px; width: 10px;height: 10px;display: inline-block;margin-right: 10px;}
.collapsed .htit .arrow{background: url(/Images/iconsp.png) -201px -5px; width: 10px;height: 10px;display: inline-block;margin-right: 10px;}*/
.htit .arrow {
    background: url(/Images/iconsp.png) -243px -42px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
}
.htit .packup {
    background: rgba(0, 0, 0, 0) url("/Images/iconsp.png") no-repeat scroll -201px -5px;
    width: 10px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
}
.accordion-inner {
    padding: 10px 40px;
    font-size: 16px;
}
.accordion-inner h4 {
    border-left: 4px solid var(--color-base-secondary);
    color: var(--color-base-secondary);
    line-height: 18px;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 15px;
    position: relative;
}
.accordion-inner h4 .jc_edit {
    position: absolute;
    width: 65px;
    height: 14px;
    /* background: url("/Images/jc2.png") left center no-repeat; */
    padding-left: 18px;
    right: -30px;
    top: 5px;
    cursor: pointer;
    line-height: 14px;
    font-weight: normal;
    color: #676464;
}
.accordion-inner h4 .jc_edit:hover {
    /* background: url("/Images/jc.png") left center no-repeat; */
    color: #63abe5;
}
.state {
    display: block;
    position: relative;
    width: 130px;
    height: 19px;
    line-height: 19px;
    color: #5c5c5c;
}
.float {
    float: right;
}

.juli {
    margin-top: 15px;
}
/*.hd_tit {
    background: #fff;
    height: 29px;
    box-sizing: border-box;
}
.hd_tit a {
  margin-top: -2px;
    width: 114px;
    text-align: center;
    color: #909090;
    font-weight: bold;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    margin-right: 6px;
    display: inline-block;
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
    box-sizing: border-box;
    width: 90px;
    height: 31px;
    line-height: 30px;
}
  .hd_tit .on {
   color: #ff5757;
    background: #fff;
    height: 32px;
  }
.hd_tit a:hover{
     color: #ff5757;
}*/
.jl table {
    width: 100%;
}
.jl table th {
    background: var(--color-base-secondary);
    color: #fff;
    font-weight: normal;
    height: 36px;
    font-size: 17px;
}
.jl table td {
    text-align: center;
    padding: 10px 0;
}
.jl table tr:nth-child(2n + 1) {
    background: #f4f4f4;
}
.err-container {
    border: 1px solid #ccc;
    position: relative;
}
#errorQuestionRecordList {
    padding-bottom: 20px;
}

.QuestionHelpAnswerTable {
    width: 100%;
    box-sizing: border-box;
}
.QuestionHelpAnswerTable tr {
    height: 36px;
    line-height: 36px;
    color: #666;
}
.QuestionHelpAnswerTable thead tr th {
    color: #333;
    background: #f7f6f9;
    font-weight: normal;
}
.QuestionHelpAnswerTable tbody tr:nth-child(even) {
    background: #f7f6f9;
}
.QuestionHelpAnswerTable > thead > tr > th {
    text-align: start;
}
.QuestionHelpAnswerTable > thead > tr > th:first-child,
.QuestionHelpAnswerTable > tbody > tr > td:first-child {
    width: 20%;
    padding-left: 25px;
}
.QuestionHelpAnswerTable > thead > tr > th:nth-child(2) {
    width: 35%;
}
.QuestionHelpPagination .pagination {
    margin-bottom: 0;
    margin-top: 17px;
}
.QuestionHelpHideEnglish {
    display: none;
}
.QuestionHelpCheckEnglish {
    cursor: pointer;
    color: #43a8f0;
}
.QuestionHelpEnglish {
    width: 1200px;
}
