.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 {
 
  height: auto;
  display: block;
  margin: 0 auto;
}


.banner .sign_img img {
  width: 250px; 
  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);
}

.icon0 {
  position: absolute;
  left: 56.42%;
  font-size: 135px !important;
  z-index: 2;
}

.banner_img {
  width: 72%;
  height: 135px;
  /* clip-path: polygon(0 0, 93.4% 0, 100% 100%, 0% 100%); */
  position: absolute;
  z-index: 9;
  background: url(../image/notice-top.png) no-repeat;
  background-size: cover;
}

.banner_box {
  width: 700px;
  height: 135px;
  position: absolute;
  top: 0;
  z-index: 999;
  left: 42%;
  transform: translateX(-50%);
}

.banner_img1 {
  width: 50%;
  height: 113px;
  /* clip-path: polygon(0 0, 93.4% 0, 100% 100%, 0% 100%); */
  position: absolute;
  right: 0;
  top: 58px;
  z-index: 1;
  /* transform: rotate(180deg); */
  background: url(../image/notice-bottom.png) no-repeat;
  background-size: cover;
}

.banner_bar {
  width: 100%;
  height: 242px;
  margin-top: -59px;
  min-width: 1200px;
  position: relative;
}

.banner_bar .notice a {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.notice_img {
  width: 140px;
  height: 155px;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../image/notice2.png) no-repeat;
  background-size: cover;
  /* background-position-x: 3px; */
}

.notice_img span {
  font-size: 35px;
  font-weight: bold;
  margin-left: -8px;
  /* background: url(../image/notice.png) no-repeat;
  background-size: cover; */
}

/* .notice_img:before {
  content: "";
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-left-color: #9D5900;
  border-bottom-color: #9D5900;
  position: absolute;
  top: -22px;
  left: 140px;
} */

.title_img img {
  width: 1200px;
  height: auto;
  display: block;
}

.top {
  margin-top: 60px;
}

.pxap img {
  width: 100%;
  height: auto;
  display: block;
}

.part1 {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  margin-top: 47px;
  padding: 55px 0;
}

.part1 .news_left {
  width: 575px;
  /* height: 459px; */
  /* background: linear-gradient(180deg, #fff7f0 0%, rgba(255, 255, 255, 0.9) 100%); */
  float: left;
  margin-right: 25px;
  min-height: 176px;
  padding-bottom: 63px;
}

.part1 .news_left .pt1_title_img {
  margin-top: 50px;
}

.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;
  line-height: 22px;
  display: block;
  text-align: center;
}

.more {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
}

.part2 {
  margin-bottom: 101px;
}

.part2 .tab {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.part2 .tab li {
  position: relative;
  float: left;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;

}

.part2 .tab li:nth-last-child(1) {
  margin-right: 0;
}

.part2 .contentbox .content {
  position: relative;
  display: none;
  margin-top: 20px;
}

.part2 .contentbox .content li {
  width: 287px;
  height: 224px;
  float: left;
  margin-right: 17px;
}

.part2 .contentbox .content li:nth-child(4n) {
  margin-right: 0;
}

.part2 .contentbox .content li a {
  display: block;
}

.part2 .contentbox .content li a .pt2_img {
  width: 287px;
  height: 159px;
  overflow: hidden;
}

.part2 .contentbox .content 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 .contentbox .content li a img:hover {
  transform: scale(1.2);
}

.part2 .contentbox .content li a .cont {
  width: 237px;
  padding-top: 17px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part2 .contentbox .content li a .writer,
.part2 .contentbox .content li a .zhiwu {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}

.part2 .contentbox .content li a .zhiwu {
  width: 237px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part2 .contentbox .more {
  position: absolute;
  bottom: -61px;
  left: 50%;
  transform: translateX(-50%);
}

.part2 .contentbox .active {
  display: block;
}

.part3 {
  width: 100%;
  height: 600px;
  overflow: hidden;
  /* margin-top: 101px; */
}

.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, #fff7f0 0%, rgba(255, 255, 255, 0.9) 100%); */
  border-radius: 4px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.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: center;
  text-align: center;
}

.part3 .pt3_content ul li img {
  width: 115px;
  height: 115px;
  border-radius: 58px;
  display: block;
  margin-bottom: 23px;
}

.part3 .pt3_content ul li span {
  font-size: 22px;
  font-weight: 800;
  line-height: 31px;
}

.part3 .pt3_content ul li p {
  font-size: 18px;
  font-weight: 800;
  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;
}

.part4 .live-itme ul {
  width: 1300px;
  margin-top: 40px;
}

.part4 .live-itme ul li {
  float: left;
  border-radius: 4px;
  margin-right: 16px;
}

.part4 .live-itme ul li:last-child {
  margin-right: 0;
}

.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;
  line-height: 24px;
}

.part4 .live-itme ul li .live-panel span {
  display: inline-block;
  /* width: 63px; */
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  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;
  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-name {
  margin-top: 13px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part5 {
  width: 100%;
  height: 690px;
  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;
}

.part3 .pt3_content ul li span {
  font-size: 22px;
  font-weight: 800;
  line-height: 31px;
  display: block;
  padding: 10px 20px;
  text-align: center;
}

.banner_bar .notice {
  width: 450px;
  position: absolute;
  left: 215px;
  top: 37px;
}

.text-list ul {
  margin-top: 32px;
}

.part1 .news_left {
  position: relative;
}

.part1 .news_content .more {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.part3 .pt3_content ul li p {
  font-size: 22px;
  font-weight: 800;
  position: absolute;
  top: 189px;
}

.part3 .pt3_content ul li span {
  font-size: 17px;
  font-weight: 800;
  position: absolute;
  top: 220px;
}

.part3 .pt3_content ul li a {
  justify-content: normal;
}

.part3 .pt3_content ul li img {
  position: absolute;
  top: 62px;
}

.part3 .pt3_content ul li {
  position: relative;
}

.title_img {
  width: 1200px;
  height: 70px;
  position: relative;
}

.title_img .title_left {
  width: 322px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.title_img .title_center {
  width: 489px;
  height: 70px;
  border-radius: 50px;
}

.title_img .title_center span {
  font-size: 34px;
  font-family: SourceHanSerifSC-Heavy, SourceHanSerifSC;
  font-weight: 800;
  line-height: 70px;
  display: block;
  text-align: center;
}

.title_img .title_right {
  width: 322px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
}

.title_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon_box1 {
  width: 60px;
  height: 40px;
  position: absolute;
  top: 14px;
  left: -26px;
  z-index: 999;
  border-radius: 50px;
}

.icon_box1 .icon_left1 {
  font-size: 30px !important;
  padding-top: 5px;
  display: block;
  margin-left: -10px;
}

.icon_box2 {
  width: 60px;
  height: 40px;
  position: absolute;
  top: 14px;
  right: -31px;
  z-index: 999;
  border-radius: 50px;
}

.icon_box2 .icon_right1 {
  font-size: 30px !important;
  padding-top: 5px;
  display: block;
  margin-left: 12px;
}

.pt1_title_img {
  width: 570px;
  height: 54px;
  position: relative;
}

.pt1_title_img .pt1_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pt1_title_img .pt1_left {
  width: 125px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 73px;
  transform: translateX(-50%);
}

.pt1_title_img .pt1_right {
  width: 125px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  right: -51px;
  top: 50%;
  transform: translateX(-50%);
}

.pt1_title_img .pt1_center {
  width: 222px;
  height: 54px;
  border-radius: 50px;
}

.pt1_title_img .pt1_center span {
  font-size: 26px;
  font-family: SourceHanSerifSC-Heavy, SourceHanSerifSC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 54px;
  display: block;
  text-align: center;
}

.pt1_title_img .icon_box3 {
  width: 41px;
  height: 30px;
  position: absolute;
  top: 13px;
  left: -23px;
  z-index: 999;
  border-radius: 50px;
}

.pt1_title_img .icon_box3 .icon_left2 {
  font-size: 23px !important;
  display: block;
  margin-top: 3px;
  margin-left: -8px;
}

.pt1_title_img .icon_box4 {
  width: 41px;
  height: 30px;
  position: absolute;
  top: 13px;
  right: -20px;
  z-index: 999;
  border-radius: 50px;
}

.pt1_title_img .icon_box4 .icon_right2 {
  font-size: 23px !important;
  display: block;
  margin-top: 4px;
  margin-left: 7px;
}

.pxap_box {
  width: 100%;
  height: 429px;
  background: url(../image/bck0.png) no-repeat center top;
  background-size: cover;
  padding: 119px 0 0 157px;
  position: relative;
  margin-top: 29px;
}

.pxap_box ul {
  display: flex;
}

.pxap_box ul li {
  width: 230px;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-right: 100px;
}

.pxap_box ul li:last-child {
  margin-right: 0;
}

.pxap_box ul li img {
  width: 102px;
}

.pxap_box ul li:first-child img {
  width: 52px;
  height: 54px;
  display: block;
}

.pxap_box ul li:last-child img {
  width: 42px;
  height: 54px;
  display: block;
}

.pxap_box ul li:nth-child(2) img {
  width: 54px;
  height: 54px;
  display: block;
}

.pxap_box ul li .time_bck {
  width: 101px;
  height: 102px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pxap_box ul li p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 1px;
  padding-top: 24px;
}

.pxap_box ul li span {
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 1px;
  display: block;
  padding-top: 10px;
}

.pxap_box .jt1 {
  position: absolute;
  top: 164px;
  left: 430px;
  font-size: 25px !important;
}

.pxap_box .jt2 {
  font-size: 25px !important;
  position: absolute;
  top: 164px;
  left: 743px;
}

.part6 .layout .content {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 100%);
  box-shadow: 0px 0px 20px 8px rgba(180, 23, 23, 0.05);
  border: 3px solid #FFFFFF;
  padding: 40px 30px;
  margin-top: 40px;
}

.part6 .layout .content .all .title {
  font-size: 20px;
  font-family: SourceHanSerifSC-Heavy, SourceHanSerifSC;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}

.part6 .layout .content .xian{
  width: 100%;
  height: 1px;
  margin: 30px 0 32px;
}

.part6 .layout .content .all .c {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  text-indent: 2em;
}

.part7 .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.part7 .item{
    position: relative;
    width: 570px;
    box-sizing: border-box;
    color: #505050;
    font-size: 18px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
}
.part7 .item .item_left{
	width: 100%;
    display: block;
    height: 36px;
    float: left;
    /*display: flex;*/
}
.part7 .item_icon{
	float: left;
	width: 32px;
	height: 36px;
	line-height: 36px;
	
}
.part7 .item_icon .icon {
	font-size: 20px;
  width: 1em;
  height: 36px;
  vertical-align: -1px;
  fill: currentColor;
  overflow: hidden;
}
.part7 .item_icon img{
	display: block;
}
.part7 .item_title{
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}
.part7 .item_name{
	float: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	margin-left: 10px;
}
.part7 .item_download{
	float: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	margin-left: 10px;
}
.part7 .item_time{
	float: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 36px;
	margin-left: 10px;
}



.part8 .xxzl ul li {
  float: left;
  width: 115px;
  height: 392px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-right: 8px;
  transition: all .3s;
  margin-top: 63px;
}

.part8 .xxzl ul li:nth-last-child(1) {
  margin-right: 0;
}

.part8 .xxzl ul li:hover {
  cursor: pointer;
}

.part8 .xxzl ul li a {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  text-align: center;
  writing-mode: vertical-rl;
}

.part8 .xxzl ul .active {
  width: 582px;
  height: 392px;
}

.part8 .xxzl ul .active a {
  writing-mode: initial;
}