.wrap {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 1230px;
}
a:hover {
  color: #d62b29;
}
.box-content{
	min-height: calc(100vh - 576px);
}
/* 首页导航 */
.navigation {
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  right: 0;
	top: 30px;
}
.navigation a {
  color: #fff;
  margin: 0 10px;
}

/* 首页大图 */
.banner img {
  height: 842px;
  width: 100%;
  object-fit: cover;
}

/* 首页新闻中心 */
.news-list {
  display: flex;
  justify-content: space-between;
}

.news-item {
  width: 32.3%;
}
.news-box {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	height: 392px;
}
.news-img {
  width: 100%;
}

.news-msg {
  padding: 10px 20px 9px;
}

.news-title {
  margin: 0 20px 39px;
  display: flex;
  justify-content: space-between;
}

.news-title h3 {
  font-size: 24px;
  font-stretch: normal;
  line-height: 24px;
  color: #333333;
}

.news-title a {
  width: 90px;
  height: 25px;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #f2f2f2;
  font-size: 12px;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}

.news-title a:hover {
  color: #fff;
  background: #d62b29;
}

.news-msg-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
  border-bottom: 1px solid #f2f2f2;
  align-items: center;
}

.news-msg-list a:last-child {
  border: none;
}

.news-msg-item p:first-child {
  flex: 2;
}

.news-msg-item p:last-child {
  flex: 1;
  text-align: right;
}

/* 今日广济 */
.carousel-wrap {
  height: 720px;
  background: url(../img/carouselBg.png) no-repeat 100%;
  background-size: cover;
	margin: 98px 0;
}
.carousel-wrap .divider-wrap{
	padding: 55px 0 25px;
}
.carousel-wrap .more {
  margin-bottom: 30px;
}
.carousel-wrap .more a {
  color: #fff;
}
.carousel-img {
  position: relative;
  height: 500px;
}
.carousel-img .el-image {
  position: absolute;
  width: 592px;
  height: 333px;
}
.carousel-img .item-img-0 {
  left: 0;
  bottom: 0;
}
.carousel-img .item-img-1 {
  right: 0;
  top: 0;
}
.carousel-img .item-img-2 {
  width: 78%;
  height: 64%;
  border: 1px solid #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

/* 快捷通道 */
.entrance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 20px;
  margin: 88px auto 150px;
}

.entrance p {
  margin-top: 10px;
}

.entrance a:hover .hidden {
  display: block;
}
.entrance a:hover .show {
  display: none;
}
/* 历史回眸 */
.history-wrap {
  height: 675px;
  background: url(../img/carouselBg.png) no-repeat 100%;
  background-size: cover;
  margin-bottom: 78px;
}
.history-wrap .el-divider,
.carousel-wrap .el-divider {
  background-color: #fff;
}
.history-wrap .divider-wrap {
  padding: 97px 0;
}
.history-wrap .el-divider__text,
.carousel-wrap .el-divider__text {
  background: url(../img/carouselBg2.jpg) no-repeat 100%;
  background-size: cover;
  color: #fff;
}
.history-wrap .wrap {
  overflow: hidden;
}
.history-wrap .bd {
  position: relative;
  margin-bottom: 23px;
}
.history-wrap a.next,
.history-wrap a.prev {
  position: absolute;
  top: 50%;
  background: #000;
  opacity: 0.5;
  padding: 20px 2.5px;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.history-wrap a.prev {
  left: 0;
}
.history-wrap a.next {
  right: 0;
}
.history-wrap ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 -10px !important;
}
.history-wrap li {
  margin: 0 3px;
  float: left;
  overflow: hidden;
  text-align: center;
  width: 305px;
  background: #f5f5f5;
  box-shadow: 0px 2px 4px 0px rgb(102 102 102 / 20%);
}
.history-wrap li img {
  width: 100%;
  height: 247px;
  display: block;
  object-fit: cover;
}
.history-wrap li .name {
  font-size: 24px;
  margin: 10px 0;
}
.history-wrap li .title {
  font-size: 20px;
  margin: 15px 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px;
}
/* 映象广济 */
.video-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 73px;
}
.video-wrap a {
  display: block;
  width: 24%;
  text-align: center;
}
.video-wrap a p {
  font-size: 20px;
  margin: 25px 10px;
}
.more {
  text-align: right;
  font-size: 20px;
}
.video-more {
  margin: 0px 0 58px;
}

/* 头部导航 */
.headerNav{
	height: 120px;
	background: url(../img/headerBg.png) no-repeat 100%;
  background-size: cover;
}
.headerNav .wrap{
	height: 120px;
}
.headerNav .navigation{
	top: 50%;
	transform: translate(0, -50%);
}
/* 新闻中心切换标签 */
.tabs-wrap{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 0 0 59px 0;
}
.tabs-wrap div{
	background: #F2F2F2;
	border-radius: 50px;
	cursor: pointer;
	text-align: center;
	width: 175px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.tabs-wrap div.active{
	background: #CD191C;
	color: #fff;
}
/* 新闻列表 */
.content-html .news-msg-item{
	font-size: 18px;
	line-height: 76px;
}
.content-html .news-msg-item img{
	margin-right: 8px;
}
.content-html .news-msg-item p.ellipsis {
	flex: 1;
}
.content-html .news-msg-item p:last-child{
	width: 120px;
	flex: inherit;
}
.pagelist .bgprimary{
	background: #CD191C!important;
}
/* 新闻详情 */
.content-head h2{
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.content-head div{
	font-size: 24px;
	margin: 30px 0 30px;
	text-align: center;
}
.detail-html{
	font-size: 18px!important;
	line-height: 36px;
	padding: 30px 0 50px;
	border-top: 1px solid #666;
}
.detail-html img{
	max-width: 100%;
}
.content-html{
	padding-bottom: 50px;
}
/* 映象广济列表 */
.video-list{
	margin: 0 -1.01665%;
	overflow: hidden;
}
.video-list a{
	display: block;
	float: left;
	width: 31.3%;
	text-align: center;
	margin: 0  1.01665%;
}
.video-list a p {
	font-size: 20px;
	margin: 25px 10px 78px;
}