﻿@charset "UTF-8";
/*
  内设机构: list-main
*/
.list-main {
  background: #fff;
}
.list-main .right-nav {
  width: 96%;
  margin: 0 2%;
  padding: 2% 0;
  border-bottom: 1px solid #eee;
}
.list-main .right-nav h4 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
}
.list-main .right-nav h4 a {
  color: #2d549f;
}
.list-main .right-nav .location {
  float: right;
}

.layui-row.jg-hd {
  width: 96%;
  margin: 0 2%;
  height: 45px;
  background: #f0f0f0;
  margin-bottom: 15px;
  display: inline-block;
}
.layui-row.jg-hd h4 {
  float: left;
  background: #2d549f;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  padding: 0 20px;
  letter-spacing: 2px;
}
.layui-row.jg-hd h4 a {
  font-weight: bold;
  color: #fff;
}

.jg-list {
  display: inline-block;
  width: 96%;
  padding: 20px 2% 0;
  *padding: 20px 2%;
}
.jg-list li {
  height: 50px;
  margin-bottom: 28px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.jg-list li p {
  font-size: 16px;
  color: #1d4c73;
}
.jg-list li p a {
  width: 85%;
  background: #f5f5f5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.jg-list li:hover a {
  color: #2d549f;
}

/*
  二级页面： start
*/
.second-list {
  padding-top: 10px;
  padding-bottom: 20px;
  *display: inline-block;
}

.secondary-nav {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #4e4a4a;
}
.secondary-nav .location {
  float: right;
  margin-right: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4e4a4a;
}

.list-left .layui-card {
  width: 260px;
  margin-left: 20px;
}

.list-left .layui-card-header {
  height: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #2d549f;
  font-size: 27px;
  border: none;
}

.list-left .layui-card-body {
  padding: 0;
}

.list-left .layui-card-body li {
  text-align: center;
  height: 49px;
  line-height: 49px;
  border-bottom: #ccc 1px solid;
  background: url(../images/arrow_grey.png) no-repeat 15px center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.list-left .layui-card-body li.this {
  background: #2d549f url(../images/arrow_white.png) no-repeat 15px center;
}

.list-left .layui-card-body li a {
  width: 75%;
  height: 100%;
  padding-left: 25%;
  display: inline-block;
  display: block;
  font-size: 18px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.list-left .layui-card-body li.this a {
  color: #fff;
}

.list-left .layui-card-body li:hover {
  background: #2d549f url(../images/arrow_white.png) no-repeat 15px center;
}

.list-left .layui-card-body li:hover a {
  color: #fff;
}

.list-right {
  min-height: 420px;
  margin-bottom: 20px;
  background: #fff;
}

.list-right .right-box {
  min-height: 300px;
  margin-right: 20px;
  padding: 0 20px 30px;
  border: 1px solid #e2e2e2;
}

.list-right .right-nav {
  min-height: 65px;
  border-bottom: 1px solid #eee;
}

.list-right .right-nav h4 {
  line-height: 65px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
  float: left;
}

.list-right .right-nav h4 a {
  color: #2d549f;
}

.list-right .right-nav .location {
  float: right;
  line-height: 65px;
  max-width: 340px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-right ul li {
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  border-bottom: 1px dashed #eee;
  background: url(../images/spot_grey.jpg) no-repeat 5px center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.list-right ul li:hover a {
  color: #2d549f;
}

.list-right ul li span {
  float: right;
  color: #6a6767;
}

.list-all {
  float: none;
  *width: 1150px;
  min-height: 330px;
  padding: 0 20px 30px;
  margin: 0 auto;
  background: #fff;
}

.list-all .right-nav {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #eee;
}

.list-all .right-nav h4 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
}

.list-all .right-nav h4 a {
  color: #2d549f;
}

.list-all .right-nav .location {
  float: right;
}

.list-all ul li {
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  border-bottom: 1px dashed #eee;
  background: url(../images/spot_grey.jpg) no-repeat 5px center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.list-all ul li:hover a {
  color: #2d549f;
}

.list-all ul li span {
  float: right;
  color: #6a6767;
}

#page-box {
  text-align: center;
  margin-top: 20px;
}

/*
  文章页：
*/
/* 文章页 */
.detail-content {
  padding: 20px 30px;
  background: #fff;
}
.detail-content .location {
  padding-left: 35px;
  font-size: 16px;
  background: url(../images/location.png) no-repeat 5px center;
}
.detail-content .detail-tit {
  line-height: 50px;
  padding-top: 20px;
  font-size: 32px;
  color: #2d549f;
  text-align: center;
  font-weight: bold;
}

.detail-content-html {
  color: #353535;
  font-size: 16px;
  padding: 0 10px;
  min-height: 300px;
}
.detail-content-html p {
  margin: 0 0 10px;
}
.detail-content-html img {
  max-width: 90%;
  height: auto;
}

.detail-content-html * {
  line-height: 32px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif !important;
}

.detail-attr {
  margin: 20px auto;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  background: #f7f7f7;
}
.detail-attr label {
  color: #666666;
  margin-right: 40px;
}
.detail-attr label.attr2 {
  margin-right: 0px;
}

.general_font {
  cursor: pointer;
}

.detail-attr label:last-child a {
  padding: 0 6px;
}

.detail-attr2 {
  min-height: 30px;
}

.detail-attr2 label.print {
  width: 50%;
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

.detail-attr2 label.share-span {
  width: 50%;
  float: right;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

.ewm {
  display: block;
  margin: 20px auto 30px;
  width: 154px;
}
.ewm p {
  margin-bottom: 5px;
}

.detail-content-file {
  display: inline-block;
  line-height: 40px;
  margin-top: 20px;
  font-size: 16px;
}
.detail-content-file span {
  color: #353535;
  font-size: 16px;
  float: left;
  line-height: 30px;
}
.detail-content-file .file-list {
  line-height: 30px;
  margin-left: 80px;
}
.detail-content-file .file-list a {
  display: block;
  margin-bottom: 15px;
  color: #2d549f;
  line-height: 30px;
}

.detail-content-file .file-list a:hover {
  text-decoration: underline;
}

.list-main {
  background: #fff;
}
.list-main .right-nav {
  width: 96%;
  margin: 0 2%;
  padding: 2% 0;
  border-bottom: 1px solid #eee;
}
.list-main .right-nav h4 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
}
.list-main .right-nav h4 a {
  color: #2d549f;
}
.list-main .right-nav .location {
  float: right;
}

.layui-row.jg-hd {
  width: 96%;
  margin: 0 2%;
  height: 45px;
  background: #f0f0f0;
  margin-bottom: 15px;
  display: inline-block;
}

.jg-hd h4 {
  float: left;
  background: #2d549f;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  padding: 0 20px;
  letter-spacing: 2px;
}
.jg-hd h4 a {
  font-weight: bold;
  color: #fff;
}

.jg-list {
  display: inline-block;
  width: 96%;
  padding: 20px 2% 0;
  *padding: 20px 2%;
}
.jg-list li {
  height: 50px;
  margin-bottom: 28px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.jg-list li p {
  font-size: 16px;
  color: #1d4c73;
}
.jg-list li a {
  width: 85%;
  background: #f5f5f5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.jg-list li:hover a {
  color: #2d549f;
}

/*
  移动端
*//*# sourceMappingURL=inside-pages.css.map */