@charset "utf-8";

html,
body,
div,
span,
p,
a,
img,
ul,
li,
form,
table,
tbody,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body,
input,
textarea,
select,
button {
	font-synthesis: none;
	-moz-font-feature-settings: 'kern';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	direction: ltr;
	text-align: left
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	box-sizing: border-box;
}

i {
	font-style: normal;
}

body,
html {
	font-family: 'playfair_regular', Arial, 'PingFangSC-Regular', '微软雅黑', 'Microsoft YaHei', 'Helvetica', sans-serif;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
	font: 14px;
	line-height: 1.4286;
	font-weight: 300;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

a:active {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select {
	outline: none;
	-webkit-appearance: none;
	border: 0;
}

button {
	background: none;
	border: 0;
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.fw {
	display: flex;
}

.pd40 {
	padding: 40px 0;
}

.pd60 {
	padding: 60px 0;
}

.pd80 {
	padding: 80px 0;
}

.pd100 {
	padding: 100px 0;
}

.pd120 {
	padding: 120px 0;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.bg2 {
	background-color: #f1f1f1;
}
body {
  background: url(../images/bbgg.png) top repeat-x #fdfdfd;
}
header {}

header .top {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background-color: #f0f0f0;
	padding: 0 20px;
	border-bottom: 1px solid #dedede;
	display: flex;
	justify-content: space-between;
}

header .banner {
	width: 100%;
}

header .banner img {
	width: 100%;
	display: block;
}

footer {
	margin-top: 20px;
	background-color: #D1161B;

}

footer .container {
	padding: 40px;
	display: flex;
	justify-content: space-between;
}

footer .container .text {
	color: #fff;
}

footer .container .text p {
	font-size: 14px;
	margin-bottom: 15px;
}

footer .container .ewmBox {
	display: flex;
}

footer .container .ewmBox .imgbox {
	width: 110px;
	height: 110px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer .container .ewmBox .imgbox img {
	width: 100%;
}

footer .container .ewmBox .ewm {
	margin-left: 20px;
}

footer .container .ewmBox .ewm p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}

.navBar {
	margin-top: 1px;
}

.navBar .container {
	display: flex;
	position: relative;
	height: 90px;
}

.navBar .container .navBarLi {
	width: 100%;
	background-color: #d1161b;
}

.navBar .container .navBarLi>a,
.navBar .container .navBarLi .navBarLia {
	display: block;
	width: 100%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	position: relative;
	color: #fff;
	cursor: pointer;
	transition: ease 0.5s;
}

.navBar .container .navBarLi>a.on,
.navBar .container .navBarLi .navBarLia.on {
	background-color: #690000;
}

.navBar .container .navBarLi .navBarLia::before {
	position: absolute;
	display: none;
	content: '';
	bottom: -10px;
	left: 50%;
	width: 15px;
	height: 15px;
	background-color: #efefef;
	transform: translateX(-50%) rotate(45deg);

}

.navBar .container .navBarLi .navBarLia.on::before {
	display: block;
}

.navBar .container .navBarLi .navBarLiBar {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	justify-content: center;
	display: none;
	background-color: #efefef;
}

.navBar .container .navBarLi .navBarLiBar a {
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	transition: ease 0.5s;
}

.navBar .container .navBarLi .navBarLiBar a:hover {
	background-color: #f6fbfb;
}

.navBar .container .navBarLi .navBarLiBar.on {
	display: flex;
}


.indexBox1 {
	margin-top: 15px;
}

.indexBox1 .container {
	display: flex;
}

.indexBox1 .container .indexBox1Sw {
	width: 400px;
	height: 300px;
	margin-right: 14px;
}
.indexBox1 .container .indexBox1Sw .swiper-container {
  height: 100%;
}

.indexBox1 .container .indexBox1Sw .swiper-slide img {
	display: block;
	width: 100%;
  height: 100%;
}

.indexBox1 .container .indexBox1Sw .swiper-slide a {
	display: block;
	overflow: hidden;
	justify-content: center;
	align-items: center;
  width: 100%;
  height: 100%;
}

.indexBox1 .container .indexBox1Sw .swiper-slide a p {
	position: absolute;
	bottom: 0;
	height: 35px;
	background-color: rgb(0, 0, 0, 0.8);
	width: 100%;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 35px;
	font-size: 14px;
	padding: 0 10px;
	padding-right: 120px;
}

.indexBox1 .container .indexBox1Sw .swiper-pagination {
	bottom: 7px;
	width: max-content;
	right: 0;
	left: auto;
}

.indexBox1 .container .indexBox1Sw .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	color: #333;
	border-radius: 0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background-color: #e7eaed;
	opacity: 1;
	margin: 0 3px;
}

.indexBox1 .container .indexBox1Sw .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #e73308;
	color: #fff;
}

.indexBox1 .indexBox1C {
	width: 442px;
	margin-right: 14px;
}

.indexBox1 .indexBox1Bar {
	display: flex;
}

.indexBox1 .indexBox1BarLi {
	width: 100%;
	background-color: #eeeeee;
	border-right: 1px solid #fff;
	text-align: center;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
}

.indexBox1 .indexBox1BarLi.on {
	background-color: #d1161b;
	color: #fff;
}

.indexBox1 .indexBox1Con {
	margin-top: 20px;
}

.indexBox1 .indexBox1ConS {
	display: none;
	padding: 0 10px;
}

.indexBox1 .indexBox1ConS.on {
	display: block;
}

.indexBox1 .indexBox1ConS .imgli {
	display: flex;
	align-items: center;
}

.indexBox1 .indexBox1ConS .imgli .imgbox {
	width: 130px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 20px;
}


.indexBox1 .indexBox1ConS .imgli .imgbox img {
	width: 100%;
  height: 100%;
}

.indexBox1 .indexBox1ConS .imgli .text {
	width: calc(100% - 150px);
}

.indexBox1 .indexBox1ConS .imgli .text .head {
	font-size: 16px;
	font-weight: 700;
}

.indexBox1 .indexBox1ConS .imgli .text .txt {
	font-size: 14px;
	color: #787878;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.indexBox1 .indexBox1ConS .imgli:hover .text .txt,
.indexBox1 .indexBox1ConS .imgli:hover .text .head {
	color: #D1161B;
}

.indexBox1 .indexBox1ConS .txtli {
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	position: relative;
	font-size: 15px;
	color: #666666;
	margin-top: 18px;
}

.indexBox1 .indexBox1ConS .txtli:hover {
	color: #D1161B;
}

.indexBox1 .indexBox1ConS .txtli::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #D1161B;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.indexBox1 .inbox1VidB {
	width: 330px;
}

.indexBox1 .inbox1VidB .videobox {
	width: 330px;
	height: 246px;
	margin-top: 10px;
  display: flex;
  align-items: center;
  background-color: #000;
}
.indexBox1 .inbox1VidB .videobox video{
  width: 100%;
  height: 100%;
}

.indexTit1 {
	height: 45px;
	border-bottom: 2px solid #D1161B;
	display: flex;
	align-items: center;
	position: relative;
	background-color: #eeeeee;
	justify-content: space-between;

}

.indexTit1 .head {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	padding: 0 10px;
}

.indexTit1 .head img {
	margin-right: 5px;
}

.indexBox2 {
	margin-top: 15px;
}

.indexBox2 .indexTit1 {
	justify-content: space-between;
}

.indexBox2Nav {
	display: flex;
	height: 100%;
}

.indexBox2Nav .indexBox2NavLi {
	padding: 0 20px;
	line-height: 43px;
	cursor: pointer;
}

.indexBox2Nav .indexBox2NavLi.on {
	color: #fff;
	background-color: #D1161B;
}

.indexBox2 .indexBox2List {
	flex-wrap: wrap;
	display: none;
}

.indexBox2 .indexBox2List.on {
	display: flex;
}

.indexBox2 .indexBox2List .imgbox {
	width: 180px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.indexBox2 .indexBox2List .imgbox img{
  width: 100%;
  height: 100%;
}

.indexBox2 .indexBox2List .indexBox2ListLi {
	margin-right: 24px;
	margin-top: 20px;
}

.indexBox2 .indexBox2List .indexBox2ListLi:nth-child(6n) {
	margin-right: 0px;
}

.indexBox2 .indexBox2List .indexBox2ListLi p {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.indexBox2 .indexBox2List .indexBox2ListLi:hover p {
	color: #D1161B;
}



.indexBox3 {
	margin-top: 15px;
}

.indexBox3 .indexTit1 {
	justify-content: space-between;
}

.indexBox3 .indexBox3Con {
	display: none;
	justify-content: space-between;
	margin-top: 15px;
}

.indexBox3 .indexBox3Con.on {
	display: flex;
}

.indexBox3Nav {
	display: flex;
	height: 100%;
}

.indexBox3Nav .indexBox3NavLi {
	padding: 0 20px;
	line-height: 43px;
	cursor: pointer;
}

.indexBox3Nav .indexBox3NavLi.on {
	color: #fff;
	background-color: #D1161B;
}

.indexBox3 .indexBox3ConS {
	width: 410px;
}

.indexBox3 .indexBox3ConS .imgli {
	display: flex;
	align-items: center;
}

.indexBox3 .indexBox3ConS .imgli .imgbox {
	width: 130px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 20px;
}


.indexBox3 .indexBox3ConS .imgli .imgbox img {
	width: 100%;
  height: 100%;
}

.indexBox3 .indexBox3ConS .imgli .text {
	width: calc(100% - 150px);
}

.indexBox3 .indexBox3ConS .imgli .text .head {
	font-size: 16px;
	font-weight: 700;
}

.indexBox3 .indexBox3ConS .imgli .text .txt {
	font-size: 14px;
	color: #787878;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.indexBox3 .indexBox3ConS .imgli:hover .text .txt,
.indexBox3 .indexBox3ConS .imgli:hover .text .head {
	color: #D1161B;
}

.indexBox3 .indexBox3ConS .txtli {
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	position: relative;
	font-size: 15px;
	color: #666666;
	margin-top: 18px;
}

.indexBox3 .indexBox3ConS .txtli:hover {
	color: #D1161B;
}

.indexBox3 .indexBox3ConS .txtli::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #D1161B;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.indexBox4 {
	margin-top: 30px;
}

.indexBox4 .container {
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
}

.indexBox4 img {
	width: 100%;
}

.moreBtn {
	color: #676767;
	font-size: 16px;
	margin-right: 10px;
}

.indexBox5 {
	margin-top: 20px;
}

.indexBox5 .indexTit1 {
	justify-content: space-between;
}

.indexBox5 .indexBox5List {
  padding: 20px 0;
}
.indexBox5 .indexBox5List .swiper-container .swiper-wrapper{
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.indexBox5 .indexBox5List .indexBox5ListLi {

}
.indexBox5 .indexBox5List .indexBox5ListLi .imgbox {
  display: flex;
  justify-self: center;
  align-items: center;
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.indexBox5 .indexBox5List .indexBox5ListLi .imgbox img {
  width: 100%;
  height: 100%;
}

.indexBox5 .indexBox5List .indexBox5ListLi p {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.indexBox5 .indexBox5List .indexBox5ListLi:hover p {
	color: #D1161B;
}

.indexBox6 {
	margin-top: 20px;
}

.indexBox6 .container {
	display: flex;
	justify-content: space-between;
}

.indexBox6 .indexBox6Con {
	width: 420px;
}

.indexBox6 .indexBox6List .txtli {
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
	position: relative;
	font-size: 15px;
	color: #666666;
	margin-top: 18px;
}

.indexBox6 .indexBox6List .txtli:hover {
	color: #D1161B;
}

.indexBox6 .indexBox6List .txtli::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #D1161B;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.indexBox7 {
	margin-top: 20px;
}

.indexBox7 .indexBox7List {
	display: flex;
	flex-wrap: wrap;
}

.indexBox7 .indexBox7List .indexBox7ListLi {
	width: 190px;
	height: 77px;
	border: 1px solid #eaeaea;
	margin-right: 12px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	align-items: center;
	margin-top: 15px;
}

.indexBox7 .indexBox7List .indexBox7ListLi img {
	width: 100%;
}

.indexBox7 .indexBox7List .indexBox7ListLi:nth-child(6n) {
	margin-right: 0;
}

.indexBox7 .indexBox7Bar {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.indexBox7 .indexBox7Bar .indexBox7BarList {
	position: relative;
	height: 40px;
	line-height: 40px;
	width: 210px;
	border: 1px solid #d8dcdd;
	padding: 0 15px;
}

.indexBox7 .indexBox7Bar .indexBox7BarList .indexBox7BarBtn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #828282;
}

.indexBox7 .indexBox7Bar .indexBox7BarList .indexBox7BarBtn i {
	border: 5px solid #333;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	margin-top: -5px;
	transition: ease 0.5s;
}

.indexBox7 .indexBox7Bar .indexBox7BarList .indexBox7BarBtn.on i {
	margin-top: 4px;
	transform: rotate(180deg);
}

.indexBox7 .indexBox7Bar .indexBox7BarList .indexBox7BarListLi {
	position: absolute;
	bottom: 40px;
	width: 100%;
	left: 0;
	display: none;
	background-color: #fff;
}

.indexBox7 .indexBox7Bar .indexBox7BarList .indexBox7BarListLi a {
	display: block;
	width: 100%;
	padding: 0 10px;
	transition: ease 0.5s;
}

.indexBox7 .indexBox7Bar .indexBox7BarList .indexBox7BarListLi a:hover {
	background-color: #f1f1f1;
}


.neiCon {
	display: flex;
	margin-top: 5px;
}

.neiCon .lBar {
	width: 260px;
	margin-right: 40px;
}

.neiCon .lBar .head {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/neibg1.png) center center repeat-x;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.neiCon .lBar .navLink a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 100%;
	border: 1px solid #dedede;
	background-color: #f6f6f6;
	margin-bottom: -1px;
}

.neiCon .lBar .navLink a:hover {
	color: #BC1C04;
}

.neiCon .rCon {
	width: calc(100% - 300px);
}

.neiCon .rCon .topBar {
	border-bottom: 1px solid #cccccc;
	margin: 20px 0;
}

.neiCon .rCon .topBar .text {
	width: max-content;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #bc1c04;
	color: #bc1c04;
	padding-right: 10px;
	margin-bottom: -1px;
	padding: 5px 0;
}

.neiCon .rCon .topBar .text span {
	font-size: 20px;
	margin-left: 5px;
}

.neiCon .rCon .topBar .text .imgbox {
	display: flex;
	align-content: center;
	justify-content: center;
	overflow: hidden;
}

.newsImg .newsImgList {
	display: flex;
	flex-wrap: wrap;
}

.newsImg .newsImgList .newsImgListLi {
	width: 180px;
	margin-bottom: 30px;
	margin-right: 60px;
}

.newsImg .newsImgList .newsImgListLi:nth-child(4n) {
	margin-right: 0;
}

.newsImg .newsImgList .newsImgListLi .imgbox {
	width: 180px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.newsImg .newsImgList .newsImgListLi .imgbox img {
	width: 100%;
}

.newsImg .newsImgList .newsImgListLi p {
	text-align: center;
	margin-top: 10px;
	color: #333;
}

.imgList {}

.imgList .newsImgListLi {
	display: flex;
	padding: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.imgList .newsImgListLi .imgbox {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 182px;
	height: 125px;
	margin-right: 35px;
}

.imgList .newsImgListLi .imgbox img {
  width: 100%;
  height: 100%;
}

.imgList .newsImgListLi .text {
	width: calc(100% - 216px);
}

.imgList .newsImgListLi .text .head {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}

.imgList .newsImgListLi .text .date {
	font-size: 14px;
	color: #a1a1a1;
	margin-bottom: 10px;
}


.imgList .newsImgListLi .text .txt {
	color: #68666b;
	font-size: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.imgList .newsImgListLi:hover .text .head {
	color: #D1161B;
}

.newsPagelist .newsPagelistLi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	padding-left: 10px;
	position: relative;
	border-bottom: 1px dashed #cccccc;
	margin-top: 5px;
}

.newsPagelist .newsPagelistLi::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666666;
	left: 0;
}

.newsPagelist .newsPagelistLi .text {
	color: #666666;
}

.newsPagelist .newsPagelistLi .date {
	color: #c6c6c6;
}

.newsPagelist .newsPagelistLi:hover .text {
	color: #D1161B;
}

.newsDetail .head {
	font-size: 24px;
	color: #333;
	font-weight: 700;
	text-align: center;
}

.newsDetail .date {
	color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.newsDetail .date span {
	margin-right: 10px;
	margin-left: 10px;
}


.newsDetail .txt {
	margin-top: 10px;
	min-height: 100px;
	border-bottom: 1px solid #ccc;
}
.newsDetail .txt img {
  max-width: 100%;
}
.newsDetail .navBar {}

.newsDetail .navBar a {
	display: block;
	padding: 5px 0;
	margin-top: 10px;
}

.newsDetail .navBar a:hover {
	color: #D1161B;
}





/* 分页 */
.pagination {
	display: flex;
	flex-wrap: wrap;
}

.pagination li:nth-child(1) {
	width: 100%;
	margin: 0;

}

.pagination li:nth-child(1) span,
.pagination li:nth-child(1) a {
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 10px 0;
}

.pagination li {
	margin-right: 5px;
}

.pagination li span,
.pagination li a {
	display: block;
	padding: 2px 10px;
	background-color: #fff;
	border: 1px solid #D1161B;
	transition: ease 0.5s;
	font-size: 14px;
}

.pagination li.disabled span,
.pagination li.disabled a {
	border: 1px solid #999;
	background: #fff;
	color: #999;
	cursor: not-allowed;
}

.pagination li.disabled:hover span,
.pagination li.disabled:hover a {
	border: 1px solid #999;
	background: #fff;
	color: #999;
}

.pagination li:hover span,
.pagination li:hover a {
	background-color: #D1161B;
	color: #fff;
}

.pagination li.active span,
.pagination li.active a {
	border: 1px solid #D1161B;
	background: #D1161B;
	color: #fff;
}

.pagination li.active:hover span,
.pagination li.active:hover a {
	border: 1px solid #D1161B;
	background: #D1161B;
	color: #fff;
}


.huiyuanPage {}

.huiyuanPage .huiyuanBanner {
	width: 100%;
	height: 125px;
	background: url(../images/huiyuanbanner.png) center center no-repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 45px;
}

.huiyuanPage .huiyuanBanner .nickname {
	font-size: 50px;
	color: #c10e08;
}

.huiyuanPage .huiyuanBanner .det {
	font-size: 40px;
	color: #1d1d1d;
}

.huiyuanPage .huiyuanCon {
	display: flex;
	margin-top: 15px;
}

.huiyuanPage .huiyuanCon .lList {
	width: 847px;
	margin-right: 15px;
	background-color: #fff;
}

.huiyuanPage .huiyuanCon .rBox {
	width: 348px;
}

.huiyuanPage .huiyuanHead {
	background-color: #fff;
	font-size: 24px;
	color: #272727;
	padding-left: 15px;
	position: relative;
	display: flex;
	align-items: center;
	height: 61px;
	border-bottom: 1px solid #eeeeee;
}

.huiyuanPage .huiyuanHead::before {
	content: '';
	position: absolute;
	height: 30px;
	width: 3px;
	background-color: #d9534f;
	top: 15px;
	left: 0;
}

.huiyuanPage .huiyuanCon .lList .lListLi {
	padding: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
}

.huiyuanPage .huiyuanCon .lList .imgbox {
	width: 279px;
	height: 191px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 25px;
}

.huiyuanPage .huiyuanCon .lList .imgbox img {
	width: 100%;
  height: 100%;
}

.huiyuanPage .huiyuanCon .lList .lListLi .text {
	width: calc(100% - 304px);
}

.huiyuanPage .huiyuanCon .lList .lListLi .text .head {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 15px;
}
.huiyuanPage .huiyuanCon .lList .lListLi:hover .text .head {
	color: #D1161B;
}
.huiyuanPage .huiyuanCon .lList .lListLi .text .txt {
	font-size: 14px;
	color: #787878;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	line-height: 1.8;
	height: 75px;
}
.huiyuanPage .huiyuanCon .lList .lListLi .text .date {
	font-size: 14px;
	color: #787878;
}
.huiyuanPage .huiyuanCon .rBox .hyDetail {
	background-color: #fff;
}
.huiyuanPage .huiyuanCon .rBox .hyDetail .Con {
	padding: 20px 30px;
}
.huiyuanPage .huiyuanCon .rBox .hyDetail .Con .imgbox{
	width: 180px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.huiyuanPage .huiyuanCon .rBox .hyDetail .Con .imgbox img {
	width: 100%;
}
.huiyuanPage .huiyuanCon .rBox .hyDetail .Con .head {
	font-size: 14px;
	color: #1d1d1d;
	margin-top: 10px;
	text-align: center;
}
.huiyuanPage .huiyuanCon .rBox .hyDetail .Con .txt {
	font-size: 14px;
	color: #787878;
	margin-top: 20px;
}

.huiyuanPage .huiyuanCon .rBox .hotNews {
	margin-top: 15px;
	background-color: #fff;
	padding: 20px;
}
.huiyuanPage .huiyuanCon .rBox .hotNews .imgbox {
	width: 100px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.huiyuanPage .huiyuanCon .rBox .hotNews .imgbox img {
	width: 100%;
}
.huiyuanPage .huiyuanCon .rBox .hotNews .hotNewsListLi {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0;
}
.huiyuanPage .huiyuanCon .rBox .hotNews .hotNewsListLi .text {
	width: calc(100% - 110px);
}
.huiyuanPage .huiyuanCon .rBox .hotNews .hotNewsListLi .text .head {
	font-size: 14px;
	line-height: 1.5;
	height: 42px;
	        text-overflow: -o-ellipsis-lastline;
	        overflow: hidden;
	        text-overflow: ellipsis;
	        display: -webkit-box;
	        -webkit-line-clamp: 2;
	        -webkit-box-orient: vertical;
}
.huiyuanPage .huiyuanCon .rBox .hotNews .hotNewsListLi:hover .text .head {
	color: #D1161B;
}

.huiyuanPage .huiyuanCon .rBox .hotNews .hotNewsListLi .text .date {
	font-size: 14px;
	color: #999;
}

