@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;
  background: #f8faff;
  min-width: 1320px;
}

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-R";
  src: url("./fonts/OPPOSans-R/OPPOSans-R.woff") format("woff"), url("./fonts/OPPOSans-R/OPPOSans-R.ttf") format("truetype"), url("./fonts/OPPOSans-R/OPPOSans-R.eot") format("embedded-opentype");
}
/* 通用样式 */
.container {
  width: 1300px;
  margin: 0 auto;
}

#header {
  height: 215px;
}

.top {
  height: 148px;
  background: #fff;
}
.top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.top-logo {
  height: 31px;
}

.top-right {
  display: flex;
  align-items: center;
}
.top-right > img {
  margin-right: 35px;
}

.top-search {
  display: flex;
  justify-content: space-between;
  width: 249px;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
}
.top-search-input {
  width: calc(100% - 25px);
  height: 38px;
  background: none;
  font-size: 15px;
}

.top-search-btn {
  width: 22px;
  height: 100%;
  background: url("../images/top_search_btn.png") center no-repeat;
}

.nav {
  height: 67px;
  line-height: 67px;
  background: #d11b1a;
}
.nav-item {
  position: relative;
  float: left;
  width: 11.1111111111%;
}
.nav-item .nav-name.current {
  background: #ff4746;
}
.nav-item:hover .nav-name {
  background: #ff4746;
}
.nav-item:hover .nav-sub {
  display: block;
  z-index: 2;
}
.nav-name {
  display: block;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.nav-sub {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
}
.nav-sub-item {
  height: 67px;
  line-height: 67px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.nav-sub-item:hover .nav-sub {
  display: block;
}

.nav-sub-name {
  display: block;
  color: #222;
}
.nav-sub-name:hover {
  color: #d11b1a;
}

.footer {
  background: #000000;
  margin-top: 40px;
  padding: 30px 0;
  color: #fff;
}
.footer-other {
  padding: 20px 0;
  line-height: 24px;
  display: flex;
}
.footer-other p {
  font-size: 13px;
}
.footer-other p span {
  font-size: 15px;
  font-weight: 700;
}
.footer-other p:nth-child(n+2) {
  margin-left: 24px;
  position: relative;
}
.footer-other p:nth-child(n+2)::before {
  content: "";
  position: absolute;
  height: 9px;
  background: #ebebeb;
  left: -12px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-bottom {
  border-top: 1px solid #797979;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.footer-txt {
  line-height: 21px;
  margin-top: 10px;
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.footer-txt a {
  color: #fff;
}
.footer-txt:nth-child(3n+1), .footer-txt:nth-child(3n+2) {
  width: 30%;
  padding-right: 10px;
}
.footer-txt:nth-child(3n) {
  width: 40%;
}

.link {
  margin-left: -24px;
}
.link-chosen {
  float: left;
  margin-left: 24px;
  width: calc(25% - 24px);
  height: 38px;
}
.link-chosen .chosen-container-single .chosen-single {
  height: 38px;
  line-height: 36px;
  color: #d4d4d4;
  background: #2e2e2e;
  border-color: #949494;
  padding-left: 16px;
  font-size: 13px;
}
.link-chosen .chosen-container-single .chosen-single span {
  margin-right: 30px;
}
.link-chosen .chosen-container-single .chosen-single div {
  width: 30px;
}
.link-chosen .chosen-container-single .chosen-single div b {
  background: url("../images/chosen_arr1.png") left center no-repeat;
}
.link-chosen .chosen-container-active .chosen-single div b {
  background-image: url("../images/chosen_arr2.png");
}
.link-chosen .chosen-container-active.chosen-with-drop .chosen-single,
.link-chosen .chosen-container-active .chosen-single {
  box-shadow: none;
}
.link-chosen .chosen-container .chosen-drop {
  background: #2e2e2e;
  border-color: #949494;
}
.link-chosen .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}
.link-chosen .chosen-container .chosen-results li {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #d4d4d4;
  padding: 0 0 0 16px;
}
.link-chosen .chosen-container .chosen-results li.highlighted {
  background: none;
  font-weight: 700;
  color: #ffffff;
}

.link-select {
  display: none;
  width: 100%;
  height: 100%;
}

.com-list {
  height: 49px;
  line-height: 49px;
  overflow: hidden;
  background: url("../images/com_infor_icon.png") left center no-repeat;
  padding-left: 18px;
  border-bottom: 1px solid #e5e5e5;
}

.com-infor {
  font-size: 16px;
  float: left;
  width: calc(100% - 110px);
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.com-date {
  font-size: 15px;
  float: right;
  color: #999;
}

.com-table-title {
  color: #222;
}
.com-table table {
  width: 100%;
  table-layout: fixed;
}
.com-table thead th {
  height: 40px;
  background: #ededed;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.com-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.com-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.5);
  border-bottom-color: #d11b1a;
}
.com-table tbody tr:hover .com-table-title,
.com-table tbody tr:hover td {
  color: #d11b1a;
}
.com-table tbody td {
  height: 48px;
  color: #222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
}

.mt10 {
  margin-top: 10px;
}

.location {
  padding: 20px 0 20px 0;
  line-height: 21px;
}
.location > a {
  color: #333;
}
.location > span {
  color: #d11b1a;
}

.module {
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  min-height: 400px;
}
.module-hd {
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(255, 71, 70, 0.2) 0%, rgba(255, 71, 70, 0) 100%);
  align-items: center;
}
.module-tt {
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.module-search {
  display: flex;
  justify-content: space-between;
  width: 210px;
  height: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  padding: 0 12px;
  box-sizing: border-box;
  background: #fff;
}
.module-search input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.module-search input::-moz-placeholder {
  color: #b3b3b3;
}
.module-search input:-moz-placeholder {
  color: #b3b3b3;
}
.module-search input:-ms-input-placeholder {
  color: #b3b3b3;
}
.module-search .placeholder {
  color: #b3b3b3;
}
.module-search-input {
  width: calc(100% - 25px);
  height: 34px;
  line-height: 34px;
  background: none;
}

.module-search-btn {
  width: 18px;
  height: 34px;
  background: url("../images/top_search_btn.png") center no-repeat;
  background-size: 18px 18px;
}

.module-bd {
  padding: 20px;
}

.pager {
  margin-top: 20px;
  font-size: 0;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 8px;
}
.pager .m-pagination-page > li > a {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  min-width: 30px;
  padding: 0 5px;
  box-sizing: border-box;
  height: 30px;
  color: #4e5463;
  line-height: 28px;
}
.pager .m-pagination-page > li.active > a {
  color: #d11b1a;
  border: 1px solid #d11b1a;
  font-weight: normal;
}
.pager .m-pagination-size > select {
  height: 30px;
  border-radius: 4px;
  border-color: #e5e5e5;
}
.pager .m-pagination-group > input {
  height: 28px;
  border-color: #e5e5e5;
  border-radius: 4px 0 0 4px;
}
.pager .m-pagination-group > button {
  height: 30px;
  border-radius: 0 4px 4px 0;
  color: #4e5463;
}
.pager .m-pagination-group > button:hover {
  border-color: #e5e5e5;
}
.pager .m-pagination-info {
  height: 30px;
  line-height: 30px;
  color: #222;
  padding-left: 14px;
}
.pager .m-pagination-size {
  padding-right: 12px;
}
.pager .m-pagination-info > span {
  color: #222;
  font-weight: normal;
  margin: 0;
}



.doc > a {
    background: url('../images/doc.png') 10px 50% no-repeat;
}
.zip > a {
    background: url('../images/zip.png') 10px 50% no-repeat;
}
.xls > a {
    background: url('../images/xls.png') 10px 50% no-repeat;
}
.pdf > a {
    background: url('../images/pdf.png') 10px 50% no-repeat;
}