@charset "UTF-8";
html {
  font-size: 14px;
}
body {
  background-color: #F7F8FA;
}
select {
  height: 32px;
  background: #FBFBFB;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #E5E6EB;
  padding: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('../img/arrow-down.png') no-repeat;
  background-position: 92% center;
  background-color: #fbfbfb;
}
select:focus-visible {
  outline: none;
}
.cm-btn-primary {
  background: #004898;
  border-radius: 4px 4px 4px 4px;
  border-color: #004898;
  height: 28px;
  line-height: 28px;
  padding: 0;
  width: 60px;
}
.cm-btn-primary:hover {
  background: #195AA2;
  border-color: #195AA2;
}
.cm-btn-primary:focus, .cm-btn-primary:active {
  background: #004189 !important;
  border-color: #004189 !important;
  box-shadow: none !important;
}

#conferencePop {
  left: 24px;
  right: unset;
}
.float-box {
  position: fixed;
  z-index: 100;
  top: 96px;
  right: 24px;
  width: 280px;
  height: 160px;
  background-image: url("../img/pop-back.png");
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  max-width: 280px;
  border: none;
  border-radius: 4px;
}
.float-box .toast-header {
  padding: 12px 12px 8px 16px;
  background-color: transparent;
  color: #fff;
  border: none;
  justify-content: space-between;
}
.float-box .close {
  color: #fff;
  opacity: 1;
  font-weight: 400;
  text-shadow: none;
  line-height: 21px;
}
.float-box .toast-body {
  padding: 0 16px 12px;
}
.float-title {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
.float-content {
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 4px;
}
.float-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}
.float-box .btn {
  height: 30px;
  font-size: 12px;
  color: #004799;
  line-height: 20px;
  background: #F2F3F5;
  border-radius: 45px;
  padding: 4px 16px;
}

/* header css */
.cm-navbar {
  background: url("../img/home-bg.png") no-repeat;
  background-size: cover;
  height: 536px;
  position: relative;
}
.home-title {
  background: url("../img/home-title.png") no-repeat;
  background-size: cover;
  width: 758px;
  height: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navbar-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.navbar-inner .btn-link {
  color: #153F76;
  margin-right: 24px;
  cursor: pointer;
  line-height: 16px;
}
.btn-box {
  margin-left: 32px;
}

.nav-position {
  position: absolute;
  width: 1200px;
  bottom: 118px;
  left: 50%;
  transform: translateX(-50%);
}
.cm-navbar .navbar-nav {
  padding: 0 12px;
  justify-content: space-between;
  width: 1200px;
  margin: 0 !important;
  white-space: nowrap;
}
.cm-navbar .navbar-nav .nav-link {
  font-size: 22px;
  color: #4E5969;
  height: 50px;
}
.cm-navbar .navbar-nav .nav-link.active, .cm-navbar .navbar-nav .nav-link:hover {
  font-weight: bold;
  color: #004898;
  border-bottom: 3px solid #004898;
}
.svg-icon {
  width: 22px;
  height: 22px;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* footer css */
.footer {
  height: 138px;
  background: rgba(11,89,175,0.08);
  text-align: center;
}
.friend-box {
  display: flex;
  justify-content: center;
  height: 96px;
  color: #4E5969;
  line-height: 22px;
  font-size: 16px;
}
.friend-box .friend-title {
  margin-right: 24px;
}
.friend-item, .friend-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.friend-item select {
  width: 180px;
  color: #4E5969;
}
.copyright {
  text-align: center;
  color: #86909C;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}

.cm-container {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: -118px auto 80px;
  background-color: #ffffff;
  padding: 34px 24px 44px;
}
.cm-container.others {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}


/* index css */
.row-box.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row-box.row .col-lg-6 {
  padding-left: 12px;
  padding-right: 12px;
}
.panel {
  background: linear-gradient(180deg, rgba(11,89,175,0.08) 0%, rgba(11,89,175,0) 100%);
  margin-bottom: 20px;
  position: relative;
}
.bg-img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 188px;
  height: 188px;
}
.news-bg {
  background: url('../img/news-bg.png');
}
.member-bg {
  background: url('../img/member-bg.png');
}
.dynamic-bg {
  background: url('../img/dynamic-bg.png');
}
.notice-bg {
  background: url('../img/notice-bg.png');
}
.panel-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 22px;
  color: #1D2129;
  padding: 16px 24px 16px;
  border-top: 3px solid #004898;
}
.panel-body {
  position: relative;
  z-index: 1;
  padding: 0 24px 20px;
}
.panel-body .carousel-indicators {
  background-color: rgba(29, 33, 41, 0.64);
  margin: 0;
  padding: 17px 15px;
  height: 48px;
  justify-content: right;
  align-items: center;
}
.panel-body .carousel-indicators li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border-top: none;
  border-bottom: none;
  margin-right: 8px;
  margin-left: 0;
}
.panel-body .carousel-caption {
  position: absolute;
  bottom: 8px;
  left: 20px;
  right: 95px;
  z-index: 16;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left;
}
.panel-body .carousel-caption p {
  margin-bottom: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
  line-height: 32px;
  font-size: 18px;
}
.award-box {
  background: linear-gradient(180deg, rgba(0,72,152,0.04) 0%, rgba(11,89,175,0) 100%);
  align-items: center;
  height: 108px;
  margin-bottom: 20px;
  padding: 22px 20px;
}
.award-label {
  font-size: 22px;
  font-weight: bold;
  color: #1D2129;
  line-height: 24px;
  margin: 0 32px 0 4px;
  white-space: nowrap;
}
.award-item {
  height: 100%;
  width: calc((100% - 140px) / 2);
  margin-right: 16px;
  border-right: 4px;
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 14px;
  padding: 16px;
  background-color: rgba(245, 176, 0, 0.08);
}
.award-item:last-child {
  margin-right: 0;
  background-color: rgba(10, 165, 168, 0.1);
}
.award-item:hover, .award-item:focus {
  color: #23527c;
}
.award-item span {
  margin-left: 8px;
}
.award-item img {
  height: 32px;
  width: 32px;
}
.law-box {
  width: 376px;
  margin-bottom: 20px;
}
.law-box img {
  width: 100%;
  height: 104px;
}
.association-box {
  width: 752px;
  background: linear-gradient(180deg, rgba(0,72,152,0.06) 0%, rgba(0,72,152,0.01) 100%);
  align-items: center;
  height: 104px;
  margin-bottom: 20px;
  padding: 20px 20px 24px;
}
.association-label {
  margin-right: 24px;
  font-size: 22px;
  font-weight: bold;
  color: #1D2129;
  line-height: 24px;
  white-space: nowrap;
}
.association-item {
  width: calc((100% - 232px) / 3);
  display: flex;
  align-items: center;
  margin-right: 60px;
  position: relative;
  height: 40px;
}
.association-item img {
  width: 32px;
  height: 32px;
}
.association-item:last-child {
  margin-right: 0;
}
.association-item:after {
  content: '';
  position: absolute;
  right: -29px;
  height: 100%;
  width: 1px;
  background: #E5E6EB;
}
.association-item:last-child:after {
  display: none;
}
.association-item a, .association-item select {
  color: #1D2129;
  font-size: 14px;
  width: calc(100% - 35px);
  flex: 1;
  margin-left: 3px;
}
.association-item a:hover, .association-item a:focus{
  color: #23527c;
}
.content-small {
  height: 202px;
  overflow: hidden;
  min-height: 202px
}
.list-unstyled {
  margin-bottom: 0;
}

/* channel css */
.breadcrumb-c {
  align-items: center;
  line-height: 20px;
}
.breadcrumb-c img {
  height: 20px;
  width: 20px;
}
.breadcrumb-c span {
  margin: 0 8px;
}
.breadcrumb-c a {
  color: #337ab7;
}
.breadcrumb-c a:hover {
  color: #23527c;
}
.list-body {
  display: flex;
  padding-top: 10px;
}
.left-side {
  width: 300px;
  margin-right: 25px;
}
.list-content {
  position: relative;
  flex: 1;
  padding: 7px 10px 64px 0;
  min-height: calc(100vh - 680px);
  overflow: hidden;
}
.nav-list-item {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 18px;
}
.nav-list-item.has-indent {
  font-size: 14px;
  padding-left: 40px;
}
.nav-icon {
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.red-arrow {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.nav-list-item span {
  color: #555555;
}
.left-side .list-group-item.disabled {
  color: #777;
  background-color: #eee;
}
.left-side .list-group-item:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.left-side .list-group-item.active {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}
.left-side .list-group-item.active.child {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}
.left-side .list-group-item.active span {
  color: #004898;
}
.pg-box {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.pg-box .page-link {
  color: #839497;
}
.pg-box .page-item.active .page-link {
  background-color: #004898;
  border-color: #004898;
}
.content-li {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 14px;
  color: #1D2129;
}
.content-li:last-child {
  margin-bottom: 0;
}
.content-li-border {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 8px;
  margin-left: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d4cece;
}
.list-text-border {
  flex: 1;
  overflow: hidden;
}
.list-title-border {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-date-border {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.date-end {
  font-size: 12px;
  margin-left: 16px;
  color: #bd0011;
  font-style: italic;
}
.square-dot {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: #4E5969;
}
.circle-dot {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 3px;
  background: #4E5969;
}
.list-text {
  display: flex;
  flex: 1;
  overflow: hidden;
  align-items: center;
}
.list-title {
  flex: 1;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-date {
  margin-left: 10px;
  color: #86909C;
}
.cm-link {
  color: #212529;
  width: 100%;
  display: block;
}
.cm-link:hover {
  color: #0062cc;
}
.detail-wrapper {
  padding: 10px 20px 0;
}
.detail-wrapper h2 {
  margin-bottom: 24px;
}
.detail-wrapper hr {
  margin: 8px 0;
}
.detail-content {
  padding-top: 24px;
}
/* article css */
.detail-box {
  margin: 10px auto;
  width: 980px;
  padding: 10px;
  min-height: calc(100vh - 690px);
}
.detail-box ul.list-unstyled {
  line-height: 22px;
}

/* message_board css */
.message-form {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.detail-box .alert {
  width: 80%;
  margin: 0 auto;
}
.message-form .col-form-label {
  text-align: right;
}


/* search css */
.search-box {
  margin: 10px auto;
  width: 680px;
}
.search-content {
  min-height: calc(100vh - 724px);
  width: 860px;
  margin: 0 auto;
  position: relative;
  padding: 16px 16px 64px;
  overflow: hidden;
}

/* survey css */
.survey-box {
  position: relative;
  padding: 16px 16px 64px;
  min-height: calc(100vh - 690px);
  width: 80%;
  margin: 10px auto;
}

.cm-ff-yh {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-dot-primary{
  margin-left: 12px;
}
.cm-dot-primary::before {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #007bff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 48%;
}

.es-highlight em {
  color: #dc3545;
  font-style: normal;
}