@charset "utf-8";

/*！--CSS重置和样式初始化*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  font-size: 14px;
}

body {
  font-style: normal;
  font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
  background-color: #ffffff;
}

small {
  font-size: 12px;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 14px;
}

h4,
h5,
h6 {
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  height: 1px;
}

img {
  border-style: none;
}

img:not([src]) {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}

input,
textarea,
button,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]),
video:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.clear:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}

/* 主样式开始*/
body {
  background: #FAF4F4;
}

.wrap {
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}

.wrap-min {
  width: 1200px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.yun-icon {
  width: 198px;
  height: 136px;
  background: url(../images/icon.png) center no-repeat;
  position: absolute;
  right: -35px;
  bottom: -25px;
  z-index: 3;
  background-size: 100% 100%;
}

.header {
  height: 807px;
  background: url(../images/banner.png) center no-repeat;
}

.max-box {
  height: 3332px;
  background: url(../images/bgbox.png) center no-repeat;
  position: relative;
}

.jrzx {
  width: 1200px;
  height: 645px;
  background: #FFFFFF;
  border: 1px solid #C16940;
  border-radius: 15px;
  position: relative;
  top: -150px;
  padding: 28px 64px 0 61px;
  box-sizing: border-box;
}

.jrzx-title {
  height: 55px;
  background: url(../images/jrzxtt.png) center no-repeat;
}

.jrzx-content {
  margin-top: 35px;
  overflow: hidden;
}

.jrzx-focus {
  position: relative;
}

.jrzx-focus .jrzx-focus-wrapper ul li {
  width: 630px;
  height: 434px;
  position: relative;
}

.jrzx-focus .jrzx-focus-wrapper ul li a img {
  width: 630px;
  height: 434px;
}

.jrzx-focus .jrzx-focus-wrapper ul li p {
  width: 630px;
  height: 68px;
  background: rgba(0, 0, 0, 0.65);
  line-height: 68px;
  color: #fff;
  padding: 0 25px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}

.jrzx-focus .jrzx-focus-wrapper ul li p a {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 68px;
  color: #fff;
  width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jrzx-focus .jrzx-tip {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
}

.jrzx-focus .jrzx-tip ul li {
  width: 25px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 5px;
  float: left;
}

.jrzx-focus .jrzx-tip ul li.on {
  width: 54px;
  height: 8px;
  background: #FF3800;
  border-radius: 4px;
}

.jrzx-list ul li {
  width: 392px;
  height: 140px;
  border-bottom: 1px dashed #C1C1C1;
}

.jrzx-list ul li:nth-child(2) {
  margin-top: 10px;
}

.jrzx-list ul li:nth-child(3) {
  margin-top: 10px;
  border: none;
}

.jrzx-list ul li h3 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #552F2F;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jrzx-list ul li h3 a {
  color: #552F2F;
}

.jrzx-list ul li p {
  margin-top: 10px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #998787;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jrqy {
  margin-top: -83px;
  height: 508px;
  background: #FFFFFF;
  border: 1px solid #C16940;
  border-radius: 15px;
  padding: 28px 64px 0 61px;
  box-sizing: border-box;
  position: relative;
}

.jrqy-title {
  height: 56px;
  background: url(../images/jrqytt.png) center no-repeat;
}

.jrqy-content {
  height: 322px;
  margin-top: 35px;
}

.jrqy-content ul li {
  height: 322px;
  overflow: hidden;
}

.jrqy-content ul li p {
  width: 634px;
  height: 322px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5B3C3A;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  float: left;
}

.jrqy-content ul li p a {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5B3C3A;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.jrqy-content ul li img {
  width: 392px;
  height: 311px;
  float: right;
}

.jrcs {
  margin-top: 67px;
  height: 586px;
  background: #FFFFFF;
  border: 1px solid #C16940;
  border-radius: 15px;
  padding: 28px 64px 0 61px;
  box-sizing: border-box;
  position: relative;
}

.jrcs-title {
  height: 56px;
  background: url(../images/jrcstt.png) center no-repeat;
}

.jrcs-content {
  margin-top: 54px;
  height: 363px;
}

.jrcs-content ul li .text {
  width: 500px;
  height: 363px;
}

.jrcs-content ul li .text h3 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #512724;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jrcs-content ul li .text h3 a {
  color: #512724;
}

.jrcs-content ul li .text p {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #512724;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.jrcs-content ul li .text p a {
  color: #512724;
}

.jrcs-content ul li .img a img {
  width: 547px;
  height: 363px;
}

.jrms {
  margin-top: 67px;
  height: 509px;
  background: #FFFFFF;
  border: 1px solid #C16940;
  border-radius: 15px;
  padding: 28px 64px 0 61px;
  box-sizing: border-box;
  position: relative;
}

.jrms-title {
  height: 56px;
  background: url(../images/jrmstt.png) center no-repeat;
}

.jrms-content {
  margin-top: 40px;
}

.jrms-content ul {
  overflow: hidden;
}

.jrms-content ul li {
  width: 240px;
  margin: 0 14px;
  float: left;
}

.jrms-content ul li img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.jrms-content ul li p {
  margin-top: 35px;
  width: 240px;
  font-size: 23px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #38201E;
  line-height: 28px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.jrms-content ul li p a {
  color: #38201E;
}

.jrsp {
  margin-top: 67px;
  height: 598px;
  background: #FFFFFF;
  border: 1px solid #C16940;
  border-radius: 15px;
  padding: 28px 64px 0 61px;
  box-sizing: border-box;
  position: relative;
}

.jrsp-title {
  height: 56px;
  background: url(../images/jrsptt.png) center no-repeat;
}

.jrsp-content ul li {
  float: left;
  margin: 25px 0;
}

.jrsp-content ul li:nth-child(odd) {
  width: 433px;
  height: 185px;
  background: #FFFFFF;
  border: 1px solid #C16940;
  box-shadow: 2px 2px 1px 0px rgba(243, 174, 136, 0.49);
  border-radius: 10px;
}

.jrsp-content ul li:nth-child(even) {
  width: 600px;
  height: 185px;
  background: #FFFFFF;
  border: 1px solid #C16940;
  box-shadow: 2px 2px 1px 0px rgba(243, 174, 136, 0.49);
  border-radius: 10px;
  float: right;
}

.jrsp-content ul li .title {
  margin-top: 24px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5B3C3A;
  line-height: 36px;
  text-align: center;
}
.jrsp-content ul li .author {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5B3C3A;
  line-height: 36px;
  text-align: center;
}
.jrsp-content ul li .text {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5B3C3A;
  line-height: 36px;
  text-align: center;
}

.footer {
  margin-top: 120px;
  height: 60px;
  background: url(../images/footer.png) center no-repeat;
}