.line-en {
    width: 10px;
    height: 48px;
    background: rgba(31, 104, 172, 1);
    border-radius: 2px;
}

.news-title-en {
    width: 100%;
    height: 48px;
    background: rgba(126, 211, 33, 0.1);
    border-radius: 2px;
    line-height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
      padding: 0 30px;
}

.news-page-en {
    margin: 20px auto;
    width: 100%;
    flex: 1 1 auto;
    min-height: 70vh;
}

.news-flex {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.news-title-span {
    font-size: 24px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333;
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 1;
}

.inside-span {
    height: 14px;
    font-size: 14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #1F68AC;
    line-height: 21px;
}

.inside-span-meet {
    height: 14px;
    font-size: 14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 21px;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.container-head {
    height: 102px;
    line-height: 102px;
    background: rgba(245, 245, 245, 1);
}

.first-span {
    width: 33px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(152, 152, 152, 1);
    line-height: 22px;
}

.second-span {
    width: 65px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.container-command {
    width: 1200px;
    height: 60px;
    background: rgba(239, 239, 239, 1);
    line-height: 60px;
}

.container-footer {
    width: 1200px;
    height: 261px;
    background: rgba(254, 254, 254, 1);
}

.article {
    text-indent: 35px;
    font-size: 16px;
    font-family: LucidaGrande-Bold, LucidaGrande;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    letter-spacing: 1px;
    margin-left: 35px;
    margin-right: 35px;
}

.container-footer {
    width: 1200px;
    padding-top: 30px;
}

.h-span {
    margin-left: 37px;
}

.page {
    background: rgba(245, 245, 245, 1);
    min-height: 1000px;
}

.footer-wrap {
    width: 1200px;
    height: 100px;
    left: calc(50% - 600px);
    background: #333333;
    color: #989898;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.footer-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 327px;
    display: flex;
}

.support {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 236px;
}

.support > span {
    line-height: 28px;
}

.supportIcon {
    width: 101px;
    height: 28px;
}

.meeting {
    width: 70px;
    color: #3CB5DA;
}

.meeting > img {
    position: absolute;
}

.meeting > div {
    text-align: center;
}

.footer-right {
    text-align: right;
    line-height: 28px;
}

.container-head {
    height: 96px;
    line-height: 96px;
    background: rgba(245, 245, 245, 1);
}

.first-span {
    width: 33px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(152, 152, 152, 1);
    line-height: 22px;
}

.second-span {
    width: 65px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.table {
    width: 1200px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px 2px 0px 0px;
    padding-bottom: 15px;
    margin-top: 32px;
}

.table-span {
    height: 24px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    padding: 17px 0 15px 32px;
}

.table-row {
    margin: 36px 33px 59px 33px;
}

.table-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 29px;
}

.search-span {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 0;
}

.layui-input {
    width: 192px;
    height: 36px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    margin-left: 16px;
}

.layui-btn {
    width: 117px;
    height: 38px;
    background: rgba(51, 51, 51, 1);
    border-radius: 5px;
    color: white;
    margin-left: 16px;
}

.table-tr {
    border-color: red green blue pink;
}

.table-hr {
    height: 1px;
    background: rgba(233, 233, 233, 1);
}

thead {
    border-bottom: 2px solid rgba(51, 51, 51, 1);
}

.img-left {
    margin-right: 30px;
}

.layui-table td, .layui-table th {
    text-align: center;
    vertical-align: middle;
}

.layui-input, .layui-textarea {
    display: block;
    width: 192px !important;
    padding-left: 10px;
}

.text {
    position: relative;
}

.text-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

.img1 {
    width: 100%;
    position: relative;
}

.layui-table td, .layui-table th {
    text-align: center !important;
    vertical-align: middle !important;
}

#test1 {
    z-index: -1 !important;
}

.page-container {
    margin: 0 auto;
    width: 1200px;
}

.page-container-head {
    display: flex;
    align-items: center;
    height: 102px;
    line-height: 102px;
    background: rgba(245, 245, 245, 1);
}

.page-first-span {
    width: 33px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(152, 152, 152, 1);
    line-height: 22px;
    margin-right: 5px;
}

.page-second-span {
    width: 65px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    margin-left: 5px;
}

.head-img {
    margin-top: -2px;
}

.text {
    z-index: -1 !important;
}
