.ibanner {
    height: 680px;
}
#swiper {
    height: 100%;
}
#swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    border-radius: 0;
    transition: all .3s;
    margin: 0 6px;
}
#swiper .swiper-pagination-bullet-active {
    height: 20px;
    background: #D1A053;
}
/* #swiper .swiper-pagination-bullet-active + .swiper-pagination-bullet {
    height: 15px;
}
#swiper .swiper-pagination-bullet:has(+ .swiper-pagination-bullet-active) {
    height: 15px;
} */
/* 首页各个板块背景 */
.section {
    overflow: hidden;
    padding: 60px 0;
}
.section1 {
    background: #F5F7F9;
}
.section2 {
    background: #FFF;
}
.section3 {
    background: #F5F7F9;
}
.section4 {
    background: #FFF;
}
.section5 {
    background: #F5F7F9;
}
/* 板块标题 */
/* .section-title {
    background: url(../imgs1/section_title.png) no-repeat center;
    padding: 10px 0;
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
} */
.unit-title {
    height: 80px;
    padding: 10px 0;
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}
/* 投教广场 */
.ibox-2 {
    display: flex;
    justify-content: space-between;
}
.ibox-2>div {
    width: 585px;
}
/* 投教广场 */
.section5 .imore {
    margin-top: 20px;
}
.tjgc-content {
    height: 412px;
    padding: 20px;
    background: #FFF;
    margin-top: 20px;
}
.tjgc-title {
    display: flex;
    justify-content: space-between;
    line-height: 42px;
}
.tjgc-title-l {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
}
.tjgc-title-r {
    font-size: 16px;
    color: #666666;
}
.tjgc-title-r a:hover {
    color: #2B387F;
}
/* 衍学百科 */
 .yxbk-list li {
    border-bottom: 1px solid #D9D9D9;
} 
.yxbk-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.yxbk-list li>a {
    display: block;
    padding: 17px 15px;
    border-radius: 4px;
}
.mark-box {
    height: 20px;
    line-height: 20px;
}
.new-mark {
    display: inline-block;
    width: 42px;
    background: #D1A053;
    border-radius: 4px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
}
.new-title1 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 30px;
}
.new-title1 p {
    display: inline-block;
    width: 440px;
    vertical-align: middle;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* transition: all .3s; */
}
.new-title1 span {
    width: 90px;
    text-align: right;
    color: #888888;
}
.yxbk-list li>a:hover p,
.yxbk-list li>a:hover span {
    color: #2B387F;
}
.yxbk-list li:not(.firstnews)>a:hover {
    background: #F5F7F9;
}
.yxbk-list .firstnews {
    padding: 0;
    border-bottom: 0;
}
.yxbk-list .firstnews a {
    display: block;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 21px 0;
    padding-left: 30px;
    padding-right: 15px;
    background: #F5F7F9 url(../imgs1/newmark.png) no-repeat left top;
    border-radius: 4px;
}
.firstnews-title {
    flex: 1;
    width: 449px;
    margin-left: 10px;
    line-height: 48px;
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.date1 {
    width: 56px;
    line-height: 24px;
    text-align: center;
}
.date1 p:nth-child(1) {
    height: 24px;
    color: #000;
    font-size: 20px;
    transition: all .3s;
}
.date1 p:nth-child(2) {
    height: 24px;
    color: #888888;
    font-size: 14px;
    transition: all .3s;
}
.yxbk-list li:hover .date1 p {
    color: #2B387F;
}
.yxbk-list li:hover .firstnews-title {
    color: #2B387F;
}
/* 场外衍生品知识读本 */
.cwysp-list li {
    padding: 16px 0;
    border-bottom: 1px dashed #D9D9D9;
}
.cwysp-list li:first-child {
    padding-top: 0;
}
.cwysp-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.cwysp-item {
    display: flex;
    justify-content: space-between;
}
.date2 {
    width: 56px;
    line-height: 24px;
    background: #FFF;
    text-align: center;
}
.date2 p:nth-child(1) {
    height: 24px;
    background: #454F8A;
    color: #FFF;
}
.date2 p:nth-child(2) {
    height: 24px;
    background: #F3F5F7;
    color: #222;
}
.news-title2 {
    margin-left: 20px;
    flex: 1;
    width: 469px;
}
.news-title2 a {
    display: inline-block;
    width: 100%;
    line-height: 48px;
    vertical-align: middle;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s;
}
.news-title2 a:hover {
    color: #2B387F;
    padding-left: 3px;
}
/* 衍读财经 */
.ydcj {
    margin-top: 30px;
}
.ydcj-content {
    margin-top: 20px;
    position: relative;
    padding-bottom: 50px;
}
#ydcjSwiper {
    height: 135px;
}
.ydcj-content .swiper-pagination {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%)
}
.ydcj-content .swiper-pagination-bullet {
    margin: 0 4px;
    opacity: 1;
    background: #D1A053;
    transition: all .3s;
}
.ydcj-content .swiper-pagination-bullet-active{
    background: #454F8A;

}
.ydcj-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #FFF;
    transition: all .2s;
}
.date3 {
    position: relative;
    width: 50px;
    line-height: 41px;
    text-align: center;
    font-size: 24px;
    color: #454F8A;
    transition: all .3s;
}
.date3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    margin-top: -1px;
    background: #454F8A;
    transform: rotate(-20deg);
    transition: all .3s;
}
.ydcj-title {
    width: 280px;
    font-size: 18px;
    color: #000000;
    line-height: 29px;
    transition: all .3s;
    /* 最多显示3行超出显示... */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ydcj-item:hover {
    background: #2B387F;
}
.ydcj-item:hover .ydcj-title,
.ydcj-item:hover .date3 {
    color: #FFF;
}
.ydcj-item:hover .date3::before {
    background: #FFF;
}
/* 名师课堂 */
.mskt-content {
    position: relative;
    width: 100%;
    height: 575px;
    overflow: hidden;
}
.mskt-content a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: none;
}
.mskt-content a img {
    position: absolute;
    right: 60px;
    bottom: 60px;
}
.mskt-nav {
    position: relative;
    bottom: 40px;
    display: flex;
    justify-content: center;
    z-index: 15;
}
.mskt-navitem {
    width: 285px;
    height: 188px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all .3s;
}
.date4 {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    transition: all .3s;
}
.date4 i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../imgs1/icon-time.png) no-repeat center;
    vertical-align: middle;
    margin-top: -3px;
}
.mskt-title {
    margin-top: 20px;
    height: 52px;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    /* 最多显示2行，超出显示... */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
}
.mskt-marks {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
}
.mskt-marks span {
    display: inline-block;
    padding: 0 12px;
    background: #D1A053;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    vertical-align: top;
}
.mskt-navitem.cur {
    background: #454F8A;
}
.mskt-navitem.cur .date4,
.mskt-navitem.cur .mskt-title {
    color: #FFF;
}
.mskt-navitem.cur .date4 i {
    background-image: url(../imgs1/icon-time-white.png);
}

/* 专题活动 */
.zthd {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
#zthdSwiper {
    padding-bottom: 18px;
}
.zthd .swiper-slide {
	width: 860px;
	height: 450px;
    border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 10px #ddd;
}
.zthd .swiper-slide img{
	display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.zthd .swiper-button-prev {
	left: -65px;
	width: 72px;
	height: 72px;
	background: url(../imgs1/sleft.png) no-repeat;
	background-size: 100%;
}
.zthd .swiper-button-next {
	right: -65px;
	width: 72px;
	height: 72px;
	background: url(../imgs1/sright.png) no-repeat;
	background-size: 100%;
}
.oneping .swiper-button-prev {
	left: -80px;
}
.oneping .swiper-button-next {
	right: -80px;
}
.imore {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}
.imore a {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #454F8A;
    font-size: 18px;
    color: #FFFFFF;
    transition: all .3s;
}
.imore a:hover {
    width: 170px;
    font-size: 20px;
    box-shadow: 0 4px 8px #ddd;
}
/* 第一屏 */
.ibanner.one {
    height: auto;
    background: #FFF;
}
.oneping {
    padding: 40px 0;
}
#oneSwiper {
    padding: 20px 0;
}
#oneSwiper .swiper-slide {
    width: 900px;
    height: 450px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 10px #ddd;
}
/*  */
/* 权益保护 */
.qybh-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.qybh-list li {
    width: 384px;
    height: 194px;
    margin-bottom: 24px;
    margin-right: 24px;
}
.qybh-list li:nth-child(3n) {
    margin-right: 0;
}
.qybh-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #FFFFFF;
    cursor: pointer;
    transition: all .3s;
}
.qybh-list .mskt-marks {
    margin-top: 5px;
}
.qybh-list .date4 {
    margin-top: 20px;
}
.qybh-list li a:hover {
    /* background: #454F8A; */
    margin-top: -5px;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, .1);
}
/* .qybh-list li a:hover .date4,
.qybh-list li a:hover .mskt-title {
    color: #FFF;
}
.qybh-list li a:hover .date4 i {
    background-image: url(../imgs1/icon-time-white.png);
} */
/* 行业园地 */
.hyyd-l {
    height: 450px;
    background: #F5F7F9;
}
.hyyd-r {
    height: 450px;
    background: #F5F7F9;
    overflow: hidden;
}
#hyydSwiper {
    height: 100%;
}
.hyyd-img {
    height: 352px;
    background-size: 100% 100%;
}
.hyyd-title-box {
    height: 98px;
    padding: 20px;
}
.hyyd-title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#hyydSwiper .mskt-marks {
    position: absolute;
    left: 20px;
    top: 0;
}
#hyydSwiper .mskt-marks span {
    background: #454F8A;
}
#hyydSwiper .swiper-pagination{
    position: absolute;
    bottom: 15px;
    right: 20px;
    left: auto;
    width: auto;
}
#hyydSwiper .swiper-pagination-bullet {
    opacity: 1;
    width: 6px;
    height: 8px;
    background: #D1D1D1;
    border-radius: 0;
    transition: all .3s;
}
#hyydSwiper .swiper-pagination-bullet-active {
    background: #D1A053;
    height: 16px;
}
/* 右侧列表 */
.news-item {
    display: block;
    display: flex;
    align-items: center;
    height: 90px;
    transition: all .3s;
}
.news_iteml {
    margin-left: 30px;
    width: 60px;
    text-align: center;
}
.date_m {
    font-family: Arial;
    font-size: 26px;
    color: #000000;
    transition: all .3s;
}
.date_d {
    padding-top: 3px;
    border-top: 1px solid #888888;
    line-height: 24px;
    font-family: Arial;
    font-size: 14px;
    color: #888888;
    transition: all .3s;
}
.news_itemr {
    margin-left: 20px;
    width: 475px;
    padding-right: 15px;
    line-height: 29px;
    font-size: 18px;
    color: #000000;
    transition: all .3s;
}
.news_itemr .mskt-marks {
    margin-top: 0;
    height: 24px;
    line-height: 24px;
}
.news_itemr .mskt-marks span {
    background: #454F8A;
    padding: 0 10px;
}
.news_itemr p {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*  */
.news-item.cur {
    background: #454F8A;
    box-shadow: 0px 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.news-item.cur .date_m,
.news-item.cur .date_d,
.news-item.cur .news_itemr {
    color: #FFF;
}
.news-item.cur .date_d {
    border-top-color: #FFF;
}
.news-item.cur .mskt-marks span {
    /* background: #D1A053; */
    background: #6A72A1;
}

/* 首页icon */
.tjgc-title .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-top: -4px;
}
.icon-yxbk {
    background-image: url(../imgs1/icon-yxbk.png);
}
.icon-cwysp {
    background-image: url(../imgs1/icon-cwysp.png);
}
.icon-ydcj {
    background-image: url(../imgs1/icon-ydcj.png);
}
