.cms .cms-header {
    height: 80px;
    margin-top: 20px;
    border-bottom: solid 1px #E6E6E6;
    display: flex;
    align-items: center;
}

.cms-banner img {
    height: 320px;
    width: 100%;
}

.cms .cms-header .title {
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}

.cms .cms-item {
    height: 80px;
    border-bottom: solid 1px #E9E9E9;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}

.cms .cms-item .no {
    margin-right: 10px;
    width: 30px;
}

.cms .cms-item .title {
    flex: 1;
}

.cms .cms-item .date {
    margin-left: 10px;
    width: 120px;
}

.cms-detail .cms-header {
    height: 64px;
    padding-left: 120px;
    border-bottom: solid 1px #E6E6E6;
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 18px;
}

.cms-detail .sub-title {
    margin-left: 20px;
    color: #333333;
}

.cms-detail .cms-detail-head {
    margin-bottom: 30px;
}

.cms-detail .cms-detail-head .title {
    margin-top: 30px;
    font-size: 40px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}

.cms-detail .date-container {
    display: flex;
    align-items: center;
}

.cms-detail .date-left {
    height: 1px;
    background: #E6E6E6;
    flex: 1;
    margin-right: 10px;
}

.cms-detail .date-right {
    height: 1px;
    background: #E6E6E6;
    flex: 1;
    margin-left: 10px;
}

.cms-detail .date {
    font-size: 18px;
    color: #333333;
}

#cms-img .cms-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cms-img-item {
    width: 438px;
    height: 364px;
    display: block;
    position: relative;
    margin-top: 30px;
}

.cms-img-item .img {
    width: 438px;
    height: 248px;
}

.cms-img-item .content {
    padding: 20px;
    background: #F6F7F9;
}

.cms-img-item .title {
    height: 48px;
    font-size: 17px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
}

.cms-img-item .date {
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    line-height: 21px;
    font-weight: 400;
}

.cms-cert .cms-container {
    display: flex;
    justify-content: center;
}


.cert-table-wrapper {
    width: 1200px;
    margin-top: 40px;
}

.cert-table {
    width: 100%;
}

.cert-table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #F6F7F9;
    height: 43px;
}

.cert-table thead tr th {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    text-align: left;
    width: 300px;
}

.cert-table tbody tr td {
    border-bottom: 1px solid #E9E9E9;
}

.cert-table tbody tr {
    height: 60px;
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #FFFFFF;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}

.cert-table tbody {
    display: block;
    height: 500px;
    overflow-y: scroll;
}

.cert-table th {
    height: 32px;
}

.bulletin-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

.bulletin-filter span {
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}

.first-column {
    padding: 0 20px;
}

.search {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 6px;
}

.search-text {
    height: 30px;
    width: 300px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
}

.search-btn {
    height: 26px;
    width: 26px;
    background: none;
    border: none;
    padding: 0px;
    margin: 2px 12px;
}

.search-btn img {
    height: 26px;
    width: 26px;
}

#cms-nav {
    display: flex;
    flex-direction: column;
}


#cms-req .cms-content {
    padding: 20px 30px;
    background: #F6F7F9;
    width: 100%;
    height: 400px;
}

.req-form {
    width: 600px;
}


#cms-search .search-text {
    width: 500px;
}

#cms-search .search {
    margin: 20px 0;
}

#cms-search .cms-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
}

.cert .cms-container {
    display: flex;
    flex-direction: row;
    border: 1px solid #E6E6E6;
    margin: 40px auto;
}

.cert .cms-container .cms-nav-wrapper {
    min-width: 320px;
    border-right: 1px solid #E6E6E6;
    padding-top: 20px;
}

.cert .cms-container .cms-nav-wrapper .icon {
    margin-left: 20px;
}


.cert .cms-container .cms-list {
    flex-grow: 1;
    padding: 40px;
}

.cert .cms-content {
    flex-grow: 1;
    padding: 40px;
}

.cms-nav-title {
    margin-left: 20px;
    height: 68px;
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 68px;
}

.cms-nav-sub {
    padding-top: 20px;
    background: #F6F7F9;
    min-height: 600px;
}


.cms-nav-sub-item {
    padding: 14px 20px;
    font-size: var(--font-size-large);
    color: #7A8196;
}

.cms-nav-sub-item-selected {
    color: #246DFF;
    font-weight: bold;
    background: #E8EBF1;
    border-right: 4px solid #246DFF;
}

.cms-nav-sub-item:hover {
    color: #246DFF;
    font-weight: bold;
    background: #E8EBF1;
    border-right: 4px solid #246DFF;
}

.cms-nav-sub-item:last-child {
    border-bottom: 0;
}

.cert-item {
    margin-bottom: 60px;
}

.cert-item-btns {
    display: flex;
    min-height: 144px;
    padding: 20px;
    background: #F6F7F9;
    border-radius: 4px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cert-item-btn {
    background: #F6F7F9;
    font-size: 14px;
    color: #111111;
    padding: 3px 36px;
    border: 1px solid rgba(17, 17, 17, 0.2);
}

.cert-item-top {
    display: flex;
    margin-bottom: 20px;
}

.cert-item-top .right {
    margin-left: 28px;
}

.cert-item-top .right .title {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
}

.cert-item-top .right .remark {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
}

.cert-query {
    padding: 40px 0px;
}

.cert-query .header {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 6px;
}

.cert-query .header .title {
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
}

.query {
    background: #F6F7F9;
    padding: 30px 100px;
    margin-top: 30px;
}

.cert-query .query .title {
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

.cert-query .query .title-sub {
    margin-top: 6px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
}

.query .search-box {
    margin-top: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 1);
    width: 680px;
    height: 40px;
}

.query .search-box .search-text {
    height: 38px;
    width: 400px;
    padding-left: 10px;
}

.query .search-box #selType {
    border: none;
    height: 37px;
    width: 150px;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
    margin-left: 20px;
}

.query .search-box-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.query .submit {
    background: #111111;
    width: 180px;
    height: 40px;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 38px;
    font-weight: 400;
    margin-left: 40px;
}

.query .clear {
    width: 180px;
    height: 40px;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
    font-weight: 400;
    background: rgba(17, 17, 17, 0.00);
    border: 1px solid rgba(17, 17, 17, 1);
    margin-left: 40px;
}


.cert-query .result table {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;

    border-top: 1px solid rgba(230,230,230,1);;
    border-left: 1px solid rgba(230,230,230,1);;
    border-spacing: 0; /*去掉单元格间隙*/
}


.cert-query .result table td {
    padding: 10px 50px;
    border-bottom: 1px solid rgba(230,230,230,1);;
    border-right: 1px solid rgba(230,230,230,1);;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
}

.cell-background {
    background: #F9FAFA;
}

.cms-detail-accessory {
    background: #F5F5F5;
    padding: 20px 40px;
    margin-top: 40px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    font-weight: 400;
}

.cms-detail-accessory .cms-d-a-item:hover {
    color: #2051E6;
}