.header {
	background-color: #FFFFFF05;
}

.news-section {
	height: 30.75rem;
	position: relative;
}

.banner-txt {
	width: 26.0625rem;
	height: 12.5rem;
	position: absolute;
	left: 15.375rem;
}

.hea_ul li a {
	color: #e6ecf1;
}

.content {
	width: auto;
	padding: 5rem 15.375rem 12.5rem;
	background: #fff;
}

.title {
	text-align: center;
}

.title-sup {
	font-size: 3rem;
	color: #030C24;

}

.title-litter {
	font-size: 1.25rem;
	color: rgba(0, 0, 0, .65);
}

.tab {
	margin-top: 3.75rem;
}

.tab-panel {
	display: flex;
	align-items: center;
	padding-bottom: 1.875rem;
	border-bottom: .0625rem solid rgba(0, 0, 0, .15);
	;
}

.tab-panel-item {
	padding: .75rem 1.375rem;
	font-size: 1.25rem;
	color: rgba(0, 0, 0, 0.65);
	cursor: pointer;
}

.tab-panel-item:nth-child(2) {
	margin: 0 1.125rem;
}

.activelist {
	background-color: #0057FF;
	border-radius: 1.5rem;
	color: #fff;
}

.activelist a {
	color: #fff;
}

.list-item {
	height: 13.375rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3.875rem 0;
	border-bottom: .0625rem solid rgba(0, 0, 0, .15);
}

.item-date {
	width: 5.625rem;
	color: #B8C4E3;
	text-align: center;
	margin-right: 3.75rem;
}

.date-top {
	font-size: 2.125rem;
	padding-bottom: 1.4375rem;
	margin-bottom: 1.4375rem;
	border-bottom: .0625rem solid #B8C4E3
}

.date-bottom {
	font-size: .875rem;
}

.item-cont {
	width: 0;
	height: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.item-cont-img {
	width: 23.75rem;
	height: 13.375rem;
	display: block;
	margin-right: 3.875rem;
}

.item-cont-box {
	width: 0;
	height: 100%;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}

.cont-txt-title {
	font-size: 1.25rem;
	font-weight: bold;
	color: #030C24;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1.5625rem;
}

.cont-txt-sub {
	font-size: 1rem;
	color: #6F7075;
	line-height: 1.875rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.btn {
	width: 11.25rem;
	height: 3.125rem;
	background: url('../images/btn.png') no-repeat;
	background-size: 100% 100%;
	border: 0rem;
	border-radius: 1.5625rem;
	font-size: 1rem;
	color: #0057FF;
	font-weight: 600;
	cursor: pointer;
	line-height: 3.125rem;
	text-align: center;
	padding-right: 1.25rem;
}

.pagination {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
flex-wrap: wrap;
}

.pag-prev,
.pag-next,
.list-num {
	height: 3rem;
	line-height: 3rem;
	border: .0625rem solid #DDE9FF;
	color: #0057FF;
	border-radius: 1.5rem;
	text-align: center;
	margin: 0 .75rem;
	cursor: pointer;
}

.pag-prev:hover,
.pag-next:hover,
.list-num:hover,
.list-num.active {
	background-color: #0057FF;
	color: #fff;
}

.pag-prev:hover,
.pag-next:hover,
.list-num:hover,
.list-num.active a {
	color: #fff !important;
}

.pag-prev,
.pag-next {
	width: 6.75rem;
}

.pag-ul {
	display: flex;
}

.list-num {
	width: 3rem;
}

.info-title {
	margin: 3.75rem 0;
	text-align: center;
}

.info-title .title {
	font-size: 2.25rem;
	margin-bottom: 1rem;
}

.info-title .title-date {
	color: rgba(0, 0, 0, 0.45);
	font-size: 1rem;
}

.info-cont {
	text-align: justify;
	/* 两端对齐 */
	text-justify: newspaper;
	/* 悬挂缩进 */
	line-height: 2.3em;
	font-size: 16px;
}
.info-cont img{
  display:inline-block;
        width: 50%;
        height: auto;
      }

.page-foot {
	display: flex;
	justify-content: space-between;
	padding-top: 1.875rem;
	margin-top: 6.25rem;
	border-top: .0625rem solid #BFBFBF;
}

.page-foot a {
	color: #030C24;
}

.pagination a {
	color: #0057FF;
	display: inline-block;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
}

.pagination .pag-prev:hover a {
	color: #fff;
}

.pagination .pag-next:hover a {
	color: #fff;
}

.pagination .list-num:hover a {
	color: #fff;
}

.pagination .fr {
	display: flex;
}

.pag-prev a {
	width: 6.75rem;
	border-radius: 1.5rem;
}

.pag-next a {
	width: 6.75rem;
	border-radius: 1.5rem;
}

.btn_cs {
	position: relative;
	width: 11.75rem;
	height: 3rem;
	display: flex;
	font-size: 1rem;
	background: #fff;
	font-weight: 500;
	justify-content: center;
	line-height: 3rem;
	border: .0625rem solid rgba(255, 255, 255, 0.5);
	border-radius: 1.5625rem;
	z-index: 2;
}

.btn_cs1 {
	border-color: rgba(15, 85, 214, 0.3);
}

.sectiontwo .btn_cs1 {
	border-color: rgba(255, 255, 255, 0.8);
}

.btn_cs span:nth-child(1) {
	position: absolute;
	top: -0.0625rem;
	left: -0.0625rem;
	height: calc(100% + .125rem);
	overflow: hidden;
}

.btn_cs span:nth-child(2) {
	position: absolute;
	top: -0.0625rem;
	right: -0.0625rem;
	height: calc(100% + .125rem);
	overflow: hidden;
}

.btn_cs span {
	width: 10%;
	transition: all 0.5s;
}

.btn_cs>div {
	/* padding-right: 1.5rem; */
	/* background: url('../images/index/more.png') no-repeat right center; */
	transition: all 0.5s;
}

.btn_cs1>div {
	color: #0F55D6;
	/* background-image: url('../images/index/more_l.png'); */
}

.btn_cs span:nth-child(1):after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 11.75rem;
	height: 3.125rem;
	border-radius: 1.5625rem;
	background: url('../images/index/quan1.png');
	background-size: 100% 100%;
}

.btn_cs:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 1.5625rem;
	background: url('../images/index/yuan1.png');
	background-size: 100% 100%;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s 0.2s;
}

.btn_cs span:nth-child(2):after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 11.75rem;
	height: 3.125rem;
	background: url('../images/index/quan1.png');
	background-size: 100% 100%;
	border-radius: 1.5625rem;
}

.btn_cs:hover {
	border-color: transparent;
}

.btn_cs:hover span {
	width: calc(100% + .125rem);
	animation: btn1 0.2s 0.5s linear forwards;
}

.btn_cs1:hover>div {
	color: #fff;
	/* background-image: url('../images/index/more.png'); */
}

.btn_cs:hover:after {
	opacity: 1;
}

.app-list-item {
	border-radius: 0.2rem;
	background: #fff;
	margin: 1rem;
	/* 外边距 */
	box-shadow: 0 .625rem 1.25rem rgba(175, 190, 229, 0.5);
	height: 28rem;
	display: flex;
	align-items: center;
	padding: 6rem 0;
}

.app-item-cont-img {
	width: 100%;
	height: 23rem;
}

.app-cont-txt {
	padding: 1.8rem;
}

.app-cont-date {
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}

.app-cont-txt-title {
	font-size: 2rem;
	font-weight: bold;
	color: #030C24;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1.5rem;
}

.product.news .banner-txt {
	width: 40rem;
	left: 2rem;
}

.product.news .banner-txt {
	width: 40rem;
	left: 2rem;
}

.app-news-detail-content {
	padding: 3rem !important;
	background: rgb(255, 255, 255);
}

.app-news-detail-info-title {
	text-align: left;
	border-bottom: .0625rem solid rgba(0, 0, 0, .15);
	margin-bottom: 3rem;
}

.app-news-detail-info-title .title {
	text-align: left;
}

.app-news-detail-info-title .title {
	font-size: 3rem;
	margin-bottom: 1.6rem;
}

.app-news-detail-info-title .title-date {
	color: rgba(0, 0, 0, 0.45);
	font-size: 1rem;
	margin-bottom: 3rem;
}

.app-news-detail-content img {
        display:inline-block;
	width: 100%;
}

.app_body .info-cont {
	font-size: 1.6rem;
	line-height: 3.375rem;
}

.app_body .app-news-detail-info-title .title-date {
	font-size: 1.6rem;
}

/* @media (max-width: 1850px) {
	.btn_cs>div {
		padding-right: 2rem;
	}
}

@media (max-width: 850px) {
	.btn_cs>div {
		padding-right: 2.5rem;
	}
} */
