/** 定义主题色 */
:root {
  --primary-color: #2e4d93; /* 主色调，栏目名称、边框等颜色 */
  --secondary-color: #547bbc; /* 次级色调，栏目底条、一级标签颜色 */
  --tertiary-color: #e2efff; /* 次次级色调，二级标签、轮播翻页颜色 */
  --tertiary-hover-color: #c8e7ff; /* 轮播翻页Hover颜色 */
  --background-color: #2160ad; /* 背景色 */
  --nav-bg-color: #0f4393; /* 顶部工具条、页脚颜色 */
  --nav-border-color: #2160ad; /* 工具条Hover颜色 */
}

/** Generated by FG **/
@font-face {
  font-family: "FiraSans-Bold";
  src: url("fonts/FiraSans-Bold.eot");
  src: local("☺"), url("fonts/FiraSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/FiraSans-Bold.woff") format("woff"),
    url("fonts/FiraSans-Bold.ttf") format("truetype"), url("fonts/FiraSans-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FiraSans-Regular";
  src: url("fonts/FiraSans-Regular.eot");
  src: local("☺"), url("fonts/FiraSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/FiraSans-Regular.woff") format("woff"),
    url("fonts/FiraSans-Regular.ttf") format("truetype"),
    url("fonts/FiraSans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BorgiaPro-Regular";
  src: url("fonts/BorgiaPro-Regular.eot");
  src: local("☺"), url("fonts/BorgiaPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/BorgiaPro-Regular.woff") format("woff"),
    url("fonts/BorgiaPro-Regular.ttf") format("truetype"),
    url("fonts/BorgiaPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: var(--background-color);
}
.top {
  height: 750px;
  background: url(../img/banner.jpg) no-repeat 50% 0;
}
.cn .top {
  background-image: url(../img/banner_cn.jpg);
}
.block_ins,
.block_ins_narrow {
  width: 878px;
  background: #fff;
  border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 65px 100px 45px;
  min-height: 310px;
}
.block_ins_narrow {
  padding: 50px 60px;
  width: 1050px;
  /* box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); */
}
.narrow_txt {
  font-size: 24px;
  line-height: 36px;
  width: 805px;
}
.narrow_submit {
  width: 207px;
  height: 239px;
  border: 2px dashed #d1ecff;
  cursor: pointer;
}
.narrow_submit:hover::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  position: absolute;
  border: 8px solid #e6f5fe;
  cursor: pointer;
}
.submit_ins {
  margin-top: 55px;
  background: url(../img/upload_pic.png) no-repeat 50% 0;
}
.submit_ins span {
  display: block;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #1aa1ff;
  padding-top: 75px;
}
.submitBtn {
  margin-top: 24px;
}
.submitBtn a {
  display: inline-block;
  vertical-align: top;
  width: 216px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  -o-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  background: #1aa1ff;
  font-size: 20px;
  color: #fff;
}
.submitBtn a:hover {
  text-decoration: none;
  background: #39aeff;
}
.m_hide {
  display: block;
}
.pc_hide {
  display: none;
}
.block_tit {
  text-align: center;
}
.block_tit span {
  font-size: 42px;
  line-height: 1;
  color: var(--primary-color);
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.block_tit span em {
  position: relative;
  z-index: 2;
}
.block_tit span::after {
  content: "";
  display: block;
  height: 13px;
  background: var(--secondary-color);
  opacity: 0.8;
  -o-border-radius: 11.5px;
  -webkit-border-radius: 11.5px;
  border-radius: 11.5px;
  position: absolute;
  bottom: 7px;
  left: -35px;
  right: -35px;
  z-index: 1;
}
.cate_txt {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 35px;
}
.circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  z-index: 2;
}
.c_t_l {
  top: 9px;
  left: 9px;
}
.c_t_r {
  top: 9px;
  right: 9px;
}
.c_b_l {
  bottom: 9px;
  left: 9px;
}
.c_b_r {
  bottom: 9px;
  right: 9px;
}
.b_s {
  display: inline-block;
  position: absolute;
  z-index: 3;
}
.s_l {
  width: 14px;
  height: 310px;
  background: url(../img/left_shadow.png) no-repeat;
  left: 0;
  top: 48px;
}
.s_r {
  width: 15px;
  height: 332px;
  background: url(../img/right_shadow.png) no-repeat;
  right: 0;
  bottom: 48px;
}
.s_t {
  width: 514px;
  height: 23px;
  background: url(../img/top_shadow.png) no-repeat;
  right: 25px;
  top: 0;
}
.s_b {
  width: 536px;
  height: 24px;
  bottom: 0;
  left: 24px;
  background: url(../img/bottom_shadow.png) no-repeat;
}
.block_wrap {
  width: 1108px;
  padding: 23px 0 24px;
}
.block_wrap_wid {
  width: 1200px;
}
.txtContent {
  font-size: 26px;
  line-height: 56px;
  color: #010101;
  margin-top: 44px;
}
.txtContent span {
  font-weight: bold;
  color: #d12e1d;
}
.block_mart {
  margin-top: -285px;
}
.mart_50 {
  margin-top: 50px;
}
.mart_90 {
  margin-top: 90px;
}
.participate_dl {
  margin-top: 30px;
}
.participate_dl dt::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background: #6fc4ff;
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 12px;
  margin-top: 7px;
}
.participate_dl dt {
  margin-top: 20px;
  margin-bottom: 15px;
}
.participate_dl dt b {
  font-size: 30px;
  line-height: 1;
  color: #ce2f1c;
  display: inline-block;
  vertical-align: top;
}
.participate_dl dd {
  padding-left: 14px;
}
.participate_dl dd span {
  float: left;
  font-size: 26px;
  line-height: 56px;
  color: #010101;
  min-width: 110px;
  text-align: right;
  margin-right: 5px;
}
.participate_dl dd div {
  overflow: hidden;
  font-size: 26px;
  line-height: 56px;
  color: #010101;
}
.get_cont p {
  text-align: center;
  font-size: 26px;
  line-height: 56px;
  color: #010101;
}
.corRed {
  color: #ce2f1c;
}
.get_cont p span {
  font-weight: bold;
  color: #ce2f1c;
}
.cat_lst {
  text-align: center;
}
.cat_lst li {
  position: relative;
  padding: 10px 0 0 30px;
}
.cat_lst li:nth-child(2) {
  margin: 0 100px;
}
.cat_lst li span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: inline-block;
  width: 39px;
  height: 39px;
  background: #ffcd47;
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  text-align: center;
}
.cat_lst li div {
  width: 173px;
  height: 173px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ffcd47;
  overflow: hidden;
}

.cat_lst li div b {
  display: block;
  height: 52px;
  background: url(../img/cat_icon_01.png) no-repeat 50% 50%;
  margin-top: 43px;
}
.cat_lst li div i {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-style: normal;
  display: block;
  margin-top: 5px;
}
.cat_lst li:nth-child(2) span {
  background: var(--nav-border-color);
}
.cat_lst li:nth-child(2) div {
  background: var(--nav-border-color);
}
.cat_lst li:nth-child(2) div b {
  display: block;
  height: 52px;
  background: url(../img/cat_icon_02.png) no-repeat 50% 50%;
}
.cat_lst li:nth-child(3) span {
  background: #ce2f1c;
}
.cat_lst li:nth-child(3) div {
  background: #ce2f1c;
}
.cat_lst li:nth-child(3) div b {
  display: block;
  height: 52px;
  background: url(../img/cat_icon_03.png) no-repeat 50% 50%;
}
.footer {
  background: url(../img/bottom_bg.png) center;
  /* background-size: 100% 100%; */
  padding: 30px 0 15px;
}
.footer_cont .floatlft {
  margin-right: 25px;
  margin-top: 5px;
}
.footer_cont div {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.submit_wrap {
  height: 670px;
  overflow: hidden;
  margin-top: 65px;
  background: url(../img/foot_top_bg.png) no-repeat 50% 0;
}
.submit_tit {
  text-align: center;
  font-size: 42px;
  line-height: 1;
  color: #fff;
  margin-top: 118px;
  font-weight: normal;
}
.btn_list li a {
  display: inline-block;
  width: 335px;
  height: 132px;
  line-height: 132px;
  background: url(../img/arrow_01.png) no-repeat 10px 50% #ffd437;
  border: 4px solid #deb318;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 70px;
  -o-border-radius: 70px;
  -webkit-border-radius: 70px;
  padding-left: 130px;
  padding-right: 15px;
  text-align: center;
  margin: 0 25px;
}
.btn_list li {
  margin-top: 85px;
}
.btn_list li:nth-child(2) a {
  background: url(../img/arrow_02.png) no-repeat 10px 50% #ce2f1c;
  border-color: #b82311;
}
.btn_list li a:hover {
  border-color: #ffd437;
}
.btn_list li:nth-child(2) a:hover {
  border-color: #ce2f1c;
}
.btn_list {
  text-align: center;
}
.copy_bx a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: #adbfff;
  background: var(--nav-border-color);
  padding: 0 30px;
  border-radius: 17px;
  -o-border-radius: 17px;
  -webkit-border-radius: 17px;
}
.btn_list a:hover {
  text-decoration: none;
}
.copy_bx {
  margin-top: 100px;
}
.copy_bx p {
  text-align: center;
  font-size: 18px;
  color: #adbfff;
  margin-top: 20px;
}
.copy_bx a:hover {
  text-decoration: none;
}
.copyright_bx {
  position: absolute;
  background: #fff;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px 20px 40px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none;
  transition: 0.2s all ease-in-out;
}
.copyright_bx_show {
  display: block;
}
.copyright_ins {
  font-size: 18px;
  line-height: 39px;
  padding-left: 26px;
  max-height: 178px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 10px;
}
.copyright_ins p {
  margin: 0 0 10px;
}
.copyright_btn {
  text-align: right;
}
.copyright_btn span {
  display: inline-block;
  font-size: 20px;
  color: #323cc9;
  cursor: pointer;
}
.sub_block_tit {
  font-size: 42px;
  color: var(--primary-color);
  line-height: 1;
}
.reuire_tit {
  font-size: 20px;
  line-height: 1;
}
.form_lst li span {
  font-size: 20px;
  line-height: 40px;
  color: #010101;
  float: left;
  width: 180px;
  padding-right: 10px;
}
.form_lst li {
  overflow: hidden;
  margin-top: 20px;
}
.form_lst li span i {
  font-style: normal;
  color: #d12e1d;
  display: inline-block;
  padding-right: 6px;
}
.form_lst li span b {
  font-weight: normal;
}
.form_lst li div {
  overflow: hidden;
}
.form_lst li div input {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 38px;
  height: 38px;
  width: 534px;
  border: 1px solid #d2d2d2;
  padding: 0 10px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.form_lst li div input.input_click {
  border-color: var(--primary-color);
}
.video_wrap {
  width: 854px;
  height: 408px;
  background: url(../img/video.png) no-repeat 50% 50% #eee;
  margin-top: 30px;
}
.tips {
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  padding-left: 20px;
  margin: 10px 0 0 12px;
}
.loading {
  background: url(../img/loading.png) no-repeat 0 50%;
}
.fail {
  background: url(../img/fail.png) no-repeat 0 50%;
}
.success {
  background: url(../img/success.png) no-repeat 0 50%;
}
.hide {
  display: none;
}
.upload {
  text-align: center;
  margin-top: 15px;
}
.chooseFile {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
.upload span {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  padding: 0 30px 0 54px;
  border: 1px solid var(--nav-border-color);
  border-radius: 19px;
  -o-border-radius: 19px;
  -webkit-border-radius: 19px;
  background: url(../img/upload.png) no-repeat 20px 50%;
  cursor: pointer;
}
.editor {
  width: 854px;
  margin-top: 35px;
}
.submit_btn {
  text-align: center;
  margin-top: 35px;
}
.submit_btn span {
  display: inline-block;
  width: 270px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 20px;
  background: var(--nav-border-color);
  color: #fff;
  cursor: pointer;
}
.block_hei {
  height: 120px;
}
.wysiwyg-toolbar-top {
  background: #eee;
}
.wysiwyg-container {
  border-color: #000;
}
.wysiwyg-editor {
  min-height: 500px;
  padding: 15px;
}
.listPic li {
  width: 320px;
  margin: 0 45px 85px 0;
}
.listPic li img {
  border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  width: 100%;
  height: auto;
}
.listPic .labels {
  letter-spacing: -3em;
  font-size: 0;
  margin-top: 20px;
}
/* 20220429 start */
.listPic .labels a,
.listPic .labels span {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  padding: 4px 15px;
  background: var(--tertiary-color);
  margin-bottom: 10px;
  margin-right: 6px;
}
/* 20220429 end */
.listPic p {
  font-size: 24px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin: 15px 0 0;
}
.thumb {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}
.thumb span,
.thumb a {
  display: inline-block;
  height: 25px;
  line-height: 20px;
  border-radius: 27px;
  -o-border-radius: 27px;
  -webkit-border-radius: 27px;
  font-size: 12px;
  color: #fff;
  background: url(../img/thumb.png) no-repeat 50% 8px var(--nav-border-color);
  padding-top: 29px;
  padding-left: 30px;
  padding-right: 30px;
}
.thumb:hover span,
.thumb:hover a {
  background: url(../img/thumb_hover.png) no-repeat 50% 8px var(--nav-border-color);
}
.showMore {
  text-align: center;
}
.showMore span,
.showMore a {
  display: inline-block;
  text-decoration: none;
  width: 220px;
  height: 25px;
  text-align: center;
  font-size: 20px;
  color: var(--primary-color);
  vertical-align: top;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 0 25px;
  cursor: pointer;
  /* background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M12 12.575q-.2 0-.375-.063q-.175-.062-.325-.212L6.7 7.7q-.275-.275-.287-.688Q6.4 6.6 6.7 6.3q.275-.275.7-.275q.425 0 .7.275l3.9 3.875L15.9 6.3q.275-.275.687-.288Q17 6 17.3 6.3q.275.275.275.7q0 .425-.275.7l-4.6 4.6q-.15.15-.325.212q-.175.063-.375.063Zm0 6q-.2 0-.375-.063q-.175-.062-.325-.212l-4.6-4.6q-.275-.275-.287-.688Q6.4 12.6 6.7 12.3q.275-.275.7-.275q.425 0 .7.275l3.9 3.875l3.9-3.875q.275-.275.687-.288Q17 12 17.3 12.3q.275.275.275.7q0 .425-.275.7l-4.6 4.6q-.15.15-.325.212q-.175.063-.375.063Z"%2F%3E%3C%2Fsvg%3E');
  background-size: 28px 28px;
  background-position: 50% 28px; */
  background-color: rgba(26, 161, 255, 0.2);
  background-repeat: no-repeat;
  margin-bottom: 5px;
  font-family: "FiraSans-Regular";

  display: inline-flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
.showMore .icon-more {
  display: block;
  margin-top: -6px;
  width: 28px;
  height: 28px;
  mask-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M12 12.575q-.2 0-.375-.063q-.175-.062-.325-.212L6.7 7.7q-.275-.275-.287-.688Q6.4 6.6 6.7 6.3q.275-.275.7-.275q.425 0 .7.275l3.9 3.875L15.9 6.3q.275-.275.687-.288Q17 6 17.3 6.3q.275.275.275.7q0 .425-.275.7l-4.6 4.6q-.15.15-.325.212q-.175.063-.375.063Zm0 6q-.2 0-.375-.063q-.175-.062-.325-.212l-4.6-4.6q-.275-.275-.287-.688Q6.4 12.6 6.7 12.3q.275-.275.7-.275q.425 0 .7.275l3.9 3.875l3.9-3.875q.275-.275.687-.288Q17 12 17.3 12.3q.275.275.275.7q0 .425-.275.7l-4.6 4.6q-.15.15-.325.212q-.175.063-.375.063Z"%2F%3E%3C%2Fsvg%3E');
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M12 12.575q-.2 0-.375-.063q-.175-.062-.325-.212L6.7 7.7q-.275-.275-.287-.688Q6.4 6.6 6.7 6.3q.275-.275.7-.275q.425 0 .7.275l3.9 3.875L15.9 6.3q.275-.275.687-.288Q17 6 17.3 6.3q.275.275.275.7q0 .425-.275.7l-4.6 4.6q-.15.15-.325.212q-.175.063-.375.063Zm0 6q-.2 0-.375-.063q-.175-.062-.325-.212l-4.6-4.6q-.275-.275-.287-.688Q6.4 12.6 6.7 12.3q.275-.275.7-.275q.425 0 .7.275l3.9 3.875l3.9-3.875q.275-.275.687-.288Q17 12 17.3 12.3q.275.275.275.7q0 .425-.275.7l-4.6 4.6q-.15.15-.325.212q-.175.063-.375.063Z"%2F%3E%3C%2Fsvg%3E');
  background-color: currentColor;
}
.cn .showMore span, .cn .showMore a {
  font-size: 17px;
}
.showMore span.no-data, .showMore a.no-data {
  padding: 18px 0;
  cursor: default;
}
.note {
  margin-top: 60px;
  margin-bottom: 105px;
  text-align: center;
}
.note span {
  display: inline-block;
  vertical-align: top;
  padding-right: 65px;
  height: 52px;
  padding-left: 40px;
  border: 1px solid #2194f8;
  -webkit-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/ring.png) no-repeat calc(100% - 27px) 50%;
}
.top_tips {
  background: var(--nav-bg-color);
  font-family: "FiraSans-Regular";
}
.top_tips div {
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.top_tips div a {
  /* background: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16.88 2.88a1.25 1.25 0 0 0-1.77 0L6.7 11.29a.996.996 0 0 0 0 1.41l8.41 8.41c.49.49 1.28.49 1.77 0s.49-1.28 0-1.77L9.54 12l7.35-7.35c.48-.49.48-1.28-.01-1.77z'/%3E%3C/svg%3E")
    no-repeat left center; */
  display: inline-block;
  vertical-align: top;
  /* padding-left: 15px; */
  margin-left: 15px;
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-back {
  width: 12px;
  height: 12px;
  background-color: #fff;
  display: inline-block;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M16.88 2.88a1.25 1.25 0 0 0-1.77 0L6.7 11.29a.996.996 0 0 0 0 1.41l8.41 8.41c.49.49 1.28.49 1.77 0s.49-1.28 0-1.77L9.54 12l7.35-7.35c.48-.49.48-1.28-.01-1.77z'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='12px' height='12px' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M16.88 2.88a1.25 1.25 0 0 0-1.77 0L6.7 11.29a.996.996 0 0 0 0 1.41l8.41 8.41c.49.49 1.28.49 1.77 0s.49-1.28 0-1.77L9.54 12l7.35-7.35c.48-.49.48-1.28-.01-1.77z'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  margin-right: 3px;
}

.marb_100 {
  margin-bottom: 100px;
}
.content_lft {
  width: 718px;
}
.title {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
}
.author {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  padding: 0 16px;
}
.share {
  word-spacing: -3em;
  font-size: 0;
}
.share a {
  display: inline-block;
  vertical-align: top;
  word-spacing: normal;
  margin: 7px 0 0 6px;
}
.author span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #666;
}
.content {
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
}
.relateBx {
  margin-top: 75px;
}
.relateBx dt {
  font-size: 26px;
  line-height: 36px;
  color: #213a94;
  margin-bottom: 15px;
}
.relateBx dd::before {
  content: "";
  float: left;
  width: 8px;
  height: 8px;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--secondary-color);
  margin: 8px 8px 0 0;
}
.relateBx dd {
  margin-top: 16px;
}
.relateBx dd a {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
}
.sideLst {
  width: 290px;
}
.sideLst li {
  margin-bottom: 10px;
}
.sideLst li h3 {
  padding: 8px 11px;
  font-weight: normal;
  background: #f5f5f5;
}
.sideLst li h3 a {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
/* 20220601 start */
.bdy_item_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
.bdy_item_title::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 24px;
  background: var(--primary-color);
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
  margin-right: 14px;
}
.listPicShortGap li {
  margin-bottom: 50px;
}
.listPic li a.with_icon {
  position: relative;
  display: block;
}
.listPic li a.with_icon::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 11px;
  right: 14px;
  z-index: 20;
}
.listPic li a.icon_txt::after {
  background: url(../img/icon_txt.png) no-repeat 50% 50% #ffcd47;
}
.listPic li a.icon_video::after {
  background: url(../img/icon_video.png) no-repeat 50% 50% #ce2f1c;
}
.listPic li a.icon_pic::after {
  background: url(../img/icon_pic.png) no-repeat 50% 50% var(--nav-border-color);
}
.gapBlock {
  height: 85px;
  display: block;
}
.award_wrap {
  margin-top: 20px;
  line-height: 26px;
  padding: 5px 12px 5px 40px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  background: url(../img/award.png) no-repeat 12px 50% var(--secondary-color);
}
.award_wrap span.gap {
  margin: 0 8px;
}
.note_two_lines {
  width: 700px;
}
.note_two_lines span {
  height: 60px;
  line-height: 26px;
  -o-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  padding-top: 8px;
}
.note_two_lines span {
  padding-left: 30px;
  padding-right: 30px;
  background: none;
}
.note_two_lines span::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 19px;
  background: url(../img/ring.png) no-repeat 50% 50%;
  background-size: contain;
  margin: 3px 0 0 4px;
}
.block_tit span em {
  text-transform: uppercase;
}
.award_lst li {
  width: 474px;
  padding: 18px;
  border: 1px solid #fde1b9;
  box-shadow: 0 0 10px rgba(230, 169, 91, 0.18);
  margin: 0 20px 0 6px;
}
.award_lst li a.floatlft {
  margin-right: 18px;
}
.award_lst li div h3 a {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.award_lst li div span {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  color: #7d7d7d;
  font-size: 14px;
}
.block_ins_award {
  padding-left: 50px;
  padding-right: 50px;
  width: 1070px;
}
.swiper-container-award {
  width: 970px;
  height: 314px;
}
.award_focus_lst li .floatlft {
  margin-right: 28px;
}
.award_tit {
  font-size: 28px;
  line-height: 40px;
  margin-top: 18px;
  font-weight: normal;
}
.labels {
  letter-spacing: -3em;
  font-size: 0;
  margin-top: 20px;
}
.labels a,
.labels span {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 20px;
  padding: 4px 15px;
  background: var(--tertiary-color);
  margin-bottom: 10px;
  margin-right: 6px;
}
.pagination {
  text-align: center;
  white-space: -3em;
  margin-top: 40px;
}
.pagination span {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background: var(--secondary-color);
  margin: 0 4px;
  cursor: pointer;
}
.pagination span.swiper-active-switch {
  width: 70px;
  background: var(--primary-color);
}
.arrow {
  position: absolute;
  top: 124px;
  z-index: 20;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 71px;
  cursor: pointer;
  background: url(../img/arrow.png) no-repeat 50% 50%;
}
.arrow_prev {
  left: 0;
}
.arrow_nxt {
  right: 0;
  transform: rotate(180deg);
}
.block_ins_bg {
  background: url(../img/block_bg.png) no-repeat 50% 100% #fff;
  background-size: 100% auto;
}
.block_ins_bg .floatrgt {
  margin-left: 40px;
  margin-top: 15px;
}
.award_cup_wrap {
  font-size: 24px;
  line-height: 36px;
  color: #010101;
}
.award_cup_wrap p b {
  color: #ce2f1c;
}
.nav_lst {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.top_tips div .nav_lst a {
  margin-left: 0;
  background: none;
}
.nav_lst li a {
  display: inline-block;
  line-height: 40px;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
}
.nav_lst li.current a,
.nav_lst li a:hover {
  background: var(--nav-border-color);
  text-decoration: none;
  font-weight: bold;
}
.breadCum {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 40px;
}
.footer_cont .floatlft img {
  width: 293px;
}
.showMore span.no-data {
  background-image: none;
  padding-bottom: 10px;
  cursor: default;
}

.footer_cont {
  width: 1170px;
  font-family: "FiraSans-Regular", arial, tahoma, STHeiti, "Microsoft YaHei", SimSun \5b8b\4f53;
}

.footer_cont div {
  margin: 0;
}

.footer_cont .link_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link_box .link {
  width: 288px;
  height: 26px;
  border: 1px solid #7b7b7b;
  background-color: #231815;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="%237b7b7b" d="M12 14.975q-.2 0-.387-.075q-.188-.075-.313-.2l-4.6-4.6q-.275-.275-.275-.7q0-.425.275-.7q.275-.275.7-.275q.425 0 .7.275l3.9 3.9l3.9-3.9q.275-.275.7-.275q.425 0 .7.275q.275.275.275.7q0 .425-.275.7l-4.6 4.6q-.15.15-.325.212q-.175.063-.375.063Z"%2F%3E%3C%2Fsvg%3E');
  background-position: right 4px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-print-color-adjust: exact;
  /* color-adjust: exact; */
  print-color-adjust: exact;
  cursor: pointer;
  position: relative;
}

.link_box .link span {
  display: block;
  padding-left: 12px;
  padding-right: 28px;
  height: 26px;
  line-height: 26px;
  color: #9f9fa0;
  font-size: 15px;
  font-style: italic;
}

.link_box .link .link_options {
  display: none;
  position: absolute;
  width: 290px;
  bottom: -71px;
  left: -1px;
  background: #231815;
}

.link_box .link .link_options li a {
  display: block;
  color: #9f9fa0;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 17px 7px;
  text-decoration: none;
}

.link_box .link .link_options li a:hover {
  background: #333;
  text-decoration: none;
}

.link_box .share_cont {
  display: flex;
  align-items: center;
}

.link_box .share_cont span {
  font-size: 13px;
  color: #9f9fa0;
  margin-right: 12px;
}

.link_box .share_cont .share_items {
  display: flex;
}

.link_box .share_cont a {
  display: block;
  width: 24px;
  height: 24px;

  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
}

.link_box .share_cont a + a {
  margin-left: 10px;
}

.share_cont a.facebook {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cpath fill="%233c5998" d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131c.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"%2F%3E%3C%2Fsvg%3E');
  background-size: 25px 25px;
}

.share_cont a.twitter {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 1536 1536"%3E%3Cpath fill="%2355acee" d="M1280 482q-56 25-121 34q68-40 93-117q-65 38-134 51q-61-66-153-66q-87 0-148.5 61.5T755 594q0 29 5 48q-129-7-242-65T326 422q-29 50-29 106q0 114 91 175q-47-1-100-26v2q0 75 50 133.5T461 885q-29 8-51 8q-13 0-39-4q21 63 74.5 104t121.5 42q-116 90-261 90q-26 0-50-3q148 94 322 94q112 0 210-35.5t168-95t120.5-137t75-162T1176 618q0-18-1-27q63-45 105-109zm256-194v960q0 119-84.5 203.5T1248 1536H288q-119 0-203.5-84.5T0 1248V288Q0 169 84.5 84.5T288 0h960q119 0 203.5 84.5T1536 288z"%2F%3E%3C%2Fsvg%3E');
}

.share_cont a.youtobe {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 48 48"%3E%3Cmask id="svgIDa"%3E%3Cg fill="none" stroke-width="4"%3E%3Cpath fill="%23fff" stroke="%23fff" d="M44 32.768V15.232c0-1.325-.87-2.49-2.155-2.812C38.369 11.548 31.185 10 24 10c-7.184 0-14.369 1.548-17.845 2.42C4.87 12.743 4 13.907 4 15.232v17.536c0 1.325.87 2.49 2.155 2.812C9.631 36.452 16.815 38 24 38c7.184 0 14.369-1.548 17.845-2.42C43.13 35.257 44 34.093 44 32.768Z"%2F%3E%3Cpath fill="%23000" stroke="%23000" stroke-linejoin="round" d="M22.573 29.899a1 1 0 0 1-1.573-.82V18.921a1 1 0 0 1 1.573-.82l7.257 5.08a1 1 0 0 1 0 1.638l-7.256 5.08Z"%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3Cpath fill="%23fff" d="M0 0h48v48H0z" mask="url(%23svgIDa)"%2F%3E%3C%2Fsvg%3E');
  background-color: #ff0200;
  background-size: 16px 16px;
}

.footer_cont .copyright {
  color: #fff;
  margin-top: 12px;
}

.copyright p {
  font-size: 12px;
  margin: 2px 0;
}

.copyright a {
  color: #fff;
}

.copyright p img {
  height: 20px;
  width: auto;
}

.share a img {
  width: 25px;
  height: 25px;
}

.arrow {
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tertiary-color);
}

.arrow:hover {
  background-color: var(--tertiary-hover-color);
}

.arrow-icon {
  display: inline-block;
  width: 14px;
  height: 36px;
  background-color: var(--secondary-color);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="7" height="16" viewBox="0 0 7 16"%3E%3Cpath fill="currentColor" d="M5.5 13a.47.47 0 0 1-.35-.15l-4.5-4.5c-.2-.2-.2-.51 0-.71l4.5-4.49c.2-.2.51-.2.71 0c.2.2.2.51 0 .71L1.71 8l4.15 4.15c.2.2.2.51 0 .71c-.1.1-.23.15-.35.15Z"%2F%3E%3C%2Fsvg%3E');
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="7" height="16" viewBox="0 0 7 16"%3E%3Cpath fill="currentColor" d="M5.5 13a.47.47 0 0 1-.35-.15l-4.5-4.5c-.2-.2-.2-.51 0-.71l4.5-4.49c.2-.2.51-.2.71 0c.2.2.2.51 0 .71L1.71 8l4.15 4.15c.2.2.2.51 0 .71c-.1.1-.23.15-.35.15Z"%2F%3E%3C%2Fsvg%3E');
}

.top {
  height: 573px;
}

.block_ins_narrow {
  position: relative;
  z-index: 9;
}

.block_wrap {
  position: relative;
  padding: 0;
  margin-top: 74px;
  margin-bottom: 24px;
}

.block_mart {
  margin-top: 0;
}

.block_wrap .block_side {
  position: absolute;
  border-radius: 10px;
  background-color: var(--primary-color);
  z-index: 1;
}

.block_side.ts {
  left: 25px;
  right: 25px;
  top: 0px;
  height: 50px;
  -webkit-transform: rotate(-2.2deg);
  transform: rotate(-2.2deg);
}

.block_side.rs {
  /* top: 25px; */
  bottom: 15px;
  right: 8px;
  width: 50px;
  height: 360px;
  -webkit-transform: rotate(-3.5deg);
  transform: rotate(-3.5deg);
}

.block_side.bs {
  left: 25px;
  right: 25px;
  bottom: 0px;
  height: 50px;
  -webkit-transform: rotate(-2.2deg);
  transform: rotate(-2.2deg);
}

.block_side.ls {
  top: 15px;
  /* bottom: 25px; */
  left: 8px;
  width: 50px;
  height: 360px;
  -webkit-transform: rotate(-3.5deg);
  transform: rotate(-3.5deg);
}

.footer2 {
  background-color: var(--nav-bg-color);
  padding: 38px 0;
}

.footer2 .footer2_cont {
  width: 1080px;
  margin: 0 auto;
  display: flex;
}

.footer2 .logo {
  width: 300px;
  margin-top: 5px;
  margin-right: 25px;
  flex-shrink: 0;
}

.footer2 .logo img {
  width: 100%;
}

.footer2 p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

/*img {max-width:100%;}*/
figure.image img{margin:0;max-width: 100%;}
figure.image figcaption{margin:8px 0 0;text-align:left;font-size:14px;}
figure.image {display: table;margin-left: auto;margin-right: auto;text-align:center;border: 0px solid white;}
figure.image.align-left {float: left;}
figure.image.align-right {float: right;}
figure.image.align-center {margin-left: auto;margin-right: auto;}