.topbar {}

.container {}

.banner .swiper {
	height: 100%;
}

.banner .swiper img {
	width: 100%;
	height: 100%;
}

.banner .swiper {
	--swiper-theme-color: #ffffff;
	/* 设置Swiper风格 */
	--swiper-navigation-size: 30px;
	/* 设置按钮大小 */
}

.unit .banner .swiper {
	--swiper-navigation-size: 20px;
	/* 设置按钮大小 */
}

.swiper-button-prev {
	opacity: 0.5;
}

.swiper-button-next {
	opacity: 0.5;
}

.main {
	margin-top: var(--block-gap);
}

/* 头条新闻 */
.topline {
	margin: 40px 20px;
	text-align: center;
	display: none;
}

.topline a {
	font-size: 42px;
	font-weight: bold;
	color: #c87b0d;
}

.topline a:hover {
	color: #c83d0d;
}

/* 新闻盒子 */
.newsbox {
	display: flex;
	margin-top: 30px;
}

.newsbox-left {
	flex: 1;
}

.newsbox-right {
	flex: 1;
}

/* 新闻导航 */
.news-nav {}

.news-nav ul {
	display: flex;
	justify-content: flex-end;
}

.news-nav li {
	flex: 0 0 auto;
	text-align: center;
}

.news-nav li a {
	color: #717071;
	font-size: 120%;
}

.news-nav li.active a {
	color: #a6760d;
	font-weight: bold;
}

.news-nav li::after {
	content: '|';
	color: #dcdcdd;
	margin: 0 18px;
}

.news-nav li:last-child::after {
	content: '';
}

/* 新闻列表 */
.news-list {
	display: none;
	margin-left: .12rem;
}

.news-list.active {
	display: block;
}

.news-list h3 {
	display: none;
}

.news-list ul {
	margin-top: .05rem;
}

.news-list li {
	display: flex;
	border-bottom: 1px dashed #e6e6e6;
	padding: .02rem .12rem 0.02rem 0.02rem;
	height: .41rem;
	align-items: center;
}

.news-list li .news-date {
	display: flex;
	flex-direction: column;
	text-align: center;
	margin-right: 10px;
	padding: 0.08rem 0.02rem 0.08rem 0;
	width: 80px;
	border-right: 1px dashed #b0b0b0;
}

.news-list li .news-date .date-d {
	font-weight: 400;
	font-size: 140%;
	color: #bdbdbd;
}

.news-list li .news-date .date-ym {
	color: #bdbdbd;
}

.news-list li .news-link {
	flex: 1;
	color: #666;
}

.news-list li .news-link a {
	display: block;
	font-size: var(--news-link-font-size);
	color: #c87b0d;
	overflow: hidden;
}

.news-list li:last-child {
	border: none;
}

.news-list .more {
	display: none;
}

/* 图片新闻 */
/* .picnews { position: relative;}*/
/* .picnews a{}*/
/* .picnews .img{padding: 5px;}*/
/* .picnews img{ width: 600px;height:402px;border:none;}*/
/* .picnews h3{text-align: left; font-size: 20px; color: #333; padding:10px; }*/
/* .picnews p{ text-indent: 2em; color:#666; }*/


/* 图片新闻 */
.picnews h3 {
	display: none;
}

.picnews h3 {
	text-align: left;
	font-size: 20px;
	color: #333;
	padding: 10px;
}

.picnews .swiper {
	position: relative;
	width: 2.9rem;
	height: 1.92rem;
	margin: 0.05rem 0.05rem 0 0rem;
	--swiper-theme-color: #cfaa5f;
}

.picnews .swiper-slide {
	background-position: center;
	background-size: cover;
}

.picnews .swiper-slide * {
	display: block;
	width: 100%;
	height: 100%;
}

.picnews .swiper-pagination {
	position: absolute;
	width: 80px !important;
	left: 2.4rem !important;
}


.picnews .bottomleft {
	position: absolute;
	bottom: 0px;
	font-size: 18px;
	background: #fff;
	opacity: 0.8;
	height: 35px;
	width: 100%;
	line-height: 35px;
	color: #333;
	text-indent: 20px;
}

img {
	width: 100%;
	height: auto;
	opacity: 100;
}


/* 专题专栏 */
.specialbox {
	padding: 20px 0;
}

.specialbox h3 {
	display: flex;
	align-items: flex-end;
}

.specialbox h3 .title {
	flex: 1;
	background: url(/r/site_1/default/img/ztzltilte.jpg) no-repeat left center;
	text-indent: -9999px;
	height: 0.35rem;
}

.specialbox h3 .more {
	flex: 0 0 .5rem;
	font-size: .08rem;
	font-weight: 400;
}

.specialbox ul {
	display: flex;
	margin: 0.08rem -0.05rem;
	/* 抵消gap导致的问题 */
	gap: 0.045rem;
}

.specialbox ul::before,
.specialbox ul::after {
	content: '';
	flex: 0;
}

.specialbox li {
	flex: 1;
	height: .6rem;
}

.specialbox li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: .05rem;
	overflow: hidden;
	opacity: .8;
}

.specialbox li a:hover {
	opacity: 1;
}

.specialbox li a img {
	height: 100%;
}


/* 业务和视频栏目 */
.spunlbar {
	display: flex;
	margin-top: .18rem;
}

/*业务板块*/
.spunlbar .unit {
	background: url(/r/site_1/default/img/ywbkbg.jpg) no-repeat;
	height: 1rem;
	padding-bottom: .1rem;
	flex: 0 0 3.5rem;
	display: flex;
	align-items: flex-end;
}

.spunlbar .unit ul {
	flex: 0 0 1.57rem;
	display: flex;
	margin: 0 .04rem;
}

.spunlbar .unit li {
	flex: 1;
	height: .54rem;
}

.spunlbar .unit li a {
	width: 88%;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.spunlbar .more {
	background: #d49f53;
	border-radius: 5px;
	flex: 0 0 .45rem;
	margin-left: .15rem;
	margin-bottom: 0.03rem;
	height: .15rem;
	line-height: .15rem;
	text-align: center
}

.spunlbar .more a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}


/* 视频栏目 */
.video {
	background: url(/r/site_1/default/img/spzxbg.jpg) no-repeat;
	flex: 1;
	overflow: hidden;
}

.video h3 {
	display: none;
}

.video .swiper {
	position: relative;
	width: 1.5rem;
	height: 0.9rem;
	margin: 0.075rem 0.05rem 0 .90rem;
	--swiper-theme-color: #cfaa5f;
}

.video .swiper-slide {
	background-position: center;
	background-size: cover;
}

.video .swiper-slide * {
	display: block;
	width: 100%;
	height: 100%;
}

.video .swiper-pagination {
	bottom: -30px !important;
}

.video #player {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.video .more {
	float: left;
	width: 80px;
	height: 30px;
	font-size: 14px;
	background: #d49f53;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-top: 170px;
	margin-left: 70px;
}

.video .more a {
	color: #fff;
}

/* 股票链接 */
.szzs {
	display: flex;
	align-items: center;
	background: url(/r/site_1/default/img/bllh-szzs.png) no-repeat;
	width: 205px;
	border: 1px solid #dfdfdf;
	text-align: center;
	margin-right: 10px;
	padding: 2px;
	border-radius: .01rem;
}

.szzs szzs-img {
	display: flex;
	flex-direction: column;
}


.sideBar {
	position: fixed;
	right: -142px;
	top: 600px;
	background-color: #ffffff;
	border: #C7A840 solid 1px;
	transition: right 0.5s;
	opacity: 1;
}

.sideBar:hover {
	right: 0;
}

.sideBar>div {
	position: relative;
}

.sideBar .tips {
	position: absolute;
	height: 110px;
	line-height: 22px;
	background-color: #ff0000;
	width: 40px;
	left: -40px;
	top: 0px;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-weight: bold;
	color: #ffffff;
}

.sideBar .list {
	padding: 0;
	list-style: none;
	width: 140px;
	margin: 0;
}

.sideBar .list>li {
	padding: 7px;
	border-top: #eea236 dashed 1px;
}

.sideBar .list>li:hover {
	background-color: #f0ad4e;
	color: #ffffff;
}

.sideBar .list>li:first-child {
	border-top: none;
}