.recommend-news-list {
	height: 1.5em;
}
.recommend-news-list ul li span{
	margin-left: 10px;
	font-size: 12px;
	color: var(--greyColor2);
}
.recommend-news div:nth-child(3) a{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid var(--greyColor1);
	color: var(--greyColor1);
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.recommend-news div:nth-child(3) a:hover {
	color: var(--primaryColor);
	border: 1px solid var(--primaryColor);
}
.recommend-news div:nth-child(3) a i {
	font-size: 22px;
}
.about-us {
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 700px;
}
.about-us .col-md-6 {
	padding-right: 100px;
}
.about-us .col-md-6 .column-title {
	text-align: left;
	font-size: 24px;
	margin-top: 80px;
}
.about-us .col-md-6 .text-muted {
	color: var(--greyColor3);
	font-size: 16px;
    line-height: 2.6em;
}
.about-us-column {
	background-image: url(../images/about-us-column-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 240px;
	display: flex;
}
.about-us-column a i {
	font-size: 60px;
	color: var(--primaryColor);
}
.about-us-column a p {
	font-size: 18px;
	color: var(--greyColor3);
}
.show {
	background-image: url(../images/show-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 630px;
}
.show-list .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 15px;
    height: 15px;
}
.news {
	background-image: url(../images/news-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 405px;
}
.news-list-box {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px -4px rgba(0, 0, 0, .3);
}
.news-list-box .pull-left {
	width: 400px;
	height: 345px;
	margin-right: 30px;
}
.news-list-box .pull-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-column-title {
	border-bottom: 1px solid var(--greyColor5);
	line-height: 60px;
}
.news-column-title a {
	margin-right: 40px;
	font-size: 16px;

}
.news-column-title a.active {
	color: var(--primaryColor);
	font-weight: bold;
}
.news-list-content .news-list {
	line-height: 55px;
	padding: 0px 15px;
	display: none;
}
.news-list-content .news-list.active {
	display: block;
}
.news-list-content .news-list .item {
	border-bottom: 1px dashed var(--greyColor5);
}
.news-list-content .news-list .item .date {
	font-size: 14px;
	color: var(--greyColor1);
}

/*jquery跑马灯插件 CSS*/
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	/*background:#f6f6f6;*/
	white-space:nowrap;
}

.str_wrap.str_active {
	/*background:#f1f1f1;*/
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}