/* 初始化CSS */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
   margin: 0;
   padding: 0;
   height: auto;
}

fieldset,
img {
   border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
   font-style: normal;
   font-weight: normal;
}

ul,
ol {
   list-style: none;
}

select,
input {
   vertical-align: middle;
}

select,
input,
textarea {
   font-size: 12px;
   margin: 0;
}

table {
   border-collapse: collapse;
}

body {
   background: #fff;
   color: #333;
   font: 12px/22px 'Microsoft Yahei', '微软雅黑', 'Simsun', '宋体', 'Arial';
}

/* 页面通用部分 */
.clearfix:after {
   content: '.';
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
}

.clearfix {
   zoom: 1;
}

.clearit {
   clear: both;
   height: 0;
   font-size: 0;
   overflow: hidden;
}

a {
   color: #333;
   text-decoration: none;
}

/* a:visited {
   color: #333;
} */

a:hover,
a:active,
a:focus {
   /* color: #333; */
   text-decoration: none;
}

body {
   padding-top: 1080px;
   background-image: url(https://n.sinaimg.cn/finance/2024yhjjb/images/bg-body-main-pc.jpg);
   /* background-position-x: center; */
   /* background-position-y: 60px; */
   background-repeat: no-repeat;
}

ul,
li {
   list-style: none;
}

h1,
#seo-ul {
   display: none;
}

.u-title {
   display: block;
   margin: 0 auto;
   /* width: 100%; */
}

.nav-w {
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 999;
   background: #d60002;
}

.nav {
   margin: 0 auto;
   width: 1100px;
   height: 80px;
}

.nav li {
   position: relative;
   float: left;
   padding: 0 10px;
   /* margin-left: 9px; */
   /* margin-right: 10px; */
   /* height: 80px; */
   line-height: 80px;
   font-size: 16px;
}

.nav li.u_down:after {
   position: absolute;
   content: "";
   top: 0;
   right: 4px;
   width: 7px;
   height: 80px;
   background: url(../images/pc_pic02.png) no-repeat center center;
}

.navItems {
   display: block;
   color: #f7e5cd;
}

.nav li:hover {
   background: #b40001;
}

.nav li:hover a {
   color: #f7e5cd;
}

.nav .cur {
   background: #b40001;
}

.m-nav-list {
   display: none;
   position: absolute;
   top: 80px;
   left: 0;
   width: 100%;
   /* padding: 0 10px; */
   background: #b40001;
}

.m-nav-list p {
   height: 35px;
   line-height: 35px;
   color: #fff;
   text-align: center;
}

.m-nav-list p a {
   color: #fff;
}

.btn-group {
   position: absolute;
   top: 876px;
   width: 100%;
   min-width: 1000px;
   text-align: center;
}

.btn-group a {
   display: inline-block;
   margin: 0 18px;
   width: 195px;
   height: 77px;
   line-height: 60px;
   color: #d22a06;
   font-size: 24px;
   font-weight: 500;
   background: #e4dbb0;
   box-sizing: border-box;
   text-align: center;
   background: url(../images/pc_pic01.png);
}

.descript {
   margin: 0 auto;
   /* margin: 1140px auto 0; */
   padding: 30px 0;
   max-width: 1920px;
   min-width: 1000px;
   /* height: 166px; */
   line-height: 28px;
   color: #e2000f;
   font-size: 18px;
   font-weight: 500;
   background: #edd8bb;
   text-align: center;
   box-sizing: border-box;
}

.container {
   margin: 0 auto 0;
   /* padding-top: 5px; */
   width: 1000px;
}

.blk {
   margin-top: 80px;
}

.blk .blk-title {
   margin: 0 auto;
   width: 176px;
   height: 152px;
}

.rdjj-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_05.png?v=0.1) center no-repeat;
   background-size: contain;
}

.qgzjs-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_07.png?v=0.1) center no-repeat;
   background-size: contain;
}

.dsbd-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_10.png?v=0.1) center no-repeat;
   background-size: contain;
}

.blk .blk-content {
   margin-top: 36px;
   padding-bottom: 20px;
}

.blk .blk-content .img-group {
   float: left;
   width: 500px;
   height: 330px;
}

.blk .blk-content .img-group img {
   display: none;
   width: 500px;
   height: 330px;
}

.show {
   display: block !important;
}

.blk .blk-content .img-detail {
   position: relative;
   float: right;
   cursor: pointer;
}

.blk .blk-content .img-detail ul li {
   /* display: none; */
   position: relative;
   display: table;
   margin-bottom: 1px;
   padding: 0 15px;
   width: 500px;
   height: 77.5px;
   /* height: 130px; */
   /* background: #f4f2ef; */
   box-sizing: border-box;
}

.img-detail ul li a {
   display: table-cell;
   margin: auto;
   line-height: 28px;
   font-size: 20px;
   vertical-align: middle;
   color: #333;
}

.img-detail ul li a:hover {
   color: #fff;
}

xt .blk .blk-content .img-detail .more-btn {
   position: absolute;
   right: 7px;
   bottom: 7px;
   font-size: 14px;
}

.img-detail ul .li-cur {
   color: #fff;
   background: #fb2717;
   /* background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_06.png?v=0.1) 0px center no-repeat #fb2717 !important; */
}

.img-detail ul .li-cur::after {
   content: "";
   position: absolute;
   top: 50%;
   left: -9px;
   margin-top: -5px;
   width: 9px;
   height: 17px;
   background: url(../images/pc_06.png) 0px center no-repeat;
}


.img-detail ul .li-cur a {
   color: #fff;
}

.blk-title-lv0 {
   margin-top: 34px;
   text-align: center;
   color: #b89c89;
   font-size: 24px;
   font-weight: bold;
}

.blk .video {
   margin: 22px auto 0;
   padding-bottom: 11px;
   width: 800px;
   height: 450px;
}

.slider-container {
   position: relative;
   margin: 22px auto 0;
   width: 800px;
   height: 534px;
   /* border: 10px solid #dcd4c5; */
   overflow: hidden;
}

.slider-container .slider .slider-item {
   position: relative;
}

.slider-container .slider .slider-item a img {
   display: block;
   width: 800px;
   height: 534px;
}

.slider-container .slider .slider-item a .item-text {
   position: absolute;
   padding: 0 14px;
   bottom: 0;
   width: 800px;
   height: 40px;
   line-height: 40px;
   background: rgba(0, 0, 0, .3);
   box-sizing: border-box;
}

.slider-container .slider .slider-item a .item-text .slider-article {
   float: left;
   width: 700px;
   color: #fff;
   font-size: 14px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

.slider-container .slider .slider-item a .item-text .slider-dot {
   float: right;
   color: #fff;
   font-size: 14px;
}

.slider-container-w {
   position: relative;
   padding-bottom: 20px;
}

.hd_slider_prev,
.hd_slider_next {
   position: absolute;
   display: block;
   top: 219px;
   width: 43px;
   height: 82px;
}

.hd_slider_prev {
   left: 20px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_38.png?v=0.1) center center no-repeat;
   background-size: contain;
}

.hd_slider_next {
   right: 20px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_39.png?v=0.1) center center no-repeat;
}

.blk-title-lv2 {
   margin: 25px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_11.png?v=0.1) center center no-repeat;
}

.blk-person {
   margin-left: -25px;
   width: 1025px;
}

.person-group {
   float: left;
   position: relative;
   margin-top: 25px;
   margin-left: 25px;
   width: 180px;
   height: 240px;
   border-bottom: 12px solid #dcd4c5;
   border-radius: 4px;
   overflow: hidden;
}

.person-group img {
   display: block;
   width: 180px;
   height: 240px;
}

.person-detail {
   position: absolute;
   padding: 13px 11px;
   bottom: 0;
   width: 100%;
   height: 60px;
   background: rgba(0, 0, 0, .3);
   box-sizing: border-box;
}

.person-detail .person-name,
.person-detail .person-position {
   display: block;
   line-height: 18px;
   color: #fff;
   font-size: 14px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

.blk-title-lv3 {
   margin: 60px auto 0;
   padding-bottom: 4px;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_12.png?v=0.1) center center no-repeat;
}

.blk-team {
   margin-left: -24px;
   width: 1024px;
}

.team-group {
   float: left;
   position: relative;
   margin-top: 24px;
   margin-left: 24px;
   width: 232px;
   height: 170px;
   border-bottom: 12px solid #dcd4c5;
}

.team-group img {
   display: block;
   width: 232px;
   height: 170px;
}

.team-detail {
   position: absolute;
   padding: 14px 10px;
   bottom: 0;
   width: 100%;
   height: 60px;
   background: rgba(0, 0, 0, .3);
   box-sizing: border-box;
}

.team-detail .team-name,
.team-detail .team-position {
   display: block;
   line-height: 18px;
   color: #fff;
   font-size: 14px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

.blk-title-lv4 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_13.png?v=0.1) center center no-repeat;
}

.blk-title-lv5 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_14.png?v=0.1) center center no-repeat;
}

.blk-title-lv6 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_15.png?v=0.1) center center no-repeat;
}

.blk-title-lv7 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_37.png?v=0.1) center center no-repeat;
}

.blk-title-lv13 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_16.png?v=0.1) center center no-repeat;
}

.blk-title-lv14 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_41.png?v=0.1) center center no-repeat;
}

.blk-title-lv15 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_42.png?v=0.1) center center no-repeat;
}

.blk-title-lv16 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_43.png?v=0.1) center center no-repeat;
}

.blk-title-lv17 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_44.png?v=0.1) center center no-repeat;
}

.blk-title-lv18 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_45.png?v=0.1) center center no-repeat;
}

.blk-title-lv19 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_46.png?v=0.1) center center no-repeat;
}

.blk-title-lv20 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_47.png?v=0.1) center center no-repeat;
}

.blk-title-lv21 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_48.png?v=0.1) center center no-repeat;
}

.blk-title-lv22 {
   margin: 60px auto 0;
   height: 51px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_49.png?v=0.1) center center no-repeat;
}

.blk-award {
   margin-left: -25px;
   width: 1025px;
}

.blk-award .award {
   float: left;
   margin-top: 25px;
   width: 180px;
   height: 120px;
   border: 1px solid #b89c89;
   border-radius: 2px;
   margin-left: 25px;
   box-sizing: border-box;
}

.blk-title-lv8 {
   margin: 10px auto 0;
   width: 100%;
   height: 51px;
   background: url(../images/pc_title11.png) center center no-repeat;
}

.blk .search-blk {
   float: right;
   margin-top: 9px;
   width: 160px;
   height: 32px;
   line-height: 26px;
   border: 2px solid #b89c89;
   border-radius: 4px;
   box-sizing: border-box;
}

.blk .search-blk .search-input {
   margin: 0;
   padding: 0;
   width: 125px;
   height: 26px;
   line-height: 26px;
   color: #b89c89;
   font-size: 16px;
   text-indent: 5px;
   border: none;
}

.blk .search-blk .search-btn {
   float: right;
   width: 28px;
   height: 28px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_35.png?v=0.1) center center no-repeat;
   cursor: pointer;
   border: none;
}

.blk .sarch-blk input::-webkit-input-placeholder {
   /* WebKit browsers */
   color: #b89c89;
}

.blk .sarch-blk input:-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
   color: #b89c89;
}

.blk .sarch-blk input::-moz-placeholder {
   /* Mozilla Firefox 19+ */
   color: #b89c89;
}

.blk .sarch-blk input:-ms-input-placeholder {
   /* Internet Explorer 10+ */
   color: #b89c89;
}

.blk-title-lv9 {
   margin: 60px auto 0;
   padding-bottom: 3px;
   width: 100%;
   height: 51px;
   background: url(../images/pc_title12.png) center center no-repeat;
}

.vote-team {
   padding-bottom: 5px;
}

.fsdb-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_19.png?v=0.1) center no-repeat;
   background-size: contain;
}

.blk-title-lv10 {
   margin-top: 30px;
   color: #b89c89;
   font-size: 24px;
   font-weight: bold;
   text-align: center;
}

.blk .blk-fs {
   padding-bottom: 8px;
}

.blk .blk-fs .fs-item-sh1,
.blk .blk-fs .fs-item-bj1,
.blk .blk-fs .fs-item-sz1 {
   margin-top: 30px;
}

.fs-slider-container {
   position: relative;
   float: left;
   width: 590px;
   height: 392px;
   overflow: hidden;
}

.fs_slider_prev,
.fs_slider_next {
   position: absolute;
   display: block;
   top: 180px;
   width: 38px;
   height: 45px;
}

.fs_slider_prev {
   left: 5px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_38.png?v=0.1) center center no-repeat;
   background-size: contain;
}

.fs_slider_next {
   right: 5px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_39.png?v=0.1) center center no-repeat;
   background-size: contain;
}

.fs-slider-container .fs-slider .fs-slider-item {
   position: relative;
}

.fs-slider-container .fs-slider .fs-slider-item a img {
   display: block;
   width: 590px;
   height: 392px;
}

.fs-slider-container .fs-slider .fs-slider-item a .item-text {
   position: absolute;
   padding: 0 14px;
   bottom: 0;
   width: 590px;
   height: 40px;
   line-height: 40px;
   background: rgba(0, 0, 0, .3);
   box-sizing: border-box;
}

.fs-slider-container .fs-slider .fs-slider-item a .item-text .fs-slider-article {
   float: left;
   width: 500px;
   color: #fff;
   font-size: 14px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}

.fs-slider-container .fs-slider .fs-slider-item a .item-text .fs-slider-dot {
   float: right;
   color: #fff;
   font-size: 14px;
}

.blk .blk-fs .fs-item-sh1 .fs-sh-group,
.blk .blk-fs .fs-item-bj1 .fs-sh-group,
.blk .blk-fs .fs-item-sz1 .fs-sh-group {
   float: right;
   width: 385px;
}

.blk .blk-fs .fs-item-sh1 .fs-sh-group .fs-sh img,
.blk .blk-fs .fs-item-bj1 .fs-sh-group .fs-sh img,
.blk .blk-fs .fs-item-sz1 .fs-sh-group .fs-sh img {
   display: block;
   width: 385px;
   height: 256px;
}

.blk .blk-fs .fs-item-sh1 .fs-sh-group .fs-sh .fs-sh-tit,
.blk .blk-fs .fs-item-bj1 .fs-sh-group .fs-sh .fs-sh-tit,
.blk .blk-fs .fs-item-sz1 .fs-sh-group .fs-sh .fs-sh-tit {
   display: block;
   margin-top: 12px;
   width: 385px;
   height: 56px;
   line-height: 28px;
   color: #666;
   font-size: 20px;
   text-align: justify;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.blk .blk-fs .fs-item-sh1 .fs-sh-group .fs-sh .fs-sh-detail,
.blk .blk-fs .fs-item-bj1 .fs-sh-group .fs-sh .fs-sh-detail,
.blk .blk-fs .fs-item-sz1 .fs-sh-group .fs-sh .fs-sh-detail {
   display: block;
   margin-top: 8px;
   width: 385px;
   height: 60px;
   line-height: 20px;
   color: #666;
   font-size: 14px;
   text-align: justify;
}

.blk .blk-fs .fs-item-sh1 .fs-sh-group .fs-sh .fs-sh-detail span,
.blk .blk-fs .fs-item-bj1 .fs-sh-group .fs-sh .fs-sh-detail span,
.blk .blk-fs .fs-item-sz1 .fs-sh-group .fs-sh .fs-sh-detail span {
   float: right;
}

.blk .blk-fs .fs-item-sh2 {
   margin-top: 25px;
   margin-left: -24px;
   width: 1024px;
}

.blk .blk-fs .fs-item-sh2 .fs-sh-group {
   float: left;
   margin-left: 24px;
   width: 232px;
}

.blk .blk-fs .fs-item-sh2 .fs-sh-group img {
   display: block;
   width: 226px;
   height: 150px;
}

.blk .blk-fs .fs-item-sh2 .fs-sh-group span {
   display: block;
   margin-top: 9px;
   height: 44px;
   line-height: 22px;
   color: #666;
   font-size: 16px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.blk-title-lv11 {
   margin-top: 47px;
   color: #b89c89;
   font-size: 24px;
   font-weight: bold;
   text-align: center;
}

.wnzy-title {
   width: 474px;
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_20.png?v=0.1) center no-repeat;
   background-size: contain;
}

.blk .blk-wn {
   margin-left: -24px;
   padding-top: 10px;
   width: 1024px;
}

.blk .blk-wn .wn-group {
   float: left;
   margin-top: 25px;
   margin-left: 24px;
   width: 488px;
   height: 154px;
}

.blk .blk-wn .wn-group img {
   float: left;
   width: 232px;
   height: 154px;
}

.blk .blk-wn .wn-group .wn-text {
   float: right;
   width: 232px;
}

.blk .blk-wn .wn-group .wn-text .wn-tit {
   display: block;
   height: 48px;
   line-height: 24px;
   color: #666;
   font-size: 20px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-align: justify;
}

.blk .blk-wn .wn-group .wn-text .wn-detail {
   display: block;
   height: 100px;
   line-height: 20px;
   color: #666;
   font-size: 14px;
   text-align: justify;
}

.blk .blk-wn .wn-group .wn-text .wn-detail span {
   float: right;
}

.blk .wn-btn,
.blk .lcss-btn,
.blk .vote-person-btn,
.blk .vote-team-btn {
   margin-top: 35px;
   width: 1000px;
   height: 32px;
   line-height: 32px;
   text-align: center;
   color: #b89c89;
   font-size: 14px;
   background: #f1eee8;
   border-radius: 2px;
   cursor: pointer;
}

.blk .vote-person-btn,
.blk .vote-team-btn {
   margin-top: 25px;
}

.lchkt-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_21.png?v=0.1) center no-repeat;
   background-size: contain;
}

.lcss-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_22.png?v=0.1) center no-repeat;
   background-size: contain;
}

.blk .hkt-item1 {
   display: block;
   margin-top: 32px;
   height: 212px;
}

.blk .hkt-item1 img {
   float: left;
   width: 316px;
   height: 212px;
}

.blk .hkt-item1 .hkt-text {
   float: right;
   width: 658px;
}

.blk .hkt-item1 .hkt-text .hkt-tit {
   display: block;
   line-height: 26px;
   color: #666;
   font-size: 20px;
   font-weight: bold;
}

.blk .hkt-item1 .hkt-text .hkt-detail {
   display: block;
   margin-top: 12px;
   line-height: 28px;
   color: #666;
   font-size: 14px;
   text-align: justify;
}

.blk .hkt-item1 .hkt-text .hkt-detail span {
   float: right;
}

.blk .hkt-item2 {
   margin-top: 26px;
   margin-left: -26px;
   width: 1026px;
}

.blk .hkt-item2 .hkt-group {
   float: left;
   margin-left: 26px;
}

.blk .hkt-item2 .hkt-group img {
   display: block;
   width: 316px;
   height: 212px;
}

.blk .hkt-item2 .hkt-group span {
   display: block;
   margin: 13px 0;
   width: 316px;
   height: 44px;
   line-height: 22px;
   color: #666;
   font-size: 16px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.lcjyz-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_23.png?v=0.1) center no-repeat;
   background-size: contain;
}

.blk .jyz-bar {
   position: relative;
   margin-top: 32px;
   padding: 18px 0;
   width: 1000px;
   height: 94px;
   border: 1px solid #b89c89;
   border-radius: 4px;
   box-sizing: border-box;
   text-align: center;
}

.blk .jyz-bar span {
   float: left;
   width: 843px;
   line-height: 28px;
   color: #b89c89;
   font-size: 18px;
}

.blk .jyz-bar .jyz-btn {
   position: absolute;
   display: block;
   top: 26px;
   right: 24px;
   width: 132px;
   height: 42px;
   line-height: 42px;
   background: #fb2717;
   color: #fff;
   font-size: 20px;
   border-radius: 4px;
}

.blk .jyz-container {
   padding-top: 3px;
   margin-left: -26px;
   width: 1026px;
}

.blk .jyz-container .jyz-group {
   float: left;
   margin-top: 26px;
   margin-left: 26px;
   width: 316px;
}

.blk .jyz-container .jyz-group img {
   display: block;
   width: 316px;
   height: 128px;
}

.blk .jyz-container .jyz-group .jyz-dec {
   display: block;
   margin-top: 13px;
   width: 316px;
   height: 44px;
   line-height: 22px;
   color: #666;
   font-size: 16px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.dsjs-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_24.png?v=0.1) center no-repeat;
   background-size: contain;
}

.blk .dsjs-introduce {
   margin-top: 31px;
   line-height: 28px;
   color: #b89c89;
   font-size: 18px;
   text-align: center;
   font-weight: bold;
}

.blk .blk-title-lv12 {
   margin-top: 55px;
   color: #b89c89;
   font-size: 24px;
   font-weight: bold;
   text-align: center;
}

.blk .dsjs-item1 {
   margin-top: 38px;
   padding: 34px 34px 34px 19px;
   border: 1px solid #b89c89;
   border-radius: 4px;
   box-sizing: border-box;
}

.blk .dsjs-item1 p {
   padding-left: 14px;
   color: #666;
   font-size: 14px;
   text-align: justify;

}

.blk .dsjs-item2 p {
   color: #666;
   font-size: 14px;
   text-align: justify;

}

.blk .dsjs-item1 a,
.blk .dsjs-item2 a {
   color: #b89c89;
   font-weight: bold;
}

.blk .dsjs-item1 h3 {
   position: relative;
   padding-left: 14px;
   line-height: 22px;
   color: #666;
   font-size: 14px;
   text-align: justify;
   font-weight: normal;
}

.blk .dsjs-item1 h3:after {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   margin-top: -4px;
   width: 8px;
   height: 8px;
   background: #b89c89;
   border-radius: 10px;
}

.blk .dsjs-item2 {
   margin-top: 24px;
   padding: 34px;
   border: 1px solid #b89c89;
   border-radius: 4px;
   box-sizing: border-box;
}

.blk .dsjs-item1 .tips0,
.blk .dsjs-item2 .tips0 {
   display: block;
   line-height: 24px;
   color: #666;
   font-size: 20px;
   font-weight: bold;
}

.blk .dsjs-item1 .tips1,
.blk .dsjs-item1 .tips2,
.blk .dsjs-item1 .tips3,
.blk .dsjs-item1 .tips4,
.blk .dsjs-item1 .tips5,
.blk .dsjs-item1 .tips6,
.blk .dsjs-item2 .tips1,
.blk .dsjs-item2 .tips2,
.blk .dsjs-item2 .tips3,
.blk .dsjs-item2 .tips4,
.blk .dsjs-item2 .tips5,
.blk .dsjs-item2 .tips6 {
   display: block;
   line-height: 22px;
   color: #666;
   font-size: 14px;
   text-align: justify;
}

.blk .dsjs-item1 .tips1,
.blk .dsjs-item2 .tips1 {
   margin-top: 8px;
}

.blk .dsjs-item1 .tips2,
.blk .dsjs-item1 .tips3,
.blk .dsjs-item1 .tips6,
.blk .dsjs-item2 .tips2,
.blk .dsjs-item2 .tips3,
.blk .dsjs-item2 .tips6 {
   margin-top: 23px;
}

.blk .dsjs-item1 .tips4,
.blk .dsjs-item1 .tips5 {
   text-indent: 12px;
}

.blk .dsjs-item3 {
   margin-top: 60px;
   width: 1000px;
   height: 172px;
   background: url(//n.sinaimg.cn/finance/66ceb6d9/20230609/bg20.png) left no-repeat;
   background-size: contain;
}

.blk .dsjs-item4 {
   margin-top: 73px;
   width: 1000px;
   /* height: 657px; */
   /* background: url(//n.sinaimg.cn/finance/66ceb6d9/20230609/bg21.png) center no-repeat; */
   /* background-size: contain; */
}

.blk .dsjs-item5 {
   margin-top: 60px;
   width: 1000px;
   height: 132px;
   background: url(//n.sinaimg.cn/finance/66ceb6d9/20230609/bg22.png) center no-repeat;
   background-size: contain;
}

.dspw-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_28.png?v=0.1) center no-repeat;
   background-size: contain;
}

.blk .dspw-group {
   margin-top: -10px;
   padding-bottom: 6px;
   width: 1000px;
}

.blk .dspw-group .dspw {
   float: left;
   margin-top: 40px;
   margin-left: 25px;
   width: 174px;
}

.blk .dspw-group .dspw img {
   display: block;
   width: 150px;
   height: 150px;
   border: 12px solid #dcd4c5;
   border-radius: 50%;
}

.blk .dspw-group .dspw .dspw-name {
   display: block;
   margin: 11px auto 0;
   width: 150px;
   line-height: 24px;
   color: #666;
   font-size: 22px;
   font-weight: bold;
   text-align: center;
}

.blk .dspw-group .dspw .dspw-position {
   display: block;
   margin: 10px auto 0;
   width: 150px;
   height: 72px;
   line-height: 18px;
   color: #666;
   font-size: 14px;
   text-align: center;
   display: -webkit-box;
   -webkit-line-clamp: 4;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.wjhg-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_29.png?v=0.1) center no-repeat;
   background-size: contain;
}

.blk .wjhg-group {
   margin-top: 30px;
   margin-left: -24px;
   width: 1024px;
}

.blk .wjhg-group .wjhg {
   float: left;
   margin-left: 24px;
   width: 232px;
}

.blk .wjhg-group .wjhg img {
   display: block;
   width: 232px;
   height: 100px;
   border-radius: 4px;
}

.blk .wjhg-group .wjhg span {
   display: block;
   margin: 17px 0;
   color: #666;
   font-size: 16px;
   text-align: center;
}

.yhjj-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_30.png?v=0.1) center no-repeat;
   background-size: contain;
}

.blk .yhjj-bar {
   display: block;
   margin-top: 30px;
   width: 1000px;
   /* height: 197px; */
   /* background: url(//n.sinaimg.cn/finance/66ceb6d9/20230614/pc-yh2.jpg) center no-repeat; */
   /* background-size: contain; */
}

.blk .yhjj-line1,
.blk .yhjj-line2 {
   margin-top: 26px;
   line-height: 22px;
   color: #666;
   font-size: 14px;
   text-align: justify;
}

.blk .yhjj-line2 {
   margin-top: 24px;
}

.blk .yhjj-code {
   margin-top: 34px;
}

.blk .yhjj-code img {
   display: block;
   margin: 0 auto;
   width: 1000px;
   height: 197px;
}

.blk .yhjj-code span {
   display: block;
   margin: 17px auto 0;
   width: 260px;
   color: #b89c89;
   font-size: 14px;
   text-align: center;
}

.zzjg-title {
   background: url(//n.sinaimg.cn/finance/2022/lcs/images/pc_33.png?v=0.1) center no-repeat;
   background-size: contain;
}

.blk .zzjg {
   margin: 48px auto 0;
   /* width: 1000px;
   height: 324px;
   background: url(//n.sinaimg.cn/sina_client/66ceb6d9/20230613/fs.png) center no-repeat;
   background-size: contain; */
}

.vote-person {
   margin-left: -25px;
   padding-top: 3px;
   width: 1025px;
}

.vote-person .person {
   float: left;
   margin-top: 25px;
   margin-left: 25px;
}

.vote-person .person .person-img {
   position: relative;
}

.vote-person .person .person-img img {
   display: block;
   width: 180px;
   height: 240px;
   border-radius: 4px 4px 0 0;
}

.vote-person .person .person-img .img-dec {
   display: block;
   position: absolute;
   bottom: 0;
   padding: 14px 11px 12px;
   width: 180px;
   height: 60px;
   background: rgba(0, 0, 0, .3);
   box-sizing: border-box;
}

.vote-person .person .person-img .img-dec span {
   display: block;
   color: #fff;
}

.vote-person .person .person-img .img-dec .img-name {
   line-height: 15px;
   font-size: 15px;
}

.vote-person .person .person-img .img-dec .img-position {
   margin-top: 5px;
   line-height: 14px;
   font-size: 14px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}

.vote-person .person .person-tool {
   width: 180px;
   height: 32px;
   line-height: 32px;
   background: #dcd4c5;
   border-radius: 0 0 4px 4px;
}

.vote-person .person .person-tool .person-num {
   margin-left: 5px;
   color: #fb2717;
   font-size: 16px;
   font-weight: bold;
}

.vote-person .person .person-tool .person-btn {
   float: right;
   margin-top: 6px;
}

.vote-person .person .person-tool .person-btn span {
   float: left;
   margin-right: 5px;
   width: 36px;
   height: 20px;
   line-height: 20px;
   color: #dcd4c5;
   font-size: 14px;
   border-radius: 3px;
   background: #fb2717;
   text-align: center;
   cursor: pointer;
}

.vote-team {
   margin-left: -24px;
   padding-top: 3px;
   width: 1024px;
}

.vote-team .team {
   float: left;
   margin-top: 25px;
   margin-left: 24px;
}

.vote-team .team .team-img {
   position: relative;
}

.vote-team .team .team-img img {
   display: block;
   width: 232px;
   height: 174px;
   border-radius: 4px 4px 0 0;
}

.vote-team .team .team-img .img-dec {
   display: block;
   position: absolute;
   bottom: 0;
   padding: 14px 10px 12px;
   width: 232px;
   height: 60px;
   background: rgba(0, 0, 0, .3);
   box-sizing: border-box;
}

.vote-team .team .team-img .img-dec span {
   display: block;
   color: #fff;
}

.vote-team .team .team-img .img-dec .img-name {
   line-height: 15px;
   font-size: 15px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}

.vote-team .team .team-img .img-dec .img-position {
   margin-top: 5px;
   line-height: 14px;
   font-size: 14px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}

.vote-team .team .team-tool {
   width: 232px;
   height: 32px;
   line-height: 32px;
   background: #dcd4c5;
   border-radius: 0 0 4px 4px;
}

.vote-team .team .team-tool .team-num {
   margin-left: 5px;
   color: #fb2717;
   font-size: 16px;
   font-weight: bold;
}

.vote-team .team .team-tool .team-btn {
   float: right;
   margin-top: 6px;
}

.vote-team .team .team-tool .team-btn span {
   float: left;
   margin-right: 5px;
   width: 36px;
   height: 20px;
   line-height: 20px;
   color: #dcd4c5;
   font-size: 14px;
   border-radius: 3px;
   background: #fb2717;
   text-align: center;
   cursor: pointer;
}

.person-img .img-text {
   opacity: 0;
   position: absolute;
   top: 0;
   padding: 5px;
   height: 180px;
   width: 180px;
   color: #fff;
   font-size: 12px;
   overflow: auto;
   background: rgba(0, 0, 0, .3);
   box-sizing: border-box;
   text-align: justify;
   z-index: 90;
}

.person-img .img-text:hover {
   opacity: 1;
}

.team-img .img-text {
   opacity: 0;
   position: absolute;
   top: 0;
   padding: 5px;
   height: 114px;
   width: 232px;
   color: #fff;
   font-size: 12px;
   overflow: auto;
   background: rgba(0, 0, 0, .3);
   box-sizing: border-box;
   z-index: 99;
   text-align: justify;
}

.team-img .img-text:hover {
   opacity: 1;
}

/*.modal-bg{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.3);z-index:999;}
.modal-bg .close{position:absolute;display:block;top:-15px;right:-15px;width:30px;height:30px;line-height:30px;border-radius:50%;background:#fff;text-align:center;cursor:pointer;}
.modal{position:relative;top:50%;left:50%;margin-top:-200px;margin-left:-250px;padding-top:64px;padding-left:160px;width:500px;height:400px;background:#d82013;box-sizing:border-box;}
.modal .person img{display:block;width:180px;height:240px;border-radius:4px 4px 0 0;}
.modal .person .person-img{position:relative;}
.modal .person .person-img .img-dec{display:block;position:absolute;bottom:0;padding:14px 11px 12px;width:180px;height:60px;background:rgba(0,0,0,0.3);box-sizing:border-box;}
.modal .person .person-img .img-dec span{display:block;color:#fff;}
.modal .person .person-img .img-dec .img-name{line-height:15px;font-size:15px;}
.modal .person .person-img .img-dec .img-position{margin-top:5px;line-height:14px;font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.modal .person .person-tool{width:180px;height:32px;line-height:32px;background:#dcd4c5;border-radius:0 0 4px 4px;}
.modal .person .person-tool .person-num{margin-left:5px;color:#fb2717;font-size:16px;font-weight:bold;}
.modal .person .person-tool .person-btn{float:right;margin-top:6px;}
.modal .person .person-tool .person-btn span{float:left;margin-right:5px;width:36px;height:20px;line-height:20px;color:#dcd4c5;font-size:14px;border-radius:3px;background:#fb2717;text-align:center;cursor:pointer;}
*/
.blk .sarch-blk {
   float: right;
}

/*footer*/
.m-footer-w {
   min-width: 1000px;
   width: 100%;
   height: 219px;
   /* background: #fb2717; */
}

.footer {
   text-align: center;
   height: 219px;
   line-height: 20px;
   margin: 74px auto 0;
   width: 1000px;
   font-size: 14px;
   padding: 45px 0;
   width: 100%;
   color: #666;
   box-sizing: border-box;
}

.footer p {
   height: 20px;
}

.footer a:link,
.footer a:visited {
   color: #666;
}

.footer a:hover {
   color: #666;
}

.hide {
   display: none;
}

.show {
   display: block !important;
}

.nav-bar {
   display: none;
   position: fixed;
   bottom: 200px;
   left: 50%;
   margin-left: 505px;
   padding-bottom: 10px;
   width: 110px;
   border: 2px solid #b89c89;
   border-radius: 4px;
   box-sizing: border-box;
}

.nav-bar .code {
   margin: 10px auto 0;
   width: 120px;
   border-bottom: 1px solid #b89c89;
}

.nav-bar .code img {
   display: block;
   width: 120px;
   height: 120px;
}

.nav-bar .code span {
   display: block;
   height: 34px;
   line-height: 34px;
   color: #b89c89;
   font-size: 14px;
   text-align: center;
}

.nav-bar a {
   display: block;
   margin-top: 10px;
   line-height: 14px;
   color: #b89c89;
   font-size: 14px;
   text-align: center;
}

.aside-show {
   display: block !important;
   animation: fadeIn 2s;
}

@keyframes fadeIn {
   from {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

.title-h2 {
   line-height: 200px;
   overflow: hidden;
}

.top-tab-w {
   margin-top: 23px;
   text-align: center;
}

.top-tab-w .top-tab-item {
   display: inline-block;
   margin: 0 4px;
   padding: 0 12px;
   height: 32px;
   line-height: 32px;
   color: #b89c89;
   font-size: 24px;
   text-align: center;
}

.top-tab-w .top-syb {
   height: 32px;
   line-height: 32px;
   color: #b89c89;
   font-size: 24px;
}

.top-tab-w .active {
   color: #fff;
   background: #b89c89;
}

.hide {
   display: none;
}

.fsdb-tab-w {
   display: flex;
   justify-content: space-around;
   margin-top: 30px;
   text-align: center;
   border-radius: 10px;
   overflow: hidden;
}

.fsdb-tab-w .fsdb-tab-item {
   /* display: inline-block; */
   /* margin: 0 4px; */
   /* padding: 0 12px; */
   height: 80px;
   width: 33%;
   /* line-height: 80px; */
   /* color: #b89c89; */
   /* font-size: 24px; */
   text-align: center;
   background: #b89c89;

}

.fsdb-tab-w .active {
   background: #fb2717;
}

.fsdb-tab-item p {
   margin-top: 15px;
   color: #fff;
   font-size: 16px;
}

.fsdb-tab-item h3 {
   margin-top: 5px;
   color: #fff;
   font-size: 18px;
}

/* 理财CUE你了 */
.lccue-title {
   background: url(//n.sinaimg.cn/finance/66ceb6d9/20230609/title.png) no-repeat;
}

#lcqnl .blk-list {
   margin-top: 20px;
}

.lccue-video-wrap {
   width: 800px;
   margin: 0 auto;
}

.lccue-video-wrap .lccue-txt h3 {
   font-size: 20px;
   color: #666;
   line-height: 54px;
}

.lccue-video-wrap .lccue-txt p {
   font-size: 14px;
   color: #666;
   line-height: 26px;
}

.lccue-list {
   overflow: hidden;
   margin-top: 30px;
}

.lccue-list .lccue-item {
   width: 230px;
   float: left;
   margin-right: 25px;
}

.lccue-list .lccue-item:nth-of-type(4n) {
   margin-right: 0;
}

.lccue-list .lccue-item .img {
   position: relative;
}

.lccue-list .lccue-item .img a::after {
   content: '';
   background: url(//n.sinaimg.cn/finance/66ceb6d9/20230609/icon-play.png) no-repeat;
   position: absolute;
   width: 50px;
   height: 50px;
   background-size: cover;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   -webkit-transform: t;
}

.lccue-list .lccue-item img {
   width: 100%;
   height: 170px;
   display: block;
}

.lccue-list .lccue-item .txt {
   font-size: 16px;
   color: #666;
   height: 40px;
   text-align: left;
   line-height: 40px;
}

.m3 {
   margin: 0 auto;
}

.m3 .m3bg {
   /* background: url(../images/bg2.jpg) repeat; */
   padding: 35px 0;
}

.m3 p {
   height: 44px;
   margin-bottom: 30px;
}

.m3 p.m3tt1 {
   background-position: 0 -200px;
}

.m3 p.m3tt2 {
   background-position: 0 -260px;
}

.m3 .pic {
   text-align: center;
   margin-bottom: 20px;
   position: relative;
}

.m3 .pic img {
   position: relative;
}

.m3 .pic .cc {
   position: absolute;
   left: 347px;
   top: 0;
}

.m3 .pic span {
   position: absolute;
   background: rgba(216, 43, 51, 0.2);
   border-radius: 100%;
}

.m3 .pic span.c1 {
   width: 136px;
   height: 136px;
   left: 77px;
   top: 77px;
   -webkit-animation: c1 4s ease infinite;
   animation: c1 4s ease infinite;
}

.m3 .pic span.c2 {
   width: 172px;
   height: 172px;
   left: 59px;
   top: 59px;
   -webkit-animation: c2 4s ease infinite;
   animation: c2 4s ease infinite;
}

.m3 .pic span.c3 {
   width: 208px;
   height: 208px;
   left: 41px;
   top: 41px;
   -webkit-animation: c3 4s ease infinite;
   animation: c3 4s ease infinite;
}

.m3 .pic span.c4 {
   width: 290px;
   height: 290px;
   left: 0;
   top: 0;
   background: url(../images/m3_cc2.png) no-repeat;
   -webkit-animation: c1 4s ease infinite;
   animation: c1 4s ease infinite;
}

.m3 .pic span.c5 {
   width: 290px;
   height: 290px;
   left: 0;
   top: 0;
   background: url(../images/m3_cc.png) no-repeat;
   -webkit-animation: rotate 4s linear infinite;
   animation: rotate 4s linear infinite;
}

@-webkit-keyframes c1 {
   0% {
      opacity: 0.2
   }

   25%,
   75% {
      opacity: 1
   }

   100% {
      opacity: 0.2
   }
}

@keyframes c1 {
   0% {
      opacity: 0.2
   }

   25%,
   75% {
      opacity: 1
   }

   100% {
      opacity: 0.2
   }
}

@-webkit-keyframes c2 {

   0%,
   25% {
      opacity: 0.2
   }

   75% {
      opacity: 1
   }

   100% {
      opacity: 0.2
   }
}

@keyframes c2 {

   0%,
   25% {
      opacity: 0.2
   }

   75% {
      opacity: 1
   }

   100% {
      opacity: 0.2
   }
}

@-webkit-keyframes c3 {

   0%,
   50% {
      opacity: 0.2
   }

   75% {
      opacity: 1
   }

   100% {
      opacity: 0.2
   }
}

@keyframes c3 {

   0%,
   50% {
      opacity: 0.2
   }

   75% {
      opacity: 1
   }

   100% {
      opacity: 0.2
   }
}

@-webkit-keyframes rotate {

   0%,
   100% {
      -webkit-transform: rotate(0deg);
      opacity: 1
   }

   25% {
      -webkit-transform: rotate(-3deg);
      opacity: 0.5
   }

   75% {
      -webkit-transform: rotate(3deg);
      opacity: 0.8
   }
}

@keyframes rotate {

   0%,
   100% {
      transform: rotate(0deg);
      opacity: 1
   }

   25% {
      transform: rotate(-3deg);
      opacity: 0.5
   }

   75% {
      transform: rotate(3deg);
      opacity: 0.8
   }
}

/* 热点聚焦 */
.m-rdjj-news1 {}

.rdjj-blk {
   margin: 20px auto 0;
}

.m-rdjj-news1 {
   float: right;
   width: 385px;
}

.m-rdjj-news1 li {
   margin-bottom: 16px;
}

.m-rdjj-news1 h2 {
   font-weight: normal;
   margin-bottom: 10px;
   line-height: 30px;
   color: #333;
   font-size: 24px;
}

.m-rdjj-news1 p {
   line-height: 20px;
   color: #666;
   font-size: 14px;
}

.m-rdjj-news1 p a {
   color: #b89c89;
}

.m-rdjj-news2 {
   margin-top: 10px;
   border-top: 1px solid #b89c89;
   padding: 24px 0 10px;
}

.m-rdjj-news2-item {
   position: relative;
   padding-left: .32rem;
   height: 42px;
   line-height: 42px;
   color: #333;
   font-size: 20px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.m-rdjj-news2-item::after {
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   margin-top: -4px;
   width: 8px;
   height: 8px;
   background: #b89c89;
   border-radius: 999px;
}

.m-rdjj-news2-item a {
   color: #333;

}

.m-rdjj-news2-more {
   text-align: right;
   padding-bottom: 10px;
   border-bottom: 1px solid #b89c89;
}

.m-rdjj-news2-more a {
   color: #b89c89;
   font-size: 14px;
}

#sjlcs {
   margin-top: 10px;
}

#rqlcs {
   margin-top: 60px;
}

#m_res_team {
   margin-top: 60px;
}

#sjtd {
   margin-top: 20px;
}

#toptd {
   margin-top: 60px;
}

#rqtd {
   margin-top: 60px;
}

.u-time-title {
   margin-top: 35px;
}

.m-pxbz-tips {
   margin-top: 25px;
}

.m-pxbz-tips p {
   color: #666;
   font-size: 14px;
}

.m-pxbz-tips p span {
   font-size: 14px;
   color: #e10006;
}

#dsbd .u-title {
   margin: 20px auto;
}

#person_top10 .person-group .u_rank,
#team_top10 .team-group .u_rank {
   position: absolute;
   left: -15px;
   top: -15px;
   width: 40px;
   height: 40px;
}

#person_top10 .person-group,
#team_top10 .team-group {
   overflow: visible;
}

#person_top10 .person-group .u_rank1,
#team_top10 .team-group .u_rank1 {
   background: url(../images/num1.png) no-repeat;
   background-size: 100%;
}

#person_top10 .person-group .u_rank2,
#team_top10 .team-group .u_rank2 {
   background: url(../images/num2.png) no-repeat;
   background-size: 100%;
}

#person_top10 .person-group .u_rank3,
#team_top10 .team-group .u_rank3 {
   background: url(../images/num3.png) no-repeat;
   background-size: 100%;
}


.lazyload {
   opacity: 0;
   transform: scale(0.8);
}

.lazyloaded {
   opacity: 1;
   transform: scale(1);
   transition: all 700ms;
}
