@charset "UTF-8";
/* yui3 reset.css */
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 {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  background-color: #f5f6f7;
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

html {
  height: 100%;
}

body {
  min-width: 1200px;
  font-family: "Source Han Sans CN,system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif";
}
body.has-footer {
  position: relative;
  min-height: 100%;
  padding-bottom: 356px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 头部 */
.header .top {
  height: 80px;
  background: #fff;
}
.header .top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .top .img-wrap {
  padding-top: 13px;
  width: 280px;
  height: 57px;
}
.header .top .img-wrap img {
  width: 100%;
  height: 100%;
}
.header .top .input-wrap {
  position: relative;
  margin-left: auto;
  padding: 21px 0;
}
.header .top .header-input {
  width: 320px;
  height: 38px;
  padding-left: 10px;
  padding-right: 80px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #dadada;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .top .header-input::-webkit-input-placeholder {
  color: rgba(127, 132, 134, 0.6);
}
.header .top .header-input::-moz-placeholder {
  color: rgba(127, 132, 134, 0.6);
}
.header .top .header-input:-ms-input-placeholder {
  color: rgba(127, 132, 134, 0.6);
}
.header .top .header-input::-ms-input-placeholder {
  color: rgba(127, 132, 134, 0.6);
}
.header .top .header-input::placeholder {
  color: rgba(127, 132, 134, 0.6);
}
.header .top .header-search {
  position: absolute;
  top: 21px;
  right: 0;
  width: 72px;
  height: 38px;
  padding-left: 34px;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  border-radius: 0px 4px 4px 0px;
  background: #ff8a00 url("../images/header/search_ico.png") left 10px center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .top .header-search:hover {
  background-color: #ff6b00;
}
.header .nav-list {
  background: rgba(197, 16, 21, 0.9);
}
.header .nav-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .nav-list .nav-item {
  position: relative;
  height: 50px;
  font-size: 18px;
  line-height: 30px;
}
.header .nav-list .nav-item > a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .nav-list .nav-item:hover, .header .nav-list .nav-item.current {
  background: #a30008;
}
.header .nav-list .nav-item:hover.has-child, .header .nav-list .nav-item.current.has-child {
  background: #d12429;
}
.header .nav-list .nav-item:hover .sub-list, .header .nav-list .nav-item.current .sub-list {
  display: block;
}
.header .nav-list .sub-list {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50px;
  display: none;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.header .nav-list .sub-item {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.header .nav-list .sub-item > a {
  color: #333;
}
.header .nav-list .sub-item:hover {
  background-color: #fef8f8;
}
.header .nav-list .sub-item:hover a {
  color: #c51015;
}

/* 尾部 */
.footer {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  height: 356px;
  background-color: #1a2232;
}
.footer .link-list {
  height: 62px;
  padding: 12px 0;
  background: #202b3f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .link-list .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .link-select {
  width: 285px;
}
.footer .link-select .chosen-single {
  width: 285px;
  height: 38px;
  padding-left: 17px;
  padding-right: 30px;
  color: #8d98ae;
  line-height: 38px;
  border: 1px solid #576a90;
  background: #1c2940;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}
.footer .link-select .chosen-single div {
  right: 5px;
}
.footer .link-select .chosen-single div b {
  background-position: 0 9px;
}
.footer .link-select .chosen-drop {
  background: #202b3f;
  border: 1px solid #576a90;
}
.footer .link-select .chosen-results {
  color: #8d98ae;
}
.footer .link-select .active-result {
  padding: 10px 6px;
}
.footer .link-select.chosen-container-active .chosen-single {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer .link-select.chosen-container-active div b {
  background-position: -18px 9px;
}
.footer .footer-list {
  height: 244px;
  padding-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer .footer-item {
  width: 360px;
}
.footer .footer-item .item-title {
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.footer .footer-item .item-text {
  line-height: 28px;
}
.footer .footer-item.focus .item-title {
  display: block;
  text-align: center;
}
.footer .footer-item.focus .item-title > a {
  color: #fff;
}
.footer .footer-list .focus div {
  margin-top: 15px;
}
.footer .footer-list .focus div p {
  line-height: 34px;
  text-align: center;
}
.footer .footer-list .focus > div:nth-child(2) {
  margin-left: 85px;
  margin-right: 13px;
}
.footer .footer-list .contect li {
  line-height: 34px;
}
.footer .copyright {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #8d98ae;
  background-color: #212b3f;
}

/* 加载 */
.page-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f6f7;
  z-index: 9999999999;
}

/* 当前位置位置 */
.location {
  padding-left: 22px;
  height: 49px;
  line-height: 49px;
  font-size: 14px;
  background: url("../images/loc.png") no-repeat left center;
  background-size: 14px 18px;
}
.location a {
  color: #666;
}
.location a::after {
  padding: 0 5px;
  content: ">";
}
.location span {
  color: #c51015;
}

/* 公共 */
.public-con {
  background-color: #fff;
  border-top: 1px solid #c51015;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 71, 140, 0.08);
          box-shadow: 0px 0px 8px 0px rgba(34, 71, 140, 0.08);
}
.public-btn {
  height: 32px;
  color: #fff;
  line-height: 32px;
  padding: 0 11px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.public-btn[data-kind=red] {
  background-color: #c51015;
}
.public-btn[data-kind=red]:hover {
  opacity: 0.8;
}
.public-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}
.public-title {
  position: relative;
  padding-left: 21px;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
.public-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 22px;
  border-radius: 1px;
  background: #c51015;
}
.public-title[data-kind=small] {
  font-size: 18px;
  padding-left: 12px;
}
.public-title[data-kind=small]::before {
  width: 3px;
  height: 14px;
}
.public-more {
  margin-left: auto;
  color: #666;
  font-size: 16px;
}
.public-body {
  background: #fff;
  -webkit-box-shadow: 0px 6px 18px 0px rgba(34, 71, 140, 0.06);
          box-shadow: 0px 6px 18px 0px rgba(34, 71, 140, 0.06);
}
.public-banner {
  height: 200px;
  background: url("../images/zjcg/banner.png") no-repeat center;
  background-size: cover;
}
.public-banner .container {
  position: relative;
  z-index: 1;
  padding-top: 56px;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.public-banner .subhead {
  height: 30px;
  font-size: 32px;
  color: rgba(51, 51, 51, 0.12);
  text-transform: uppercase;
  line-height: 30px;
}
.public-banner .title {
  position: absolute;
  top: 71px;
  left: 18px;
  height: 54px;
  font-size: 32px;
  color: #333;
  font-weight: 600;
  line-height: 34px;
  z-index: 99;
}
.public-banner .title::before, .public-banner .title::after {
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #666;
  border-radius: 4px;
  z-index: 1;
  content: "";
}
.public-banner .title::before {
  left: 0;
  width: 46px;
}
.public-banner .title::after {
  left: 51px;
  width: 18px;
}
.public-nav {
  width: 260px;
  margin-right: 22px;
}
.public-nav-title {
  position: relative;
  z-index: 1;
  height: 90px;
  background: #df2720;
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.public-nav-title::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 83px;
  height: 100%;
  background: url("../images/public/nav.png") no-repeat center;
  background-size: 83px 84px;
  opacity: 0.6;
  content: "";
  z-index: 1;
}
.public-nav-title .title {
  height: 26px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 26px;
}
.public-nav-title .subhead {
  height: 14px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  line-height: 14px;
  margin-top: 9px;
  opacity: 0.9;
}
.public-nav-con .item {
  height: 54px;
  background-color: #fff;
  margin-top: 2px;
  cursor: pointer;
}
.public-nav-con .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 54px;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 18px;
  color: #333;
  background: url("../images/arrow_right.png") no-repeat right 15px center;
  background-size: 21px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.public-nav-con .item:hover .link, .public-nav-con .item.current .link {
  color: #c51015;
  font-weight: 600;
  background-image: url("../images/arrow_right_h.png");
}
.public-condition {
  background: #fff;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}
.public-condition .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  color: #333;
  font-size: 16px;
  border-top: 1px dashed #e7e7e7;
}
.public-condition .item:first-child {
  margin-top: 0;
}
.public-condition .item-label {
  display: block;
  font-weight: 600;
}
.public-condition .item-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.public-condition .item-option span {
  height: 30px;
  line-height: 28px;
  border: 1px solid transparent;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  margin-left: 10px;
  cursor: pointer;
}
.public-condition .item-option span:first-child {
  margin-left: 0;
}
.public-condition .item-option span:hover, .public-condition .item-option span.current {
  color: #c51015;
  font-weight: 600;
  border-color: #c51015;
}
.public-search {
  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;
  height: 43px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.public-search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.public-search .search-input {
  width: 220px;
  height: 100%;
  padding-left: 10px;
  border: 1px solid #c1c1c1;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.public-search .search-btn {
  display: block;
  height: 100%;
  line-height: 30px;
  border-radius: 0;
  padding: 0 14px;
}
.public-pager {
  text-align: center;
  margin-top: 20px;
}
.public-pager .m-pagination-page > li > a,
.public-pager .m-pagination-size > select,
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button,
.public-pager .m-pagination-info {
  color: #4e5463;
}
.public-pager .m-pagination-page > li > a,
.public-pager .m-pagination-size > select,
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button {
  border-color: #ddd;
}
.public-pager .m-pagination-page > li > a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.public-pager .m-pagination-group > input,
.public-pager .m-pagination-group > button {
  float: none;
}
.public-pager .m-pagination-jump {
  width: auto;
}
.public-pager .m-pagination-group > input {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  margin: 0 6px;
}
.public-pager .m-pagination-group > input:focus {
  border-color: #c51015;
}
.public-pager .m-pagination-page > li.active > a {
  border-color: #c51015;
  color: #fff;
  background-color: #c51015;
}
.public-pager .m-pagination-page > li:hover > a,
.public-pager .m-pagination-group > button:hover {
  border-color: #c51015;
}
.public-list-item {
  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;
  height: 44px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2px;
}
.public-list-item .date {
  width: 90px;
  text-align: right;
  font-size: 15px;
  color: #999;
}
.public-list-item .title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  color: #333;
  padding-left: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.public-list-item .title::before {
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50%;
  content: "";
  z-index: 1;
}
.public-list-item:hover .date {
  color: #c51015;
}
.public-list-item:hover .title {
  color: #c51015;
}
.public-list-item:hover .title::before {
  background-color: #c51015;
}