/********************************************* 头部、底部 *********************************************/
/* @font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url('./font/SourceHanSansCN-Medium.ttf');
  font-family: 'SourceHanSansCN-Regular';
  src: url('./font/SourceHanSansCN-Regular.ttf');
  font-family: 'SourceHanSansCN-Normal';
  src: url('./font/SourceHanSansCN-Normal.otf');
  font-family: 'SourceHanSansCN-Heavy';
  src: url('./font/SourceHanSansCN-Heavy.otf');
  font-family: 'SourceHanSansCN-Bold';
  src: url('./font/SourceHanSansCN-Bold.otf');
} */

/********************************************* 样式重置  ***********************************/
html {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  /* font-size: 12px/1.5; */
  font-family:"arial","Verdana","Tahoma";
  -webkit-font-smoothing: antialiased;
}

input,
select,
textarea {
  font-size: 100%;
}

/* 去掉各 table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align */
th {
  text-align: inherit;
}

/* 去除默认边框 */
fieldset,
img {
  border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* 一致的 del 样式 */
del {
  text-decoration: line-through;
}

i {
  font-style: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
  color: #000;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 16px;
}

h3,
h4,
h5,
h6 {
  font-size: 14px;
}

/* 解决ie下重复最后字符 */
q:before,
q:after {
  content: '';
}

/* 统一上标和下标 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins,
a {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.l {
  float: left;
}

.r {
  float: right;
}

a {
  color: #333;
}

.hide,.none {
  display: none;
}

/* 头部通用样式 */
.public-header {
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.public-header .mini-tool {
  box-sizing: border-box;
  height: 26px;
  line-height: 26px;
  background-color: #fff;
  border-bottom: 1px solid #eeeef0;
  text-align: right;
  color: #8B8B8B;
  font-size: 12px;
  font-weight: 400;
}

.public-header .mini-tool .inner {
  width: 1200px;
  margin: 0 auto;
}

.public-header .tool {
  position: relative;
  width: 1200px;
  height: 88px;
  box-sizing: border-box;
  padding-top: 18px;
  margin: 0 auto;
}

.public-header .tool .logo {
  width: 226px;
  height: 60px;
  float: left;
}

.public-header .tool .search-wrap {
  position: relative;
  width: 510px;
  height: 52px;
  background-color: #F2F2F4;
  margin-left: 159px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
}

.public-header .tool .search-wrap .search-type {
  position: relative;
  width: 118px;
  height: 52px;
  float: left;
  box-sizing: border-box;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
}

.public-header .tool .search-wrap .search-type:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  border-right: 1px solid #eaebee;
}

/* 
.public-header .tool .search-type:hover {
  border-right: 1px solid #F2F2F4;
} */

.public-header .tool .search-wrap .search-type>span {
  margin-right: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #1D375E;
}

.public-header .tool .search-wrap .search-type>i {
  position: absolute;
  top: 21px;
  right: 18px;
  width: 12px;
  height: 12px;
  background-image: url(../imgs/s1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 7px;
  transform: rotate(0);
  transition: all 0.25s ease;
}

.public-header .tool .search-wrap .search-type .type-selected {
  display: none;
  position: absolute;
  left: 0;
  width: 113px;
  height: 115px;
  line-height: 25px;
  background-color: #fff;
  border-right: 1px solid #EEEEF0;
  border-bottom: 1px solid #EEEEF0;
  border-left: 1px solid #EEEEF0;
  box-sizing: border-box;
  text-align: center;
  z-index: 1000;
}

.public-header .tool .search-type:hover .type-selected {
  display: block;
}

.public-header .tool .search-type:hover>i {
  transform: rotate(180deg);
}

.public-header .tool .search-wrap .search-type .type-selected ul li span {
  display: block;
  height: 38px;
  font-size: 16px;
  color: #1D375E;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 38px;
}

.public-header .tool .search-wrap .search-type .type-selected ul .on span,
.public-header .tool .search-wrap .search-type .type-selected ul li:hover span {
  background-color: #0579DC;
  color: #fff !important;
}

.public-header .tool .search-wrap #keyword {
  width: 276px;
  height: 52px;
  padding: 0 0 0 17px;
  background-color: #F2F2F4;
  box-sizing: border-box;
  border: 0;
  outline: none;
  line-height: 52px;
  font-size: 16px;
}

.public-header .tool .search-wrap #keyword::placeholder {
  line-height: 44px;
  font-size: 16px;
  color: #8999B2;
}

.public-header .tool .search-wrap .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: 100%;
  float: right;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #F2F2F4;
  background-image: url(../imgs/s2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  outline: none;
  cursor: pointer;
}

.public-header .tool .tel {
  position: absolute;
  top: 24px;
  right: 0;
  width: 179px;
  height: 41px;
  float: right;
}

/* 期刊分类 */
.nav-wrap .nav-tabs .nav-classify {
  position: absolute;
  top: 0;
  left: 0;
  width: 282px;
  height: 52px;
  color: #1D375E;
  text-align: center;
}

.nav-wrap .nav-tabs .nav-classify>a {
  display: inline-block;
  line-height: 50px;
  font-size: 22px;
  font-weight: 550;
}

/* 增加首页导航栏左侧距离 */
.nav-wrap .nav-pills {
  padding-left: 25px;
}
/* banner左侧分类 */
.nav-classify .classify-wrap {
  position: absolute;
  top: 52px;
  left: 0;
}

.nav-classify .classify-wrap .classify-preview {
  position: relative;
  width: 282px;
  height: 382px;
  background-color: #1D375E;
  box-sizing: border-box;
  /* padding: 24px 0; */
  border-radius: 0 0 40px 0;
  box-shadow: 14px 11px 12px 2px rgba(11, 27, 36, 0.18);
}

.nav-classify .classify-wrap .classify-preview .classify>li {
  height: 96px;
  padding: 23px 24px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.nav-classify .classify-wrap .classify-preview .classify>li:last-child {
  height: 94px !important;
  border-radius: 0 0 40px 0;
}

.nav-classify .classify-wrap .classify-preview .classify>li:hover {
  background-color: #274876;
}

.nav-classify .classify-wrap .classify-preview .classify>li>a {
  display: block;
  text-align: left;
}

.nav-classify .classify-wrap .classify-preview .classify>li>a .cla-title {
  height: 18px;
  line-height: 18px;
  background: url(./imgs/s3.png) no-repeat right center;
  background-size: 7px 14px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.nav-classify .classify-wrap .classify-preview .classify>li>a>p {
  height: 14px;
  line-height: 14px;
  padding-top: 6px;
  border-top: 1px solid #22406a;
  margin-top: 9px;
  font-size: 14px;
  color: #8999B2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nav-classify .classify-wrap .classify-preview .classify>li:hover a > p {
  border-top: 1px solid #2c5080;
}

.nav-classify .classify-wrap .classify-preview .classify>li i {
  width: 16px;
  height: 16px;
  float: right;
  margin: 2px 26px 0 0;
  background-image: url(../imgs/nav-to.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
}

.nav-classify .classify-wrap .classify-preview .classify>li:hover .classify-detail {
  opacity: 1;
  visibility: visible;
}

.nav-classify .classify-wrap .classify-detail {
  position: absolute;
  top: 0;
  left: 282px;
  width: 700px;
  height: 382px;
  box-sizing: border-box;
  padding: 30px 0 0 32px;
  background-color: #274876;
  border-radius: 0px 0px 10px 10px;
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
}

.nav-classify .classify-wrap .classify-detail::-webkit-scrollbar {
  width: 3px;
  height: 60px;
  background-color: #274876;
}

.nav-classify .classify-wrap .classify-detail-active {
  opacity: 1;
  visibility: visible;
}

.nav-classify .classify-wrap .classify-detail ol li {
  position: relative;
  float: left;
  width: 215px;
  text-align: left;
  line-height: 14px;
  padding-bottom: 20px;
}

.nav-classify .classify-wrap .classify-detail ol li a {
  float: left;
  font-size: 14px;
  max-width: 175px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.nav-classify .classify-wrap .classify-detail ol li a:hover {
  color: #FFE029;
}

/* 页面内容通用 */
.main {
  position: relative;
}

.main .public-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/* 顶部横向导航栏 */
.nav-wrap {
  position: relative;
  height: 52px;
  box-sizing: border-box;
  border-top: 1px solid #eeeef0;
  background-color: #fff;
  z-index: 999;
}

.nav-wrap .nav-tabs {
  position: relative;
  width: 1200px;
  height: 52px;
  margin: 0 auto;
}

.nav-wrap .nav-tabs .nav-pills>li {
  position: relative;
  margin-left: 45px;
  float: left;
}

.nav-wrap .nav-tabs .nav-pills>li a:hover {
  color: #0579DC;
}

.nav-wrap .nav-tabs .nav-pills>li.index-knowledge i {
  display: block;
  width: 11px;
  height: 7px;
  background-image: url(../imgs/x-11.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 7px;
  position: absolute;
  top: 23px;
  left: 69px;
  transform: rotate(-180deg);
  transition: background 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.nav-wrap .nav-tabs .nav-pills .index-knowledge:hover i {
  background-image: url(../imgs/x-1.png);
  transform: rotate(0);
}

.nav-wrap .nav-tabs .nav-pills .index-knowledge .k-pills {
  position: absolute;
  top: 52px;
  left: -70px;
  width: 202px;
  /* height: 190px; */
  background-color: #fff;
  border-right: 1px solid #EEEEF0;
  border-left: 1px solid #EEEEF0;
  border-bottom: 1px solid #EEEEF0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: center top;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.nav-wrap .nav-tabs .nav-pills .index-knowledge .k-pills .item {
  position: relative;
}

.nav-wrap .nav-tabs .nav-pills .index-knowledge .k-pills a {
  display: block;
  height: 38px;
  line-height: 38px;
  color: #1D375E;
  font-size: 16px;
}

.nav-wrap .nav-tabs .nav-pills .index-knowledge .k-pills .more {
  position: absolute;
  top: 0;
  left: -202px;
  width: 202px;
  height: auto;
  background-color: #fff;
  border-right: 1px solid #EEEEF0;
  border-left: 1px solid #EEEEF0;
  border-bottom: 1px solid #EEEEF0;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: center top;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.nav-wrap .nav-tabs .nav-pills .index-knowledge:hover .k-pills,
.nav-wrap .nav-tabs .nav-pills .index-knowledge .k-pills>.item:hover .more {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  z-index: 10010;
}

.nav-wrap .nav-tabs .nav-pills .index-knowledge .k-pills a:hover {
  background-color: #0579DC;
  color: #fff;
}

.nav-wrap .nav-tabs .nav-pills>li:nth-child(1) {
  margin-left: 0 !important;
}

.nav-wrap .nav-tabs .nav-pills>li>a {
  display: block;
  height: 52px;
  text-align: center;
  color: #1D375E;
  line-height: 52px;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-wrap .nav-tabs .nav-pills .active>a {
  color: #E84B4B !important;
}

.nav-wrap .nav-tabs .nav-pills .active::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
  background-color: #E84B4B;
}

/* 对话 */
.public-dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 500px;
  height: 434px;
  background-color: #0579DC;
  border-radius: 6px;
  z-index: 9999;
}

.public-dialog .dialog-top {
  position: relative;
  height: 74px;
  box-sizing: border-box;
  padding-top: 19px;
  text-align: center;
  color: #fff;
}

.public-dialog .dialog-top h3 {
  margin-bottom: 6px;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.public-dialog .dialog-top p {
  line-height: 14px;
  font-size: 14px;
}

.public-dialog .dialog-top .dialog-close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../imgs/close.png) no-repeat center;
  background-size: 24px;
  cursor: pointer;
}

.public-dialog .dialog-body {
  padding-top: 22px;
}

.public-dialog .dialog-content {
  width: 484px;
  height: 353px;
  box-sizing: border-box;
  padding: 19px 36px 30px 23px;
  background-color: #fff;
  margin: 0 8px 7px 8px;
  border-radius: 6px;
}

.public-dialog .dialog-content .state {
  line-height: 16px;
  color: #252742;
  font-size: 16px;
}

.public-dialog .dialog-content .state span {
  display: inline-block;
  overflow: hidden;
  /* transition: width 0.35s ease-in-out; */
  animation: stateAnimate 2s linear infinite;
}

@keyframes stateAnimate {
  0% {
    width: 4px;
  }

  ;

  50% {
    width: 8px;
  }

  100% {
    width: 12px;
  }
}

.public-dialog .dialog-content ul li {
  display: none;
  padding-top: 6px;
  overflow: hidden;
  border-radius: 4px;
}

.public-dialog .dialog-content ul li .service-avatar {
  float: left;
  position: relative;
  top: -6px;
  width: 46px;
  height: 46px;
  margin-right: 22px;
  border-radius: 25px;
  background-color: #0579DC;
  background-image: url(../imgs/service.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 30px;
}

.public-dialog .dialog-content ul li p {
  float: left;
  width: 356px;
  position: relative;
  padding: 9px 34px 8px 7px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #0579DC;
  color: #fff;
  text-align: justify;
  word-wrap: break-word;
  border-radius: 4px;
}

.public-dialog .dialog-content ul li p::after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  background: url(../imgs/left.png) no-repeat center;
  background-size: 10px 9px;
  position: absolute;
  top: 7px;
  left: -10px;
}

.public-dialog .dialog-content ul li:last-child p {
  height: 42px;
  line-height: 24px;
}

.public-dialog .dialog-content .dialog-send {
  position: absolute;
  right: 43px;
  bottom: 24px;
  left: 34px;
  height: 48px;
  line-height: 48px;
}

.public-dialog .dialog-content .dialog-send input {
  display: block;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  background-color: #EEEEF0;
  border-radius: 4px;
  border: 0;
}

.public-dialog .dialog-content .dialog-send input::placeholder {
  font-size: 16px;
  color: #252742;
}

.public-dialog .dialog-content .dialog-send button {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 75px;
  height: 48px;
  background-color: #0579DC;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 0;
}

.public-aside {
  position: fixed;
  top: 220px;
  right: 30px;
  z-index: 1001;
}

.public-aside ul li {
  width: 102px;
  height: 102px;
  margin-bottom: 1px;
  text-align: center;
  background-color: #274876;
}

.public-aside ul li a {
  display: block;
}

.public-aside ul li:hover {
  background-color: #E84B4B;
}

.public-aside ul li img {
  width: initial;
  height: initial;
  margin: 22px auto 13px;
}

.public-aside ul li p {
  color: #fff;
  line-height: 14px;
  font-size: 14px;
}

.public-aside ul .top img {
  width: 26px;
  height: 14px;
  margin: 32px auto 25px !important;
}

/* 右侧 */
.public-recommend {
  width: 280px;
}

.public-recommend .as-item {
  background-color: #fff;
  margin-bottom: 20px;
}

.public-recommend .as-item h3,
.hot-item {
  position: relative;
  margin: 0 0 20px 21px;
  padding-left: 8px;
  line-height: 20px;
  font-size: 20px;
}

.hot-item {
  margin-bottom: 0;
}

.public-recommend .as-item h3::after,
.hot-item::after {
  content: '';
  display: block;
  width: 2px;
  height: 15px;
  background-color: #0579DC;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 2px;
}

.public-recommend .hot-article {
  height: 354px;
  box-sizing: border-box;
  padding-top: 20px;
}

.public-recommend .hot-article ul {
  box-sizing: border-box;
  padding: 0 20px;
}

.public-recommend .hot-article ul li {
  height: 16px;
  box-sizing: border-box;
  padding-left: 26px;
  margin-bottom: 20px;
  text-align: left;
  background: url(../imgs/zhishi/h-icon.png) no-repeat left top;
  background-size: 16px 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-recommend .hot-article ul li a {
  font-size: 14px;
}

.public-recommend .hot-article ul li a:link {
  color: #0e0e0e;
}

.public-recommend .hot-article ul li a:active {
  color: #0579DC;
}

.public-recommend .hot-article ul li a:visited {
  color: #ccc;
}

.public-recommend .hot-article ul li a:hover {
  color: #0579DC;
  text-decoration: underline;
}

.article-aside {
  width: 280px;
}

.hot,
.service {
  width: 100%;
  background: #fff;
  padding: 20px 0 20px 0px;
  float: left;
  box-sizing: border-box;
}

.related {
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  padding: 20px 0 0px 0px;
  box-sizing: border-box;
  float: left;
}

.related-box {
  float: left;
  width: 100%;
  padding: 0 20px;
}

.related-box li {
  padding: 20px 0;
  float: left;
  border-bottom: 1px solid #eeeef0;
}

.related-box li:last-child {
  border: none;
}

.relate-img {
  width: 94px;
  height: 112px;
  display: block;
  float: left;
  cursor: pointer;
}

.relate-img img {
  width: 94px;
  height: 112px;
  display: block;
}

.relate-img img:hover {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}

.relate-infor {
  width: 146px;
  padding-left: 14px;
  float: left;
  box-sizing: border-box;
}

.relate-infor a {
  font-size: 16px;
  color: #1d375e;
  display: inline-block;
  margin-bottom: 8px;
}

.relate-infor a:hover {
  color: #0579DC;
  text-decoration: underline;
}

.relate-infor span {
  display: block;
  font-size: 14px;
  color: #65738e;
  padding-left: 20px;
  margin-top: 6px;
}

.relate-infor span:nth-child(2) {
  background: url(../imgs/qk-level.png) no-repeat;
  background-position: 0 center;
}

.relate-infor span:nth-child(3) {
  background: url(../imgs/shenhe.png) no-repeat;
  background-position: 0 center;
}

.relate-infor span:nth-child(4) {
  background: url(../imgs/daxue.png) no-repeat;
  background-position: 0 center;
  width: 86%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hot-name,
.service-name {
  width: 100%;
  margin-left: 8px;
  font-size: 20px;
  color: #252742;
}

.hot-name em,
.service-name em {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #0579dc;
  margin-right: 1px;
}

.hot ul {
  width: 100%;
  float: left;
  padding-top: 6px;
}

.hot ul li {
  float: left;
  border: 1px solid #eaeaea;
  padding: 0 14px;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 20px;
}

.hot ul li a {
  display: block;
  font-size: 14px;
  color: #0e0e0e;
  height: 26px;
  line-height: 26px;
}

.hot ul li:hover ,.hot ul li.active {
  background: #0579dc;
  border: 1px solid #0579DC;
}

.hot ul li:hover a ,.hot ul li.active  a{
  color: #fff;
}

 
.service {
  padding-top: 17px;
  margin-top: 20px;
  padding-bottom: 25px;
}
.service-fixed {
  position: fixed;
  width: 280px;
  top: 0;
  z-index: 999;
}

.service-list {
  float: left;
  width: 100%;
  padding-left: 20px;
}

.service-list li {
  float: left;
  height: 96px;
  width: 240px;
  box-shadow: 6px 5px 6px 4px #f5f5f5;
  transform: translateY(-5px);
  padding-left: 95px;
  box-sizing: border-box;
  margin-top: 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.45s ease;
}

.service-list li:first-child {
  background-image: url(../imgs/q1.png);
  background-repeat: no-repeat;
  background-position: 24px center;
  margin-top: 20px;
}

.service-list li:first-child:hover {
  background-image: url(../imgs/q11.png);
  background-repeat: no-repeat;
  background-position: 24px center;
}

.service-list li:nth-child(2) {
  background-image: url(../imgs/q2.png);
  background-repeat: no-repeat;
  background-position: 24px center;
}

.service-list li:nth-child(2):hover {
  background-image: url(../imgs/q22.png);
  background-repeat: no-repeat;
  background-position: 24px center;
}

.service-list li:nth-child(3) {
  background-image: url(../imgs/q3.png);
  background-repeat: no-repeat;
  background-position: 24px center;
}

.service-list li:nth-child(3):hover {
  background-image: url(../imgs/q33.png);
  background-repeat: no-repeat;
  background-position: 24px center;
}

.service-list li:nth-child(4) {
  background-image: url(../imgs/q4.png);
  background-repeat: no-repeat;
  background-position: 24px center;
}

.service-list li:nth-child(4):hover {
  background-image: url(../imgs/q44.png);
  background-repeat: no-repeat;
  background-position: 24px center;
}

.service-list li a span {
  display: block;
  margin-top: 24px;
  margin-bottom: 6px;
  font-size: 16px;
  color: #0579dc;
}

.service-list li a em {
  font-size: 12px;
  color: #666666;
}

.service-list li:hover {
  background-color: #1682dd;
  box-shadow: 6px 6px 8px 4px #dedede;
  transform: translate3d(0, -10px, 0);
}

.service-list li:hover a span,
.service-list li:hover a em {
  color: #fff;
}

/* 分页通用 */
.page-box {
  line-height: 30px;
  padding: 32px 0;
  text-align: center;
}

.page-box ul li {
  line-height: 30px;
  margin-right: 8px;
  display: inline-block;
}

.page-box ul li:first-child span {
  border: none;
}

.page-box ul li span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 14px;
  color: #252742;
  border: 1px solid #f2f2f4;
}

.page-box ul li a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 9px;
  border-radius: 3px;
  font-size: 14px;
  color: #252742;
  border: 1px solid #f2f2f4;
}

.page-box ul li a:hover {
  background-color: #0579dc;
  border: 1px solid #0579dc;
  color: #fff;
}

.page-box ul li a.prev {
  padding-left: 16px;
  background-image: url(../imgs/page.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.page-box ul li a.prev:hover {
  color: #fff;
  transition: all .2s linear;
  background-position: 0 -29px;
}

.page-box ul li a.next {
  padding-right: 16px;
  background-image: url(../imgs/page.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.page-box ul li a.next:hover {
  color: #fff;
  background-position: 100% -29px;
  transition: all .2s linear;
}

.page-box ul li.active span {
  color: #fff;
  background-color: #0579DC;
}
/* 优势 */
.public-advantage {
  height: 877px;
  background: url(../imgs/advantage-bg.png) no-repeat center;
  background-size: 100% 877px;
}

.public-advantage ul {
  padding-top: 152px;
}

.public-advantage ul li {
  position: relative;
  width: 224px;
  height: 376px;
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
  background-color: #fff;
  padding-top: 151px;
  box-shadow: 6px 5px 3px 1px rgba(11, 27, 36, 0.12);
  border-radius: 4px;
  text-align: center;
  transition: transform 0.5s ease-in-out;
}

.public-advantage ul li:last-child {
  margin-right: 0;
}

.public-advantage ul li.active {
  transform: translate3d(0, -74px, 0);
}

.public-advantage ul li .ascendancy-top {
  position: absolute;
  top: 10px;
  left: 11px;
  width: 202px;
  height: 229px;
  border-radius: 4px;
  background-color: #F3F8FD;
  background-image: url(../imgs/a-bg.png);
  background-repeat: no-repeat;
  background-position: center 64px;
  background-size: 100% 48px;
  z-index: 2;
}

.public-advantage ul li .ascendancy-top::after {
  position: absolute;
  top: 38px;
  left: 60px;
  content: '';
  display: block;
  width: 99px;
  height: 99px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 94px 88px;
  transition: background 0.35s ease;
}

.public-advantage ul li.active .ascendancy-top::after {
  background-size: 97px 99px;
}

.public-advantage ul li:nth-child(1) .ascendancy-top::after {
  background-image: url(../imgs/a1.png);
}

.public-advantage ul li:nth-child(1).active .ascendancy-top::after {
  background-image: url(../imgs/a11.png);
}

.public-advantage ul li:nth-child(2) .ascendancy-top::after {
  background-image: url(../imgs/a2.png);
}

.public-advantage ul li:nth-child(2).active .ascendancy-top::after {
  background-image: url(../imgs/a22.png);
}

.public-advantage ul li:nth-child(3) .ascendancy-top::after {
  background-image: url(../imgs/a3.png);
}

.public-advantage ul li:nth-child(3).active .ascendancy-top::after {
  background-image: url(../imgs/a33.png);
}

.public-advantage ul li:nth-child(4) .ascendancy-top::after {
  background-image: url(../imgs/a4.png);
}

.public-advantage ul li:nth-child(4).active .ascendancy-top::after {
  background-image: url(../imgs/a44.png);
}

.public-advantage ul li:nth-child(5) .ascendancy-top::after {
  background-image: url(../imgs/a5.png);
}

.public-advantage ul li:nth-child(5).active .ascendancy-top::after {
  background-image: url(../imgs/a55.png);
}

/* .public-advantage ul li .ascendancy-top>img {
  display: block;
  width: 94px;
  height: 88px;
  margin: 38px auto 40px;
} */

.public-advantage ul li .ascendancy-top h5 {
  height: 22px;
  margin-top: 168px;
  line-height: 22px;
  color: #252742;
  font-size: 22px;
  font-weight: 800;
}

.public-advantage ul li .ascendancy-bottom {
  width: 224px;
  height: 225px;
  padding: 124px 38px 0;
  background-color: #0579DC;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  z-index: 1;
}
/* 团队 */
.public-editorial-team {
  height: 804px;
  padding-top: 89px;
  background-color: #0579DC;
}

.public-editorial-team .index-item-title {
  color: #252742 !important;
}

.public-editorial-team .index-item-desc {
  color: #fff !important;
}

.public-editorial-team .team-content {
  width: 1200px;
  margin: 100px auto 0;
}

.public-editorial-team .team-content ul li {
  position: relative;
  height: 410px;
  box-sizing: border-box;
  padding-left: 105px;
  text-align: left;
}

.public-editorial-team .team-content ul li .editor {
  padding: 29px 0 22px 268px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-shadow: 5px 6px 3px rgba(11, 27, 36, 0.12);
}

.public-editorial-team .team-content ul li .editor strong {
  margin: 0;
  font-size: 30px;
}

.public-editorial-team .team-content ul li .team-detail {
  width: 1095px;
  height: 310px;
  box-sizing: border-box;
  padding: 0 143px 0 270px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
  color: #252742;
}

.public-editorial-team .team-content ul li .team-detail .field {
  padding: 50px 0 42px;
  line-height: 18px;
  font-weight: 550;
}

.public-editorial-team .team-content ul li .team-detail .field img {
  width: 25px;
  height: 19px;
  vertical-align: bottom;
}

.public-editorial-team .team-content ul li p {
  /* line-height: 18px; */
  margin-bottom: 20px;
  padding-left: 33px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(../imgs/per.png);
  background-size: 22px 20px;
}

.public-editorial-team .team-content ul li p:last-child {
  background-image: url(../imgs/rea.png);
  background-size: 19px 28px;
}

.public-editorial-team .team-content ul li .team-img {
  width: 316px;
  height: 374px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 6px 5px 3px 1px rgba(11, 27, 36, 0.12);
  border-radius: 11px;
}

/* 分页器样式重写 */
.editor-pagination {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.swiper-pagination {
  top: 47px;
  right: 0;
  left: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -30px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  border: 0 !important;
}

.swiper-pagination-bullet {
  margin-right: 14px;
  background: #252742 !important;
  opacity: 1 !important;
  border: 0 !important;
  transition: all 0.25s ease;
}

.swiper-pagination-bullet-active {
  width: 40px !important;
  height: 8px;
  border-radius: 4px !important;
}
/* 流程 */
.public-process {
  height: 678px;
}

.public-process .index-item-title img {
  margin-left: 3px;
}

.public-process .item-content {
  padding-top: 78px;
}

.public-process .item-content ul li {
  float: left;
  position: relative;
  width: 200px;
  box-sizing: border-box;
  padding-right: 56px;
  background-image: url(../imgs/p-nav1.png);
  background-repeat: no-repeat;
  background-position: 168px 65px;
}

.public-process .item-content ul li:hover {
  background-image: url(../imgs/p-nav.png);
}

.public-process .item-content ul li:last-child {
  background-image: unset;
}

.public-process .item-content ul li .pro-top {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 27px;
}

.public-process .item-content ul li .pro-top::after {
  content: '';
  display: block;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.public-process .item-content ul li:hover .pro-top::after {
  background-color: #0579DC;
  opacity: 0.1;
}

.public-process .item-content ul li:nth-child(1) .pro-top {
  background-image: url(../imgs/p-1.png);
  /* background-size: 52px 50px; */
}

.public-process .item-content ul li:nth-child(1):hover .pro-top {
  background-image: url(../imgs/p-11.png);
}

.public-process .item-content ul li:nth-child(2) .pro-top {
  background-image: url(../imgs/p-2.png);
}

.public-process .item-content ul li:nth-child(2):hover .pro-top {
  background-image: url(../imgs/p-22.png);
}

.public-process .item-content ul li:nth-child(3) .pro-top {
  background-image: url(../imgs/p-3.png);
}

.public-process .item-content ul li:nth-child(3):hover .pro-top {
  background-image: url(../imgs/p-33.png);
}

.public-process .item-content ul li:nth-child(4) .pro-top {
  background-image: url(../imgs/p-4.png);
}

.public-process .item-content ul li:nth-child(4):hover .pro-top {
  background-image: url(../imgs/p-44.png);
}

.public-process .item-content ul li:nth-child(5) .pro-top {
  background-image: url(../imgs/p-5.png);
}

.public-process .item-content ul li:nth-child(5):hover .pro-top {
  background-image: url(../imgs/p-55.png);
}

.public-process .item-content ul li:nth-child(6) .pro-top {
  background-image: url(../imgs/p-6.png);
}

.public-process .item-content ul li:nth-child(6):hover .pro-top {
  background-image: url(../imgs/p-66.png);
}

.public-process .item-content ul li .pro-bottom {
  position: relative;
  height: 72px;
  line-height: 70px;
  font-weight: bold;
  color: #252742;
}

.public-process .item-content ul li:hover .pro-bottom {
  color: #0579dc;
}

.public-process .item-content ul li .pro-bottom p {
  position: relative;
  font-size: 24px;
  z-index: 10;
  text-align: center;
}

.public-process .item-content ul li .pro-bottom strong {
  position: absolute;
  font-size: 97px;
  top: 0;
  left: 47px;
  color: #0579dc;
  z-index: 1;
  opacity: 0.08;
}
/* 底部 */
.public-footer {
  position: relative;
  background-color: #252742;
  padding-bottom: 0px;
}

.public-footer .footer-link {
  height: 120px;
  background-color: #1d375e;
  /* box-sizing: border-box;
  padding: 34px 0 32px; */
  color: #8494AD;
  text-align: left;
}

.w12 {
  width: 1200px;
  margin: 0 auto;
}

.public-footer .footer-link h5 {
  padding: 34px 0 20px;
  line-height: 16px;
  font-size: 16px;
  color: #8494AD;
}

.public-footer .footer-link ul li {
  margin-right: 48px;
  float: left;
}

.public-footer .footer-link ul li a {
  line-height: 14px;
  font-size: 14px;
  color: inherit;
}

.public-footer .footer-link ul li a:hover,
.public-footer .footer-body .item a:hover {
  color: #0579DC;
}

.public-footer .footer-body {
  /*height: 278px;*/
  box-sizing: border-box;
  padding-top: 78px;
}

.public-footer .footer-logo {
  width: 144px;
  height: 105px;
  float: left;
  margin-right: 138px;
}

.public-footer .footer-logo img {
  display: block;
  width: 144px;
  height: 105px;
}

.public-footer .footer-body .item {
  float: left;
}

.public-footer .footer-body .item h5 {
  line-height: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 36px;
}

.public-footer .footer-body .item a {
  display: block;
  line-height: 14px;
  font-size: 14px;
  color: #7F8FA8;
  margin-right: 145px;
  margin-bottom: 17px;
}

.public-footer .footer-qrcode {
  float: right;
  text-align: center;
}

.public-footer .footer-qrcode img {
  width: 108px;
  height: 108px;
  margin-bottom: 9px;
}

.public-footer .footer-qrcode p {
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  color: #7F8FA8;
}

/* 抢 */
.public-buy {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  background: url(../imgs/buy-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1002;
}

.public-buy .w12 {
  position: relative;
  height: 80px;
}

.public-buy .doctor {
  width: 142px;
  height: 74px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.public-buy .words {
  width: 503px;
  height: 39px;
  position: absolute;
  top: 28px;
  left: 150px;
}

.public-buy .go {
  position: absolute;
  top: 14px;
  right: 0;
  display: inline-block;
  width: 220px;
  height: 52px;
  background-color: #E84B4B;
  box-shadow: 6px 5px 3px 1px rgba(11, 27, 36, 0.12);
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 49px;
  animation: go 1.6s linear infinite;
}

@keyframes go {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(5deg);
  }

  10% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(-5deg);
  }

  20% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  30% {
    transform: rotate(0deg);
  }

  35% {
    transform: rotate(-5deg);
  }

  40% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* 位置 */
.pagewidth {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  clear: both;
}

.lacation {
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  color: #1d375e;
}

.lacation p {
  display: inline-block;
  margin-left: 10px;
}

.lacation p span {
  color: #0579dc;
  margin-left: 4px;
}

.lacation p a {
  margin-right: 4px;
}

.lacation p a:hover {
  color: #0579dc;
  text-decoration: underline;
}

/* 筛选 */
.filter-box {
  position: relative;
  background: #fff;
  padding-bottom: 10px;
  padding-top: 30px;
}

.box-item {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.collapse {
 
}

.filter-box .box-item .l {
  width: 130px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #1d375e;
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
}

.filter-box .box-item .h {
  width: 54px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  float: left; 
  border-radius: 4px;
}

.filter-box .box-item .on{
  background: #0579dc;
  border-radius: 4px;
  font:#FFF;
}

.filter-box .box-item .h a {
  color: #1d375e;
}

.filter-box .box-item .on a {
  color: #fff;
}

.filter-box .box-item .r {
  float: left;
  width: 906px;
  color: #1d375e;
  font-size: 14px;
  background-color: #fff;
  margin-left: 13px;
}

.filter-box .box-item .r ul li {
  line-height: 30px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 8px;
}

.filter-box .box-item .r ul li a {
  display: inline-block;
  color: #1d375e;
  padding: 0 15px;
}

.filter-box .box-item .r ul li.active a,
.filter-box .box-item .r ul li:hover>a {
  color: #fff;
  background: #0579dc;
  border-radius: 4px;
}

.filter-box .box-item .r ul::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.filter-box .box-item .m {
  /* width: 70px; */
  height: 30px;
  margin-top: 6px;
  font-size: 14px;
  color: #65738e;
  text-align: center;
  float: right;
  margin-right: 20px;
}

.filter-box .box-item .m a {
  color: #65738e;
  width: 45px;
}

.noexpand {
  height: 36px;
  overflow: inherit;
}

.filter-box .nocollapse .m a,
.filter-box .box-item .m a:hover {
  color: #0579dc;
}

.filter-box .nocollapse .m a i {
  width: 20px;
  height: 14px;
  margin-left: 7px;
  overflow: hidden;
  display: inline-block;
  background-image: url(../imgs/filter-top.png);
  background-position: 0 6px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  /* transform: rotate(180deg); */
}

.filter-box .collapse .m a i {
  width: 20px;
  height: 14px;
  margin-left: 7px;
  overflow: hidden;
  display: inline-block;
  background-image: url(../imgs/filter.png);
  background-position: 0 center;
  background-size: 12px 7px;
  background-repeat: no-repeat;

}

.filter-box .collapse .m a:hover i {
  background-image: url(../imgs/filter-bottom.png);
  background-position: 0 6px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
}

.filter-box .box-item .r ul li {
  float: left;
  /* height: 34px; */
  box-sizing: border-box;
  margin-right: 3px;
  margin-bottom: 8px;
}

.filter-box .noexpand .select li {
  margin-right: 10px !important;
}

.filter-box .box-item .r ul.select li .box-select {
  position: relative;
  width: 200px;
  height: 36px;
  padding: 0 10px;
  color: #333;
  line-height: 34px;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  border-radius: 4px;
}

.filter-box .box-item .r ul.select li .box-select i {
  width: 10px;
  height: 6px;
  margin-left: 3px;
  margin-top: 8px;
  overflow: hidden;
  float: right;
  background-image: url(../imgs/filter.png);
  background-position: 0 -20px;
  background-repeat: no-repeat;
}

.filter-box .box-item .r ul.select li .box-select:hover,
.filter-box .box-item .r ul.select li div.active {
  border: 1px solid #edeff2;
}

.filter-box .box-item .r ul.select li .box-select:hover i {
  background-position: 0 -10px;
}

.filter-box .box-item .r ul.select li dl {
  max-height: 250px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  left: -1px;
  right: -1px;
  position: absolute;
  line-height: 30px;
  background: #fff;
  border-left: 1px solid #edeff2;
  border-right: 1px solid #edeff2;
  border-bottom: 1px solid #edeff2;
  display: none;
  z-index: 10;
  width: 198px;
}

.filter-box .box-item .r ul.select li div.box-select:hover dl {
  display: block !important;
}

.filter-box .box-item .r ul.select li dl a {
  display: block;
}

.filter-box .noexpand .r {
  width: 1050px;
  margin-left: 0;
}

.filter-box .noexpand .r a:hover,
.filter-box .noexpand .r a.active {
  background-color: #0579dc;
  color: #fff;
  text-decoration: none;
}

.filter-box .noexpand .r ul.select li .box-select i {
  width: 36px;
  height: 34px;
  margin-left: 0;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  background-color: #0579dc;
  background-image: url(../imgs/filter_one.png);
  background-size: 11px 6px;
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.filter-box .noexpand .r ul.select li div.box-select:hover i {
  background-color: #f2f2f2;
  background-image: url(../imgs/filter-one.png);
  background-size: 11px 6px;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-box .noexpand .r ul.select li div.box-select:hover {
  background-color: #f2f2f2;
}

/* .filter-box .collapse .m a i {
  background-position: 0 -20px;
} */

/*分页样式*/
.page_all{
  float: inherit;
  width: 100%;
  margin-top: 30px;
  position: relative;
  padding-bottom: 40px;
}
.pagelist{
  margin: 0  auto;
  text-align: center;
  font-size: 14px;
  color: #252742;
}
.pagelist a,.pagelist span{
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding:0 9px;
  background:#fff;
  border:1px solid #e6e6e6;
  /*border-left: none;*/
  color: #252742;
  margin-right: 8px;
}
.pagelist a:first-child,.pagelist span:first-child{
  border:1px solid #e6e6e6;
}
.pagelist a:nth-child(2),.pagelist span:nth-child(2),
.pagelist a:last-child,.pagelist span:last-child{
  margin-left: -4px;
}
.current{
  background: #0579dc !important;
  color: #fff !important;
  border: 1px solid #0579dc !important;
}

.pagelist a:last-child,.pagelist span:last-child,
.pagelist a:first-child,.pagelist span:first-child{
  background:#fafafa !important;
  border:1px solid #e6e6e6 !important;
  color: #252742 !important;
}

.pagelist a:hover{
  text-decoration: none !important;
  background-color: #0579dc;
  border: 1px solid #0579dc;
  color: #fff;
}
.item-classify-preview{
    display: none;
    visibility: hidden; 
}
.nav-classify:hover .item-classify-preview{ 
    display: block;
    visibility: visible; 
}
.powered{
  margin-top: 30px;
}
.powered,.powered div{
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}
.powered div a{
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
}
.powered div a:hover{
  color: #e84b4b;
}
.powered span{
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  float: left;
  width:100%;
  padding-bottom: 40px;
}
/* 锚点样式 */
.keyword_map{
  text-decoration: underline;
}
.keyword_map:hover{
  color: #0579DC;
}
.content-detail{
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 10px;
}
.content-detail a{
  color: rgb(255,0,0);
  text-decoration: underline;
}
.content-detail a  em{
  color: rgb(251,113,1);
}
/* 放假公告 */
#holiday-announcement {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 708px;
  height: 484px;
  box-sizing: border-box;
  background-color: #ffffff;
  z-index: 10000;
}
#holiday-announcement > img {
  display: block;
  width: 708px;
  height: 484px;
}
#holiday-announcement .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}