.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.banner {
  width: 100%;
  height: 730px;
  background: url(../image/banner.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  min-width: 1200px;
}
.banner .text_img {
  margin-top: 149px;
}
.banner .text_img img {
  width: 1152px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.banner .sign_img {
  margin-top: 31px;
}
.banner .sign_img img {
  width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.banner .sign_img img:hover {
  transform: scale(1.2);
}
.banner_bar {
  width: 100%;
  height: 242px;
  background: url(../image/banner_bar.png) no-repeat center top;
  background-size: cover;
  margin-top: -92px;
  overflow: hidden;
  min-width: 1200px;
}
.banner_bar .notice {
  width: 700px;
  margin: 93px 0 0 112px;
}
.banner_bar .notice a {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.title_img img {
  width: 1200px;
  height: auto;
  display: block;
}
.top {
  margin-top: 60px;
}
.top_c1 {
  margin-top: 80px;
}
.main {
  margin-top: 70px;
}
.pxap img {
  width: 100%;
  height: auto;
  display: block;
}
.part1 {
  width: 100%;
  height: 521px;
  background-color: #f4fff0;
  overflow: hidden;
  min-width: 1200px;
  margin-top: 47px;
}
.part1 .news_left {
  width: 575px;
  height: 459px;
  background: linear-gradient(180deg, #f2fbf2 0%, rgba(255, 255, 255, 0.9) 100%);
  box-shadow: 0px 0px 20px 8px rgba(180, 58, 23, 0.05);
  border: 3px solid #FFFFFF;
  float: left;
  margin-top: 31px;
  margin-right: 25px;
    position: relative;
}
.part1 .news_left .pt1_title_img {
  margin-top: 28px;
}
.part1 .news_left .pt1_title_img img {
  width: 546px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.part1 .news_content .more {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  display: block;
  text-align: center;
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.part1 .news_content .more:hover {
  color: #3da51c;
}
.more {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.more:hover {
  color: #3da51c;
}
.part2 ul {
  margin-top: 40px;
}
.part2 ul li {
  width: 287px;
  height: 250px;
  float: left;
  margin-right: 17px;
}
.part2 ul li:nth-child(4n) {
  margin-right: 0;
}
.part2 ul li:hover .cont {
  color: #3da51c;
}
.part2 ul li:hover .writer {
  color: #3da51c;
}
.part2 ul li a {
  display: block;
}
.part2 ul li a .pt2_img {
  width: 287px;
  height: 159px;
  overflow: hidden;
}
.part2 ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.part2 ul li a img:hover {
  transform: scale(1.2);
}
.part2 ul li a .cont {
  width: 237px;
  padding-top: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part2 ul li a .writer {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #8B8B8B;
  line-height: 20px;
}
.part3 {
  width: 100%;
  height: 600px;
  background-color: #f4fff0;
  overflow: hidden;
  margin-top: 40px;
}
.part3 .pt3_content ul {
  display: flex;
  display: -webkit-flex;
  margin-top: 38px;
  justify-content: space-between;
}
.part3 .pt3_content ul li {
  width: 286px;
  height: 329px;
  background: linear-gradient(180deg, #f2fbf2 0%, rgba(255, 255, 255, 0.9) 100%);
  box-shadow: 0px 0px 20px 8px rgba(180, 58, 23, 0.05);
  border-radius: 4px;
  border: 3px solid #FFFFFF;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
    position: relative;
}
.part3 .pt3_content ul li:hover p {
  color: #3da51c;
}
.part3 .pt3_content ul li:hover {
  transform: scale(1.1);
}
.part3 .pt3_content ul li a {
  height: 329px;
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  align-items: center;
    justify-content: normal;
  text-align: center;
}
.part3 .pt3_content ul li img {
  width: 115px;
  height: 115px;
  border-radius: 58px;
  display: block;
  margin-bottom: 23px;
    position: absolute;
    top: 62px;
}
.part3 .pt3_content ul li span {
  font-size: 22px;
  font-weight: 800;
  color:#999;
  line-height: 31px;
    display: block;
   padding: 10px 20px;
    text-align: center;
    position: absolute;
    top: 220px;
}
.part3 .pt3_content ul li p {
  font-size: 22px;
  font-weight: 800;
  color: #333;
  line-height: 26px;
  padding: 0 25px;
  text-align: center;
  padding-top: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
    position: absolute;
    top: 189px;
}
.part4 .live-itme ul {
  width: 1300px;
  margin-top: 40px;
}
.part4 .live-itme ul li {
  float: left;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFC14A;
  margin-right: 16px;
}
.part4 .live-itme ul li:last-child {
  margin-right: 0;
}
.part4 .live-itme ul li:hover {
  box-shadow: 0px 3px 10px 6px rgba(183, 125, 0, 0.15);
}
.part4 .live-itme ul li .live-panel {
  width: 590px;
  overflow: hidden;
  padding: 18px 5px 17px 12px;
}
.part4 .live-itme ul li .live-panel .live-image {
  float: left;
  width: 126px;
  height: 71px;
  margin-right: 18px;
}
.part4 .live-itme ul li .live-panel .live-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.part4 .live-itme ul li .live-panel .live-page {
  width: 420px;
  float: left;
}
.part4 .live-itme ul li .live-panel .live-page .live-time {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.part4 .live-itme ul li .live-panel .live-page .live-time .live-stateRoll {
  background-color: #3364C0FF;
}
.part4 .live-itme ul li .live-panel .live-page .live-time .live-stateing {
  background-color: #64BD06;
}
.part4 .live-itme ul li .live-panel .live-page .live-time .live-stateNotice {
  background-color: #A5A5A5;
}
.part4 .live-itme ul li .live-panel span {
  display: inline-block;
  /* width: 63px; */
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  border-radius: 4px;
  margin-right: 10px;
  padding: 0 5px;
}
.part4 .live-itme ul li .live-panel .live-title {
  margin-top: 10px;
}
.part4 .live-itme ul li .live-panel .live-title a {
  height: 24px;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 .live-itme ul li .live-panel .live-title a:hover {
  color: #3da51c;
}
.part4 .live-itme ul li .live-panel .live-name {
  margin-top: 13px;
  font-size: 15px;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part5 {
  width: 100%;
  height: 540px;
  background-color: #FEF6EC;
  overflow: hidden;
  margin-top: 40px;
}
.part5 .pt5_box {
  margin-top: 40px;
}
.part5 .pt5_box img {
  width: 523px;
  height: 286px;
  display: block;
}
.text-list {
  width: 537px;
  border-top: none;
  overflow: hidden;
  margin: 0 auto;
}
.text-list li {
  line-height: 32px !important;
}



.banner_bar .tz {
  position: relative;
  width: 100%;
  height: 231px;
  background: url(../image/tz.png) no-repeat top center;
  background-size: 1951px 161px;
  display: flex;
  align-items: center;
}
.banner_bar .tz .tzt {
  position: absolute;
  left: 50%;
  margin-left: -350px;
  display: block;
  width: 540px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fff;
  /* margin-bottom: 9px; */
}
.banner_bar .tz .tzt:hover {
  color: #fff !important;
}
.text-list ul {
    margin-top: 32px;
}