@charset "UTF-8";

html {
  color: #000;
  background: #fff;
}

*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  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%;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

body {
  font: 14px 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
}

select,
input,
button,
textarea {
  font-family: inherit;
  font-size: 99%;
  line-height: inherit;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

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

.placeholder {
  color: #999;
}

.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;
}

@font-face {
  font-family: 'SourceHanSansCN';
  src: url("font/SourceHanSansCN-Regular.woff") format("woff"), url("font/SourceHanSansCN-Regular.ttf") format("truetype"), url("font/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'DIN-bold';
  src: url("font/DINPro-Bold.woff") format("woff"), url("font/DINPro-Bold.ttf") format("truetype");
}

* {
  font-family: 'SourceHanSansCN' !important;
}

/* 头部 */
.common-header {
  height: 185px;
  padding-top: 20px;
  background-color: #fff;
}

.common-header .common-area-name {
  height: 30px;
  margin: 36px 0 0 0;
  padding-left: 10px;
  line-height: 30px;
  font-size: 16px;
  width: 145px;
  text-align: center;
}

.common-header .common-area-change {
  position: relative;
  width: 70px;
  height: 30px;
  margin: 36px 0 0 9px;
  padding-left: 9px;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  background: #eee url("../images/area-change.png") no-repeat right 8px center;
}



.common-header .common-area-title {
  height: 30px;
  margin: 36px 0 0 20px;
  padding-left: 12px;
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
  border-left: 1px solid #ccc;
}

.common-header .common-link {
  margin-top: 44px;
}

.common-header .common-link>li {
  float: left;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
}

.common-header .common-link>li+li {
  margin-left: 10px;
  padding-left: 9px;
  border-left: 1px solid #ccc;
}

.common-header .common-link>li:nth-child(1) {
  padding-left: 24px;
  background: url("../images/icon-emblem.png") no-repeat left center;
}

.common-header .common-link>li .login {
  display: block;
  width: 71px;
  height: 31px;
  margin-top: -7px;
  text-align: center;
  line-height: 31px;
  color: #fff;
  border-radius: 16px;
  background-color: #108dee;
}

.common-header .common-link>li .userinfo {
  position: relative;
  padding-right: 36px;
  color: #108dee;
  background: url("../images/icon-userinfo.png") no-repeat right 15px center;
  cursor: pointer;
}

.common-header .common-link>li .userinfo:hover {
  background: url("../images/icon-userinfo-up.png") no-repeat right 15px center;
}

.common-header .common-link>li .userinfo:hover .menu {
  display: block;
}

.common-header .common-link>li .userinfo .menu {
  display: none;
  position: absolute;
  right: -19px;
  padding-top: 20px;

  top: 2px;
  z-index: 1000;
}

.common-header .common-link>li .userinfo .user-menu {
  width: 104px;
  padding: 20px 0;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.26);
  box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.26);
}

.common-header .common-link>li .userinfo .user-menu>li {
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
}

.common-header .common-link>li .userinfo .user-menu>li+li {
  margin-top: 22px;
}

.common-header .common-link>li .userinfo .user-menu>li:hover {
  color: #108dee;
}

.common-header .common-link>li .userinfo .user-menu>li>a {
  display: block;
  height: 100%;
}

.header-top {
  /* padding-top: 20px; */
}

.common-header .menu {
  position: absolute;
  bottom: 0;
}

.common-header .menu>li {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #3c3f46;
}

.common-header .menu>li>a {
  display: block;
  height: 100%;
}

.common-header .menu>li.active,
.common-header .menu>li:hover {
  color: #108dee;
  font-weight: bold;

}

.common-header .menu>li+li {
  margin-left: 35px;
}

/* 区域选择 */
.area-wrapper {
  display: none;
  position: absolute;
  left: -520px;
  padding-top: 10px;
  z-index: 999999999;
  cursor: default;

}

.area-wrapper .innner {
  width: 1200px;
  height: auto;
  padding: 23px 14px 0;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.26);
  box-shadow: 0px 4px 24px 0px rgba(17, 27, 39, 0.26);
}

.area-wrapper .position {
  height: 22px;
  padding-left: 34px;
  line-height: 22px;
  font-size: 18px;
  color: #108dee;
  background: url("../images/icon-header-position.png") no-repeat 6px center;
}

.area-wrapper .change-list {
  margin-top: 33px;
  padding-bottom: 14px;
}

.area-wrapper .change-list.border {
  border-bottom: 1px solid #eee;
}

.area-wrapper .change-list>li {
  float: left;
  width: 226px;
  height: auto;
  padding-left: 16px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  border-radius: 2px;
}

.area-wrapper .change-list>li>a {
  display: block;
  height: 100%;
}

.area-wrapper .change-list>li+li {
  margin-left: 10px;
}

.area-wrapper .change-list>li:nth-child(5n+1) {
  margin-left: 0;
}

.area-wrapper .change-list>li:nth-child(n+6) {
  margin-top: 11px;
}

.area-wrapper .change-list>li:hover,
.area-wrapper .change-list>li.active {
  background-color: #eeeeee;
}

.area-wrapper .website {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 20px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  background-color: #108dee;
}

.area-wrapper .website span {
  margin-left: 10px;
}

.area-wrapper .department {
  height: 22px;
  margin-top: 28px;
  padding-left: 34px;
  line-height: 22px;
  font-size: 18px;
  color: #108dee;
  background: url("../images/icon-header-department.png") no-repeat 6px center;
}

.area-wrapper .more {
  display: block;
  height: 28px;
  color: #108dee;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  background-color: #eee;
}

.area-wrapper .more>span {
  padding-right: 16px;
  background: url("../images/icon-header-more.png") no-repeat right center;
}

/* 当前位置 */
.position>li {
  float: left;
  height: 20px;
  line-height: 20px;
}

.position>li:not(.tip)+li::before {
  content: '>';
  color: #333;
  padding-left: 3px;
  margin: 0 1px;
}

.position>li:not(.tip)+li::marker {
  color: #333;
}

.position>li:last-child {
  color: #108dee;
}

.position .tip {
  margin-right: 5px;
  padding-left: 25px;
  background: url("../images/icon-position.png") no-repeat left center;
}

/* 分页 */
.pager {
  margin: 30px 0 0;
  text-align: center;
  font-weight: 400;
}

.pager .m-pagination-page>li>a,
.pager .m-pagination-size>select,
.pager .m-pagination-group>input,
.pager .m-pagination-group>button,
.pager .m-pagination-info {
  color: #333;
}

.pager .m-pagination-info {
  height: 26px;
  line-height: 26px;
}

.pager .m-pagination-page>li>a,
.pager .m-pagination-group>input {
  width: 34px;
  height: 28px;
  line-height: 26px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

.pager .m-pagination-group>input {
  width: 34px !important;
}

.pager .m-pagination-page>li+li {
  margin-left: 10px;
}

.pager .m-pagination-page>li.active>a {
  color: #108dee;
  border-color: #108dee;
}

.pager .m-pagination-size>select {
  width: 100px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}

.pager .m-pagination-group>span {
  float: left;
  line-height: 26px;
}

.pager .m-pagination-group>input {
  margin: 0 5px;
}

.pager .m-pagination-group>button {
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff;
  background-color: #2989ec;
  border: 0;
  border-radius: 4px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 1275px;
}

.container {
  /*20230105原来1200，暂时先改为1218*/
  width: 1218px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.container .search2 {
  width: 218px;
  height: 36px;
  border-radius: 4px;
  margin-top: 27px;
}

.container .search2-input {
  width: 218px;
  height: 36px;
  border-radius: 4px;
  padding: 0 10px;
  background: #f4f4f4;
  border: 0;
  outline: none;
  font-size: 16px;
}

.container .search2-btn {
  position: relative;
  top: -24px;
  left: 193px;
  width: 15px;
  height: 15px;
  background: url("../images/theme/icon-zoom.png") no-repeat center;
  border-radius: 0 8px 8px 0;
}

.matter-common-title {
  height: 56px;
  padding-left: 30px;
  line-height: 56px;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #e4e6eb;
  background: url("../images/search_result/icon-searchtitle.png") no-repeat left center;
}

.matter-common-title .tips {
  font-size: 16px;
  font-weight: normal;
}

.matter-common-title .tips .number {
  margin: 0 4px;
  font-weight: bold;
  color: #f5a925;
}

/* 侧边栏 */
.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-list>li {
  width: 86px;
  height: 90px;
  text-align: center;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 4px 38px 0px rgba(17, 60, 74, 0.11);
  box-shadow: 0px 4px 38px 0px rgba(17, 60, 74, 0.11);
}

.sidebar-list>li:nth-child(1) {
  background: #fff url("../images/icon-sidebar1.png") no-repeat center 19px;
}

.sidebar-list>li:nth-child(2) {
  background: #fff url("../images/icon-sidebar2.png") no-repeat center 19px;
}

.sidebar-list>li:nth-child(3) {
  background: #fff url("../images/icon-sidebar3.png") no-repeat center 19px;
}

.sidebar-list>li:nth-child(4) {
  background: #fff url("../images/icon-sidebar4.png") no-repeat center 19px;
}

.sidebar-list>li:nth-child(5) {
  background: #fff url("../images/icon-sidebar5.png") no-repeat center 19px;
}

.sidebar-list>li:nth-child(6) {
  background: #fff url("../images/icon-sidebar6.png") no-repeat center 19px;
}

.sidebar-list>li:nth-child(7) {
  background: #fff url("../images/icon-sidebar7.png") no-repeat center 19px;
}

.sidebar-list>li:hover:nth-child(1) {
  background: #108dee url("../images/icon-sidebar1-hover.png") no-repeat center 19px;
}

.sidebar-list>li:hover:nth-child(2) {
  background: #108dee url("../images/icon-sidebar2-hover.png") no-repeat center 19px;
}

.sidebar-list>li:hover:nth-child(3) {
  background: #108dee url("../images/icon-sidebar3-hover.png") no-repeat center 19px;
}

.sidebar-list>li:hover:nth-child(4) {
  background: #108dee url("../images/icon-sidebar4-hover.png") no-repeat center 19px;
}

.sidebar-list>li:hover:nth-child(5) {
  background: #108dee url("../images/icon-sidebar5-hover.png") no-repeat center 19px;
}

.sidebar-list>li:hover:nth-child(6) {
  background: #108dee url("../images/icon-sidebar6-hover.png") no-repeat center 19px;
}

.sidebar-list>li:hover:nth-child(7) {
  background: #108dee url("../images/icon-sidebar7-hover.png") no-repeat center 19px;
}

.sidebar-list>li:hover>a {
  color: #fff;
}

.sidebar-list>li>a {
  display: block;
  height: 100%;
  padding-top: 55px;
  color: #666;
}

.sidebar-list>li+li {
  margin-top: 10px;
}