.article-head {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px
}

.article-head .article-title {
  font-size: 2.6rem;
  text-align: center;
  color: #333333;
  margin: 15px auto;
  padding: 0 15px
}

.article-head .article-ftitle {
  font-size: 1.8rem;
  text-align: center;
  color: #6E6E6E;
  margin: 10px auto;
  padding: 0 15px;
  display: none
}

.article-head .article-info {
  font-size: 1.4rem;
  color: #747474;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px dotted #E3E3E3;
  position: relative
}

.article-head .article-info span {
  display: inline-block;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 20px;
  color: #666666
}

.article-content {
  padding: 12px;
  color: #4E4E4E
}

.article-content>p {
  text-indent: 2rem;
  font-size: 1.6rem;
  margin-bottom: 12px;
  line-height: 2
}

.article-content>p[align=center],
.article-content>p.center {
  text-indent: 0
}

.article-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.article-content .table-wrap {
  width: 96%;
  overflow-x: auto;
  margin: 20px auto;
  position: relative
}

.article-content .table-wrap table {
  width: 100%;
  min-width: 600px;
  table-layout: fixed;
  position: relative;
  border-collapse: collapse
}
.article-content>img {
  display: block;
  margin: 18px auto
}

.article-jump {
  border-top: 1px dashed #DADADA;
  padding: 10px 5px;
  margin-bottom: 12px
}

.article-jump>div {
  width: 50%;
  float: left;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333
}

.article-jump>div a {
  font-size: 1.6rem;
  color: #414141
}

.article-jump>div a:hover {
  color: #2473C0
}

.article-jump .prev {
  text-align: left
}

.article-jump .next {
  text-align: right
}

@media (max-width: 991px) {
  .article-jump>div {
    width: 100%;
    float: none
  }

  .article-jump .prev,
  .article-jump .next {
    text-align: left;
    margin: 5px 0
  }
}

@media (max-width: 991px) {
  .article-head {
    padding-bottom: 5px
  }

  .article-head .article-title {
    font-size: 2em
  }

  .article-head .article-info {
    height: auto;
    line-height: 1.6;
    padding: 5px 0
  }

  .article-jump>div {
    font-size: 1.4rem
  }
}

.footer-wrap {
  /* background: url(../img/footer_bg.png) no-repeat left top; */
  background-color: #033A70;
}

.footer-wrap .footer-content {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* background: url(../img/footer_logo.png) no-repeat left center;
  padding-left: 150px */
}

.footer-wrap .footer-info {
  height: 165px;
  padding-top: 40px
}

.footer-wrap .footer-info span,
.footer-wrap .footer-info a {
  font-size: 1.4rem;
  display: block;
  color: #7AB3EC;
  margin-bottom: 13px
}

.footer-wrap .footer-info .address {
  padding-right: 20px
}

.footer-wrap .footer-info .copyright {
  padding-right: 20px
}

.footer-wrap .footer-info .postal {
  padding-right: 20px
}

.footer-wrap .footer-info .beian {
  padding-right: 20px
}

.footer-wrap .code-box {
  position: absolute;
  right: 0;
  top: 20%;
  text-align: right
}

.footer-wrap .code-box span {
  display: inline-block;
  width: 92px;
  height: 92px;
  position: relative;
  vertical-align: top
}

.footer-wrap .code-box .footer-code {
  border: 1px solid #CCCCCC;
  position: relative
}

.footer-wrap .code-box .footer-code img {
  display: inline-block
}

.footer-wrap .code-box .org-code {
  text-align: center;
  margin-right: 10px;
  background-color: #437CB3
}

.footer-wrap .code-box .org-code img {
  display: inline-block;
  padding-top: 12px
}

.footer-wrap .code-box .footer-code {
  margin-right: 10px;
  position: relative
}

.footer-wrap .code-box .footer-code::after {
  content: "微信公众号";
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  height: 14px;
  text-align: center;
  bottom: -18px
}

.footer-copyright {
  height: 40px;
  line-height: 40px;
  background-color: #00142B;
  text-align: center
}

.footer-copyright a,
.footer-copyright span {
  display: inline-block;
  font-size: 1.4em;
  color: #fff;
  margin: 0 20px
}

.scroll-top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 5px;
  bottom: 48px;
  z-index: 1000;
  cursor: pointer;
  background: #5dafff url("../img/gotop.png") center center no-repeat;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.scroll-top:hover {
  background-color: #2A96FF
}

@media only screen and (max-width: 1199px) {
  .footer-copyright {
    display: none
  }
}

@media only screen and (max-width: 1023px) {
  .footer-wrap .footer-info .footer-info-item {
    width: 100%;
    float: none
  }

  .footer-wrap .footer-info {
    background: none;
    padding: 15px 0;
    height: auto
  }

  .footer-wrap .footer-info span,
  .footer-wrap .footer-info a {
    display: none;
    margin-bottom: 0
  }

  .footer-wrap .footer-info span.copyright {
    display: block;
    text-align: center;
    padding-right: 0
  }

  .footer-wrap .footer-content {
    padding-left: 0;
    background: none
  }
}

@media only screen and (max-width: 767px) {
  .footer-copyright span {
    display: none
  }
}

.header-top {
  height: 325px;
  background: url(../img/header_bg.png) no-repeat left top
}

.header-top>.content-box {
  height: 325px;
  position: relative;
  width: 100%;
  max-width: 90%;
  background: url(../img/slogan.png) no-repeat 94% 70%
}

.header-top .logo {
  display: block;
  float: left
}

.header-top .logo img {
  display: block;
  max-width: 100%;
  margin: 65px auto 0 auto
}

.header-top .search-box {
  width: 230px;
  position: absolute;
  background-color: #0975DE;
  right: 0;
  top: 33%;
  overflow: hidden;
  padding-right: 40px;
  border-radius: 20px;
  display: none
}

.header-top .search-box input {
  display: block;
  width: 100%;
  height: 35px;
  border: none;
  line-height: 35px;
  color: #fff;
  padding-left: 20px;
  background-color: #0975DE;
  font-size: 1.4rem;
  outline: none;
  z-index: 11
}

.header-top .search-box ::-webkit-input-placeholder {
  color: #fff
}

.header-top .search-box ::-moz-placeholder {
  color: #fff
}

.header-top .search-box :-ms-input-placeholder {
  color: #fff
}

.header-top .search-box :-moz-placeholder {
  color: #fff
}

.header-top .search-box a {
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  background: url(../img/search_btn.png) left center no-repeat;
  z-index: 10;
  outline: none
}

.header-top .welcome {
  position: absolute;
  right: 0;
  top: 60%;
  font-size: 1.4em;
  color: #666666
}

.header-wrap .nav-open,
.header-nav .nav-close {
  display: none
}

@media only screen and (min-width: 1200px) {
  .header-nav {
    background-color: #0975DE
  }

  .nav-bar {
    text-align: center;
    position: relative;
    z-index: 99
  }

  .nav-bar>li {
    display: inline-block;
    height: 50px;
    width: 10%
  }

  .nav-bar>li>a {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

  .nav-bar>li.active>a,
  .nav-bar>li:hover>a {
    background-color: #2A96FF
  }

  .nav-bar>li>ul {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    overflow: hidden;
    max-height: 0;
    text-align: left;
    background-color: #E9F3FE;
    z-index: 1000
  }

  .nav-bar>li>ul>li {
    display: inline-block
  }

  .nav-bar>li>ul>li>a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    line-height: 30px;
    padding: 0 20px;
    margin: 0 8px;
    border-radius: 2px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .nav-bar>li:hover>ul {
    padding: 8px 0;
    max-height: 200px;
    border-top: 2px solid #81BCF8
  }

  .nav-bar>li>ul>li>a:hover,
  .nav-bar>li>ul>li.active>a {
    color: #fff;
    background: #167CE0
  }
}

@media (max-width: 1199px) {
  .header-top {
    padding: 10px;
    height: 100px;
    background: none
  }

  .header-top>.content-box {
    padding-top: 0;
    height: 80px;
    background: none;
    max-width: 100%
  }

  .header-top>.content-box .ynedut-box {
    display: none
  }

  .header-top .logo img {
    margin-top: 5px;
    height: 65px
  }

  .header-top .search-box {
    right: 100px;
    top: 50%;
    margin-top: -20px
  }

  .header-top .welcome {
    display: none
  }

  .header-top .nav-open {
    display: block;
    position: absolute;
    width: auto;
    height: 24px;
    margin-top: -12px;
    right: 10px;
    top: 50%;
    padding-right: 40px;
    z-index: 9999;
    font-size: 1.4em;
    color: #0975DE;
    background: url("../img/nav_open.png") right center no-repeat
  }

  .header-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #f1f1f1
  }

  .header-nav.show {
    right: 0
  }

  .header-nav .nav-close {
    padding: 0 20px 0 10px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #C8C8C8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 2px #CCC;
    box-shadow: 0 2px 2px #CCC;
    font-size: 1.4rem
  }

  .header-nav .back-home {
    font-size: 1.4rem;
    background: url(../img/nav_back.png) left center no-repeat;
    padding-left: 20px;
    color: #333
  }

  .header-nav .nav-close .close-nav-btn {
    width: 24px;
    height: 24px;
    background: url("../img/nav_close.png") center no-repeat
  }

  .nav-bar {
    padding: 1px 15px 15px;
    height: calc(100vh - 56px);
    overflow-y: auto
  }

  .nav-bar>li {
    background: #FFF;
    -webkit-box-shadow: 0 0 4px #CCC;
    box-shadow: 0 0 4px #CCC;
    border-radius: 10px;
    margin-bottom: 10px
  }

  .nav-bar>li>a {
    font-size: 1.6rem;
    display: block;
    background: #0975DE;
    color: #FFF;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left
  }

  .nav-bar>li:first-child>a {
    display: none
  }

  .nav-bar>li>ul {
    padding: 0 0 10px;
    background: #fff;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: left
  }

  .nav-bar>li>ul>li {
    display: inline-block;
    margin: 10px
  }

  .nav-bar>li>ul>li>a {
    font-size: 1.6rem;
    padding: 5px 10px;
    border: 1px solid #E7EEFC;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 5px 1%;
    color: #0975DE;
    white-space: nowrap
  }

  .nav-bar>li>ul>li.active>a {
    background: #2A96FF;
    color: #fff;
    border-color: #2A96FF
  }

  .nav-bar>li>ul>li>ul {
    display: block;
    background: #F3F3F3
  }

  .nav-bar>li>ul>li>ul>li>a {
    padding: 13px 10px;
    font-size: 2.2em;
    display: block;
    border-radius: 3px;
    text-indent: 50px
  }

  .nav-bar>li>ul>li>ul>li.active>a {
    background: #4890EA;
    color: #FFF
  }
}

@media (max-width: 767px) {
  .header-top {
    height: 80px
  }

  .header-top>.content-box {
    height: 60px
  }

  .header-top .logo img {
    height: 55px;
    margin-top: 3px
  }

  .header-top .search-box {
    display: none
  }
}

@media (max-width: 479px) {
  .header-top .nav-open {
    font-size: 0
  }

  .header-top .nav-open {
    right: 0
  }
}

@media only screen and (max-width: 479px) {
  .header-top {
    height: 65px
  }

  .header-top>.content-box {
    height: 40px
  }

  .header-top .logo img {
    height: 45px;
    margin-top: 0
  }

  .header-top .nav-open {
    margin-top: -8px
  }
}

.first-module .module-content {
  padding: 10px;
  background-color: #fff
}

.first-list a {
  display: block;
  padding-left: 210px;
  height: 130px;
  position: relative
}

.first-list a .img {
  width: 200px;
  height: 120px;
  position: absolute;
  left: 0;
  overflow: hidden
}

.first-list a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.first-list a h3 {
  font-size: 1.6rem;
  color: #303133;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 8px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.first-list a p {
  line-height: 1.8;
  font-size: 1.4rem;
  padding-bottom: 8px;
  color: #6B6C70
}

.first-list a span {
  display: inline-block;
  font-size: 1.4rem;
  color: #909399
}

.first-list a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.first-list a:hover h3 {
  color: #167CE0
}

.first-list a:hover span {
  color: #167CE0
}

.riqi-module-list li:first-child {
  margin-top: 0
}

.riqi-module-list li a {
  display: block;
  position: relative;
  padding-left: 100px;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dashed #DADADA;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.riqi-module-list li a h3 {
  font-size: 1.6rem;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.riqi-module-list li a span {
  display: inline-block;
  position: absolute;
  width: 86px;
  border-right: 1px solid #777777;
  line-height: 15px;
  top: 15px;
  left: 0;
  font-size: 1.4rem;
  font-family: "Arial";
  color: #606266;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.riqi-module-list li a:hover {
  background-color: #EEF2FF;
  border-color: #EEF2FF
}

.riqi-module-list li a:hover h3 {
  color: #167CE0
}

.riqi-module-list li a:hover span {
  color: #167CE0;
  border-color: #167CE0
}

.focus-content {
  position: relative;
  background-color: #fff;
  padding: 10px 10px 10px 400px
}

.focus-module {
  position: relative
}

.focus-container {
  width: 380px;
  height: 336px;
  left: 10px;
  top: 10px;
  position: absolute !important;
  overflow: hidden
}

.focus-container .focus-slide {
  height: 336px;
  position: relative
}

.focus-container .focus-slide img {
  display: block;
  width: 100%;
  height: 100%
}

.focus-container h3 {
  width: 100%;
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 1.4rem;
  text-indent: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  padding-right: 100px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0
}

.focus-container .slick-dots {
  width: auto;
  position: absolute;
  right: 6px;
  bottom: 12px;
  z-index: 10;
  text-align: right
}

.focus-container .slick-dots li {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  margin: 0 1px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.focus-container .slick-dots li:hover,
.focus-container .slick-dots li.slick-active {
  background: #FF5B3B;
  color: #fff
}

.focus-container .slick-dots li button {
  display: none
}

.focus-container .focus-slide a {
  display: block;
  height: 100%
}

.focus-container .slick-next,
.focus-container .slick-prev {
  width: 25px;
  height: 42px;
  z-index: 9;
  display: none !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.focus-container .slick-next {
  right: 0;
  background: rgba(0, 0, 0, 0.7) url(../img/focus_right.png) no-repeat center
}

.focus-container .slick-next:hover {
  background: #0975DE url(../img/focus_right.png) no-repeat center
}

.focus-container .slick-next:before,
.focus-container .slick-prev:before {
  display: none
}

.focus-container .slick-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.7) url(../img/focus_left.png) no-repeat center
}

.focus-container .slick-prev:hover {
  background: #0975DE url(../img/focus_left.png) no-repeat center
}

.first-text a {
  display: block;
  position: relative;
  border-bottom: 1px solid #EEEEEE
}

.first-text a h3 {
  font-size: 1.8rem;
  color: #167CE0;
  font-weight: 500;
  padding-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.first-text a p {
  line-height: 1.8;
  font-size: 1.4rem;
  padding-bottom: 5px;
  color: #747474
}

.first-text a span {
  display: inline-block;
  font-size: 1.4rem;
  color: #303133;
  padding-bottom: 5px
}

.first-text a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.first-text a:hover h3 {
  color: #0975DE
}

.first-text a:hover span {
  color: #0975DE
}

.wenzi-text li:first-child {
  margin-top: 0
}

.wenzi-text li a {
  display: block;
  position: relative;
  padding-right: 73px;
  height: 37px;
  padding-left: 14px;
  line-height: 37px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-text li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #C6C6C6;
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  left: 0;
  top: 50%;
  margin-top: -4px
}

.wenzi-text li a h3 {
  font-size: 1.4rem;
  color: #6B6C70;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-text li a span {
  display: inline-block;
  position: absolute;
  line-height: 37px;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  font-family: "Arial";
  color: #606266;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-text li a:hover::before {
  background-color: #167CE0
}

.wenzi-text li a:hover h3 {
  color: #167CE0
}

.wenzi-text li a:hover span {
  color: #167CE0
}

@media (max-width: 1199px) {
  .focus-content {
    padding-left: 0
  }

  .focus-container {
    display: none
  }
}

@media only screen and (max-width: 767px) {
  .first-list a p {
    padding-bottom: 0
  }
}

@media only screen and (max-width: 639px) {
  .first-list a {
    padding-left: 130px;
    height: 85px
  }

  .first-list a .img {
    width: 120px;
    height: 75px
  }

  .first-list a p {
    display: none
  }

  .first-list a h3 {
    font-size: 1.6rem
  }
}

.person-module {
  width: 100%;
  height: 282px;
  overflow: hidden;
  position: relative
}

.person-module ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0
}

.person-module li {
  width: 188px;
  margin: 0 5px;
  display: inline-block;
  position: relative
}

.person-module a {
  display: block;
  position: relative
}

.person-module a img {
  display: block;
  width: 100%;
  height: 232px
}

.person-module a h3 {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis
}

.person-module a:hover h3 {
  background-color: #2A96FF;
  color: #fff
}

.img-module {
  width: 100%;
  height: 175px;
  overflow: hidden;
  position: relative
}

.img-module ul {
  display: block;
  position: absolute;
  left: 0;
  top: 0
}

.img-module li {
  width: 228px;
  margin: 0 10px;
  display: inline-block;
  position: relative
}

.img-module a {
  display: block;
  position: relative
}

.img-module a img {
  display: block;
  width: 100%;
  height: 135px
}

.img-module a h3 {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  color: #333333;
  background-color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis
}

.img-module a:hover h3 {
  color: #167CE0
}

.wenzi-module .module-content {
  background-color: #fff;
  padding: 10px 10px 16px 10px
}

.wenzi-module-list li:first-child {
  margin-top: 0
}

.wenzi-module-list li a {
  display: block;
  position: relative;
  padding-right: 73px;
  height: 41px;
  padding-left: 15px;
  background: url(../img/list.png) no-repeat left center;
  line-height: 41px;
  border-bottom: 1px dashed #DADADA;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module-list li a h3 {
  font-size: 1.6rem;
  color: #444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module-list li a span {
  display: inline-block;
  position: absolute;
  line-height: 41px;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  font-family: "Arial";
  color: #606266;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wenzi-module-list li a:hover {
  background: url(../img/list_on.png) no-repeat left center
}

.wenzi-module-list li a:hover h3 {
  color: #2A96FF
}

.wenzi-module-list li a:hover span {
  color: #2A96FF
}

@media only screen and (max-width: 1199px) {
  .wenzi-module .module-content {
    padding: 10px
  }
}

@media only screen and (max-width: 767px) {
  .wenzi-module-list li a {
    height: 45px;
    line-height: 45px
  }

  .wenzi-module-list li a span {
    line-height: 45px
  }
}

.blogroll-box {
  height: 60px;
  background-color: #EBF4FF;
  width: 100%;
  padding-right: 10px;
  margin-right: 10px
}

.blogroll-box .content-box {
  width: 100%;
  display: table
}

.blogroll-box .title {
  font-size: 2rem;
  display: table-cell;
  white-space: nowrap;
  width: 120px;
  padding-left: 40px;
  height: 62px;
  line-height: 62px;
  color: #1469BC;
  background: url("../img/link_ico.png") 10px center no-repeat
}

.blogroll-box .blogroll-group {
  display: table-cell;
  width: 244px;
  padding-left: 14px;
  position: relative
}

.blogroll-box .blogroll-group .group-name {
  height: 38px;
  background-color: #fff;
  border: 1px solid #437CB3;
  display: block;
  padding: 0 26px 0 8px;
  font-size: 1.4em;
  line-height: 38px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #444444
}

.blogroll-box .blogroll-group .group-name:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #444444;
  position: absolute;
  display: block;
  right: 8px;
  top: 50%;
  margin-top: -3px
}

.blogroll-box .blogroll-group .blogroll-list {
  border: 1px solid #DBDBDB;
  border-top: none;
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  right: 0;
  left: 14px;
  max-height: 0;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99
}

.blogroll-box .blogroll-group .blogroll-list a {
  display: block;
  font-size: 1.4em;
  line-height: 30px
}

.blogroll-box .blogroll-group .blogroll-list a:hover {
  color: #0975DE
}

.blogroll-box .blogroll-group:hover .blogroll-list {
  display: block;
  max-height: 200px;
  border: 1px solid #DBDBDB
}

@media only screen and (max-width: 1023px) {
  .blogroll-box {
    display: none
  }
}

.renwu-list-page a {
  display: block;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #E0E0E0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.renwu-list-page a .img {
  width: 140px;
  height: 180px;
  display: table-cell;
  font-size: 0;
  overflow: hidden
}

.renwu-list-page a .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.renwu-list-page a h3 {
  border-bottom: 1px solid #EDEDED;
  line-height: 30px;
  padding-bottom: 3px;
  font-size: 1.6rem;
  padding-top: 8px;
  color: #333333;
  margin-bottom: 12px
}

.renwu-list-page a h4 {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-bottom: 8px;
  color: #A0A0A0
}

.renwu-list-page a .txt {
  display: table-cell;
  vertical-align: top;
  padding-left: 12px;
  position: relative
}

.renwu-list-page a .txt p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #A0A0A0
}

.renwu-list-page a:hover {
  border-color: #2A96FF
}

.renwu-list-page a:hover h3 {
  color: #2A96FF
}

.renwu-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

@media only screen and (max-width: 1199px) {
  .renwu-list-page a h3 {
    font-size: 1.8em
  }
}

@media only screen and (max-width: 1023px) {
  .renwu-list-page a img {
    height: 220px
  }
}

@media only screen and (max-width: 767px) {
  .renwu-list-page a img {
    height: 180px
  }
}

@media only screen and (max-width: 639px) {
  .renwu-list-page a .img {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    height: auto
  }

  .renwu-list-page a .img img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto
  }

  .renwu-list-page a .txt span {
    position: relative;
    margin-top: 5px
  }
}

.riqi-list-page li a {
  display: block;
  background: #fff;
  height: 62px;
  padding-left: 70px;
  margin-top: 15px;
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.riqi-list-page li a .time-box {
  position: absolute;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  left: 0;
  top: 0;
  width: 62px
}

.riqi-list-page li a .time-box .day {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  line-height: 26px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #2A96FF
}

.riqi-list-page li a .time-box .month {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  background-color: #EEEEEE;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 24px;
  color: #666666
}

.riqi-list-page li a h3 {
  font-size: 1.6rem;
  color: #505050;
  line-height: 1.6;
  padding-top: 10px
}

.riqi-list-page li a:hover h3 {
  color: #2A96FF
}

.riqi-list-page li:first-child>a {
  margin-top: 0
}

@media only screen and (max-width: 639px) {
  .riqi-list-page li a h3 {
    padding-top: 0
  }
}

.shipin-list-page {
  margin-left: -1%;
  margin-right: -1%
}

.shipin-list-page a {
  width: 31.33%;
  margin: 0 1% 20px 1%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.shipin-list-page a .img {
  position: relative;
  height: 180px;
  overflow: hidden
}

.shipin-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%
}

.shipin-list-page a .img .ico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: url("../img/play_btn.png") center 50% no-repeat
}

.shipin-list-page a h3 {
  padding: 0 1em;
  font-size: 1.6rem;
  color: #444444;
  font-family: "思源黑体";
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  height: 40px;
  line-height: 40px;
  background-color: #f3f3f3
}

.shipin-list-page a:hover {
  border-color: #2A96FF
}

.shipin-list-page a:hover h3 {
  color: #fff;
  background-color: #2A96FF
}

.shipin-list-page a:hover .ico {
  top: 0
}

@media only screen and (max-width: 1023px) {
  .shipin-list-page a .img {
    height: 150px
  }
}

@media only screen and (max-width: 767px) {
  .shipin-list-page a .img {
    height: 130px
  }
}

@media only screen and (max-width: 639px) {
  .shipin-list-page a {
    width: 48%
  }

  .shipin-list-page a .img {
    height: 140px
  }
}

@media only screen and (max-width: 479px) {
  .shipin-list-page a .img {
    height: 110px
  }
}

@media only screen and (max-width: 359px) {
  .shipin-list-page a {
    width: 98%
  }

  .shipin-list-page a .img {
    height: auto
  }
}

.tupian-list-page {
  margin-left: -1%;
  margin-right: -1%;
  margin-top: -1%
}

.tupian-list-page a {
  width: 31.33%;
  margin: 10px 1% 10px 1%;
  display: inline-block;
  position: relative;
  overflow: hidden
}

.tupian-list-page a .img {
  position: relative;
  height: 180px;
  overflow: hidden
}

.tupian-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tupian-list-page a .title {
  display: block;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #444444;
  font-size: 1.6rem;
  text-align: center;
  background-color: #F3F3F3;
  border-bottom: 1px solid #F3F3F3
}

.tupian-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.tupian-list-page a:hover .title {
  color: #fff;
  border-color: #2A96FF;
  background-color: #2A96FF
}

@media only screen and (max-width: 1023px) {
  .tupian-list-page a .img {
    height: 150px
  }
}

@media only screen and (max-width: 767px) {
  .tupian-list-page a .img {
    height: 130px
  }
}

@media only screen and (max-width: 639px) {
  .tupian-list-page a {
    width: 48%
  }

  .tupian-list-page a .img {
    height: 140px
  }
}

@media only screen and (max-width: 479px) {
  .tupian-list-page a .img {
    height: 110px
  }
}

@media only screen and (max-width: 359px) {
  .tupian-list-page a {
    width: 98%
  }

  .tupian-list-page a .img {
    height: auto
  }
}

.tuwen-list-page a {
  padding: 12px 0;
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block
}

.tuwen-list-page a:first-child {
  padding-top: 0
}

.tuwen-list-page a .img {
  display: block;
  width: 200px;
  height: 120px;
  overflow: hidden;
  float: left
}

.tuwen-list-page a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-list-page a .txt {
  float: left;
  width: calc(100% - 200px);
  position: relative;
  padding-left: 10px
}

.tuwen-list-page a .title {
  font-size: 1.6rem;
  color: #444444;
  line-height: 180%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.tuwen-list-page a .time {
  font-family: "Arial";
  font-size: 1.4rem;
  color: #8B8C91
}

.tuwen-list-page a .intro {
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.5;
  margin: 6px 0 15px
}

.tuwen-list-page a:hover {
  border-color: #2A96FF
}

.tuwen-list-page a:hover .img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.tuwen-list-page a:hover .title {
  color: #2A96FF
}

@media only screen and (max-width: 1199px) {
  .tuwen-list-page a .txt {
    padding: 10px
  }
}

@media only screen and (max-width: 1023px) {
  .tuwen-list-page a .intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }
}

@media only screen and (max-width: 639px) {
  .tuwen-list-page a .img {
    width: 120px;
    height: 80px
  }

  .tuwen-list-page a .txt {
    width: calc(100% - 120px);
    padding: 0 0 0 10px
  }

  .tuwen-list-page a .title {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }

  .tuwen-list-page a .intro {
    display: none
  }

  .tuwen-list-page a .title {
    line-height: 1.3;
    margin-bottom: 6px
  }
}

.wenzi-list-page a {
  display: block;
  border-bottom: 1px dotted #999999;
  line-height: 50px
}

.wenzi-list-page a .title {
  font-size: 1.6rem;
  color: #60636D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: calc(100% - 100px)
}

.wenzi-list-page a .title:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #C0C0C0;
  display: inline-block;
  margin-right: 6px
}

.wenzi-list-page a .time {
  float: right;
  font-size: 1.6rem;
  text-align: center;
  font-family: "Arial";
  color: #A4A4A4;
  margin-left: -100px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.wenzi-list-page a:hover .time,
.wenzi-list-page a:hover .title {
  color: #2A96FF
}

.wenzi-list-page a:hover .title:before {
  background-color: #2A96FF
}

@media only screen and (max-width: 479px) {
  .wenzi-list-page a .title {
    width: calc(100% - 80px)
  }
}

.xiazai-list-page a {
  display: block;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 20px;
  padding: 0 90px 10px 60px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  min-height: 57px;
  background: url(../img/file_zip.png) 0 0 no-repeat
}

.xiazai-list-page a.doc {
  background-image: url(../img/file_doc.png)
}

.xiazai-list-page a.ppt {
  background-image: url(../img/file_ppt.png)
}

.xiazai-list-page a.xls {
  background-image: url(../img/file_xls.png)
}

.xiazai-list-page a.pdf {
  background-image: url(../img/file_pdf.png)
}

.xiazai-list-page a.txt {
  background-image: url(../img/file_txt.png)
}

.xiazai-list-page a.img {
  background-image: url(../img/file_img.png)
}

.xiazai-list-page a .btn {
  position: absolute;
  right: 0;
  top: 12px;
  width: 62px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #666666;
  background-color: #F9F9F9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.xiazai-list-page a .btn:hover {
  background-color: #2A96FF;
  color: #fff
}

.xiazai-list-page a .title {
  color: #666666;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 10px;
  text-overflow: ellipsis
}

.xiazai-list-page a .info-txt {
  font-size: 1.4em;
  font-family: Arial;
  color: #777777;
  margin-top: 5px
}

.xiazai-list-page a .info-txt>span {
  margin-right: 20px;
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 15px
}

.xiazai-list-page a .info-txt>span.time {
  padding-left: 20px;
  background-image: url(../img/date.png)
}

.xiazai-list-page a .info-txt>span.count {
  background-image: url(../img/download.png)
}

.xiazai-list-page a .info-txt>span.author {
  background-image: url(../img/author.png)
}

.xiazai-list-page a:hover {
  border-color: #2A96FF
}

.xiazai-list-page a:hover .title {
  color: #2A96FF
}

@media (max-width: 479px) {
  .xiazai-list-page a {
    background-size: 30px 40px;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: auto
  }

  .xiazai-list-page a .info-txt {
    display: none
  }

  .xiazai-list-page a .btn {
    position: static;
    float: right;
    display: none
  }
}

.notfind {
  position: relative;
  margin-bottom: 24px;
  padding: 48px;
  text-align: center
}

.notfind img {
  display: block;
  max-width: 100%;
  margin: 0 auto
}

.notfind .notfind-btn {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 50px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #80C023;
  padding: 0 48px;
  border-radius: 3px;
  display: inline-block;
  margin: 20px auto
}

.banner-box {
  width: 100%;
  max-height: 280px;
  position: relative;
  overflow: hidden
}

.banner-box .banner-content {
  width: 100%
}

.banner-box .banner-item {
  height: 280px;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat
}

.banner-box .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px
}

.banner-box .slick-next,
.banner-box .slick-prev {
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  z-index: 9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.banner-box .slick-next {
  right: 3%;
  background-image: url(../img/right.png)
}

.banner-box .slick-next:hover {
  background-image: url(../img/right_on.png)
}

.banner-box .slick-prev {
  left: 3%;
  background-image: url(../img/left.png)
}

.banner-box .slick-prev:hover {
  background-image: url(../img/left_on.png)
}

.banner-box .slick-next:before,
.banner-box .slick-prev:before {
  display: none
}

.banner-box .slick-dots li button {
  display: none
}

.banner-box .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 9px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle
}

.banner-box .slick-dots li.slick-active {
  background: #FFA000;
  opacity: 1
}

@media only screen and (max-width: 1199px) {

  .banner-box,
  .banner-box .banner-item {
    height: 380px;
    background-position: center center;
    background-size: auto 100%
  }
}

@media only screen and (max-width: 767px) {

  .banner-box,
  .banner-box .banner-item {
    height: 260px
  }
}

@media only screen and (max-width: 639px) {

  .banner-box,
  .banner-box .banner-item {
    height: 240px
  }
}

@media only screen and (max-width: 479px) {

  .banner-box,
  .banner-box .banner-item {
    height: 180px
  }
}

body[data-page-type="index"] {
  background-color: #DFF3FF
}

.module .module-name {
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 2px solid #0975DE
}

.module .module-name span {
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
  color: #167CE0;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: left center
}

.module .module-name a {
  position: absolute;
  right: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  top: 15px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #7298DA
}

.module .module-name a:hover {
  background-color: #0975DE
}

.frame-wrap {
  margin-top: 18px
}

.frame-wrap.full {
  max-width: 100%
}

.frame-wrap .frame-left {
  float: left;
  width: 252px;
  margin-bottom: 24px
}

.frame-wrap .frame-right {
  float: right;
  width: 915px;
  min-height: 400px;
  margin-bottom: 25px;
  padding-left: 16px;
  margin-left: -100%
}

@media (max-width: 1199px) {
  .frame-wrap .frame-left {
    display: none
  }

  .frame-wrap .frame-right {
    width: 100%;
    font: none;
    padding-left: 0;
    margin-left: 0;
    min-height: 0
  }
}

@media (max-width: 767px) {
  .frame-wrap .frame-right {
    padding-left: 0;
    padding-right: 0
  }
}

.hot-news {
  margin-top: 30px;
  border: 1px solid #EDEDED
}

.hot-news .title {
  font-size: 1.6rem;
  color: #0975DE;
  margin-bottom: 4px;
  border-bottom: 1px solid #CCCDD7;
  padding-left: 10px;
  line-height: 40px;
  position: relative
}

.hot-news .title::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #F17A07;
  position: absolute;
  bottom: -1px;
  left: 0
}

.hot-news .hot-list {
  padding: 5px 10px
}

.hot-news a {
  display: block;
  margin-bottom: 10px
}

.hot-news a:hover h3 {
  color: #F17A07
}

.hot-news a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 7px;
  position: relative;
  font-size: 1.4rem;
  color: #505050;
  margin-bottom: 7px
}

.hot-news a h3::after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #F17A07;
  position: absolute;
  left: 0;
  top: 5px
}

.hot-news a span {
  display: inline-block;
  padding-left: 7px;
  font-size: 1.2rem;
  color: #999999
}

.sidebar-title {
  height: 80px;
  font-size: 2.6rem;
  background-color: #2A96FF;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  line-height: 80px;
  text-indent: 2rem;
  margin-bottom: 10px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.sidebar-title span {
  display: inline-block;
  position: relative;
  line-height: 2
}

.sidebar-menu>li {
  border-bottom: 1px solid #EDEDED
}

.sidebar-menu>li>a {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 1.6rem;
  text-indent: 6rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #444444;
  background: url(../img/sidebar.png) 40px center no-repeat
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  background: #E3F0FA url(../img/sidebar_on.png) 40px center no-repeat
}

.sidebar-menu>li:hover ul,
.sidebar-menu>li.active ul {
  max-height: 1000px;
  overflow: auto;
  margin: 0 auto
}

.sidebar-menu ul {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease
}

.sidebar-menu ul>li>a {
  display: block;
  line-height: 40px;
  font-size: 1.6rem;
  white-space: nowrap;
  text-indent: 6rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  background: url(../img/level2.png) no-repeat 25% center;
  text-overflow: ellipsis;
  color: #888888
}

.sidebar-menu ul>li:hover>a,
.sidebar-menu ul>li.active>a {
  color: #2A96FF;
  border-color: #2A96FF;
  background: url(../img/level2_on.png) no-repeat 25% center
}

.frame-location {
  position: relative;
  color: #666666;
  white-space: nowrap;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  border-bottom: 1px solid #2A96FF;
  font-size: 1.6rem
}

.frame-location a {
  font-size: 1.6rem;
  color: #666666
}

.frame-location span:last-child a {
  color: #2A96FF
}

.frame-location span:last-child em {
  display: none
}

.frame-location em {
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 10px;
  background: url(../img/ico_split.png) 0 center no-repeat
}

.frame-location .frame-location-path {
  padding-left: 26px;
  background: url("../img/ico_path.png") 0 top no-repeat;
  line-height: 22px;
  padding-bottom: 10px
}

.frame-location .now-path {
  float: left
}

.frame-location .now-path span {
  display: none
}

.frame-location .now-path span:nth-child(2) {
  display: inline-block;
  font-size: 30px;
  padding-left: 40px;
  line-height: 65px;
  color: #0975DE
}

.empty-list-info {
  text-align: center;
  line-height: 3
}

.yn-pagination {
  margin: 24px auto;
  text-align: center
}

.yn-pagination a,
.yn-pagination span {
  font-size: 1.4em;
  cursor: pointer;
  margin: 2px 2px;
  padding: 6px 12px;
  color: #767676;
  display: inline-block;
  border: 1px solid #F0F0F0;
  border-radius: 1px;
  line-height: 1.4em
}

.yn-pagination a:hover {
  background: #2A96FF;
  border-color: #2A96FF;
  color: #fff
}

.yn-pagination .disabled,
.yn-pagination .disabled:hover {
  cursor: default;
  background: #f5f5f5;
  color: #bbb
}

.yn-pagination .active,
.yn-pagination .active:hover {
  cursor: default;
  background: #2A96FF;
  border-color: #2A96FF;
  color: #fff
}

.yn-pagination span {
  margin: 0 5px
}

.video {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  border: 10px solid #E2F5FF;
  text-indent: 0
}

.video .jwplayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000
}

.video .alt {
  padding-top: 56.25%;
  height: 0 !important
}

.edui-pdf {
  min-height: 800px
}

.mapBg {
  padding: 10px;
  border: 1px solid #EEEEEE
}

.BMap_omCtrl,
.anchorBL,
.BMap_stdMpCtrl {
  display: none !important
}

#dituContent {
  width: 100%;
  height: 382px;
  border: none !important
}

#dituContent img {
  max-width: none !important
}

.BMapLabel {
  color: #F54336 !important;
  font-size: 1.8em !important;
  border: none !important;
  -webkit-box-shadow: 0 0 2px #FCD6C6;
  box-shadow: 0 0 2px #FCD6C6;
  padding: 2px 5px !important;
  top: -50px !important
}

@media only screen and (max-width: 1199px) {
  .frame-wrap {
    margin-left: 6px;
    margin-right: 6px
  }
}

@media only screen and (max-width: 639px) {
  .yn-pagination span {
    display: none
  }

  .yn-pagination .page-num {
    display: none
  }

  .yn-pagination .page-num.active {
    display: inline-block
  }
}

@media only screen and (max-width: 479px) {

  .yn-pagination .first-page,
  .yn-pagination .last-page {
    display: none
  }
}

/*# sourceMappingURL=module.css.map */
