.body {
  padding-top: 0 !important;
}
.bread-crumb {
  width: 100%;
  padding: 24px 0;
  background-color: #fff;
  box-sizing: border-box;
}
.bread-crumb-label {
  position: relative;
  color: #474a52;
  font-size: 14px;
  line-height: 22px;
}
.bread-crumb-position::before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 16px;
  background: url('../assets/secondary-nav/position.png') center/100% no-repeat;
  vertical-align: middle;
}
.bread-crumb-separate::before {
  content: '/';
  display: inline-block;
  margin-left: 4px;
  margin-right: 6px;
}
.bread-crumb-active {
  color: #81848f;
}

.aside {
  width: 274px;
}
.aside-li {
  width: 100%;
  height: 72px;
  padding: 0 12px;
  margin-bottom: 16px;
  background-color: #daedff;
  font-size: 20px;
  color: #1f2024;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.aside-li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.aside-li a span,
.aside-fixed-active span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.aside-active,
.aside-current {
  color: #fff;
  background-color: #57a9f5;
}
.aside-fixed-active {
  position: relative;
  background-color: #2783d9;
  color: #fff;
  font-weight: bold;
}

.search-wrap .search-nav {
  margin-bottom: 40px;
  font-size: 20px;
  color: rgba(40, 97, 201, 0.5);
  font-weight: bold;
  border-bottom: 1px solid #2783d9;
}

.search-nav li {
  position: relative;
  display: inline-block;
  padding: 24px 0;
  width: 160px;
  text-align: center;
  cursor: pointer;
}

.search-nav li.search-item-active {
  color: #2861c9;
}

.search-nav li.search-item-active::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #006fb7;
}

.search-list {
  width: 810px;
  min-height: 500px;
}
.search-item {
  margin-bottom: 36px;
  border-bottom: 1px solid #ededed;
}
.search-item-title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin-bottom: 16px;
}
.search-item-title strong {
  color: #1d81eb;
}
.search-item-content {
  font-size: 16px;
  color: #474a52;
  line-height: 26px;
}
.search-item-date {
  display: block;
  margin-top: 16px;
  margin-bottom: 36px;
}
.search-hot {
  width: 350px;
  background: #fff;
  border: 1px solid rgba(218, 237, 255, 1);
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
.search-hot-title {
  width: 100%;
  height: 58px;
  margin-bottom: 24px;
  padding-left: 20px;
  line-height: 58px;
  background-image: linear-gradient(270deg, rgba(81, 154, 230, 0) 0%, rgba(40, 97, 201, 0.2) 100%);
  font-size: 18px;
  color: #1f2024;
  font-weight: bold;
  box-sizing: border-box;
}
.search-hot-content {
  padding: 0 20px;
}
.search-hot-content li {
  width: 100%;
  font-size: 16px;
  color: #222;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.search-hot-content .search-hot-icon {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #75bbf7;
}
.search-hot-content li:first-child .search-hot-icon {
  background-color: #f84b29;
}
.search-hot-content li:nth-child(2) .search-hot-icon {
  background-color: #fe7331;
}
.search-hot-content li:nth-child(3) .search-hot-icon {
  background-color: #ffa826;
}
.search-list-empty-t {
  font-size: 18px;
  color: #222;
  margin-bottom: 16px;
  font-weight: bold;
}
.search-list-empty-m {
  font-size: 16px;
  color: #474a52;
  line-height: 28px;
}

.page-content {
  width: 918px;
  min-height: 412px;
  box-sizing: border-box;
}
.page-content-title {
  font-size: 26px;
  font-weight: bold;
  color: #2861c9;
  margin-bottom: 24px;
}
.page-content-desc {
  font-size: 16px;
  color: #222;
  margin-bottom: 32px;
  line-height: 24px;
}
.link-arrow {
  width: 100%;
  padding: 22px 0;
}
.link-date {
  width: 100%;
  padding: 20px 0;
}
.link-card {
  width: 295px;
  height: 247px;
  margin: 0 16px 16px 0;
  background-color: #fff;
  border: 1px solid #e6e8eb;
  box-sizing: border-box;
}
.link-card:nth-child(3n) {
  margin-right: 0;
}
.link-arrow .link-desc {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
}
.link-arrow a,
.link-date a {
  position: relative;
  display: block;
  width: 100%;
}
.link-date p {
  display: inline-block;
  width: 88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.link-arrow a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url('../assets/secondary-content/arrow-right.png') center/100% no-repeat;
}
.link-card a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}
.link-arrow .link-value,
.link-card .link-value {
  padding-right: 8px;
  font-size: 18px;
  line-height: 28px;
}
.link-date .link-value {
  font-size: 16px;
  line-height: 24px;
}
.link-card-avatar {
  display: inline-block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #f8f8f9;
  margin-bottom: 8px;
}
.link-card-desc {
  margin-bottom: 12px;
}
.link-card-detail {
  width: 216px;
  margin: 0 auto 12px;
  font-size: 14px;
  color: #81848f;
}
.link-card-more {
  position: relative;
  font-size: 14px;
  color: #1b58f4;
  line-height: 20px;
}
.link-card-more::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 7px;
  height: 12px;
  background: url('../assets/secondary-content/arrow-right-active.png');
}
.link-line {
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
}
.link-value {
  color: #474a52;
  font-weight: bold;
  vertical-align: middle;
}
.link-desc {
  font-size: 16px;
  color: #474a52;
  line-height: 24px;
  vertical-align: middle;
}
.link-time {
  font-size: 16px;
  color: #81848f;
  line-height: 24px;
  vertical-align: middle;
  float: right;
}
.link-unordered {
  width: 100%;
  font-size: 16px;
  color: #474a52;
  line-height: 24px;
  padding: 12px 0;
  box-sizing: border-box;
}
.link-unordered:hover span,
.link-date:hover span {
  color: #2861c9;
}
.link-unordered-title {
  display: block;
  position: relative;
  padding-left: 22px;
  width: 75%;
  box-sizing: border-box;
}
.link-unordered-title::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #1d81eb;
  border-radius: 50%;
}
.link-video {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
}
.link-video .link-video-img {
  position: relative;
  width: 274px;
  height: 154px;
  margin-right: 32px;
  background-color: #f6f6f6;
}
.link-video .video-coverimg {
  width: 100%;
  height: 100%;
}
.link-video .video-play {
  position: absolute;
  left: 50%;
  top: 43px;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
}
.link-video .video-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  line-height: 44px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, #fff 0%, #000 100%);
}
.link-video .link-video-title {
  font-size: 16px;
  color: #474a52;
  margin-bottom: 16px;
}
.link-video .link-video-date {
  font-size: 16px;
  color: #81848f;
}
.organization-title {
  margin: 8px 0;
  font-size: 16px;
  color: #1f2024;
  line-height: 32px;
  font-weight: bold;
}
.organization-detail {
  margin-bottom: 32px;
}
.organization-text {
  font-size: 16px;
  color: #474a52;
  line-height: 32px;
}
.article-title {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 16px;
  font-size: 26px;
  color: #2861c9;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}
.article-desc {
  margin-bottom: 24px;
  font-size: 14px;
  color: #81848f;
  line-height: 22px;
  text-align: center;
}
.article-desc span {
  display: inline-block;
}
.article-desc span:nth-child(n + 2) {
  margin-left: 60px;
}
.article-detail {
  font-family: 微软雅黑, Microsoft YaHei, sans-serif !important;
}
.article-detail p,
.article-detail section {
  font-size: 18px;
  color: #555;
  line-height: 180%;
  margin-top: 15px;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
}
.article-detail video {
  max-width: 100%;
}
.article-detail img {
  max-width: 500px;
}
.article-detail table {
  border-spacing: 0;
  /*display: inline-block;*/
  /*overflow: auto;*/
}
.article-detail table,
.article-detail td {
  border: 1px solid #333 !important;
}
.article-detail table p {
  font-size: 16px;
  margin-top: 0;
  line-height: unset;
}
.article-detail table .firstRow {
  height: 40px;
}
.article-detail a {
  text-decoration: underline;
  color: #2783d9;
}
.end-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background-color: #d4d6db;
}
.form-item {
  margin-bottom: 24px;
}
.form-item .form-item-label {
  position: relative;
  font-size: 16px;
  color: #222;
  line-height: 24px;
  margin-bottom: 8px;
}
.form-item .form-item-label.form-item-necessary::after {
  content: '*';
  display: inline-block;
  color: #c92828;
}
.form-item .form-item-input {
  display: inline-block;
  width: 220px;
  height: 32px;
  padding-left: 12px;
  border: 1px solid #d4d6db;
  border-radius: 2px;
  box-sizing: border-box;
}
.form-item .form-item-textarea {
  width: 660px;
  padding: 4px 12px;
  border: 1px solid #d4d6db;
  border-radius: 2px;
  box-sizing: border-box;
}
.form-item.form-item-submit {
  margin-top: 32px;
}
.form-item .form-item-submit-btn {
  display: block;
  width: 88px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  background-color: #2783d9;
  border-radius: 2px;
}
.feedback-content {
  width: 100%;
  border: 1px solid #e6e8eb;
  margin-bottom: 24px;
}
.feedback-content .feedback-qs {
  width: 100%;
  padding: 16px 16px 24px;
  border-bottom: 1px solid #e6e8eb;
  box-sizing: border-box;
}
.feedback-content .feedback-as {
  width: 100%;
  padding: 24px 16px;
  box-sizing: border-box;
}
.feedback-content .feedback-head {
  width: 100%;
  height: 32px;
  margin-bottom: 14px;
  font-size: 18px;
  color: #222;
  line-height: 32px;
  font-weight: bold;
  box-sizing: border-box;
}
.feedback-content .feedback-head::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
.feedback-qs .feedback-head::before {
  background: url('../assets/secondary-content/icon_question.png') center/100% no-repeat;
}
.feedback-as .feedback-head::before {
  background: url('../assets/secondary-content/icon_reply.png') center/100% no-repeat;
}
.feedback-content .feedback-desc {
  font-size: 16px;
  color: #222;
  line-height: 24px;
  margin-bottom: 8px;
}
.feedback-content .feedback-tip {
  display: inline-block;
  margin-right: 30px;
  font-size: 12px;
  color: #aaa;
  line-height: 18px;
}
.map-content {
  margin-top: 12px;
}
.map-content .map-content-item {
  margin-bottom: 16px;
}
.map-group {
  width: 152px;
  margin-right: 32px;
}
.map-group-content {
  width: 1040px;
}
.map-group-item {
  display: inline-block;
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
}
.map-group .map-group-item {
  width: 152px;
  color: #fff;
  background-color: #2783d9;
  font-weight: bold;
}
.map-group-content .map-group-item {
  margin: 0 24px 16px 0;
  min-width: 128px;
  color: #1f2024;
  background-color: #daedff;
}
.map-item {
  font-size: 18px;
  color: #1f2024;
  margin-right: 24px;
}
.map-item:hover,
.map-item-active {
  color: #2861c9;
}

.hot-topic .hot-topic-banner {
  position: relative;
  width: 1194px;
  min-height: 228px;
  margin: 52px 0 75px 46px;
  padding: 30px 40px 30px 345px;
  background-color: #fff;
  box-shadow: 0px 6px 22px 0px rgba(216, 216, 216, 0.5);
  border-radius: 16px;
  box-sizing: border-box;
}
.hot-topic-banner .banner-img {
  position: absolute;
  left: -46px;
  top: -28px;
  width: 367px;
  height: 218px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgb(241, 242, 243);
  text-align: center;
  box-sizing: border-box;
}
.hot-topic-banner .banner-img img:not(.has_default_img) {
  width: 100%;
  height: 100%;
}
.hot-topic-banner .banner-img .has_default_img {
  margin-top: 36px;
}
.hot-topic-banner .banner-detail {
  margin-bottom: 12px;
  font-size: 16px;
  color: #222;
  line-height: 28px;
  text-indent: 32px;
}
.hot-topic-banner .banner-flag {
  font-size: 16px;
  color: #2783d9;
  font-weight: 700;
  text-align: right;
}

.hot-topic .hot-topic-expand {
  margin-bottom: 60px;
}
.hot-topic-expand .expand-item {
  width: 398px;
  margin-bottom: 40px;
}
.hot-topic-expand .expand-item + .expand-item {
  margin-left: 22px;
}

.hot-topic-expand .expand-item:nth-child(3n + 1) {
  margin-left: 0;
}

.expand-item .expand-head {
  width: 100%;
  padding: 0 24px;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.expand-item .expand-title {
  font-size: 24px;
  color: #2861c9;
  font-weight: bold;
  vertical-align: middle;
}
.expand-item .expand-title::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
.expand-item .icon-part::before {
  background: url('../assets/secondary-content/icon_part.png') center/100% no-repeat;
}
.expand-item .icon-link::before {
  background: url('../assets/secondary-content/icon_link.png') center/100% no-repeat;
}
.expand-item .icon-file::before {
  background: url('../assets/secondary-content/icon_file.png') center/100% no-repeat;
}
.expand-item .expand-content {
  width: 100%;
  height: 296px;
  padding: 0 24px;
  border: 1px solid #d4d6db;
  box-sizing: border-box;
  border-radius: 16px;
}
.expand-content .expand-content-ul {
  position: relative;
  padding: 32px 0 12px;
  height: 100%;
  box-sizing: border-box;
}
.expand-content-ul .expand-more {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 32px;
  right: 0;
  top: -48px;
  border-radius: 18px;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #2861c9;
  text-align: center;
  background-color: rgba(40, 97, 201, 0.1);
}
.expand-content-ul .expand-more::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 4px;
  background: url('../assets/index/arrow_right_blud.png') center/100% no-repeat;
}
.expand-content-ul .expand-content-li {
  width: 100%;
  font-size: 16px;
  color: #222;
  line-height: 1;
  margin-bottom: 20px;
}
.expand-content-ul .expand-content-li::before {
  content: '·';
  font-size: 16px;
  color: #407ff3;
}
.page-content .department-content {
  margin-bottom: 56px;
}
.page-content .department-content .department-title {
  font-size: 20px;
  color: #222;
  font-weight: bold;
}
.page-content .department-content .department-item {
  display: inline-block;
  width: 214px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0 4px;
  font-size: 16px;
  color: #2861c9;
  font-weight: bold;
  background-color: #daedff;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.page-content .department-content .department-item:nth-child(4n) {
  margin-right: 0;
}
.page-content .department-content .department-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.infectious-disease {
  margin-bottom: 100px;
}
.infectious-disease .infectious-disease-content {
  min-height: 200px;
}
.infectious-disease .disease-index .disease-index-title {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  margin-bottom: 8px;
}
.infectious-disease .disease-index .disease-index-ul {
  width: 100%;
  padding: 4px 60px;
  margin-bottom: 24px;
  background-color: #f1f2f3;
  box-sizing: border-box;
}
.infectious-disease .disease-index .disease-index-ul .disease-index-li {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 11px;
  background-color: #f1f2f3;
  font-size: 20px;
  color: #1d81eb;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.infectious-disease .disease-index .disease-index-ul .disease-index-li.disease-index-li-active {
  background-color: #2861c9;
  border-radius: 4px;
  color: #fff;
}
.infectious-disease .disease-nav {
  margin-bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #2783d9;
}
.infectious-disease .disease-nav .disease-nav-item {
  position: relative;
  padding: 10px 0;
  margin-right: 80px;
  font-size: 26px;
  color: rgba(40, 97, 201, 0.5);
  font-weight: bold;
  cursor: pointer;
}
.infectious-disease .disease-nav .disease-nav-item:last-child {
  margin-right: 0;
}
.infectious-disease .disease-nav .disease-nav-item.disease-nav-item-active {
  color: #2861c9;
}
.infectious-disease .disease-nav .disease-nav-item.disease-nav-item-active::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0px;
  background-color: #2861c9;
}
.infectious-disease .disease-part {
  margin-bottom: 28px;
}
.infectious-disease .disease-part li {
  margin-right: 40px;
}
.infectious-disease .disease-part li:nth-child(4n) {
  margin-right: 0;
}
.infectious-disease .disease-part .disease-part-item {
  display: block;
  min-width: 280px;
  height: 40px;
  padding: 0 16px;
  line-height: 40px;
  font-size: 16px;
  color: #2861c9;
  box-sizing: border-box;
}
.infectious-disease .disease-part .disease-part-item:hover {
  background-color: #daedff;
}
