.bl-bgclor {
	background-color: #154fa1;
}

.bl-bgcolor-secondary {
	background-color: #154fa1;
}

.bl-color {
	color: #0050B3;
}

.bl-text-secondary {
	color: #999;
}

.bl-border-none {
	border: none;
}

.bl-light-color {
	color: #fff;
}

.bl-banner {
	height: 500px;
	position: relative;
	margin-bottom: 0;
}

.bl-banner p {
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding-top: 120px;
}

.jpress-img {
	position: absolute;
	left: 5%;
	top: 190px;
	text-align: center;
	width: 90%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 10px 40px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0 10px 40px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 10px 40px rgba(51, 51, 51, 0.5);
}

.jpress-img img {
	max-width: 100%;
	border-radius: 10px;
}

.bl-img-size {
	width: 20px;
	height: 20px;
}

.bl-portrait-size {
	width: 64px;
	height: 64px;
}

.bl-product-img {
	height: 300px;
	background-color: #f9f9f9;
}

.bl-circle {
	width: 100px;
	height: 100px;
	border: 2px solid #0050B3;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 100px;
}

.bl-md-size {
	font-size: 16px;
}

/*artical list*/
.bl-card-content {
	position: relative;
}
/*a.cl-list-item{*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin-bottom:1rem;*/
/*    padding:1rem;*/
/*    border-bottom:1px solid #f2f2f2;*/
/*}*/
/*a.cl-list-item:hover{*/
/*    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);*/
/*    background: #fff;*/
/*    -webkit-transition: all .2s linear;*/
/*    transition: all .2s linear;*/
/*    border-radius: 2px;*/
/*    text-decoration: none;*/

/*}*/
.list-content {
	padding: 2rem 0;
}

.bl-list-card {
	margin-bottom: 1rem;
	padding: 1rem;
	border-bottom: 1px dashed #eee;
}

.bl-label {
	display: flex;
	width: 100%;
	background-color: #fff;
}

.bl-label-position {
	position: absolute;
	bottom: 10px;
	left: 0;
	font-size: 0.9rem;
}

.bl-tag {
	display: flex;
	width: 70%;
}

.bl-label-item {
	width: 30%;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}

.bl-label .bl-label-item, .bl-tag .bl-tag-item {
	font-weight: 300;
	color: #999;
}

.bl-tag-item {
	margin-left: 20px;
}

.bl-label-item img {
	border: 1px solid #eee;
}

.bl-list-card .bl-content-title {
	color: #131415;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.bl-content-title a {
	color: #27282d;
}

.bl-content-title a:hover {
	color: #154fa1;
	text-decoration: none;
}

.bl-card-image {
	overflow: hidden;
	height: 160px;
	width: 240px;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}
/*.bl-card-image img{*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    min-height: 100%;*/
/*    transition:0.4s ease-out;*/
/*    -webkit-transition:0.4s ease-out;*/
/*    -moz-transition:0.4s ease-out;*/
/*    -o-transition:0.4s ease-out;*/
/*}*/
/*.bl-card-image img:hover{*/
/*    transform: scale(1.1, 1.1);*/
/*    -webkit-transform: scale(1.1, 1.1);*/
/*    -o-transform: scale(1.1, 1.1);*/
/*    -moz-transform: scale(1.1, 1.1);*/
/*}*/
/*page*/
.pagination .page-item.active .page-link {
	background-color: #154fa1;
	border-color: #154fa1;
	color: #fff;
}

.pagination .page-item .page-link {
	color: #154fa1;
}

.pagination {
	margin: 5rem 0 0 0;
}

.pagination li.disabled .page-link {
	background-color: #eee;
	color: #999;
}

.pagination li.disabled {
	cursor: not-allowed;
}

/*comment panel*/
.comment-panel {
	padding-bottom: 0.5rem;
	margin-top: 2rem;
	border-bottom: 1px solid #dee2e6;
	position: relative;
}

.bl-comment-form {
	margin-bottom: 4rem;
}

.bl-comment-form button {
	float: right;
	background-color: #154fa1;
	color: #fff;
	padding: 0.5rem 1rem;
	border: 1px solid #154fa1;
	border-radius: 2px;
}

.comment-panel .comment-panel-portrait {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #eee;
	border-radius: 50%;
	overflow: hidden;
	width: 3rem;
	height: 3rem;
}

.comment-panel-portrait img {
	max-width: 100%;
}

.comment-panel-content-item span {
	color: #666;
	margin: 0 1rem 0 0;
}

.comment-panel-content p {
	font-size: 16px;
	margin: 0;
}

.comment-panel .bl-reply {
	text-align: right;
	color: #154fa1;
	font-size: 1rem;
	margin-bottom: 0;
}

.comment-panel .comment-panel-content {
	padding: 0 0 0 3.5rem;
	width: 100%;
}

.comment-panel .comment-panel-content .comment-panel-content-item div {
	display: inline;
	padding: 0 0.5rem 0 0;
	color: #999;
	font-size: 0.9rem;
}

.comment-panel .comment-panel-secondary {
	border: 1px solid #e5e5e5;
	padding: 0.5rem 1rem;
	margin: 1rem 0;
	background-color: #fffffb;
}

.comment-panel-secondary span {
	color: #17a2b8;
}

.comment-vcode {
	float: left;
	font-size: 1rem;
}

.form-group {
	margin-bottom: 0.5rem;
}

.comment-vcode .vcode-img {
	height: 2.3rem;
	margin-top: -3px;
}

.comment-vcode input {
	padding: 0 0.5rem;
	height: 2.6rem;
	border: 1px solid #dfdfdf;
	outline: none;
}
/*recommend aritical*/
.recommend-panel-top {
	height: 10rem;
	overflow: hidden;
	line-height: 10rem;
}

.recommend-panel-top img, .card-right-body img {
	width: 100%;
	max-width: 100%;
	min-height: 100%;
	transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}

.card-right-body a {
	display: block;
	text-decoration: none;
}

.recommend-panel-top img:hover, .card-right-body img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.recommend-panel, .comment {
	padding: 1.5rem 0 0 0;
}

.recommend-panel-bottom {
	padding: 0.5rem;
}

.bl-panel a {
	display: block;
	font-size: 14px;
	color: #131415;
}

.bl-panel a:hover {
	text-decoration: none;
}

@media ( min-width : 576px) {
	.bl-panel {
		max-width: 30%;
	}
}

.comment-page-title {
	font-size: 1rem;
}
/*right-card*/
.card-right {
	padding: 1rem;
}

.card-right .card-right-body p {
	margin: 0.5rem 0 1rem 0;
	color: #666;
	line-height: 1.2rem;
	font-size: 14px;
	height: 2.4rem;
	overflow: hidden;
}

.card-right-body div {
	border: 1px solid #eee;
	overflow: hidden;
	height: 5rem;
}

.card-right-body div img {
	width: 100%;
}
/*index advantage*/
.bl-card {
	padding: 0;
}

.padding-0 {
	padding: 0;
}

.bl-slide {
	display: inline-block;
	width: 3rem;
	height: 1px;
	background-color: #131415;
}

.bl-title {
	margin: 2rem 0 1rem 0;
	border-left: 3px solid #0050B3;
	padding: 0 0 0 0.5rem;
	color: #131415;
	font-size: 1.2rem;
}

.bl-card .card {
	background-color: #fbfbfb;
}

.bl-card .card-body {
	font-size: 1rem;
	font-weight: 300;
	color: #666;
}

.bl-card .card-title {
	font-size: 1.2rem;
}

.product-card-content p {
	font-size: 1rem;
	font-weight: 300;
}

.product-card-image img {
	width: 80%;
}

.bl-card .text-muted {
	font-size: 0.9rem;
	font-weight: 300;
}

.bl-card-title {
	margin: 3rem 0;
	text-align: center;
	font-size: 30px;
}

.bl-card-body {
	border: none;
}

.product-card-body {
	align-items: center;
	border-bottom: 1px dashed #eee;
}

.bl-card-body .card-body-item {
	border: none;
	text-align: center;
	padding: 1rem 0 0 0;
}

.bl-card-body .item-icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border: 2px solid #0050B3;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #0050B3;
	line-height: 100px;
}
/*product box*/
.product-box-body {
	margin: 2rem 0;
	padding: 2rem 0;
	border-bottom: 1px solid #f2f2f2;
}

.product-box-body .product-box-image {
	vertical-align: middle;
	overflow: hidden;
}

.card-img-left {
	max-width: 100%;
}

.product-box-body .product-box-content {
	padding: 7rem 0 0 2.5rem;
}

.product-box-content p {
	color: #666;
	font-weight: 300;
	font-size: 1.2rem;
}

.product-box-content .card-title {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

@media ( max-width : 576px) {
	.card-title {
		text-align: center;
	}
	.product-box-body .product-box-content {
		padding: 1rem;
	}
	.product-box-body {
		border: dashed #ccc;
		border-width: 0 0 1px 0;
	}
	.jpress-img {
		width: 100%;
		left: 0;
	}
	.bl-list-card {
		padding: 1rem;
	}
}

@media ( min-width : 576px) {
	.recommend-panel-top {
		height: 5rem;
		line-height: 5rem;
	}
}

@media ( max-width : 768px) {
	.card-title {
		text-align: center;
	}
	.product-box-body .product-box-content {
		padding: 1rem;
	}
	.product-box-body {
		border: dashed #ccc;
		border-width: 0 0 1px 0;
	}
	.card-right {
		display: none;
	}
}

@media ( min-width : 768px) {
	.bl-banner {
		height: 400px;
		margin-bottom: 13rem;
	}
}

@media ( min-width : 992px) {
	.bl-card {
		padding: 5rem 0 0 0;
	}
	.bl-banner {
		margin-bottom: 14rem;
	}
	.recommend-panel-top {
		height: 9rem;
		line-height: 9rem;
	}
	.card-right-body div {
		height: 8rem;
	}
	.padding-0 {
		padding: 0;
	}
}

@media ( max-width : 768px) {
	.bl-card {
		padding: 1rem;
	}
}

@media ( min-width : 1200px) {
	.bl-banner {
		margin-bottom: 19rem;
	}
}
/*footer*/
.bl-footer {
	padding: 1rem;
	margin: 2.5rem 0 0 0;
	background-color: #f2f2f2;
}

.bl-footer a, .bl-footer .copyright {
	color: #999;
	font-size: 0.8rem;
	line-height: 1rem;
	margin-bottom: 0.2rem;
}

.bl-footer .copyright {
	text-align: center;
}

.bl-footer .bl-footer-list {
	text-align: center;
	padding: 0;
	margin-bottom: 0.5rem;
}

.bl-footer-list .bl-footer-item {
	display: inline-block;
	padding: 0 1rem;
}
/*header*/
.bl-header {
	background-color: #2A3796;
}

.icon-item a {
	display: inline-block;
	padding: 1rem 2rem;
	color: #cedced;
}

.icon-item a:hover {
	color: #fff;
}

.bl-nav {
	padding: 0rem !important;
	height: 70px;
}
.bl-nav-color {
	color: #cedced;
}

a.nav-prand {
	margin: 0 1rem 0 0;
	font-size: 22px;
	color: #fff;
}

a.nav-prand:hover {
	text-decoration: none;
}

.bl-nav .nav-item.active a {
	color: #fff;
}

.bl-nav .nav-item a {
	padding-top: 21px !important;
	padding-bottom: 21px !important;
	padding-left: 0 !important;
	color: #b2c8e5;
}
.bl-nav .jpress-collapse .nav-item a {
	padding: 15px !important;
}
.bl-nav .jpress-collapse .nav-item{
	position: relative;
}
.bl-nav .jpress-collapse .nav-item:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 100%;
		background: transparent;
		z-index: -2;
}
.bl-nav .jpress-collapse .nav-item:hover:before {
	transition: all 0.5s ease-in-out;
	background-color:#4D5FE3;
	width: 100%;
	z-index: -1;
}

.bl-nav .jpress-collapse .nav-item:hover a{
	color: white !important;
}
.jpress-nav .jpress-menu > li >a {
	border-bottom: 3px solid #2A3796;
}
.jpress-nav .jpress-menu > li:hover >a {
	display: inline-block;
	border-bottom: 3px solid white;
}
@media (min-width: 992px){
/* .jpress-nav .jpress-menu > li > ul {
    top: calc(100% + 3px);
	} */
}
.bl-nav .nav-item a:hover {
	color: #fff;
	text-decoration: none;
}
/*about*/
.bl-cloumn-nav {
	padding: 1.5rem 0;
	margin: 0 2.5rem 0 0;
	border-right: 1px solid #dfdfdf;
}

.bl-cloumn-nav .bl-cloumn-nav-item {
	padding: 1rem;
	color: #131415;
}

.bl-cloumn-nav .bl-cloumn-nav-item.active {
	background-color: #0050B3;
	color: #fff;
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.bl-about-banner {
	height: 180px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 30px;
	line-height: 180px;
}

.bl-title-center {
	text-align: center;
	padding: 2.5rem 0 0 0;
}

.bl-title-left {
	padding: 2.5rem 0 0 0;
}

.bl-container {
	min-height: 100vh;
}

@media ( max-width : 768px) {
	.bl-cloumn-nav {
		border: none;
	}
	.bl-cloumn-nav .bl-cloumn-nav-item {
		float: left;
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 1rem;
	}
	.bl-cloumn-nav .bl-cloumn-nav-item.active {
		border-top-left-radius: .25rem !important;
		border-top-right-radius: .25rem !important;
		border-bottom-left-radius: 0 !important;
	}
	.bl-header .navbar-dark .navbar-nav .active>.nav-link, .bl-header .navbar-dark .navbar-nav .nav-link.active
		{
		color: rgba(255, 255, 255, .5);
	}
	.bl-header .navbar-dark .navbar-nav .navbar-nav .nav-link {
		color: rgba(255, 255, 255, .5);
	}
}
/*artical*/
.bl-artical-title {
	margin: 3rem 0 0 0;
	font-size: 1.2rem;
	font-weight: 400;
	color: #27282d;
	line-height: 1.4em;
}

.artical-label-item {
	color: #999;
	margin-right: 20px;
	margin-top: 10px;
	font-weight: 300;
	margin-left: 5px;
}

.bl-artical-label {
	display: flex;
}

.bl-artical h1, .bl-artical h2, .bl-artical h3, .bl-artical h4,
	.bl-artical h5 {
	padding: 1.5rem 0 0.5rem 0;
}

.bl-artical h1 {
	font-size: 1.6rem;
	color: #c7254e;
}

.bl-artical h2 {
	font-size: 1.4rem;
}

.bl-artical h3 {
	font-size: 1.2rem;
}

.bl-artical h4 {
	font-size: 1rem;
}

.bl-artical h5 {
	font-size: 1rem;
}

.bl-artical {
	padding: 2.5rem 0 2.5rem 0;
}

.bl-artical blockquote {
	padding: 1rem 1rem 1rem 2rem;
	border-left: 4px solid #dfdfdf;
	background-color: #f3f3f3;
	/*font-style: italic;*/
	font-weight: bold;
}

.bl-artical blockquote span {
	font-size: 36px
}

.bl-artical p img {
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.bl-artical p {
	padding: 0.5rem 0 0.5rem 0;
	line-height: 1.4rem;
	font-weight: 300;
	color: #666;
	font-size: 1rem;
}

.bl-content-info {
	color: #666;
	font-size: 0.9rem;
	line-height: 1.4rem;
	font-weight: 300;
	margin-bottom: 2.8rem;
}
/*animation*/

/**/
.artile-category .item {
	border: 0.1rem solid #e8e8e8;
	border-radius: 0.3rem;
	overflow: hidden;
	margin-bottom: 2rem;
	position: relative;
}

.artile-category img {
	height: 11rem;
	width: 100%;
	object-fit: cover;
}

.artile-category h5, .artile-category p {
	padding: 15px;
	text-align: center;
}

.artile-category h5 {
	font-size: 18px;
	color: #131415;
	padding-bottom: 0px;
	padding-top: 20px;
}

.artile-category p {
	padding: 0 15px;
	margin: 15px 0;
	height: 8rem;
	line-height: 1.8rem;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
}

.artile-notice ul {
  list-style: none
}

.artile-notice ul:after, .artile-notice ul:before {
  display: table;
  content: ' '
}

.artile-notice ul:after, .artile-notice ul:after {
  clear: both
}

.artile-notice > p a:hover:before {
  width: 100%
}

.artile-notice li {
  float: left;
  width: 42%;
  margin-right: 4.25532%;
  margin-bottom: 30px
}

.artile-notice li:after, .artile-notice li:before {
  display: table;
  content: ' '
}

.artile-notice li:after {
  clear: both
}

.artile-notice li noticetitle:before, .artile-notice li date:before {
  	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: '';
    transition: .5s width ease;
    background-color: #fff200;
}

.artile-notice li a:hover noticetitle:before , .artile-notice li a:hover date:before  {
  width: 100%;
}

.artile-notice li noticetitle span, .artile-notice li date span {
	position: relative;
  	z-index: 2
}

.artile-notice a {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
    color: #181818;
}

.artile-notice noticetitle, .artile-notice date {
	position: relative;
    display: inline-block;
    float: left;
    clear: both;
}

.artile-notice date {
	margin-bottom: 5px;
}

.artile-notice noticetitle span, .artile-notice date span {
    margin-bottom: 5px;
    display: inline-block;
}

.artile-nav {
	background: #f4f5f7;
	display: flex;
	flex-direction: row;
	/* justify-content: center; */
	align-items: stretch;
}

.artile-nav-bg {
	background: #f4f5f7;
}

.artile-nav .item {
	text-align: center;
	max-width: 230px;
	flex-grow: 1;
}

.artile-nav a {
	color: #131415;
	font-weight: bold;
	font-size: 1rem;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
}

.ac-tab-container table {
	width: 100%;
}

.artile-nav .item a:hover, .artile-nav .item a.active {
	background: #4D5FE3;
	color: #fff;
	text-decoration: none;
}

.artile-category .item:hover {
	border: 0.1rem solid #4D5FE3;
	box-shadow: 0 0 0.5rem #4D5FE3;
}

.artile-category .modal {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

.artile-category .item:hover .modal {
	display: block;
}

.artile-category .more {
	background: #4D5FE3;
	color: #fff;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -40px;
	padding: 0;
	font-size: 14px;
}

.title-btm {
	padding-bottom: 8px;
}

.title-btm .tit-icon{
	padding-bottom: 8px;
}

.article-tit {
	color: black;
	font-size: 26px;
	line-height: 34px;
	font-weight: bolder;
	font-family: hyqh75;
}

.article-content {
	font-size: 20px !important;;
	color: #131415;
	font-family: hyqh45 !important;
	line-height: 34px !important;
	padding: 1.8rem 0;
	word-break: break-all;
    hyphens: auto;
}
.feature-title {
	font-size: 18px !important;
}

.content-wrapper {
	padding-bottom: 1.5rem;
}

/* article */
.article-section-title {
	padding-bottom: 15px;
}

.article-banner, .activity-banner {
	width: 100%;
	height: 200px;
	position: relative;
}

.article-banner .bg, .activity-banner .bg {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -999;
}

.article-banner .container, .activity-banner .container {
	height: 100%;
	position: relative;
}

.article-banner .title-btm {
	position: absolute;
	width: 100%;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	bottom: 1.8rem;
}


a:hover .article-tit, a:focus .article-tit {
	color: #FFF200;
}

.content-wrapper {
	padding-bottom: 1.5rem;
}

.dot-line-2{
	-webkit-line-clamp: 2 !important;
}

.artile-category {
	padding: 1.8rem 0;
}

.artile-category-more {
	padding: 1rem;
}

.artile-category-more .btn-more{
    width: 300px;
    transition: .25s background-color ease, .25s color ease;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-color: #3D3B46;
}

.artile-category .item {
	border: 0.1rem solid #e8e8e8;
	border-radius: 0.3rem;
	overflow: hidden;
	margin-bottom: 2rem;
	position: relative;
	min-height: 300px;
}

.artile-category .item.item-fixed-height {
	height: 400px;
}

.artile-category img {
	height: 20rem;
	width: 100%;
	object-fit: cover;
}

.artile-category h5, .artile-category p {
	padding: 15px;
	text-align: center;
	
}

.artile-category h5 {
	font-weight: bold;
	color: #131415;
	padding-bottom: 0px;
	padding-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.artile-category p {
	padding: 0 15px;
	margin: 15px 0;
	height: 9rem;
	line-height: 1.8rem;
	color: #999999;
	font-size: 14px;
}

.artile-nav {
	background: #f4f5f7;
	display: flex;
	flex-direction: row;
	/* justify-content: center; */
	align-items: stretch;
}

.artile-nav-bg {
	background: #f4f5f7;
}

.artile-nav .item {
	text-align: center;
	max-width: 230px;
	flex-grow: 1;
}

.artile-nav a {
	color: #131415;
	font-weight: bold;
	font-size: 1rem;
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
}

.ac-tab-container table {
	width: 100%;
}

.artile-nav .item a:hover, .artile-nav .item a.active {
	background: #1fb8fe;
	color: #fff;
	text-decoration: none;
}

.artile-category .item:hover {
	border: 0.1rem solid rgba(31, 184, 254, 0.5);
	box-shadow: 0 0 0.5rem rgba(31, 184, 254, 0.5);
}

.artile-category .modal {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

.artile-category .item:hover .modal {
	display: block;
}

.artile-category .more {
	background: #1fb8fe;
	color: #fff;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50%;
	margin-left: -40px;
	padding: 0;
	font-size: 16px;
}

.article-bold {
	font-weight: bold;
}

.article-banner .date {
	font-size: 1.1rem;
	color: white;
}

@media ( max-width : 768px) {
	.article-banner {
		height: 13rem;
	}
	.article-banner .title-btm {
		padding: 0 15px;
		bottom: 1rem;
	}
	.article-banner .article-tit {
		font-size: 1.2rem;
		line-height: 1.5rem;
		max-height: 3rem;
	}
}
/* activity */
.activity-banner {
	/* height: 480px;
  margin-bottom: 360px; */
	height: auto;
	margin-bottom: 40px;
}

.activity-banner .box {
	/* position: absolute; */
	width: 100%;
	margin-top: -200px;
}

.activity-banner .bg {
	position: relative;
	height: 480px;
}

.activity-banner .banner-tit {
	font-size: 1.1rem;
	color: white;
	line-height: 2.5rem;
	height: 2.5rem;
	padding-left: 2rem;
}

.activity-banner .activity {
	background: white;
	display: flex;
	padding: 30px;
}

.activity-banner .cover {
	flex: 0 0 300px;
	height: 300px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.activity-banner .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.activity-banner .cover .des {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 12px;
	color: white;
	font-size: 18px;
}

.activity-banner .info {
	padding-left: 25px;
	width: 100%;
}

.activity-banner .info .ac-tit {
	color: #131415;
	font-weight: bold;
	height: 2rem;
	margin-bottom: 1.2rem;
}

.activity-banner ul {
	padding-left: 0;
}

.activity-banner ul li {
	list-style: none;
	font-size: 1rem;
	margin: 8px 0;
}

.activity-banner .ilead-icon {
	margin-right: 10px;
	position: relative;
	top: 4px;
}

.activity-banner .price {
	color: #d0011b;
	font-weight: bold;
	font-size: 32px;
	margin: 15px 0 15px;
	line-height: 40px;
	position: relative;
	vertical-align: middle;
	top: -4px;
}

.activity-banner .sub-des {
	color: #d0011b;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
}

.activity-banner .shareBox {
	display: block;
	text-align: right;
}

.activity-banner .btn-groups {
	padding: 0 30px;
	line-height: 50px;
	padding-bottom: 50px;
}

.activity-banner .btn-groups button {
	float: right;
}

.activity-banner .link {
	color: #1fb8fe
}

@media ( max-width : 768px) {
	.activity-banner .bg {
		display: none;
	}
	.activity-banner .box {
		position: relative;
		margin-top: 20px !important;
	}
	.activity-banner .activity {
		flex-wrap: wrap;
		padding: 0;
	}
	.activity-banner .cover {
		flex: 0 0 100%;
	}
	.activity-banner .info {
		padding: 1rem 0.2rem;
	}
	.phone-hide {
		display: none !important;
	}
	.btn-groups button {
		display: block;
		width: 100%;
	}
}

ul.assets_download_list {
	padding-bottom: 20px;
	padding-left: 20px;
}
ul.assets_download_list li {
	list-style: none;
}
ul.assets_download_list a {
	font-size: 20px;
	line-height: 34px;
	color: black;
	cursor: pointer;
}
ul.assets_download_list a:hover, ul.assets_download_list a:focus {
	background-color: yellow;
}