body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  font-variant-numeric: tabular-nums;
}
a {
  color: #1D649F;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
:focus {
  outline: none;
  text-decoration: none;
}
[class*='ri-'] {
  vertical-align: -2px;
}
img {
  max-width: 100%;
}
input:focus {
  outline: none;
  box-shadow: none;
}
.header-top {
  padding: 12px 0;
  background: #1D649F;
  color: white;
}
.header-top-meta__left {
  float: left;
}
.header-top-meta__right {
  float: right;
}
.header-top-meta__right a {
  display: inline-block;
  color: white;
}
.header-top-meta__menu {
  display: none;
}
.divider {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 16px;
  vertical-align: -2px;
}
.header-container {
  background: white url(assets/header-bg@2x.jpg) center no-repeat;
  background-size: auto 100%;
  padding: 24px;
}
.logo {
  float: left;
  height: 80px;
}
.link-search {
  float: right;
  position: relative;
}
.link-search input {
  width: 240px;
  height: 36px;
  border-radius: 36px;
  border: 1px solid #1D649F;
  background: white;
  padding: 0 20px;
}
.link-search button {
  position: absolute;
  right: 8px;
  top: 4px;
  background: none;
  border: none;
  font-size: 18px;
  color: #1D649F;
}
.header-nav {
  border-top: 1px solid whitesmoke;
  border-bottom: 4px solid #1D649F;
}
.navbar-wrap > li {
  position: relative;
  float: left;
  width: 9%;
}
.navbar-wrap > li > a {
  display: block;
  line-height: 56px;
  font-size: 16px;
  text-align: center;
}
.navbar-wrap > li:hover {
  background: #F6F7F9;
}
.navbar-wrap > li:hover .subnavbar {
  display: block;
}
.navbar-wrap > li.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #1D649F;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.subnavbar {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #1D649F;
  z-index: 10;
  padding: 4px 0;
}
.subnavbar li a {
  display: block;
  line-height: 40px;
  color: white;
  padding: 0 16px;
  z-index: 1;
}
.subnavbar li a:hover {
  background: #c62c36;
}
.layout-content {
  padding: 24px 0 40px;
}
.row {
  position: relative;
}
.focus-news-swiper.swiper-container {
  height: 445px;
}
.focus-news-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.focus-news-swiper .swiper-meta-title {
  position: absolute;
  width: 100%;
  padding: 12px 80px 12px 20px;
  background: rgba(0, 0, 0, 0.65);
  color: white;
  bottom: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.focus-news-swiper .swiper-pagination {
  top: auto;
  right: 16px;
  bottom: 12px;
  left: auto;
  width: auto;
}
.focus-news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: white;
}
.focus-news-list {
  background: #F6F7F9;
  height: 445px;
  padding: 24px 32px;
}
.focus-news-meta {
  margin-bottom: 26px;
  text-align:center;
}
.focus-news-meta h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight:bold;
  margin: 8px 0 16px;
}
.focus-news-meta p {
  text-align:left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
}
.focus-news-tabs .nav-tabs {
  margin-bottom: 20px;
  border: none;
}
.focus-news-tabs .nav-tabs > li {
  position: relative;
}
.focus-news-tabs .nav-tabs > li > a {
  border-radius: 0;
  border: 0;
  padding: 10px 40px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
}
.focus-news-tabs .nav-tabs > li.active a {
  background: #1D649F;
  color: white;
  border: 0;
}
.focus-news-tabs .nav-tabs > li.active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #1D649F;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.focus-news-wrap li {
  position: relative;
  padding-right: 46px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
}
.focus-news-wrap li::before {
  content: "\ea6b";
  font-family: 'remixicon' !important;
  margin-right: 8px;
  color: #1D649F;
  vertical-align: -3px;
  font-size: 16px;
}
.focus-news-wrap li a {
  color: rgba(0, 0, 0, 0.85);
}
.focus-news-wrap li a:hover {
  color: #1D649F;
}
.focus-news-wrap li span {
  position: absolute;
  right: 0;
  color: rgba(0, 0, 0, 0.45);
}
.banner {
  margin: 24px 0;
}
.list-block {
  border-top: 4px solid #1D649F;
  margin-bottom: 16px;
}
.list-block-header {
  padding: 16px;
}
.list-block-header h4 {
  margin: 0;
  border-left: 4px solid #c62c36;
  line-height: 1;
  padding-left: 12px;
  font-size: 16px;
  color: #c62c36;
}
.list-block-content {
  padding: 0 6px 16px;
}
.list-block-content li {
  line-height: 36px;
  color: rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-block-content li a {
  color: rgba(0, 0, 0, 0.85);
}
.list-block-content li a:hover {
  color: #1D649F;
  text-decoration: underline;
}
.special-item {
  display: block;
  margin-bottom: 16px;
  height: 128px;
  background: whitesmoke;
  overflow: hidden;
}
.special-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-links {
  background: #F6F7F9;
  padding: 24px 0;
}
.links-title {
  display: inline-block;
  margin-right: 24px;
  font-size: 16px;
}
.links-title i {
  font-size: 22px;
  color: #1D649F;
  vertical-align: -5px;
}
.links-content {
  display: inline-block;
}
.links-content a {
  margin-right: 16px;
}
.links-content select{
  padding-right:10px;
  }
.footer-container {
  background: #1D649F;
  color: whitesmoke;
}
.footer-meta {
  padding: 48px 0;
}
.footer-logo {
  float: left;
  height: 64px;
}
.footer-copyright {
  float: right;
  margin-top: 8px;
}
.footer-copyright p {
  margin: 0;
  line-height: 24px;
}
.page-sider {
  background: whitesmoke;
  padding: 8px;
}
.page-sider-header {
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #1D649F;
  color: white;
  border-top: 4px solid #c62c36;
}
.page-sider-content {
  background: white;
  padding: 16px 16px 8px;
}
.page-sider-content li {
  margin-bottom: 8px;
  list-style: none;
}
.page-sider-content li a {
  display: block;
  line-height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: linear-gradient(to bottom, white, whitesmoke);
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.85);
}
.page-sider-content li a:hover {
  background: linear-gradient(to top, white, whitesmoke);
  color: #1D649F;
}
.page-meta {
  border-bottom: 2px solid #1D649F;
  padding: 12px 0;
  margin-bottom: 16px;
}
.page-meta .page-title {
  float: left;
  font-size: 20px;
  font-weight: bold;
}
.page-meta .breadcrumb {
  float: right;
  background: none;
  padding: 4px 0;
  margin: 0;
}
.page-list li {
  color: rgba(0, 0, 0, 0.25);
  border-bottom: 1px dashed #d9d9d9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 0;
}
.page-list li a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.85);
}
.page-list li a:hover {
  text-decoration: underline;
  color: #1D649F;
}
.page-list li span {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
.page-pagination {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 15px;
}
.page-pagination span {
  display: inline-block;
  margin-right: 8px;
}
.page-pagination a {
  margin-right: 8px;
}
.page-pagination a::before,
.page-pagination a::after {
  font-family: 'remixicon' !important;
  vertical-align: -2px;
}
.page-pagination a.prev::before {
  content: "\ea62";
}
.page-pagination a.next::after {
  content: "\ea6c";
}
.article-title {
  padding: 24px 0;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 32px;
  text-align: center;
}
.article-title h2,
.article-title p {
  margin: 0;
}
.article-title p {
  color: rgba(0, 0, 0, 0.65);
}
.article-content {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
.article-content p {
  text-indent: 2em;
}
@media screen and (max-width: 768px) {
  .header-top-meta__left {
    line-height: 40px;
  }
  .header-top-meta__left span {
    display: block;
    font-size: 16px;
  }
  .header-top-meta__left span:last-child {
    display: none;
  }
  .header-top-meta__left .divider {
    display: none;
  }
  .header-top-meta__right {
    display: none;
  }
  .header-top-meta__menu {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    color: white;
    font-size: 18px;
  }
  .header-container .container {
    text-align: center;
  }
  .logo {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .link-search {
    float: none;
    display: inline-block;
  }
  .header-nav .navbar-wrap {
    position: fixed;
    width: 220px;
    top: 0;
    bottom: 0;
    right: -100%;
    z-index: 10;
    background: white;
    padding: 16px 0;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
  }
  .header-nav .navbar-wrap.open {
    right: 0;
  }
  .header-nav .navbar-wrap > li {
    width: 100%;
    float: none;
    border-bottom: 1px dotted #d9d9d9;
  }
  .header-nav .navbar-wrap > li::after {
    content: none;
  }
  .header-nav .navbar-wrap > li a {
    line-height: 44px;
    text-align: left;
    padding: 0 24px;
  }
  .header-nav .navbar-closed {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    position: absolute;
    right: 240px;
    top: 24px;
    z-index: 11;
    text-align: center;
    line-height: 40px;
  }
  .header-nav .navbar-closed::before {
    font-family: 'remixicon';
    content: "\eb93";
    font-size: 20px;
    color: white;
    vertical-align: -2px;
  }
  .mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.45);
  }
  .focus-news-swiper {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }
  .focus-news-tabs .nav-tabs > li {
    width: 50%;
  }
  .focus-news-tabs .nav-tabs > li a {
    padding: 10px;
    text-align: center;
  }
  .links-title {
    display: block;
    margin-bottom: 8px;
  }
  .footer-meta {
    text-align: center;
  }
  .footer-logo {
    float: none;
    margin-bottom: 16px;
    height: 56px;
  }
  .page-sider {
    margin: -24px -15px 16px;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .page-sider-header {
    display: none;
  }
  .page-sider-content {
    display: flex;
    flex-flow: wrap;
    padding: 8px;
  }
  .page-sider-content li {
    flex: 0 0 calc(50% - 8px);
    margin: 4px;
  }
  .page-sider-content li a {
    text-align: center;
  }
}




body.jyxc .col-md-3.col-sm-12 {
    display: none;
}
body.jyxc .col-md-9.col-sm-12 {
    width: 100%;
}
body.jyxc .listbg {
    background: url(/_upload/tpl/08/85/2181/template2181/images/listbg.png) no-repeat;    margin: 30px 0;
    padding: 40px 25px;    background-size: 100% 100%;
}
body.jyxc .col_news_list .wp_entry p {
    padding: 0;
    font-size: 18px !important;
    line-height: 30px;
    color: #333;
    font-family: "Microsoft YaHei" !important;
    margin-bottom: 15px;    text-indent: 2em;
}
body.jyxc .col_news_list .wp_entry p  span{
    padding: 0;
    font-size: 18px !important;
    line-height: 30px;
    color: #C62C36;
    font-family: "Microsoft YaHei" !important;

}body.jyxc iframe {
    width: 100%;
    height: 730px;
    border: 0;
    border-top: 1px dashed #D26D73;
    padding-top: 40px;
}


@media screen and (max-width:985px){

body.jyxc iframe {
 
    height: 980px;

}body.jyxc .listbg {
    padding: 10px;
}

}