@charset "utf-8";

/* CSS Document */
body,
ul,
ol,
dl,
li,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input {
  margin: 0;
  font-size: 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

img {
  border: none
}

input,
button,
textarea,
select {
  *font-size: 100%;
  border: none;
}

body {
  background: #fff;
  /* font: 16px/24px Microsoft YaHei, SimSun, Arial; */
}

ul,
ol {
  list-style: none;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/*默认a标签样式*/
a {
 color:blank;
}
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  /*color:#999;*/
}

a:hover {
  color: #2B67B0;
  text-decoration: underline;
}

a:active {
  color: #666;
}

/*浮动和清除浮动*/
.fl {
  float: left
}

.fr {
  float: right
}

.clear {
  zoom: 1
}

.clear:after {
  content: "";
  display: block;
  height: 0;
  visibility: visible;
  clear: both
}

/*显示隐藏*/
.hide {
  display: none
}

.show {
  display: block
}

/*表格table和td有边框*/
.boder_tl {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.boder_tl td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.boder_bl {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.boder_bl td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.boder_tr {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.boder_tr td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.boder_br {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.boder_br td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.txt_center {
  text-align: center;
}

/*表格table和tr有边框*/
.boder_ltr_trborder {
  border: 1px solid #ccc;
  border-bottom: none;
}

.boder_ltr_trborder tr {
  border-bottom: 1px solid #ccc;
}
.banner {
  width: 100%;
  /* min-width: 1100px; */


}

.container {
  background-color: #f8f8f8;
  /* width: 100%; */
  min-width: 1000px;
}

.content-text {
  margin-top: 30px;
  box-sizing: border-box;
  background-color: #fff;
}

.content-text img {
  padding: 15px;
  width: 400px;
}

.content-text p {
  padding: 10px;
  text-indent: 2em;
  text-align: justify;
  line-height: 31px;
}

p {
  padding: 10px;
  text-indent: 2em;
  text-align: justify;
  line-height: 30px;
}

.text-center {
  text-align: center;
}

.title {
  color: #fff;
  border-radius: 4px 4px 4px 4px;
  background: linear-gradient(to right, #46292E, rgb(42, 129, 235))
}

.title h3 {
  line-height: 50px;
}

.move-content {
  position: relative;
  background-color: #fff;
  padding: 40px;
}

.more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.list-content li {
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.list-content li img {
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  /* width: 100%; */
}

.list-content li strong {
  font-size: 18px;
}

.list-content li p {
  font-size: 16px;
  line-height: 24px;
  text-indent: 2em;
  display: -webkit-box;
  /* max-height: 100px; */
  height: 100px;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.more-button {
  position: absolute;
  height: 42px;
  width: 128px;
  right: 0px;
  bottom: 0px;
  background: url('../img/button.png') no-repeat;
}


.mores-button {
  position: absolute;
  right: 0px;
  bottom: -26px;
  height: 20px;
  width: 70px;
  background: url('../img/button.png') no-repeat;
  background-size: 70px 20px;
}

.list-content h3 {
  background: url('../img/1583392469\(1\).png') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  line-height: 40px;
  border-radius: 4px 4px 4px 4px;

}
