@import url(animate.min.css);

:root {
    --color: #0C71FF;
}

body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
img,
blockquote {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1146px;
    background: #F7F8FA;
}

body,
input,
textarea {
    font: 14px/1.6 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

ul,
ol,
li,
form {
    padding: 0;
    margin: 0;
    list-style: none;
}

textarea {
    resize: none;
    overflow-y: auto;
    font-size: 100%;
}

input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

ximg,
fieldset {
    border: none;
}

i,
em {
    font-style: normal;
}

img {
    border: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
}

*/::-moz-placeholder {
    color: #b2b2b2;
}

/* ff */
::-webkit-input-placeholder {
    color: #b2b2b2;
}

/* chrome,safari */
:-ms-input-placeholder {
    color: #b2b2b2;
}

/* 链接 */
a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a.disabled {
    color: #999;
    cursor: default;
    text-decoration: none;
}

a.disabled:hover {
    text-decoration: none;
}

@font-face {
    font-family: 'iconfont';
    /* Project id 4413337 */
    src: url('https://at.alicdn.com/t/c/font_4413337_ycxpwtg48j.woff2?t=1711680240624') format('woff2'),
        url('https://at.alicdn.com/t/c/font_4413337_ycxpwtg48j.woff?t=1711680240624') format('woff'),
        url('https://at.alicdn.com/t/c/font_4413337_ycxpwtg48j.ttf?t=1711680240624') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ov1 {
    overflow: hidden;
    /* 隐藏超出容器的文本 */
    text-overflow: ellipsis;
    /* 在文本溢出时用省略号替换 */
    white-space: nowrap;
    /* 禁止文本换行，确保文本始终保持单行 */
}

.ov2 {
    display: -webkit-box;
    /* 使用WebKit的弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 2;
    /* 显示的最大行数，此处为3行 */
    overflow: hidden;
    /* 隐藏超出的文本 */
    white-space: normal;
    /* 允许文本在每行内正常换行 */
}

/*框架*/
.innerdiv {
    width: 1100px;
    margin: 0 auto;
}

body {
    background: #F7F8FA;
    color: #121212;
    padding: 0;
    margin: 0;
    font: 12px "Microsoft YaHei", "\u5FAE\u8F6F\u96C5\u9ED1", Arial, SimSun, "\u5B8B\u4F53"
}

/* header */
.header {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 0px 0px;
    position: sticky;
    top: 0;
    z-index: 9;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.logo1 {
    float: left;
    height: 32px;
    margin-top: 12px;
    margin-right: 100px;
}

.logo1 img {
    height: 100%;
}

.header ul {
    float: left;
    overflow: hidden;
}

.header ul li {
    float: left;
    margin-right: 34px;
}

.header ul li a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1F1F25;
    line-height: 56px;
}

.header ul li a:hover {
    color: var(--color);
}

.header ul li.active a {
    font-weight: 700;
    color: var(--color);
}

.search {
    float: right;
    width: 400px;
    height: 40px;
    background: #F2F3F5;
    border-radius: 36px 36px 36px 36px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.search .inp {
    border: 0;
    background: #F2F3F5;
    flex: 1;
    text-indent: 15px;
}
.search span{
    display: flex;
}
.search span img {
    height: 32px;
    margin-right: 4px;
}

/* friendship */
.friendship {
    padding: 20px 24px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    color: #121212;
    margin: 30px 0;
}

.friendship .link-title {
    display: block;
    position: relative;
    /* text-indent: 36px; */
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #1F1F25;
    text-align: left;
    margin-bottom: 20px;
}


.link-content {
    margin: 0;
}

.link-content a {
    display: inline-block;
    margin-right: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #41475E;
    margin-bottom: 10px;
    line-height: 24px;
    background: #F7F8FA;
    border-radius: 32px 32px 32px 32px;
    padding: 4px 12px;
}

.link-content a:hover {
    color: var(--color);
    transition: all .3s;
}

/* footer */
footer {
    background: #2e3033;
    text-align: center;
    color: #999;
    line-height: 24px;
    padding: 10px 0;
    font-size: 14px;
    clear: both;
}

footer .link a {
    color: #999;
    margin: 0 8px;
    font-size: 14px;
    line-height: 36px;
}

/* paging */
ul.paging {
    width: auto;
    min-height: 1px;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}

ul.paging li {
    display: inline-block;
    padding: 0 5px;
}

ul.paging li a,
ul.paging li span.disabled {
    display: block;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #030303;
}

ul.paging li span.disabled {
    /*background-color: #F7F7F7;*/
    /*color: #999;*/
}

ul.paging li a:hover,
ul.paging li a.active {
    background-color: #458DEC;
    border: 1px solid #458DEC;
    color: #fff;
}

.paging-wrap {
    /* padding: 0 19px 19px; */
    margin: 0 0 15px 0;
    border-radius: 5px;
    background: #fff;
}