/*!
 * 2021qglx2
 * @version: 0.0.1
 * @author: pangzhicui 
 * @update: 2021-03-01 17:06:01
 */
@charset "UTF-8";
.qglx-2021 {
  width: 1000px;
  height: 561px;
  margin: 0 auto;
  background: url(../img/bg.jpg) center no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 68px 12px 19px;
}
.qglx-title {
	font-size: 30px;
	font-weight: 800;
	color: #e33834;
	text-align: center;
	margin-bottom: 25px;
}
.qglx-title a {
	color: #e33834;
	font-family:"Microsoft YaHei",微软雅黑,"PingFang SC",STHeiti,sans-serif;
}
.qglx-box {
	background: rgba(255, 255, 255, 0.3);
	padding: 8px;
	border-radius: 10px;
}
.qglx-box > div {
	background: #fff;
	border-radius: 10px;
	padding: 20px 14px;
}
.qglx-box #flexslider_qglx_2021 {
	float: left;
	_display: inline;
	width: 430px;
	line-height: 38px;
	font-size: 14px;
}
.qglx-box #flexslider_qglx_2021 img {
	display: block;
	width: 100%;
	height: 290px;
	-o-object-fit: cover;
	object-fit: cover;
}
.qglx-card-list {
	margin-top: 15px;
}
.qglx-card-list a {
  float: left;
  _display: inline;
  margin-left: 30px;
}
.qglx-card-list a:first-child {
  margin-left: 0;
}
.qglx-card-list img {
  display: block;
  width: 210px;
  height: 41px;
  -o-object-fit: cover;
  object-fit: cover;
}
.qglx-clear {
	*zoom: 1;
	overflow: hidden;
}
.qglx-clear:after,
.qglx-clear:before {
	content: '';
	display: table;
	line-height: 0;
}
.qglx-clear:after {
	clear: both;
}
.qglx-news-box {
	float: right;
	_display: inline;
	width: 470px;
	margin-top: -12px;
}
.qglx-news-list {
	font-size: 17px;
	line-height: 40px;
}
.qglx-news-list li {
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.qglx-news-list a {
	position: relative;
	color: #393939;
	padding-left: 10px;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	vertical-align: middle;
	*display: inline;
	zoom: 1;
	font-family:"Microsoft YaHei",微软雅黑,"PingFang SC",STHeiti,sans-serif;
}
.qglx-news-list a:before {
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	line-height: 40px;
}
.qglx-news-list span {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	zoom: 1;
	text-align: left;
	width: 84px;
	height: 26px;
	line-height: 26px;
	background-color: #ef574e;
	border-radius: 13px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.qglx-more {
	position: relative;
	height: 23px;
}
.qglx-more:before {
	content: '';
	left: 0;
	top: 50%;
	position: absolute;
	width: 100%;
	height: 0;
	border-bottom: dashed 1px #ef574e;
}
.qglx-more a {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 23px;
	line-height: 23px;
	background-color: #ef574e;
	border-radius: 12px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}


