@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;
}

.more {
  width: 50px;
  height: 25px;
  background: url(../images/more.png) center no-repeat;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.more a {
  display: block;
  width: 50px;
  height: 25px;
}

.max-box {
  height: 4924px;
  background: url(../images/bg.jpg) center no-repeat;
  overflow: hidden;
}

.jrzx {
  margin-top: 937px;
}

.jrzx-title {
  height: 113px;
  background: url(../images/jrzxtt.png) center no-repeat;
  position: relative;
}

.jrzx-content {
  margin-top: 47px;
  height: 972px;
  background: url(../images/jrzxbg.png) center no-repeat;
  padding: 24px 25px;
  box-sizing: border-box;
}

.jrzx-content .img-list {
  overflow: hidden;
}

.jrzx-content .img-list li {
  width: 568px;
  height: 320px;
  float: left;
  position: relative;
}

.jrzx-content .img-list li:nth-child(2) {
  float: right;
}

.jrzx-content .img-list li img {
  width: 568px;
  height: 320px;
}

.jrzx-content .img-list li p {
  width: 568px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.jrzx-content .img-list li p a {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

.text-list {
  margin-top: 70px;
  padding: 0 28px 0 28px;
}

.text-list li {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #94764F;
}

.text-list li:nth-child(3) {
  border: none;
}

.text-list li h3 {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #71532B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
}

.text-list li h3 .enter {
  display: inline-block;
  width: 40px;
  height: 30px;
  background: url(../images/entericon.png) center no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.text-list li h3 a {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #71532B;
}

.text-list li p {
  margin-top: 10px;
  height: 100px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #94764F;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.jrqy {
  margin-top: 59px;
}

.jrqy-title {
  height: 112px;
  background: url(../images/jrqytt.png) center no-repeat;
  position: relative;
}

.jrqy-content {
  margin-top: 48px;
  height: 433px;
  background: url(../images/jrqy-content.png) center no-repeat;
  padding: 73px 200px 0;
  box-sizing: border-box;
}

.jrqy-content ul li h3 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #71532B;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.jrqy-content ul li h3 a {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #71532B;
}

.jrqy-content ul li p {
  margin-top: 47px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #94764F;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.jrcs {
  margin-top: 122px;
}

.jrcs-title {
  height: 113px;
  background: url(../images/jrcstt.png) center no-repeat;
  position: relative;
}
.jrcs-title .more{
  width: 50px;
  height: 25px;
  background: url(../images/more1.png) center no-repeat !important;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.jrcs-title .more {
  background: url(../images/more1.png) center no-repeat;
}

.jrcs-content {
  margin-top: 60px;
}

.jrcs-content ul {
  overflow: hidden;
}

.jrcs-content ul li {
  width: 359px;
  height: 433px;
  background: url(../images/jrcslistbg.png) center no-repeat;
  float: left;
  padding: 65px 32px 0;
  box-sizing: border-box;
}

.jrcs-content ul li:nth-child(2) {
  margin: 0 61px;
}

.jrcs-content ul li h3 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #71532B;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jrcs-content ul li h3 a {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #71532B;
}

.jrcs-content ul li p {
  height: 240px;
  margin-top: 30px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #94764F;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.jrcs-list-enter {
  display: block;
  width: 89px;
  height: 23px;
  background: url(../images/jrcs-list-enter.png) center no-repeat;
  margin: 10px auto 0;
}

.jrms {
  margin-top: 223px;
}

.jrms-title {
  height: 112px;
  background: url(../images/jrmstt.png) center no-repeat;
  position: relative;
}
.jrms-title .more1{
  width: 50px;
  height: 25px;
  background: url(../images/more.png) center no-repeat !important;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.jrms-title .more1 a{
  display: block;
  width: 50px;
  height: 25px;
}
.jrms-content {
  margin-top: 54px;
}

.jrms-content ul {
  overflow: hidden;
}

.jrms-content ul li {
  width: 245px;
  height: 211px;
  background: url(../images/txkuang.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 73px;
}

.jrms-content ul li:nth-child(4) {
  margin-right: 0px;
}

.jrms-content ul li img {
  display: block;
  width: 190px;
  height: 190px;
  margin: 10px 0 0 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.jrms-content ul li p {
  position: absolute;
  width: 30px;
  height: 90px;
  word-break: break-all;
  top: 60px;
  right: 2px;
}

.jrms-content ul li p a {
  display: inline-block;
  color: #71532B;
  font-size: 18px;
}

.jrmw {
  margin-top: 60px;
}

.jrmw-title {
  height: 112px;
  background: url(../images/jrmwtt.png) center no-repeat;
  position: relative;
}
.jrmw-title .more{
  display: none;
}
.jrmw-content {
  margin-top: 40px;
  height: 315px;
  background: url(../images/jrmw-content.png) center no-repeat;
}