@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 {
  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;
}

/* 通用样式 */
@font-face {
  font-family: "OPPOSans";
  src: url("../fonts/opposans-b.woff") format("woff"), url("../fonts/opposans-b.ttf") format("truetype"), url("../fonts/opposans-b.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto.woff") format("woff"), url("../fonts/roboto.ttf") format("truetype"), url("../fonts/roboto.eot") format("embedded-opentype");
}
html {
  height: 100%;
}

body {
  position: relative;
  min-width: 1344px;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 1344px;
  margin: 0 auto;
}



/* 尾部 */


/* 面包屑导航*/
.location {
  height: 59px;
  padding: 19px 0;
  padding-left: 21px;
  color: #3A486C;
  font-size: 14px;
  line-height: 21px;
  background: url("../images/location_ico.png") left center no-repeat;
  background-size: 13px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.location a {
  color: #333;
  font-size: 14px;
}
.location a:hover {
  color: #B01127;
}
.location .current {
  color: #B01127;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 29px;
}

/* 左侧导航*/
.nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 238px;
  min-height: 726px;
  margin-right: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(101.66%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.8) 101.66%);
}
.nav-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding-left: 20px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  background: url("../images/nav_title_bg.png") top center no-repeat;
  background-size: 100% 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-list {
  padding: 10px;
}
.nav-list > li {
  margin-bottom: 10px;
  background: #F8F8F8;
  padding: 0 16px;
}
.nav-list > li:last-child {
  margin-bottom: 0;
}
.nav-list > li.current .sub-list {
  display: block;
}
.nav-list .name-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 52px;
}
.nav-list .name-wrap:hover .name, .nav-list .name-wrap.current .name {
  color: #B01127;
  font-weight: 700;
}
.nav-list .name-wrap:hover .toggle, .nav-list .name-wrap.current .toggle {
  background-image: url("../images/nav_arrow_ico_hover.png");
}
.nav-list .name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 37px);
  height: 100%;
  color: #333;
  font-size: 18px;
  letter-spacing: 0.04px;
}
.nav-list .toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 20px;
  background: url("../images/nav_arrow_ico.png") center no-repeat;
  background-size: 21px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.nav .sub-list {
  display: none;
  padding: 10px 16px;
  margin: 0 -16px;
  background: #fff;
}
.nav .sub-list-item {
  color: #333;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
}
.nav .sub-list-item > a {
  display: block;
  height: 100%;
  padding-left: 14px;
  background: url("../images/list_ico.png") left center no-repeat;
  background-size: 6px 6px;
}
.nav .sub-list-item:hover > a, .nav .sub-list-item.current > a {
  color: #B01127;
  background-image: url("../images/list_icoh.png");
}

/* 右侧内容*/
.content {
  width: 1086px;
  padding: 16px;
  border: 1px solid #E6E6E6;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-head .title {
  position: relative;
  color: #333;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.content-head .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: #B01127;
}
.content-head .search-wrap {
  position: relative;
  margin-left: auto;
}
.content-head .search-wrap input {
  width: 275px;
  height: 30px;
  padding-left: 10px;
  padding-right: 70px;
  color: #999;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid #C1C1C1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}
.content-head .search-wrap a {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 30px;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 0px 2px 2px 0px;
  background: #B01127;
}
.content-head .search-wrap a:hover {
  background: rgba(176, 17, 39, 0.8);
}
.content .list-item {
  height: 47px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content .list-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 16px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .list-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: url("../images/list_ico.png") center no-repeat;
  background-size: 6px 6px;
}
.content .list-item a:hover::before {
  background-image: url("../images/list_icoh.png");
}
.content .list-item a:hover .title,
.content .list-item a:hover .date {
  color: #B01127;
}
.content .list-item .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 150px;
  color: #333;
}
.content .list-item .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  color: #999;
}

/* 分页 */
.pager {
  text-align: center;
}
.pager .layui-laypage {
  margin: 20px 0 0 0;
  text-align: right;
}
.pager .layui-laypage-count {
  float: left;
}
.pager .layui-laypage .layui-laypage-curr {
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  margin-right: 8px;
  padding: 0 11px;
  background: #B01127;
  border: 1px solid #B01127;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pager .layui-laypage .layui-laypage-curr em {
  color: #fff;
}
.pager .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: transparent;
}
.pager .layui-laypage-spr {
  min-width: 34px;
  text-align: center;
  padding: 0;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 8px;
}
.pager .layui-laypage span {
  color: #4e5463;
  margin-top: 0;
  margin-bottom: 0;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  background: transparent;
}
.pager .layui-laypage select {
  min-width: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 32px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #ddd;
}
.pager .layui-laypage a {
  min-width: 34px;
  height: 34px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 34px;
  margin: 0 8px 0 0;
  padding: 0 8px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pager .layui-laypage a:hover {
  border-color: #B01127;
  background-color: #B01127;
  color: #fff;
}
.pager .layui-laypage input {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 34px;
}
.pager .layui-laypage .layui-disabled {
  background-color: #ecedf2;
  color: #ecedf2;
}
.pager .layui-laypage-btn {
  display: none;
}
.pager .layui-laypage-prev,
.pager .layui-laypage-next {
  background-color: transparent !important;
  background: no-repeat center;
}
.pager .layui-laypage-prev {
  background-image: url("../images/prev.png");
}
.pager .layui-laypage-prev.layui-disabled {
  background-image: url("../images/prev_disabled.png");
}
.pager .layui-laypage-next {
  background-image: url("../images/next.png");
}
.pager .layui-laypage-next.layui-disabled {
  background-image: url("../images/next_disabled.png");
}
.pager .layui-laypage input:focus,
.pager .layui-laypage select:focus {
  border-color: #B01127 !important;
}


.listpage_20240412{height:80px;line-height:30px;padding:30px 0 0;text-align:center;}
.listpage_20240412 a{color:#666;display:inline-block;font-size:14px;height:30px;line-height:30px;padding:0 12px;border-radius:2px;border:1px solid #343434;text-align:center;margin:0 2px}
.listpage_20240412 a:hover{border:1px solid #343434;margin-top:-2px;background:#343434;border-radius:2px;color:white;display:inline-block;font-size:14px;height:30px;line-height:30px;padding:0 12px;text-align:center;margin:0 2px;font-size:14px;}