/* 自定义样式文件 - 用于存放从default.aspx页面中提取的内联样式 */

/* 页面主体样式 */
body {
    margin: 0;
    padding: 0;
}

/* 头部导航样式 */
.head {
    position: relative;
    z-index: 99;
    height: 100px;
    width: 100%;
    overflow: hidden;
}

.nav {
    height: 100px;
    background: rgb(255, 255, 255);
    width: 1200px;
    margin: 0px auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.logo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.logo-img {
    width: 70px;
    height: 80px;
    margin-right: 20px;
}

.logo-text-content {
    font-family: SourceHanSansCN-Bold;
    border-left: 1px solid rgb(216, 216, 216);
    padding-left: 20px;
    color: rgb(0, 74, 145);
}

.logo-text {
    font-size: 40px;
    letter-spacing: 6px;
    font-weight: 700;
}

.logo-text-engling {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

/* 导航菜单样式 */
.nav-content {
    width: 100%;
    background: rgb(24, 102, 204);
}

.el-menu-demo {
    border-right: none;
    list-style: none;
    position: relative;
    margin: 0px auto;
    padding-left: 0px;
    background-color: rgb(24, 102, 204);
    width: 1200px;
    border-bottom: 0px;
}

.el-menu-item {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 0px 20px;
    list-style: none;
    cursor: pointer;
    position: relative;
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
    box-sizing: border-box;
    white-space: nowrap;
    float: left;
    margin: 0px;
    border-bottom: 2px solid transparent;
    background-color: rgb(24, 102, 204);
}

.el-menu-item.is-active {
    border-bottom: 2px solid rgb(255, 255, 255);
    background-image: initial !important;
    background-position: initial !important;
    background-size: initial !important;
    background-repeat: initial !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
}

.el-menu-item:hover {
    background-color: rgb(24, 102, 204);
}

/* 首页内容区域样式 */
.el-wrap-con {
    color: rgb(0, 0, 0);
    font-family: "Noto Sans SC";
    font-size: medium;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    letter-spacing: normal;
    orphans: 2;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.home-content {
    width: 100%;
    background: rgb(248, 251, 255);
}

/* 通知公告区域样式 */
.news-content {
    width: 100%;
    padding-bottom: 30px;
    background: rgb(248, 251, 255);
}

.news-header {
    width: 1200px;
    height: 60px;
    display: flex;
    background: rgb(255, 255, 255);
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.news-header-title {
    width: 150px;
    height: 60px;
    background: rgb(24, 102, 204);
    line-height: 60px;
    text-align: center;
    font-family: SourceHanSansCN-Bold;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.news-header-center-item {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    width: 1000px;
    height: 60px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    padding: 0px 50px;
    cursor: pointer;
    border: none;
}

.news-intro {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: rgb(51, 51, 51);
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.news-time {
    white-space: nowrap;
}

.news-month {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.nes-header-btn {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: rgb(1, 66, 152);
    letter-spacing: 0px;
    font-weight: 400;
    margin-right: 20px;
    cursor: pointer;
    width: 30px;
}

/* 工作动态区域样式 */
.news-list-top {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.home-title {
    font-family: SourceHanSansCN-Bold;
    font-size: 36px;
    color: rgb(51, 51, 51);
    font-weight: 700;
}

.home-btn {
    border: 1px solid rgb(1, 66, 152);
    height: 36px;
    line-height: 36px;
    padding: 0px 30px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: rgb(1, 66, 152);
    cursor: pointer;
}

.news-list-center {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 10px;
}

.news-list-item {
    background: rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: rgba(1, 66, 152, 0.1) 0px 2px 10px 0px;
    padding: 10px 10px 30px;
    margin-right: 6px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}

.new-list-item-img {
    width: 366px;
    height: 183px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.new-list-item-bottom {
    width: 366px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.new-list-item-left {
    height: 64px;
    width: 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
}

.new-list-item-left-title {
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.new-list-item-left-content {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: rgb(102, 102, 102);
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/* 多彩非洲区域样式 */
.africa-content {
    width: 100%;
    background: rgb(255, 255, 255);
}

.africa-top {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tab-inner-content {
    padding: 28px;
    display: flex;
    background: rgb(255, 255, 255);
    width: 1200px;
}

.tab-inner-left {
    width: 600px;
    cursor: pointer;
}

.short-img {
    width: 600px;
    height: 300px;
}

.short-title {
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.short-text {
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tab-inner-right {
    width: 600px;
}

.new-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.icon-span {
    display: inline-block;
    width: 10px;
    height: 4px;
    background: rgb(1, 66, 152);
    margin-right: 16px;
}

.news-title {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    color: rgb(51, 51, 51);
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 国际会展区域样式 */
.program-content {
    width: 100%;
    background: rgb(248, 251, 255);
    padding-bottom: 20px;
}

.program-center {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.list-content {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    margin-right: 74px;
}

.project-item-content {
    padding: 0px 24px;
    background: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    cursor: pointer;
}

.left-item {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    width: 0px;
}

.item-title {
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    color: rgb(1, 66, 152);
    font-weight: 700;
    margin-bottom: 16px;
}

.item-line {
    width: 50px;
    height: 1px;
    background: rgb(223, 223, 223);
}

.item-detail {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgb(102, 102, 102);
    width: 435px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.item-img {
    width: 72px;
    height: 60px;
    margin-left: 8px;
}

/* 活动回顾区域样式 */
.review-content {
    width: 100%;
    background: rgb(255, 255, 255);
}

/* 综合信息服务区域样式 */
.info-content {
    width: 100%;
    background: rgb(248, 251, 255);
    padding-bottom: 20px;
}

.info-list-center {
    display: flex;
    flex-wrap: wrap;
}

.info-list-item {
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(1, 66, 152, 0.1) 0px 2px 10px 0px;
}

.info-list-img {
    width: 386px;
}

/* 合作伙伴区域样式 */
.accompany-content {
    width: 100%;
    background: rgb(255, 255, 255);
}

.img-content {
    /* 样式内容为空 */
}

.accompany-img {
    width: 200px;
    height: 76px;
    margin-right: 40px;
    margin-bottom: 24px;
    border: 1px solid rgb(223, 223, 223);
}

/* 页脚区域样式 */
.footer {
    width: 100%;
    height: 160px;
    background: rgb(24, 102, 204);
    padding: 30px 0px;
    color: rgb(0, 0, 0);
    font-family: "Noto Sans SC";
    font-size: medium;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    letter-spacing: normal;
    orphans: 2;
    text-align: start;
    text-indent: 0px;
    text-transform: none;
    widows: 2;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    white-space: normal;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.footer-inner {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer-left {
    width: 310px;
}

.footer-left-top {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.split-line {
    display: inline-block;
    width: 1px;
    height: 50px;
    background: rgb(216, 216, 216);
    margin-right: 20px;
}

.footer-center {
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    padding: 0px 50px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer-center-title {
    font-family: SourceHanSansCN-Bold;
    font-size: 14px;
    color: rgb(248, 248, 248);
    margin-bottom: 8px;
}

.footer-right {
    width: 100px;
}

.qr-code-img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0px auto 8px;
}

.qr-code-text {
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: rgb(248, 248, 248);
    text-align: center;
}

.footer-bottom {
    width: 1200px;
    margin: 0px auto;
}

.records-text {
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: rgb(248, 248, 248);
    margin-right: 24px;
}