html,
body {
    height: 100%;
}

#app {
    height: 100%;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

a {
    color: inherit!important;
}

a:hover {
    color: #00439A!important;
}

a {
    cursor: pointer;
}

table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    border-left: 0;
}

tr {
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}

th {
    width: 100px;
    padding: 8px 16px;
    background-color: #fafafa;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    color: rgba(0, 0, 0, 0.85);
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

td {
    padding: 8px 16px;
    display: table-cell;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 21px;
}

td input {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

td select,
td textarea {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

td textarea {
    height: 100px;
}

.page_head {
    width: 100%;
    /* height: 220px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(2, 51, 153, 0.14);
}

.c {
    color: #023399!important;
}

.sl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sl3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pr {
    position: relative;
}

.mt {
    margin-top: 18px;
}

.mt2 {
    margin-top: 36px;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
    width: 0;
}

.index-line {
    position: relative;
    border-bottom: 2px solid #E7EDFD;
}

.index-line:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: -5px;
    width: 144px;
    height: 5px;
    background: #023399;
}

.index-section {
    display: flex;
    padding: 10px 0;
}

.index-section .section {
    flex: 1;
    line-height: 26px;
}

.index-section .more {
    width: 90px;
    text-align: right;
    color: #999999;
    cursor: pointer;
}

.section .item {
    display: flex;
}

.section .item .van-icon {
    font-size: 26px;
    color: #023399;
}

.section .item .anticon {
    font-size: 26px;
    color: #023399;
}

.section .item>div {
    flex: 1;
    font-size: 19px;
    margin-left: 2px;
    font-weight: bold;
}


/* 新闻资讯 */

.news-wrap {
    display: flex;
}

.news-wrap .swipe {
    width: 560px;
}

.news-wrap .swipe img {
    width: 100%;
    height: 310px;
}

.news-container {
    flex: 1;
    margin-left: 20px;
    width: 0;
    max-height: 310px;
    overflow: hidden;
}

.news-container .summary {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    padding-left: 30px;
    min-height: 57px;
}

.news-wrap .news-item {
    display: flex;
    cursor: pointer;
}

.news-container>div {
    margin-top: 14px;
}

.news-container>div:first-child {
    margin-top: 0px;
}

.news-wrap .news-item .title {
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.news-wrap .news-item .title .van-icon {
    margin-right: 10px
}

.news-wrap .news-item .date {
    width: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}


/* 新闻详情 */

.brief {
    height: 40px;
    line-height: 40px;
    background: #E7EDFD;
    display: flex;
    padding: 0 10px
}

.brief>.van-icon {
    font-size: 24px;
    color: #00439A;
    margin-top: 6px;
    margin-right: 10px;
}

.brief>.anticon {
    font-size: 24px;
    color: #00439A;
    margin-top: 6px;
    margin-right: 10px;
}

.brief>div {
    flex: 1;
    font-weight: 400;
    color: #333333;
}

.news-page-wrap {
    display: flex;
}

.news-page-wrap>div:first-child {
    flex: 1;
    margin-right: 30px;
}

.news-page-wrap .hot-news-wrap {
    width: 350px;
    border: 1px solid #ECEDED;
    height: fit-content;
}

.hot-news-wrap-title {
    background: #E7EDFD;
    padding: 10px;
    font-weight: 400;
    color: #333333;
    font-size: 18px;
}

.hot-news-wrap ul {
    padding: 0 10px
}

.hot-news-wrap ul li {
    padding: 10px 0
}

.news-page-wrap .title {
    font-weight: 500;
    color: #333333;
    font-size: 22px;
    text-align: center;
}

.news-page-wrap .news-info {
    font-weight: 300;
    color: #999999;
    font-size: 16px;
    /* text-align: right; */
    display: flex;
}

.news-page-wrap .news-info>span {
    flex: 1;
    margin-left: 20px;
    text-align: center;
}

.news-page-wrap img {
    max-width: 100%!important;
    margin: 0 auto;
}

.news-page-wrap .cover img {
    width: 100%;
}

.news-page-wrap .summary {
    padding: 10px;
    border-radius: 6px;
    background: #fdfdfd;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    /* padding-top: 20px; */
}


/* .news-page-wrap .summary:before {
    position: absolute;
    content: ' " ';
    top: 0;
    font-size: 50px;
} */


/* 新闻列表 */

.new_nav {
    width: 180px;
    margin-right: 40px;
    border: 1px solid #ECEDED;
    height: fit-content;
}

.new_nav .title {
    background: #E7EDFD;
    border-left: 4px solid #023399;
    padding: 10px;
    font-weight: 500;
    color: #383838;
    font-size: 18px;
}

.new_nav .item {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    /* line-height: 34px; */
    padding: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #ECEDED;
}

.new_nav .item:last-child {
    border: 0;
}

.search-wrap {}

.search-wrap .keywords {
    width: 502px;
    height: 42px;
    border: 2px solid #023399;
    padding: 0 18px;
}

.search-wrap button {
    width: 88px;
    height: 42px;
    background: #023399;
    border: 2px solid #023399;
    font-size: 21px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.search-item {
    display: flex;
}

.search-item>div:first-child {
    line-height: 30px;
}

.search-item>div:last-child {
    flex: 1
}

.news-list .news {
    display: flex;
}

.news-list .news img {
    width: 300px;
    height: 166px;
    margin-right: 20px;
}

.news-list .news .title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.news-list .news .summary {
    height: 79px;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    background: #fdfdfd;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 4px;
}

.news-list .news .news-info {
    font-weight: 300;
    color: #999999;
    font-size: 16px;
    /* text-align: right; */
    display: flex;
}


/* 分页器 */

.van-pagination {
    display: block !important;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}

.van-pagination__item {
    float: left;
    color: #023399!important;
}

.van-pagination__item--active {
    background-color: #023399!important;
    color: #fff!important;
}

.row {
    position: relative;
    border-left: 4px solid #023399;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin: 18px 0;
}

.row span {
    background: #fff;
    padding: 0 18px;
}

.row::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #eceded;
    top: 50%;
    z-index: -1;
}

.row::after {
    content: ' ';
    position: absolute;
}

.box-wrapper {
    overflow: hidden;
    margin-left: -18px;
}

.box-wrapper .box-box {
    width: 50%;
    /*根据实际情况复写宽度*/
    float: left;
    padding-left: 18px;
    box-sizing: border-box;
    margin-bottom: 18px;
    overflow: hidden;
}

.trend-wrapper {
    position: relative;
}

.trend-wrapper .g2-tooltip {
    position: absolute;
    z-index: 8;
    transition: left 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s, top 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    background-color: transparent;
    color: rgb(89, 89, 89);
    padding: 0px 12px;
    margin: 0px;
    overflow-x: auto;
    width: 100%;
    left: 0px;
    top: 0px;
    pointer-events: auto;
}

.trend-wrapper .g2-tooltip-title {
    margin: 10px 0;
    font-weight: 700;
    height: 12px;
    line-height: 12px;
}

.trend-wrapper .g2-tooltip-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: auto;
    width: 100%;
}

.trend-wrapper .g2-tooltip-item {
    opacity: 1;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 92px;
    min-width: 92px;
    padding-left: 12px;
    justify-content: space-between;
}

.trend-wrapper .g2-tooltip-item.inactive {
    opacity: 0.25;
}

.trend-wrapper .g2-tooltip-item-marker {
    width: 3px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 48px;
    left: 0px;
}

.trend-wrapper .g2-tooltip-item-label {
    font-size: 14px;
    line-height: 14px;
    margin: 2px 0px 12px;
}

.trend-wrapper .g2-tooltip-item-value {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.65);
    margin: 0px 0px 4px;
}

#container {
    width: 100%;
    height: 100%;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapper .chart-wrapper {
    position: absolute !important;
    top: 94px;
    bottom: 0px;
    right: 10px;
    left: 10px;
    height: calc(100% - 88px);
}