* {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
  font-family: "Microsoft YaHei";
}

img {
  margin: 0;
  padding: 0;
}

html,
body {
  font-size: 16px;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-family: "Microsoft YaHei";
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{
	font-family: "Microsoft YaHei";
}
sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
	font-family: "Microsoft YaHei";
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.14 arial, \5b8b\4f53;
  color: #333;
  outline: 0;
}

body {
  background: #fff;
}

a,
a:hover {
  color: #333;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input {
  border: none;
  border-radius: 0;
  outline: medium;
  background-color: transparent;
}

* {
  -webkit-overflow-scrolling: touch
}

body {
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

/* @font-face {
  font-family: 'SourceHanSans';
  src: url('/static/vr/font/CN-Medium.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */



.top_adverse {
  display: block;
  margin-top: 1%;
}

.top_adverse a {
  width: 100%;
}

.top_adverse a img {
  max-width: 1200px;
}
.top_adverse1 {
  display: block;
  margin-top: 1%;
}

.top_adverse1 a {
  width: 100%;
}

.top_adverse1 a img {
  max-width: 1200px;
}


.left-btn {
  position: fixed;
  right: calc((100% - 1420px) / 2 + 10px);
  bottom: 10%;
  z-index: 99;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.5s;
  cursor: pointer;
}

.left-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.left-btn img {
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 1200px) {
  .left-btn {
    position: fixed;
    right: 10%;
    bottom: 20%;
    z-index: 99;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.5s;
    cursor: pointer;
  }
  .top_adverse a img {
    max-width: 100%;
  }
  .top_adverse1 a img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 760px) {
  .left-btn {
    display: none;
  }
}

/* ========== header ========= */
header {
  background: #f65049;
  height: 60px;
  margin: 1% 0 2% 0;
}

.nav-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #f65049;
  height: 60px;
}

header a img {
  background: #f65049;
  display: block;
}

header .nav {
  background: #f65049;
  display: flex;
  color: #fff;
  font-size: 16px;
  padding: 0 20px 0 20px;
}

header .nav li a {
  background: #f65049;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  height: 60px;
  padding: 0 28px;
  /* font-family: "Microsoft YaHei","微雅软黑" */
}

header .nav li a:hover {
  background: #da4641;
}

/* 搜索框 */
.search-container {
  background: #fff;
  padding: 10px;
  width: 200px;
  position: relative;
  order: 2;
  margin-left: 164px;
}

.search-container form {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.search-container input {
  background: #fff;
  color: #9E9C9C;
}

.search-container button {
  border: none;
}

.search-container button img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 1200px) {
  .search-container {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  header {
    height: 110px;
  }

  .nav-header {
    flex-wrap: wrap;
    height: 110px;
  }

  header .head-img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 10px 0;
  }

  header a img {
    display: block;
    margin: 0 auto;
  }

  header .nav {
    padding: 0;
  }

  header .nav li a {
    background: #f65049;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    height: 45px;
    padding: 0 20px;
  }

  header .nav li a:hover {
    background: #da4641;
  }
}

@media only screen and (max-width: 580px) {
  header .nav li a {
    background: #f65049;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    height: 45px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 460px) {
  header .nav li a {
    background: #f65049;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 420px) {
  header .nav li a {
    background: #f65049;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    height: 40px;
    padding: 0 3px;
  }
}

/* =========== recommend ============ */
.recommend {
  display: flex;
  align-items: center;
	margin-top: 5%;
}

.img-left {
  width: 42.8%;
	margin-right: .2%;
}

.img-left a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
}

.img-left a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.img-left a:hover img {
  transform: scale(1.1);
}

.img-left a:hover p {
  animation: movedUp 1s forwards;
}

@keyframes movedUp {
  0% {
    padding-bottom: 0px;
  }

  100% {
    padding-bottom: 10px;
  }
}

.img-left a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}


.img-right {
  display: flex;
  flex-wrap: wrap;
  width: 57%;
}

.img-right li {
  width: 33.1%;
  margin: 0 .1%;
}
.img-right li:nth-child(1),
.img-right li:nth-child(2),
.img-right li:nth-child(3) {
  margin-bottom: .2%;
}

.img-right li a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: calc(176 / 223 * 100%); /* 设置宽高比例为 226:176 */
  overflow: hidden;
}

.img-right li a img {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.img-right li a:hover img {
  transform: scale(1.1);
}

.img-right li a p {
  position: absolute;
  bottom: 0;
  width: 83%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  margin: 0;
  padding: 0;
  transform: translateY(0%);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  z-index: 2;
  padding: 20px;
  transition: transform 1s;
}

.img-right li a:hover p {
  animation: moveUp 1s forwards;
}

@keyframes moveUp {
  0% {
    padding-bottom: 20px;
  }

  100% {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .recommend {
    display: flex;
    flex-wrap: wrap;
  }
  .img-left {
    width: 100%;
		margin-right: 0;
		padding: 10px 10px 0 10px;
  }

  .img-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 5px 0;
		padding: 10px;
  }

  .img-right li {
    width: 33.2%;
    margin: .1% 0;
  }
}
@media only screen and (max-width: 560px) {
	.img-left {
    width: 100%;
		margin-right: 0;
  }
	.img-right li a p {
    position: absolute;
    bottom: 0;
    width: 90%;
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
  }
}
@media only screen and (max-width: 460px) {
	.img-left {
    width: 100%;
		margin-right: 0;
  }
  .img-left a p {
    font-size: 14px;
    padding: 10px 30px;
    width: 92%;
  }

  .img-right li a p {
    position: absolute;
    bottom: 0;
    width: 90%;
    font-size: 10px;
    line-height: 18px;
    padding: 5px;
  }
}
@media only screen and (max-width: 360px) {
 
  .img-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 5px 0;
		padding: 10px;
  }

  .img-right li {
    width: 33.1%;
    margin: .1% 0;
  }
}
@media only screen and (max-width: 320px) {
 
  .img-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 5px 0;
		padding: 10px;
  }

  .img-right li {
    width: 33.1%;
    margin: .3px 0;
  }
}
/* ============= news =========== */
.news-cont {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
	width: 100%;
}

.xinlang {
  width: 310px;
  padding: 50px 0;
	margin-top: 50px;
}

.xinlang h1 {
  font-size: 22px;
  line-height: 58px;
  color: #474747;
  border-top: 2px solid #474747;
}

.news {
  margin-top: 30px;
  width: 815px;
}

.news .new {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #e7e7e7;
}

.news .new h3 {
  font-size: 18px;
  height: 20px;
  margin-bottom: 20px;
  color: #474747;
  font-family: "Microsoft YaHei";
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .new h3 a:hover {
  color: #f24f4a;
}

.news .new .con {
  display: flex;
}

.news .new .con .con-left {
  width: 31%;
  overflow: hidden;
  aspect-ratio: 10/6;
  position: relative;
  /* 新增样式 */
}

.news .new .con .con-left img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 1s ease;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
}
.news .new .con .con-left .img2{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 38%;
	left: 40%;
}
.news .new .con .con-right {
  padding: 0 27px;
  width: 70%;
}

.news .new .con .con-right p {
  margin-bottom: 17px;
  color: #626262;
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
	font-family: "Microsoft YaHei";
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .new .con .con-right .more-about {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 17px;
}
.news .new .con .con-right .more-about a {
  color: #626262;
  line-height: 26px;
  font-size: 14px;
	font-family: "Microsoft YaHei";
	display: inline-block;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .new .con .con-right .more-about span {
  color: #626262;
  line-height: 26px;
  font-size: 14px;
	font-family: "Microsoft YaHei";
	display: inline-block;
}

.news .new .con .con-right .more-about a:hover {
  color: #f65049;
}

.news .new .con .con-right .more-about .abouted {
  color: #f65049;
	margin-right: 5px;
}

.more-link {
  margin: 0 5px;
}

.more-infor {
  display: flex;
  margin-top: 20px;
}

.more-infor p {
  font-size: 14px;
	font-family: "Microsoft YaHei";
}

.more-infor .time {
  margin-right: 170px;
}

.more-infor .from {
  margin-right: 20px;
}

.news .new .con .con-left img:hover {
  transform: scale(1.1);
}

.more-btn{
	width: 140px;
	height: 36px;
	line-height: 34px;
	border-radius: 1px;
	font-size: 16px;
	color: #da4641;
	border: 1px solid #da4641;
	cursor: pointer;
	display: block;
	background: #fff;
	font-family: "Microsoft YaHei";
	margin: 20px 0 10px 340px;
}
.btn-float:hover{
	background: #da4641;
	color: #fff;
	border: 1px solid #da4641;
}
@media only screen and (max-width: 1400px) {
  .news .new .con .con-left {
    margin-left: 2%;
  }

  .more-infor {
    margin-left: 2%;
  }

  .news .new h3 {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 1200px) {
	.xinlang{
		display: none;
	}
	.news {
		margin-top: 30px;
		width: 100%;
	}
	.list-le{
		width: 100%;
	}
	.news .new .con .con-right p {
    margin-bottom: 17px;
    color: #626262;
    line-height: 36px;
    font-size: 18px;
  }

  .news .new .con .con-right p a {
    margin-bottom: 17px;
    line-height: 24px;
    font-size: 14px;
  }
	.news .new .con .con-right .more-about a {
		line-height: 28px;
		font-size: 16px;
		max-width: 400px;
	}
	.news .new .con .con-right .more-about span {
		line-height: 28px;
		font-size: 16px;
	}
	.more-infor p {
		font-size: 16px;
		font-family: "Microsoft YaHei";
	}
	.more-infor .time {
		margin-right: 22%;
	}
	
	.more-infor .from {
		margin-right: 20px;
	}
	.more-btn{
		width: 140px;
		height: 36px;
		line-height: 34px;
		border-radius: 1px;
		font-size: 16px;
		color: #da4641;
		border: 1px solid #da4641;
		cursor: pointer;
		display: block;
		background: #fff;
		font-family: "Microsoft YaHei";
		margin: 20px auto;
		text-align: center;
	}
}
@media only screen and (max-width: 900px) {
  .news .new .con .con-left {
    width: 30%;
    overflow: hidden;
    margin-left: 2%;
  }

  .more-infor {
    display: flex;
    margin-left: 2%;
  }

  .more-infor p {
    font-size: 14px;
  }

  .news .new h3 {
    margin-left: 2%;
  }

  .news .new .con .con-right p {
    margin-bottom: 17px;
    color: #626262;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
  }

  .news .new .con .con-right p a {
    margin-bottom: 17px;
    line-height: 24px;
    font-size: 14px;
  }
	.news .new .con .con-right .more-about a {
		line-height: 24px;
		font-size: 14px;
		max-width: 400px;
	}
	.news .new .con .con-right .more-about span {
		line-height: 24px;
		font-size: 14px;
	}
	.news .new .con .con-left .img2{
		width: 40px;
		height: 40px;
		position: absolute;
		top: 38%;
		left: 40%;
	}
}

@media only screen and (max-width: 680px) {
  .news {
    margin-top: 2%;
    width: 100%;
  }

  .news .new {
    width: 100%;
    padding: 3% 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .news .new h3 {
    margin-bottom: 2%;
  }

  .news .new .con {
    display: flex;
  }


  .news .new .con .con-left img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform 1s ease;
    transform-origin: center;
  }

  .news .new .con .con-right {
    padding: 0 15px;
    width: 57%;
  }

  .news .new .con .con-right p {
    margin-bottom: 12px;
    color: #626262;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
  }

  .news .new .con .con-right p a {
    margin-bottom: 17px;
    color: #626262;
    line-height: 22px;
    font-size: 14px;
  }

  .news .new .con .con-right p a:hover {
    color: #f65049;
  }

  .news .new .con .con-right p .abouted {
    color: #f65049;
  }

  .more-infor {
    display: flex;
    margin-top: 2%;
  }
	.more-infor p {
		font-size: 14px;
		font-family: "Microsoft YaHei";
	}
	.more-infor .time {
		margin-right: 18%;
	}
	
	.more-infor .from {
		margin-right: 20px;
	}
	.news .new .con .con-right .more-about a {
		line-height: 22px;
		font-size: 14px;
		max-width: 200px;
	}
	.news .new .con .con-right .more-about span {
		line-height: 22px;
		font-size: 14px;
	}
	.more-btn{
		width: 100px;
		height: 32px;
		line-height: 30px;
		border-radius: 1px;
		font-size: 12px;
		color: #da4641;
		border: 1px solid #da4641;
		cursor: pointer;
		display: block;
		background: #fff;
		font-family: "Microsoft YaHei";
		margin: 10px auto;
		text-align: center;
	}
}

@media only screen and (max-width: 560px) {
  .news {
    margin-top: 2%;
    width: 100%;
  }

  .news .new {
    width: 100%;
    padding: 3% 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .news .new h3 {
    font-size: 14px;
		height: 14px;
    margin-bottom: 2%;
  }

  .news .new .con {
    display: flex;
  }


  .news .new .con .con-left img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform 1s ease;
    transform-origin: center;
  }

  .news .new .con .con-right {
    padding: 0 15px;
    width: 60%;
  }

  .news .new .con .con-right p {
    margin-bottom: 5px;
    color: #626262;
    line-height: 18px;
    font-size: 12px;
    font-weight: 500;
  }

  .news .new .con .con-right p a {
    margin-bottom: 10px;
    color: #626262;
    line-height: 18px;
    font-size: 12px;
  }

  .news .new .con .con-right p a:hover {
    color: #f65049;
  }

  .news .new .con .con-right p .abouted {
    color: #f65049;
  }

  .more-infor {
    display: flex;
    margin-top: 1.2%;
  }
	.more-infor p {
		font-size: 12px;
		font-family: "Microsoft YaHei";
	}
	.more-infor .time {
		margin-right: 20%;
	}
	
	.more-infor .from {
		margin-right: 20px;
	}
	.news .new .con .con-right .more-about a {
		line-height: 18px;
		font-size: 12px;
		max-width: 200px;
	}
	.news .new .con .con-right .more-about span {
		line-height: 18px;
		font-size: 12px;
	}
	.news .new .con .con-left .img2{
		width: 35px;
		height: 35px;
		position: absolute;
		top: 30%;
		left: 38%;
	}
}

@media only screen and (max-width: 420px) {
  .news {
    margin-top: 2%;
    width: 100%;
  }

  .news .new {
    width: 100%;
    padding: 3% 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .news .new h3 {
    font-size: 12px;
		height: 12px;
    margin-bottom: 2%;
  }

  .news .new .con {
    display: flex;
  }
/* 
  .news .new .con .con-left {
    width: 40%;
    overflow: hidden;
  } */

  .news .new .con .con-left img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform 1s ease;
    transform-origin: center;
  }

  .news .new .con .con-right {
    padding: 0 15px;
    width: 57%;
  }

  .news .new .con .con-right p {
    margin-bottom: 5px;
    color: #626262;
    line-height: 14px;
    font-size: 9px;
    font-weight: 500;
  }

  .news .new .con .con-right p a {
    margin-bottom: 10px;
    color: #626262;
    line-height: 16px;
    font-size: 10px;
  }

  .news .new .con .con-right p a:hover {
    color: #f65049;
  }

  .news .new .con .con-right p .abouted {
    color: #f65049;
  }

	.more-infor {
    display: flex;
    margin-top: .5%;
  }
  .more-infor p {
		font-size: 10px;
		font-family: "Microsoft YaHei";
	}
	.more-infor .time {
		margin-right: 18%;
	}
	
	.more-infor .from {
		margin-right: 20px;
	}
	.news .new .con .con-right .more-about a {
		line-height: 16px;
		font-size: 10px;
		max-width: 120px;
	}
	.news .new .con .con-right .more-about span {
		line-height: 16px;
		font-size: 10px;
	}
	.news .new .con .con-left .img2{
		width: 25px;
		height: 25px;
		position: absolute;
		top: 30%;
		left: 38%;
	}
}

@media only screen and (max-width: 320px) {
  .news {
    margin-top: 2%;
    width: 100%;
  }

  .news .new {
    width: 100%;
    padding: 3% 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .news .new h3 {
    font-size: 12px;
		height: 12px;
    margin-bottom: 2%;
  }

  .news .new .con {
    display: flex;
  }

  .news .new .con .con-left {
    width: 35%;
    overflow: hidden;
  }

  .news .new .con .con-left img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: transform 1s ease;
    transform-origin: center;
  }

  .news .new .con .con-right {
    padding: 0 15px;
    width: 64%;
  }

  .news .new .con .con-right p {
    margin-bottom: 0;
    color: #626262;
    line-height: 12px;
    font-size: 8px;
    font-weight: 500;
  }

  .news .new .con .con-right p a {
    margin-bottom: 10px;
    color: #626262;
    line-height: 12px;
    font-size: 8px;
  }
	.more-infor {
    display: flex;
    margin-top: 0;
  }
  .news .new .con .con-right p a:hover {
    color: #f65049;
  }

  .news .new .con .con-right p .abouted {
    color: #f65049;
  }


  .more-infor p {
		font-size: 8px;
		font-family: "Microsoft YaHei";
	}
	.more-infor .time {
		margin-right: 18%;
	}
	
	.more-infor .from {
		margin-right: 20px;
	}
	.news .new .con .con-right .more-about a {
		line-height: 11px;
		font-size: 8px;
		max-width: 120px;
	}
	.news .new .con .con-right .more-about span {
		line-height: 11px;
		font-size: 8px;
	}
}

/* =========== footer ========== */
footer {
  background: #292929;
  padding: 20px 30px;
  color: #848484;
  text-align: center;
  line-height: 2;
}

footer p {
  font-size: 14px;
}

footer p a {
  font-size: 14px;
  color: #848484;
  margin: 0 5px;
}

footer p a:hover {
  color: #dadada;
  margin: 0 3px;
}

@media only screen and (max-width: 540px) {
  footer p {
    font-size: 12px;
    line-height: 24px;
  }

  footer p a {
    font-size: 12px;
    line-height: 24px;
  }

  footer p a:hover {
    color: #dadada;
    margin: 0 3px;
  }
}

/* ========= second_title ========== */
.second_title {
  border-top: 2px solid #474747;
  margin-top: 50px;
  margin-bottom: -30px;
}

.second_title h1 {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bolder;
  margin-top: 20px;
  line-height: 40px;
  font-weight: 900;
}

.second_title p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #848484;
}

@media only screen and (max-width: 700px) {
  .second_title {
    border-top: 2px solid #474747;
    margin-top: 30px;
    margin-bottom: -30px;
  }

  .second_title h1 {
    margin-left: 5px;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 10px;
    line-height: 36px;
    font-weight: 900;
  }

  .second_title p {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #848484;
    margin-bottom: 30px;
  }
}

/* ============= detail ============== */
.detailed {
  padding: 44px 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detail-left{
	width: 815px;
}
.detail-title p {
  color: #929291;
  font-size: 14px;
}

.detail-title p a {
  color: #929291;
  font-size: 14px;
}

.detail-title p span {
  margin: 0 2px;
}

.detail-title p a:hover {
  color: #da4641;
}

.detail-title h1 {
  font-size: 24px;
  line-height: 36px;
  border-bottom: 1px solid #dedede;
  padding: 18px 0;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}

.detail-title .detail-more {
  position: relative;
  height: 48px;
  line-height: 48px;
  color: #929291;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.detail-title .detail-more span {
  margin-right: 10px;
}

.detail-title .detail-more .det-right {
  margin-right: 10px;
}

.detail-title .detail-more .det-right img {
  width: 20px;
  height: 20px;
  margin: 10px 5px;
}


.detailed .detail-con {
  margin-top: 20px;
  width: 100%;
	font-family: "Microsoft YaHei";
}
.detailed .detail-con div{
  font-size: 16px;
  line-height: 32px;
  margin: 10px 0;
	font-family: "Microsoft YaHei";
	margin: 16px 0;
	text-indent: 2em;
}

.detailed .detail-con p{
  font-size: 16px;
  line-height: 32px;
  margin: 16px 0;
	font-family: "Microsoft YaHei";
	text-indent: 2em;
}
.detailed .detail-con a{
  font-size: 16px;
  line-height: 32px;
	font-family: "Microsoft YaHei";
}


.detail-con img {
  width: 70%;
  height: auto;
  display: block;
  margin: 3% auto;
}

.detailed .bottom_adverse{
	width: 550px;
	margin: 40px auto 20px;
	text-align: center;
}
.detailed .bottom_adverse a{
	width: 550px;
}
.detailed .bottom_adverse a img{
	width: 550px;
}

.video-con iframe{
    display: block;
    height: 100%;
    margin: auto;
    width: 100%;
}
@media only screen and (max-width: 1500px) {
  .detailed {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .detail-left{
		width: 100%;
	}
	.detailed .bottom_adverse{
		width:60%;
		text-align: center;
	}
	.detailed .bottom_adverse a{
		width: 100%;
	}
	.detailed .bottom_adverse a img{
		width: 100%;
	}
	
}
@media only screen and (max-width: 1000px) {
	.detailed .bottom_adverse{
		width:80%;
		text-align: center;
	}
	.detailed .bottom_adverse a{
		width: 100%;
	}
	.detailed .bottom_adverse a img{
		width: 100%;
	}
	
}
@media only screen and (max-width: 760px) {
	.detailed .bottom_adverse{
		width:80%;
		margin: 35px auto 20px;
		text-align: center;
	}
	.detailed .bottom_adverse a{
		width: 100%;
	}
	.detailed .bottom_adverse a img{
		width: 100%;
	}
	
}
@media only screen and (max-width: 530px) {
	.detailed .bottom_adverse{
		width:80%;
		margin: 30px auto 20px;
		text-align: center;
	}
	.detailed .bottom_adverse a{
		width: 100%;
	}
	.detailed .bottom_adverse a img{
		width: 100%;
	}
	
}

@media only screen and (max-width: 360px) {
  .det-left .author {
    font-size: 14px;
  }

  .detail-title .detail-more {
    display: flex;
    flex-wrap: wrap;
    height: 67px;
  }
}

/* ================== .pageZone =============== */
.page_more {
  margin-bottom: 30px;
}

.pageZone {
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0;
  overflow: hidden;
}

.pageZone span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #474747;
  text-decoration: none;
  margin-right: 5px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  background: #f6f6f6;
	margin-bottom: 10px;
}

.pageZone span:hover {
  background: #f65049;
  color: #fff;
  text-decoration: none;
}

.pageZone .disabled {
  width: 85px;
  color: #B0B0B0;
  cursor: default;
}

.pageZone span.disabled:hover {
  background: #f6f6f6;
  color: #B0B0B0;
}

.pageZone .last {
  display: inline-block;
  width: 85px;
}

.pageZone .next {
  display: inline-block;
  width: 85px;
}

.pageZone .previous {
  display: inline-block;
  width: 85px;
}

.pageZone span.isNow {
  background: #f65049;
  color: #FFFFFF;
}

@media only screen and (max-width: 480px) {
  .pageZone {
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
    overflow: hidden;
  }

  .pageZone span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #474747;
    text-decoration: none;
    margin-right: 5px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    background: #f6f6f6;
  }

  .pageZone span:hover {
    background: #f65049;
    color: #fff;
    text-decoration: none;
  }

  .pageZone .disabled {
    width: 50px;
    color: #B0B0B0;
    cursor: default;
  }

  .pageZone span.disabled:hover {
    background: #f6f6f6;
    color: #B0B0B0;
  }

  .pageZone .last {
    display: inline-block;
    width: 60px;
  }

  .pageZone .next {
    display: inline-block;
    width: 50px;
  }

  .pageZone .previous {
    display: inline-block;
    width: 50px;
  }

  .pageZone span.isNow {
    background: #f65049;
    color: #FFFFFF;
  }
}





.statement p {
  font-size: 16px;
  width: 100%;
  padding: 20px 0 44px;
  color: #474747;
  font-weight: bold;
	font-family: "Microsoft YaHei";
	margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
	.statement p {
		font-size: 16px;
		width: 100%;
		padding: 10px 0 0;
		color: #474747;
		font-weight: bold;
		font-family: "Microsoft YaHei";
	}

}
.xinlang-moretitle{
	margin: 30px 0 7px 0;
	font-size: 22px;
	line-height: 58px;
}
.xinlang-more{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.xinlang-more li{
	margin-bottom: 10px;
	margin-right: 10px;
}
.xinlang-more li img{
	width: 34px;
	height: 34px;
}
.more-video li{
	width: 312px;
	height: 200px;
	margin: 15px 0;
	position: relative;
}

.more-video li a .img1{
	width: 312px;
	height: 200px;
}
.more-video li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.more-video li a .img2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	width: 60px;
	height: 60px;
}
.more-video li a .video-title{
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 312px;
	font-size: 14px;
	color: #fff;
	font-family: "Microsoft YaHei";
}

