@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;
  min-height: 100%;
  padding-bottom: 292px;
  position: relative;
  background: #f1f4fa;
}

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 {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

html {
  height: 100%;
}

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

a {
  color: inherit;
}

.flexsb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexsb.container {
  height: 100%;
}

.flexst {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Alimama_ShuHeiTi_Bold";
  src: url("./fonts/Alimama_ShuHeiTi_Bold/Alimama_ShuHeiTi_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Bold";
  src: url("./fonts/Alibaba-PuHuiTi-Bold/Alibaba-PuHuiTi-Bold.woff") format("woff"), url("./fonts/Alibaba-PuHuiTi-Bold/Alibaba-PuHuiTi-Bold.ttf") format("truetype"), url("./fonts/Alibaba-PuHuiTi-Bold/Alibaba-PuHuiTi-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "SourceHanSerifCN-Regular";
  src: url("./fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regular.woff") format("woff"), url("./fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regular.eot") format("embedded-opentype");
}
#header {
  height: 282px;
}
#header .banner {
  height: 214px;
  background: url(../images/common/banner.jpg) no-repeat center;
}
#header .banner .container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
#header .banner .search {
  display: flex;
  width: 435px;
  height: 76px;
  border-radius: 38px;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(28.5px);
          backdrop-filter: blur(28.5px);
  overflow: hidden;
}
#header .banner .search input {
  width: calc(100% - 78px);
  height: 100%;
  line-height: 70px;
  padding-left: 40px;
  color: #fff;
  background: transparent;
  font-size: 24px;
}
#header .banner .search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .banner .search input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#header .banner .search .search-btn {
  width: 78px;
  height: 100%;
  background: url(../images/common/bannerreadgalss.png) no-repeat center left;
  cursor: pointer;
}
#header .header-nav {
  height: 68px;
  background: #226fd8;
}
#header .header-nav .nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-size: 24px;
  color: #fff;
}
#header .header-nav .nav-item {
  position: relative;
  height: 100%;
  line-height: 68px;
}
#header .header-nav .nav-item.active {
  font-weight: bold;
}
#header .header-nav .nav-item.active:before {
  position: absolute;
  content: "";
  width: 41px;
  height: 4px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
#header .logo-title {
  display: none;
}

#footer {
  height: 282px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 100%;
  background: url(../images/common/footer-bg.png) no-repeat center;
}
#footer .select-items {
  padding-top: 60px;
}
#footer .select-items > li {
  width: calc(33.3333333333% - 14px);
}
#footer .select-items > li select {
  width: 100%;
}
#footer .inf {
  color: #fff;
  margin-top: 30px;
  position: relative;
}
#footer .inf p {
  display: flex;
}
#footer .inf .row {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#footer .inf .row .name {
  font-weight: bold;
  width: 105px;
}
#footer .inf .row .value {
  width: 277px;
}

.footer {
  /* chosen */
}
.footer .chosen-container {
  width: 100%;
  height: 37px;
  line-height: 40px;
  font-size: 15px;
}
.footer .chosen-container-single .chosen-single {
  padding: 0 0 0 20px;
  height: 37px;
  border: 1px solid #999;
  box-shadow: none;
  color: #999;
  background-color: #fff;
}
.footer .chosen-container-single .chosen-default {
  color: #999;
}
.footer .chosen-container-single .chosen-single.cur {
  color: #333;
}
.footer .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #fff;
  box-shadow: none !important;
  background: #fff !important;
}
.footer .chosen-container-single .chosen-single span {
  margin-right: 20px;
  height: 35px;
  line-height: 35px;
}
.footer .chosen-container-single .chosen-single div {
  width: 20px;
  padding: 0;
}
.footer .chosen-container-single .chosen-single div b {
  width: 20px;
  height: 38px;
  background: url("../images/common/sel_ico.png") left center no-repeat;
}
.footer .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/common/sel_icoh.png") left center no-repeat;
}
.footer .chosen-container-single .chosen-drop {
  top: auto;
  bottom: 40px;
  left: 0;
  right: 0;
  border: 1px solid #fff;
  border-bottom: none;
  border-radius: 0;
}
.footer .chosen-container .chosen-search {
  display: none;
}
.footer .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #666666;
  background-color: #fff;
}
.footer .chosen-container .chosen-results li {
  padding-left: 20px;
  padding-right: 10px;
  line-height: 22px;
}
.footer .chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0087ff;
}
.footer .drop + .chosen-container {
  height: 30px;
}
.footer .drop + .chosen-container .chosen-single {
  height: 30px;
  border-radius: 4px;
}
.footer .drop + .chosen-container .chosen-single span {
  height: 28px;
  line-height: 28px;
}
.footer .drop + .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #999;
}
.footer .drop + .chosen-container .chosen-single div b {
  height: 30px;
  background: url("../images/arrow-a.png") center no-repeat;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

.two-col-layout {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}
.two-col-layout .left-nav {
  width: 264px;
  background: #fff;
}
.two-col-layout .left-nav h2 {
  height: 120px;
  line-height: 120px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  background: linear-gradient(90deg, #cce2ff 0%, #f1f8ff 100%);
  overflow: hidden;
}
.two-col-layout .left-nav h2:before {
  content: "";
  position: absolute;
  width: 124px;
  height: 120px;
  right: 0;
  top: 0;
  background: url(../images/common/left-nav.png) no-repeat center;
}
.two-col-layout .left-nav ul li {
  height: 92px;
  line-height: 91px;
  border-bottom: 1px solid #e5f1ff;
  text-align: center;
  font-size: 20px;
}
.two-col-layout .left-nav ul li.current {
  background: #f9fcff;
  color: #226fd8;
}
.two-col-layout .left-nav ul li a {
  display: block;
  height: 100%;
}
.two-col-layout .right-content {
  width: calc(100% - 280px);
  background: #fff;
  padding: 25px;
}

.com-list {
  margin-top: 25px;
}
.com-list li {
  height: 80px;
  border-radius: 16px;
  border: 1px solid #eaeff5;
  background: linear-gradient(0deg, #fff 0%, #f6f8fb 100%);
  box-shadow: 56px 124px 38px 0px rgba(175, 184, 192, 0), 36px 79px 35px 0px rgba(175, 184, 192, 0.01), 20px 45px 29px 0px rgba(175, 184, 192, 0.05), 9px 20px 22px 0px rgba(175, 184, 192, 0.09), 2px 5px 12px 0px rgba(175, 184, 192, 0.1);
}
.com-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  height: 100%;
  padding: 0 35px 0 20px;
  font-size: 20px;
}
.com-list li a .txt {
  padding-left: 30px;
  background: url(../images/common/list-li.png) no-repeat left center;
  width: calc(100% - 250px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-list li a .date {
  color: #adadad;
}
.com-list li + li {
  margin-top: 10px;
}

.m-pagination {
  margin-top: 25px;
}
.m-pagination-info > span {
  color: #4e5463 !important;
}
.m-pagination-page {
  padding-right: 0;
}
.m-pagination-page > li {
  margin-right: 8px;
}
.m-pagination-page > li > a {
  min-width: 30px;
  height: 30px !important;
  line-height: 28px !important;
  box-sizing: border-box !important;
  border-color: #efefef;
  color: #5c5c5c;
  font-size: 14px;
}
.m-pagination-page > li.active > a, .m-pagination-page > li:hover > a {
  border-color: #226fd8;
  color: #fff;
  font-weight: normal;
  background: #226fd8;
}
.m-pagination-size {
  padding-right: 12px;
}
.m-pagination-size > select {
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 4px;
  border-color: #d6d6d6;
  color: #5c5c5c;
}
.m-pagination-group > input, .m-pagination-group > button {
  height: 30px !important;
  line-height: 22px;
  box-sizing: border-box;
  border-color: #d6d6d6;
  color: #333;
}
.m-pagination-group > input {
  width: 30px;
  border-radius: 4px;
  border-right: 1px solid #d6d6d6 !important;
}
.m-pagination-group > button {
  border-radius: 4px;
  margin-left: 5px;
  line-height: 30px;
}
.m-pagination-info {
  height: 30px;
  line-height: 30px;
  padding: 0 4px;
  color: #333;
}
.m-pagination-jump {
  width: 100px !important;
}

.com-local {
  margin: 28px auto 6px;
  height: 20px;
  padding-left: 23px;
  background: url(../images/common/local.png) no-repeat left center;
  color: rgba(0, 0, 0, 0.35);
}
.com-local a:last-child {
  color: #226fd8;
}

.com-search {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  width: 320px;
  height: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.com-search > * {
  height: 100%;
}
.com-search .search-input {
  width: calc(100% - 40px);
  padding: 0 10px;
}
.com-search .search-input::-moz-placeholder {
  color: #D6D6D6;
}
.com-search .search-input::placeholder {
  color: #D6D6D6;
}
.com-search .icon-search {
  width: 38px;
  cursor: pointer;
  background: url(../images/common/readglass1.png) no-repeat center;
}

.nodata {
  position: relative;
  min-height: 100%;
}
.nodata:before {
  box-sizing: border-box;
  content: "暂无";
  font-size: 20px;
  padding-top: 350px;
  position: absolute;
  text-align: center;
  width: 426px;
  height: 426px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  transform: translate(-50%, -50%);
  background: url(../images/detail/nodata.png) no-repeat center;
}