/** @format */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	width: 100vw;
	height: auto;
	background-color: #f9f9f9 !important;
}
.content {
	/* background-color: #fff; */
}

.row {
	width: 1200px;
	/* width: 862px; */
	margin: 0 auto;
}

.row1 {
	/* width: 1200px; */
	width: 862px;
	margin: 0 auto;
}

.row-fff {
	background-color: #fff !important;
	width: 100%;
	position: relative;
}

.con-top {
	height: 92px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.con-top .logo {
	width: 220px;
	height: 72px;
}

.con-top .boc {
	width: 503px;
	height: 42px;
	border: 1px solid #ccc;
}

.con-top .boc-r {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.con-top .boc-r span:first-child {
	font-size: 22px;
	font-weight: 600;
	color: #f76262;
	margin-bottom: 5px;
}

.con-top .boc-r span:last-child {
	font-size: 14px;
	color: #666;
}

.con-top .boc {
	display: flex;
}

.con-top .boc input {
	border: none;
	outline: none;
	padding-left: 10px;
}

.con-top .boc .bovc {
	width: 80px;
	background-color: #f76262;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.con-top .boc .bovc span {
	margin-left: 5px;
	color: aliceblue;
}

.con-top .boc input {
	flex: 1;
}

/* 导航下边内容 左右布局 */
.bottom_content {
	/* width: 1200px; */
	width: 100%;
	/* border: 1px solid red; */
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.cont_left {
	width: 862px;
}

.cont_right {
	width: 318px;
	margin-top: 32px;
	margin-left: 30px;
}

/* box-nav */
/* 加 */
.hot_cont {
	width: 1047px;
	height: 270px;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.3);
	border-radius: 10px;
	position: absolute;
	top: 30px;
	left: -163px;
	display: flex;
	justify-content: space-between;
}

.hot_left {
	width: 127px;
	height: 269px;
	background: #f9f9f9;
	border-radius: 10px;
	/* float: left; */
}

.hot_left span {
	width: 100%;
	height: 32px;
	/* text-align: left; */
	line-height: 32px;
	display: inline-block;
}

.hot_top {
	width: 920px;
	height: 269px;
	background-color: red;
}

/* over */

.box-nav {
	margin-top: 10px;
	height: 50px;
	display: flex;
	justify-content: space-between;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

.box-nav .bo-l {
	padding-left: 28px;
	display: flex;
	align-items: center;
	width: 220px;
	cursor: pointer;
	position: relative;
}

.box-nav .bo-l:hover {
	color: #fff;
	background-color: #f76262;
}

.box-nav .bo-l .tybi {
	width: 22px;
	height: 22px;
	margin-right: 29px;
}

.box-nav .bo-r {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10%;
	font-size: 16px;
	font-weight: 400;
	color: #797979;
	margin-left: 30px;
}

.box-nav .bo-r span:hover {
	color: #f76262;
	cursor: pointer;
}

.box-nav .bo-c {
	width: 60%;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #797979;
}

.box-nav .bo-c .indexPage {
	padding: 15px 10px;
	position: relative;
}

.box-nav .bo-c li {
	padding: 0 10px;
	/* margin: 0 10px; */
	cursor: pointer;
}

.box-nav .bo-c li a {
	color: #797979;
}

/* .box-nav .bo-c li a:hover {
    color: #f76262;
} */

.xialy .xialy-li:hover {
	color: #fff;
	background: linear-gradient(90deg, #f62145 0%, #ff6e7c 100%);
	cursor: pointer;
}

/* banner */
/* .banner {
  width: 100%;
  margin: 0 auto;
  height: 303px;
  height: 240px;
} */

/* .banner img {
    margin: 0 auto;
    width: 100%;
    height: 240px;
} */

/* nav-row */
.nav-row {
	/* border-bottom: 1px solid #ccc; */
	/* margin-bottom: 40px; */
	/* background-color: #C3D8F2; */
	display: flex;
	margin: 0px auto;
	position: relative;
}

.nav-row-box {
	/* margin: 15px auto; */
	/* width: 862px; */
	width: 100%;
	/* display: flex;
  justify-content: space-between; */
	position: relative;
}

.nav-t {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: scroll;
	scroll-behavior: smooth;
	/* height: 180px; */
	/* flex-wrap: wrap; */
	/* justify-content: space-between; */
}

.nav-t::-webkit-scrollbar {
	display: none;
}

.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.3);
	border-radius: 50%;
	opacity: 0.8;
}

.slider-btn-prev div {
	width: 12px;
	height: 12px;
	border-bottom: 3px solid #969696;
	border-left: 3px solid #969696;
	transform: rotate(45deg);
	position: absolute;
	top: 33%;
	left: 42%;
}

.slider-btn-next {
	right: -15px;
}
.slider-btn-prev {
	left: -17px;
}

.slider-btn-next div {
	width: 12px;
	height: 12px;
	border-top: 3px solid #969696;
	border-right: 3px solid #969696;
	transform: rotate(45deg);
	position: absolute;
	top: 33%;
	left: 29%;
}

.nav-row ul li {
	flex: 0 0 159px;
	/* width: 159px; */
	/* height: 60px; */
	/* justify-content: flex-start; */
	justify-content: space-around;
	/* 修改了右边距 原本是13px */
	margin: 12px 1px 12px 12px;
	font-size: 16px;
	font-weight: 400;
	color: black;
	cursor: pointer;
	/* background-color: #fff; */
	/* padding: 15px 25px; */
	/* box-sizing: border-box; */
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav-row ul li > div {
	margin-left: 5px;
	width: 100px;
}

.tu {
	width: 20px;
	height: 20px;
	/* margin-left: 20px; */
	margin-right: 5px;
}
#conList {
	display: flex;
}
.erlist {
	/* height: 200px; */
	width: 90%;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.3);
	border-radius: 10px;
	position: absolute;
	top: 50px;
	display: flex;
	text-align: center;
	display: none;
	left: 40px;
	/* box-sizing: border-box; */
	/* padding: 10px 0; */
}
.hh {
	height: 40px;
	line-height: 40px;
}
.liv {
	display: flex;
	height: 50px;
	line-height: 40px;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	box-sizing: border-box;
	padding: 5px 0;
}
.nav-row ul li img {
	width: 30px;
	height: 30px;
	/* margin-right: 6px; */
	margin-left: -14px;
	border-radius: 4px;
	margin-right: 5px;
}

/* .nav-row ul li:hover {
  color: #f76262;
} */

.commty {
	margin-bottom: 30px;
	display: flex;
}

.commty .commty-l {
	background-color: #fff;
	margin-right: 25px;
	padding: 5px;
}

.commty .commty-l img {
	width: 212px;
	height: 493px;
}

.commty .commty-r {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	align-content: space-between;
}

.commty .commty-r li {
	/* width: 32.6%; */
	width: 280px;
	height: 204px;

	background-color: #fff;
	/* margin: 14px 0; */
	margin-top: 14px;
	/* padding: 8px; */
	/* margin-bottom: 10px; */
	border-radius: 10px;
	overflow: hidden;
}
.commty .commty-r li:hover {
	box-shadow: 6px 6px 7px 0px rgba(153, 153, 153, 0.8);
	/* background-color: #216bff; */
}

.commty .commty-r li:nth-child(3n + 2) {
	margin-left: 10px;
	margin-right: 10px;
}

.commty .commty-r li a img {
	width: 100%;
	/* height: 220px; */
	height: 159px;
	object-fit: contain;
}

.commty .commty-r li a .commty-r-div {
	/* background-color: #FF3636; */
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 15px;
}

.commty .commty-r li .commty-r-div span {
	display: inline-block;
	/* margin-top: 10px; */
	font-size: 14px;
	line-height: 22px;
}

.commty .commty-r li .commty-r-div p {
	display: inline-block;
	/* margin-top: 10px;
  margin-bottom: 5px; */
	width: 36px;
	height: 17px;
	background: #ff3636;
	border-radius: 4px;
	font-size: 11.48px;
	line-height: 22px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 模态框 */
.modal-box {
	margin-top: 10%;
	width: 900px;
	padding: 0;
	display: flex;
	box-sizing: border-box;
}

.mo-le {
	flex: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f76262;
}

.mo-le img {
	width: 220px;
	height: 72px;
}

.mo-ri {
	padding: 30px 30px 20px 30px;
	flex: 7;
	background-color: #f5f5f5;
}

.mo-ri .d-titel {
	font-size: 27px;
	font-weight: 400;
	color: #666;
	display: flex;
	justify-content: space-around;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.d-boxy {
	margin-top: 20px;
}

.d-boxy .hezi {
	height: 60px;
	padding: 10px 20px;
	background-color: #ececec;
	margin-bottom: 15px;
	display: flex;
}

.d-boxy .hezi img {
	width: 40px;
	height: 40px;
}

.d-boxy .hezi input {
	/* flex: 2; */
	width: calc(100% - 0px);
	font-size: 22px;
	border: none;
	outline: none;
	height: 100%;
	background-color: #ececec;
	padding-left: 10px;
}
.d-boxy .hezi:nth-child(4) input {
	width: calc(100% - 200px);
}

.d-boxy .hezi .rounty {
	/* flex: 3; */
	margin-left: 35px;
	border: 1px solid #f8555c;
	color: #f8555c;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	cursor: pointer;
}

.shum-p {
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.shum-pp {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.lidenglu {
	margin: 0 auto;
	margin-top: 20px;
	font-size: 27px;
	color: #fff;
	width: 60%;
	background-color: #f8555c;
	text-align: center;
	border-radius: 30px;
	padding: 10px 0;
	cursor: pointer;
}

.dibu {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dibu img {
	width: 40px;
	height: 40px;
	margin: 0 8px;
	cursor: pointer;
}
.bg-red {
	background: linear-gradient(to right, #f62145, #ff6e7c);
	position: relative;
	color: #fff !important;
}

.lisy {
	/* background: linear-gradient(to right, #fc8196, #fc8196); */
	background: linear-gradient(to right, #f88f8f, #f88f8f);
	color: #fff !important;
	box-shadow: 4px 4px 16px 0px rgba(246, 34, 68, 0.5);
	position: relative;
}

.inlisy {
	background: #fff;
	color: #fff !important;
	box-shadow: -1px 3px 5px #999999;
}

/* .lisy::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #f76262;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
} */

.xialy {
	position: absolute;
	/* width: 220px; */
	/* height: 303px; */
	/* width: 127px;
  height: 269px; */
	left: -10px;
	top: 45px;
	background-color: #e4e3e3;
	color: #000;
	box-shadow: -4px 1px 5px #cfcece;
	border-radius: 10px;
	overflow: hidden;
	z-index: 9999;
}

.xialy-ul {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	background-color: #fafafa;
}

.xialy-div {
	/* position: absolute;
  top: 0px;
  left: 220px; */
	min-width: 600px;
	/* height: 303px; */
	background-color: #fff;
	color: #000;
	display: block;
	box-shadow: 4px 1px 5px #cfcece;
	border-radius: 0px 10px 10px 0px;
}

.xialy-div ul {
	display: flex;
	/* justify-content: space-between; */
	height: 100%;
}

.xialy-div ul li {
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	padding: 0 !important;
	margin: 0 8px !important;
}

.erlist li {
	width: 150px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	height: 100%;
	padding: 0 !important;
	margin: 0 8px !important;
}

.xialy-div ul li .xialy-div-zi {
	/* padding-top: 27px; */
	height: 76px;
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	/* text-align: center; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.xialy-div ul li .xialy-div-zi img {
	width: 20px;
	height: 20px;
	margin-left: 20px;
	margin-right: 5px;
}

.xialy-div .xialy-div-zi:hover {
	color: #f76262;
	cursor: pointer;
}

.xialy-div ul li .xialy-div-txt {
	width: 100%;
	display: flex;
	flex-direction: column;
	float: left;
	text-align: center;
}

.xialy-div ul li .xialy-div-txt span {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xialy-div ul li .xialy-div-txt span:hover {
	color: #f76262;
}

.xialy-ul li {
	display: flex;
	align-items: center;
	font-size: 16px;
	/* color: #fff; */
	height: 46px;
	padding-left: 46px;
	justify-content: space-between;
	/* border-bottom: 1px solid #eeecec; */
}

.xialy-ul > li > img {
	margin-right: 20px;
	width: 13px !important;
	height: 15px !important;
}

.d-poi {
	color: #000;
}

.dianjiidu {
	color: #f76262;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.dianjiidu:hover {
	cursor: pointer;
}

.dianjiidu input {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.zhuce-p {
	text-align: center;
	font-size: 26px;
}

.hezi-po {
	width: 220px;
	height: 240px;
	/* background-color: #fff; */
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.hezi-po .ermi {
	width: 180px;
	height: 180px;
}

.dibui {
	display: flex;
	font-size: 14px;
	color: #333333;
	justify-content: center;
	margin-top: 15px;
}

.dibui img {
	margin-right: 10px;
}

.auy {
	margin-top: 20px;
}

.saoma {
	display: none;
}

.boss {
	display: none;
}

.bos-xs {
	display: block;
}

.yidenglu {
	/* display: flex;
    flex-direction: column; */
	position: relative;
}

.tuiout {
	width: 150px;
	position: absolute;
	top: 50px;
	display: none;
	background-color: #fff;
	z-index: 100;
}

.gerenu {
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.gerenu:hover {
	background-color: #b1abab;
}

.gerenu:hover a {
	color: #fff;
}

.bo-c-yt {
	font-weight: 600;
}

.b-right {
	width: 80px;
	height:203px !important;
	background-color: #fff;
	position: fixed;
	right: 20px;
	bottom: 100px;
	border-radius: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	font-size: 14px;
	cursor: pointer;
	z-index: 99;
}

.b-right div {
	flex: 1;
	padding-top: 15px;
}

.b-right div img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.codeImg {
	display: none;
}
.b-t {
	border-bottom: 2px solid #b1b0b0;
}

.lianxi img {
	width: 200px;
	height: 200px;
}

/* 侧边栏列表 新闻列表 */
.ce-nav {
	width: 318px;
	height: auto;
	/* position: absolute;
  top: 182px;
  right: 450px; */
}

.ce-nav:hover {
	cursor: pointer;
}

.ce-nav-tit {
	background-color: #f88f8f;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	border-radius: 10px;
	padding: 24px 0 13px 0;
	/* position: relative; */
	box-sizing: border-box;
}

.ce-nav-tit-div {
	width: 118px;
	background: #f76262;
	border-radius: 10px 10px 0px 0px;
	z-index: 1;
}

.ce-nav-tit div {
	width: 106px;
	text-align: center;
	/* height: 50px;
  position: relative; */
	margin-top: -35px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.click-tit {
	padding-top: 12px;
}

.cenav-tit-active {
	position: absolute;
	top: -10px;
	left: 0px;
	padding-top: 20px;
	color: #fff;
	box-sizing: border-box;
	background-color: #f76262;
	border-radius: 10px 10px 0 0;
}

.cenav-tit-active a {
	color: #fff !important;
	font-size: 16px;
}

.begin {
	margin-top: 12px;
}

.ce-list {
	width: 318px;
	/* position: absolute;
  top: 40px;
  left: 0px; */
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	position: relative;
	top: -33px;
	box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.1);
	border-radius: 20px;
	z-index: 1;
}

.ce-list ul li {
	box-sizing: border-box;
	padding: 10px 12px;
	display: flex;
	font-size: 14px;
	justify-content: space-between;
}

.ce-list ul li span:first-child {
	width: 190px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 新闻 查看更多 */
.more_box {
	/* border: 1px solid; */
	width: 318px;
	height: 48px;
	line-height: 42px;
	margin-top: -6px;
}

.more_news {
	/* border: 1px solid red; */
	width: 75px;
	/* height: 23px; */
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	display: flex;
	justify-content: space-around;
	margin-left: 125px;
}

.more_news .small {
	width: 7px;
	height: 10px;
	margin-top: 13px;
}

/* 轮播图样式 */
.slider {
	position: relative;
	top: 6px;
	width: 862px;
	height: 301px;
	margin: 14px auto;
	overflow: hidden;
}

.slides {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slides li {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	display: none;
}
.hhColor {
	color: #f76262 !important;
}
.controls {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.control {
	width: 25px;
	height: 2px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}

.prev:before,
.next:before {
	/* content: ""; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #216bff;
}

.prev:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.next:before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.control.active {
	background-color: #216bff;
}

.button-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 导航亿谷系统 播放视频 */
.video {
	width: 166px;
	height: 40px;
	background: linear-gradient(90deg, #f62144 0%, #ff6f7c 100%);
	box-shadow: 4px 4px 16px 0px rgba(246, 34, 68, 0.5);
	border-radius: 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	cursor: pointer;
}

.word {
	width: 64px;
	height: 16px;
	line-height: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

.play {
	width: 44px;
	height: 24px;
	background: #ffffff;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 新闻页面 */
.photo img {
	width: 100%;
	height: 301px;
}

/* 图片下边内容 */
.news_box {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 30px;
}

.nav {
	width: 100%;
	height: 50px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.nav li {
	cursor: pointer;
}

.nav li:nth-child(3) {
	color: #999;
	font-size: 14px;
}

.nav_content {
	display: none;
	width: 1200px;
}

nav ul {
	width: 490px;
	height: 40px;
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}

.nav-item {
	width: 130px;
	height: 40px;
	background: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
	color: #333;
	border: 1px solid #333;
	cursor: pointer;
}

.nav-item.active {
	color: #db353a;
	border-color: #f76262;
}

.news_cont {
	width: 1200px;
	height: 320px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}

.news_cont .left {
	width: 350px;
	height: 250px;
	background-color: pink;
	margin: auto 0;
}

.news_cont .right {
	width: 750px;
	height: 200px;
	margin: auto;
}

.news_cont .right li:nth-child(1) {
	width: 100%;
	height: 22px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news_cont .right li:nth-child(2) {
	width: 100%;
	height: 44px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-bottom: 88px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_cont .right li:nth-child(3) {
	height: 12px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

.disappear .news_cont:last-child {
	border-bottom: none;
}

/* 新闻详情页  新闻内容*/
.details_box {
	width: 1200px;
	padding: 49px 0 60px 0;
}

.details_title {
	width: 100%;
	height: 30px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}

.details_date {
	width: 100%;
	height: 14px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

.details_center {
	width: 1200px;
	height: 703px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	/* margin: 63px 0 28px 0; */
	margin: -50px 0 28px 0;
}

.details_box img {
	width: 889px;
	height: 375px;
	margin: auto;
}
.news_box p img {
	width: 889px !important;
}

.details_bottom {
	width: 100%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-top: 25px;
}

.details_center {
	margin-bottom: 20px;
}
