﻿@charset "utf-8";
/* CSS Document */

/* 20240320 【改动】：优化 */
body {
    /* overflow-y: scroll; */
    font: 12px/1.5 Microsoft YaHei, PingFang SC, SimSun, Arial, Helvetica, sans-serif;
    background: #fff;
}

/*----------------------------------------------------
引用报告
-----------------------------------------------------*/

.zreport {
    width: 100%;
}
/* 20240320 【改动】：优化 */

.zre_h {
    width: 570px;
    font-size: 20px;
    height: 80px;
    line-height: 80px;
    /* 20240320 【改动】：字体 */
    /* font-family: '微软雅黑'; */
    font: 12px/1.5 Microsoft YaHei, PingFang SC, SimSun, Arial, Helvetica, sans-serif

    /* 20240320 【改动】：字体 */

}

.zre_hblue {
    width: 570px;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #0172b3;
}

.zre_hblue a {
    color: #0172B3;
}

/* 20240320 【改动】：优化 */
.zre_title {
    height: 46px;
    padding-left: 31px;
    padding-right: 15px;
    line-height: 46px;
    font-size: 16px;
    color: #303133;
    background: url(../../images/new/subtitle2.png) no-repeat 15px center;
    background-color: #F3F3F3;
    box-sizing: border-box;
}

.zre_t_h, .zre_t_ha {
    font-size: 16px;
    color: #303133;
}

.zre_t_rh {
    font-size: 14px;
    color: #2872E2;
    margin: 0;
}

.zre_t_rh a {
    color: #2872E2;
}

.zre_t_rhh {
    /* width: 248px; */
    white-space: nowrap;
}

.zre_t_rhh2 {
    width: 264px;
    white-space: nowrap;
}

.zre_t_rhh2 a:hover {
    color: #ca2b00;
}

.zre_con {
    padding: 15px 100px;
    box-sizing: border-box;
    font-size: 14px;
    color: #606266;
}

.zre_c_p {
    line-height: 22px;
    margin-bottom: 30px;
}

.zre_classly {
    padding: 15px 100px;
    box-sizing: border-box;
    font-size: 16px;
}

.zre_c_item {
    float: left;
    width: 33%;
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
    box-sizing: border-box;
}

.zre_c_icon {
    /* display: inline-block; */
    width: 42px;
    height: 42px;
    /* vertical-align: middle; */
    background-repeat: no-repeat;
    border-radius: 21px;
    background-color: #2872E20D;
    background-position: center center;
    margin-right: 12px;
    float: left;
}
/* 20240320 【改动】：优化 */

.zre_c_n1 {
    background-image: url(../../images/new/date.png);
}

.zre_c_n2 {
    background-image: url(../../images/new/chart.png);
}

.zre_c_n3 {
    background-image: url(../../images/new/author.png);
}

.zre_c_n4 {
    background-image: url(../../images/new/book.png);
}

.zre_c_n5 {
    background-image: url(../../images/new/publish.png);
}

.zre_c_n6 {
    background-image: url(../../images/new/publish.png);
}
/* 20240320 【改动】：优化 */

.zre_c_n7 {
    background-position: 0px -248px;
}

.zre_c_n8 {
    background-position: 0px -292px;
}

/* 20240320 【改动】：优化 */
.zre_c_txt {
    display: inline-block;
    /* width: 224px; */
    height: 42px;
    line-height: 42px;
    color: #2872E2;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 80%;
    font-size: 16px;
}


.zre_c_txt:hover {
    color: #0066cc;
    text-decoration: underline;
}
/* 20240320 【改动】：优化 */

/*----------------------------------------------------
引用报告表格
-----------------------------------------------------*/

/* 20240320 【改动】：出版年表格优化 */
.zre_table {
    padding-top: 30px;
}

.zre_t_thead {
    background-color: #F6F8FA;
    font-size: 14px;
}

.zre_t_thead th {
    height: 34px;
    border: 1px #DDE8FF solid;
    color: #606266;
    font-weight: 400;
}

.zre_t_tbody {
    background-color: #fff;
    text-align: center;
    font-size: 14px;
}

.zre_t_tbody td {
    height: 34px;
    border: 1px #DDE8FF solid;
}

.zre_t_bg {
    background-color: #FAFDFF;
    /* color: #0172b3; */
}
/* 20240320 【改动】：出版年表格优化 */

/*----------------------------------------------------
分页
-----------------------------------------------------*/

.zre_page {
    padding-top: 16px;
    text-align: right;
}

.zre_page a {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px #dfdfdf solid;
    background-color: #fff;
    line-height: 18px;
    text-align: center;
    color: #333;
    vertical-align: middle;
}

.zre_page a:hover,
.zre_page a.zre_page_cur {
    border: 1px #4c9ae8 solid;
    background-color: #4c9ae8;
    color: #fff;
}

.zre_page a.zre_page_prev,
.zre_page a.zre_page_next {
    width: 50px;
}

.zre_page a.zre_page_first,
.zre_page a.zre_page_end {
    width: 40px;
}

.zre_page input {
    width: 40px;
    height: 18px;
    border: 1px #dfdfdf solid;
    background-color: #fff;
    line-height: 18px;
    text-align: center;
    color: #333;
}

.zre_page span {
    display: inline-block;
    vertical-align: middle;
}

/*----------------------------------------------------
引用报告问答
-----------------------------------------------------*/

.zre_ask {
    padding-bottom: 16px;
}

.zre_a_h {
    padding-top: 25px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.zre_a_item,
.zre_a_item1 {
    padding: 10px 18px 18px 18px;
    font-size: 14px;
    font-family: "微软雅黑";
}

.zre_a_item td,
.zre_a_item1 td {
    padding-top: 10px;
}

.zre_a_item1 {
    background-color: #ededed
}

.zre_a_question,
.zre_a_answer {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;
    background-color: #e84c4c;
    font-size: 12px;
    color: #fff;
    font-family: '宋体';
}

.zre_a_answer {
    background-color: #3186e1;
}

.zre_a_qtxt {
    color: #333;
}

.zre_a_atxt {
    color: #777;
}

/* 20240320 【改动】：优化 */

/* 头部样式 */
.header {
    min-width: 1270px;
    height: 109px;
    padding-bottom: 7px;
    background: url(../../images/new/head_bd.png) repeat-x bottom;
    margin-top: 16px;
    /* padding: 0 0 0 40px; */
    box-sizing: border-box;
}
.header .wrap {
    max-width: 1400px;
    margin: 0 auto;
    min-width: 1270px;
    padding-left: 60px;
    box-sizing: border-box;
}
.wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.header .logo {
    margin: 27px 0 0 0px;
}
.header-title {
    color: #909399;
    font-size: 22px;
    line-height: 30px;
    margin-top: 48px;
}
/* 头部样式 */
/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/* 中间内容区域 */
.main-wrap {
    min-height: calc(100vh - 234px);
    margin-bottom: 20px;
    box-sizing: border-box;
    margin: 15px auto 0;
    padding: 0 40px;
    position: relative;
    min-width: 1270px;
    position: relative;
    max-width: 1400px;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
ul, ol {
    list-style-type: none;
}

/* 底部 */
.foot {
    line-height: 26px;
    /* margin-top: 30px; */
    min-width: 1270px;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    color: #606266;
    background: #fff;
}
.foot a {
    color: #606266;
    text-decoration: none;
}
.foot span {
    margin: 0 6px;
}
.placed {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
}


/* 引用报告说明 */
.reference-report-description .zre_con{
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 20px;
}

.reference-report-description .q_box {
    margin: 20px 0;
}
.q_box-user {
    margin-bottom: 20px;
}
.flex-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.user-question, .customer-answer {
    max-width: 800px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.user-avatar, .customer-avatar {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #F0F0F0;
    background: #FFFFFF;
}
.user-avatar {
    background: url(../../images/new02/user.png) no-repeat center center;
    margin-left: 12px;
}
.customer-avatar {
    background: url(../../images/new02/customer.png) no-repeat center center;
    margin-right: 12px;
}
.customer-answer {
    border-radius: 4px 22px 22px 22px;
    background: #2872E214;
    color: #303133;
}
.user-question {
    border-radius: 22px 4px 22px 22px;
    background: #2872E2;
    color: #fff;
}
/* 悬浮框 */
.right-side {
    position: fixed;
    right: 40px;
    bottom: 200px;
}
.right-side__content {
    cursor: pointer;
}
/* 引用报告说明 */

/* 出版年分布 */
.excel-export {
    font-size: 14px;
    padding-left: 26px;
    margin-left: 26px;
    background: url(../../images/new/excel.png) no-repeat left center;
}
.mt25 {
    margin-top: 25px;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    color: #303133;
    font-weight: 400;
}
/* 出版年分布 */


/* 引用书目作者 */
/* 分页 */
.distribution_page {
    float: right;
    font-size: 12px;
    text-align: center;
    /* margin-top: 18px; */
    color: #303133;
    margin-top: 30px;
}
.distribution_page a, .distribution_page b {
    display: inline-block;
    font-size: 12px;
    color: #303133;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.5s;
    border: 1px solid #2872e233;
    margin-right: 10px;
    box-sizing: border-box;
    text-decoration: none;
}
.distribution_page a:hover, .distribution_page .cur {
    background-color: #2872e2;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.distribution_page input {
    font-size: 12px;
    color: #303133;
    padding: 0px 10px;
    border-radius: 4px;
    transition: all 0.5s;
    border: 1px solid #2872e233;
    margin-right: 8px;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    height: 30px;
    cursor: pointer;
}
/* 引用书目作者 */





/* 被引用次数多的书目 */
.distribution-left {
    margin-right: 15px;
}
.distribution-left__section{
    width: 250px;
    margin-bottom: 6px;
    box-sizing: border-box;
    border: 1px solid #e0e3ea;
    font-size: 12px;
    color: #303133;
}
.distribution-left__section-header {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #0065FF14;
    padding: 0 20px;
}
.distribution-left__section-header-arrow {
    float: right;
    width: 9px;
    height: 6px;
    background: url(../../images/new/arrow.svg) no-repeat;
    margin-top: 16px;
    cursor: pointer;
    transition: transform 0.5s;
}
.distribution-left__section-content {
    padding: 5px;
    /* padding-bottom: 10px; */
}

.distribution-left__section li {
    /* line-height: 26px; */
    position: relative;
}

.distribution-left__section li a {
    display: block;
    height: 28px;
    color: #303133;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 15px;
    line-height: 28px;
}

.distribution-left__section li a:hover {
    text-decoration: none;
}

.distribution-left__section a:hover,
.left-current {
    background: #f5f5f5;
}

.close-left-current {
    display: none;
    width: 10px;
    height: 18px;
    background: url(../../images/new/close.png) no-repeat;
    cursor: pointer;
    float: right;
    margin: 9px 0 0 9px;
}

.left-current>.close-left-current {
    display: block;
}

.rotate180 {
    transform: rotate(-180deg);
}

/* 左侧导航子级 */
.distribution-left__section .left-li-child-l1 a {
    padding-left: 28px;
    color: #606266;
    cursor: pointer;
}

.distribution-left__section .left-li-child-l2 a {
    padding-left: 42px;
    color: #606266;
    cursor: pointer;
}

.distribution-left__section .left-li-child-l3 a {
    padding-left: 56px;
    color: #606266;
    cursor: pointer;
}

.distribution-left__section .left-li-child-l4 a {
    padding-left: 70px;
    color: #606266;
    cursor: pointer;
}

.distribution-left__section .left-li-child-l5 a {
    padding-left: 84px;
    color: #606266;
    cursor: pointer;
}
.distribution-right {
    overflow: hidden;
}
.distribution-left__more-icon {
    cursor: pointer;
    margin-left: 15px;
    color: #909399;
}
.distribution-left__more-icon:hover {
    color: #2872e2;
}
/* 被引用次数多的书目 */

a {
    color: #2872E2;
    text-decoration: none;
}
a:hover {
    color: #0066cc;
    text-decoration: underline;
}
.right-side .online-customer {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 4px 0px #0000000D;
    margin-bottom: 10px;
    background: url(../../images/new02/customer1.png) no-repeat center center;
    box-sizing: border-box;
}
.right-side p {
    font-size: 14px;
    color: #606266;
    text-align: center;
}


/* 20240320 【改动】：优化 */
