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

/* 分页 */
.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%);
    z-index: 9999;
}

.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('../images2021/index/icon-sidebar1.png') no-repeat center 19px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-list > li:hover:nth-child(7) {
    background: #108dee url('../images2021/index/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;
}

