﻿/*
2021.6.10 20:30
*/
.indexcontent {
  width: 1200px;
  margin: auto;
}
.indexcontent .tableBanner {
  background-color: #ffffff;
  box-shadow: -8px -26px 37px 3px rgb(19 23 5.2%);
  border-radius: 0px 0px 3px 3px;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  align-items: center;
}
.indexcontent .tableBanner img {
  width: 68px;
  height: 68px;
  margin-left: 25px;
}
.indexcontent .tableBanner .news-line {
  height: 120px;
  border: none;
}
.indexcontent .tableBanner .news-line .news-cont {
  height: 120px;
  width: 1000px;
}
.indexcontent .tableBanner .news-line .news-cont a {
  height: 120px;
  text-align: center;
  font-size: 32px;
  color:  #333333;
  max-width: 1000px;
  line-height: 72px;
}
.indexcontent .tableBanner .news-line .news-cont a:hover {
  color: red;
}
.indexcontent .tableBanner .news-line .news-cont a p {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
}
.indexcontent .tableBanner .news-line .news-btns {
  margin: auto;
  position: relative;
  top: 50%;
  right: 24px;
  margin-top: -12px;
}
.indexcontent .tableBanner .news-line .news-btns span {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  background-image: url(yc_right.png);
}

.head .banner {
  background-image: url(yc_shan.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-position-y: bottom;
}
.head .banner .content {
  height: 100%;
  width: 1200px;
  margin: auto;
}
.head .banner .content .leftContent {
  float: left;
  margin-top: 42px;
}
.head .banner .content .leftContent img:nth-child(1) {
  width: 446px;
  height: 93px;
}
.head .banner .content .leftContent img:nth-child(2) {
  display: block;
  margin-left: 80px;
}
.head .banner .content .rightContent {
  margin-top: 50px;
  float: right;
  font-size: 14px;
}
.head .banner .content .rightContent .search {
  position: relative;
}
.head .banner .content .rightContent .search input {
  width: 500px;
  height: 48px;
  font-size: 14px;
  line-height: 72px;
  color: #999999;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #e5e5e5;
  padding: 0 20px;
}
.head .banner .content .rightContent .search img {
  position: absolute;
  top: 0;
  right: 0px;
}
.head .banner .content .rightContent span {
  font-size: 14px;
  line-height: 24px;
  margin-left: 20px;
  color: #008fd1;
}
.head .banner .content .rightContent p {
  display: inline-block;
  width: 80px;
  height: 27px;
  margin: 10px;
  text-align: center;
  line-height: 27px;
  
  background-color: #000000;
  border-radius: 5px;
  opacity: 0.25;
}
.head .banner .content .list {
  clear: both;
  font-size: 16px;
}
.head .banner .content .list ul {
  display: flex;
  border-radius: 10px;
}
.head .banner .content .list ul li:nth-child(n+1):nth-child(-n+8) {
  flex: 1;
  height: 68px;
  box-sizing: border-box;
  vertical-align: text-bottom;
  cursor: pointer;
  background-image: linear-gradient(0deg, #3eade0 0%, #1f9ed9 50%, #008fd1 100%), linear-gradient(#008fd1, #008fd1);
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.head .banner .content .list ul li:nth-child(n+2):nth-child(-n+8) a {
  color: #ffffff;
}
.a1 {
  color: #ffffff;
}
/* .head .banner .content .list ul li:nth-child(1)
{
  flex: 1;
  height: 68px;
  box-sizing: border-box;
  vertical-align: text-bottom;
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px rgba(255, 255, 255, 0.2);
} */
.cur1 {
  flex: 1;
  height: 68px;
  box-sizing: border-box;
  vertical-align: text-bottom;
  cursor: pointer;
  background-color: #ffffff;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.cur1 .item {
  background-color: #ffffff;
  border-top: 4px solid #0290d1;
  padding-top: 18px;
}
.cur1 .item a {
  color: #0290d1;
}
.cur1 .item_f {
  border-radius: 10px 0 0 0;
}
.cur1 .item_l {
  border-radius: 0 10px 0 0;
}
.cur1 .item .img {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(t.png);
  background-repeat: no-repeat;
}
/* .head .banner .content .list ul li:nth-child(1)>.item {
  background-color: #ffffff;
  border-top: 4px solid #0290d1;
  padding-top: 18px;
}
.head .banner .content .list ul li:nth-child(1)>.item a {
  color: #0290d1;
}
.head .banner .content .list ul li:nth-child(1)>.item_f {
  border-radius: 10px 0 0 0;
}
.head .banner .content .list ul li:nth-child(1)>.item_l {
  border-radius: 0 10px 0 0;
} */
.head .banner .content .list ul li .item {
  display: flex;
  align-items: center;
  padding: 22px;
  text-align: center;
}
.head .banner .content .list ul li .item .a1 {
  margin-left: 15px;
}
.head .banner .content .list ul li .item .img {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(01.png);
  background-repeat: no-repeat;
}
.head .banner .content .list ul li .item .img2 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(yc_xingwenzhongxin.png);
  background-repeat: no-repeat;
}
.head .banner .content .list ul li .item .img3 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(yc_zhengwugongkai.png);
  background-repeat: no-repeat;
}
.head .banner .content .list ul li .item .img4 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(yc_yewugongzuo.png);
  background-repeat: no-repeat;
}
.head .banner .content .list ul li .item .img5 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(yc_huanjingzhiliang.png);
  background-repeat: no-repeat;
}
.head .banner .content .list ul li .item .img6 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(yc_hudongjiaoliu.png);
  background-repeat: no-repeat;
}
.head .banner .content .list ul li .item .img7 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(yc_zhengwufuwu.png);
  background-repeat: no-repeat;
}
.head .banner .content .list ul li .item .img8 {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(yc_dangjianzhichuang.png);
  background-repeat: no-repeat;
}
.head .banner .content .list ul li .item a {
  margin-left: 11px;
  text-align: center;
  display: inline-block;

  font-size: 17px;
}
.head .banner .content .list ul li:hover .item {
  background-color: #ffffff;
  border-top: 4px solid #0290d1;
  padding-top: 18px;
}
.head .banner .content .list ul li:hover .item .img {
  background-image: url(t.png);
}
.head .banner .content .list ul li:hover .item .img2 {
  background-image: url(t2.png);
}
.head .banner .content .list ul li:hover .item .img3 {
  background-image: url(t3.png);
}
.head .banner .content .list ul li:hover .item .img4 {
  background-image: url(t4.png);
}
.head .banner .content .list ul li:hover .item .img5 {
  background-image: url(t5.png);
}
.head .banner .content .list ul li:hover .item .img6 {
  background-image: url(t6.png);
}
.head .banner .content .list ul li:hover .item .img7 {
  background-image: url(t8.png);
}
.head .banner .content .list ul li:hover .item .img8 {
  background-image: url(t7.png);
}
.head .banner .content .list ul li:hover .item a {
  color: #0290d1;
}
.head .banner .content .list ul li:hover .item_f {
  border-radius: 10px 0 0 0;
}
.head .banner .content .list ul li:hover .item_l {
  border-radius: 0 10px 0 0;
}
.head .banner .content .list ul li:nth-child(1) {
  border: none;
  border-radius: 10px 0 0 0;
}
.head .banner .content .list ul li:nth-child(8) {
  border-radius: 0 10px 0 0;
  border: none;
}
.foot .select {
  height: 88px;
  line-height: 88px;
  background-color: #f2f6f9;
  display: flex;
  align-items: center;
}
.foot .select .content {
  width: 1200px;
  height: 40px;
  margin: auto;
}
.foot .select .content .drop-down {
  width: 280px;
  margin-right: 0;
  background-color: #ffffff;
}
.foot .select .content .drop-down span {
  color: #666;
}
.foot .select .content .drop-down ul {
  width: 280px;
  background-color: #ffffff;
}
.foot .select .content .mr {
  margin: 0 20px;
}
.foot .about .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1200px;
  height: 116px;
  margin: auto;
}
.foot .about .content img {
  width: 110px;
  height: 55px;
}
.foot .about .content img:nth-child(1) {
  width: 56px;
  height: 68px;
}
.foot .about .content .text {
  display: inline-block;
  font-size: 12px;
  text-align: center;
}
.foot .about .content .text p {
  color: #bababa;
  line-height: 20px;
}
.foot .about .content .text .po {
  font-size: 14px;
  color: #666;
  margin-bottom: 11px;
}
.weibo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: fixed;
  top: 40%;
  left: 91%;
  z-index: 999;
  width: 84px;
  height: 232px;
  background-color: #ffffff;
	box-shadow: 0px 2px 8px 0px 
		rgba(0, 36, 59, 0.08);
	border-radius: 6px;
  border-top: 4px solid #0290d1;
}
.weibo .sy-a1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 34px;
  font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 0px;
	color: #333333;
  border-bottom: 2px solid #f6f6f6;
}
.weibo .sy-a1:hover {
  color: #3678d8;
}
.weibo .sy-a2:hover {
  color: #3678d8;
}
.weibo .sy-a2 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 35px;
  font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 0px;
	color: #333333;
}
.weibo .sy-wx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 87px;
  border-bottom: 2px solid #f6f6f6;
}
.weibo .sy-wb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 66px;
  border-bottom: 2px solid #f6f6f6;
}
/* .indexTab {
  top: 40%;
  left: 91%;
} */
/* .indexTab{
  background-color: #f7fcff;
} */
.big .indexContent {
  width: 1200px;
  margin: auto;
  padding-top: 22px;
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
  padding-left: 24px;
  padding-right: 17px;
  margin-bottom: 24px;
}
.big .indexContent .fades-box {
  float: left;
  width: 588px;
  height: 380px;
}
.big .indexContent .fades-box .fades-img {
  width: 100%;
  height: 100%;
}
.big .indexContent .indexNews {
  float: left;
  height: 380px;
  font-size: 16px;
  width: 561px;
  margin-left: 10px;
  padding-left: 15px;
  background-color: #fff;
}
.xwzx-top .indexNews {
  float: left;
  height: 380px;
  font-size: 16px;
  width: 561px;
  margin-left: 10px;
  padding-left: 15px;
  background-color: #fff;
}
.xwzx-top .indexNews .list-sy ul {
  display: flex;
}
.big .indexContent .indexNews .list-sy ul {
  display: flex;
}
.big .indexContent .indexNews .list-sy ul .liO {
  margin-left: 10px;
}
.xwzx-top .indexNews .list-sy ul .liO {
  margin-left: 10px;
}
.big .indexContent .indexNews .list-sy ul li {
  width: 100px;
  height: 40px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.xwzx-top .indexNews .list-sy ul li {
  width: 100px;
  height: 40px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.big .indexContent .indexNews .list-sy ul li a {
  line-height: 40px;
}
.xwzx-top .indexNews .list-sy ul li a {
  line-height: 40px;
}
.big .indexContent .indexNews .list-sy ul li:hover {
  background-image: linear-gradient(0deg, #3eade0 0%, #1f9ed9 50%, #008fd1 100%), linear-gradient(#008fd1, #008fd1);
  box-shadow: 0px 2px 6px 0px rgba(67, 123, 232, 0.3);
}
.xwzx-top .indexNews .list-sy ul li:hover {
  background-image: linear-gradient(0deg, #3eade0 0%, #1f9ed9 50%, #008fd1 100%), linear-gradient(#008fd1, #008fd1);
  box-shadow: 0px 2px 6px 0px rgba(67, 123, 232, 0.3);
}
.big .indexContent .indexNews .list-sy ul li:hover a {
  color: #fff;
}
.xwzx-top .indexNews .list-sy ul li:hover a {
  color: #fff;
}
.sy-list1{
  background-image: linear-gradient(0deg, #3eade0 0%, #1f9ed9 50%, #008fd1 100%), linear-gradient(#008fd1, #008fd1);
  box-shadow: 0px 2px 6px 0px rgba(67, 123, 232, 0.3);
}
.sy-list1-text {
  color: #fff;
}
.big .indexContent .indexNews .text1 {
  position: relative;
}
.big .indexContent .indexNews .text2 {
  position: relative;
}
.big .indexContent .indexNews .text3 {
  position: relative;
}
.big .indexContent .indexNews .text4 {
  position: relative;
}
.big .indexContent .indexNews .text5 {
  position: relative;
}
.xwzx-top .indexNews .text1 {
  position: relative;
}
.xwzx-top .indexNews .text2 {
  position: relative;
}
.xwzx-top .indexNews .text3 {
  position: relative;
}
.xwzx-top .indexNews .text4 {
  position: relative;
}
.xwzx-top .indexNews .text5 {
  position: relative;
}
.big .indexContent .indexNews .text1 img {
  position: absolute;
  left: 500px;
  top: 258px;
}
.big .indexContent .indexNews .text3 img {
  position: absolute;
  left: 500px;
  top: 258px;
}
.big .indexContent .indexNews .text2 img {
  position: absolute;
  left: 500px;
  top: 258px;
}
.big .indexContent .indexNews .text4 img {
  position: absolute;
  left: 500px;
  top: 258px;
}
.big .indexContent .indexNews .text5 img {
  position: absolute;
  left: 500px;
  top: 258px;
}
.xwzx-top .indexNews .text1 img {
  position: absolute;
  left: 500px;
  top: 258px;
}
.xwzx-top .indexNews .text2 img {
  position: absolute;
  left: 500px;
  top: 258px;
}
.xwzx-top .indexNews .text3 img {
  position: absolute;
  left: 500px;
  top: 258px;
}
.xwzx-top .indexNews .text4 img {
  position: absolute;
  left: 500px;
  top: 258px;
}
.xwzx-top .indexNews .text5 img {
  position: absolute;
  left: 500px;
  top: 258px;
}
.big .indexContent .indexNews .text1 h1 {
  font-size: 24px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.big .indexContent .indexNews .text2 h1 {
  font-size: 24px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.big .indexContent .indexNews .text3 h1 {
  font-size: 24px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.big .indexContent .indexNews .text4 h1 {
  font-size: 24px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.big .indexContent .indexNews .text5 h1 {
  font-size: 24px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.xwzx-top .indexNews .text1 h1 {
  font-size: 24px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.xwzx-top .indexNews .text2 h1 {
  font-size: 24px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.xwzx-top .indexNews .text3 h1 {
  font-size: 24px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.xwzx-top .indexNews .text4 h1 {
  font-size: 24px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.xwzx-top .indexNews .text5 h1 {
  font-size: 24px;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 30px;
}
.big .indexContent .indexNews .text1 h1:hover {
  color: red;
}
.big .indexContent .indexNews .text2 h1:hover {
  color: red;
}
.big .indexContent .indexNews .text3 h1:hover {
  color: red;
}
.big .indexContent .indexNews .text4 h1:hover {
  color: red;
}
.big .indexContent .indexNews .text5 h1:hover {
  color: red;
}
.xwzx-top .indexNews .text1 h1:hover {
  color: red;
}
.xwzx-top .indexNews .text2 h1:hover {
  color: red;
}
.xwzx-top .indexNews .text3 h1:hover {
  color: red;
}
.xwzx-top .indexNews .text4 h1:hover {
  color: red;
}
.xwzx-top .indexNews .text5 h1:hover {
  color: red;
}
.big .indexContent .indexNews .text1 span {
  display: block;
  line-height: 35px;
  color: #8f9296;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.big .indexContent .indexNews .text2 span {
  display: block;
  line-height: 35px;
  color: #8f9296;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.big .indexContent .indexNews .text3 span {
  display: block;
  line-height: 35px;
  color: #8f9296;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.big .indexContent .indexNews .text4 span {
  display: block;
  line-height: 35px;
  color: #8f9296;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.big .indexContent .indexNews .text5 span {
  display: block;
  line-height: 35px;
  color: #8f9296;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.xwzx-top .indexNews .text1 span {
  display: block;
  line-height: 35px;
  color: #8f9296;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.xwzx-top .indexNews .text2 span {
  display: block;
  line-height: 35px;
  color: #8f9296;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.xwzx-top .indexNews .text3 span {
  display: block;
  line-height: 35px;
  color: #8f9296;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.xwzx-top .indexNews .text4 span {
  display: block;
  line-height: 35px;
  color: #8f9296;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.xwzx-top .indexNews .text5 span {
  display: block;
  line-height: 35px;
  color: #8f9296;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.big .indexContent .indexNews .text1 .top {
  margin-bottom: 10px;
}
.big .indexContent .indexNews .text2 .top {
  margin-bottom: 10px;
}
.big .indexContent .indexNews .text3 .top {
  margin-bottom: 10px;
}
.big .indexContent .indexNews .text4 .top {
  margin-bottom: 10px;
}
.big .indexContent .indexNews .text5 .top {
  margin-bottom: 10px;
}
.xwzx-top .indexNews .text1 .top {
  margin-bottom: 10px;
}
.xwzx-top .indexNews .text2 .top {
  margin-bottom: 10px;
}
.xwzx-top .indexNews .text3 .top {
  margin-bottom: 10px;
}
.xwzx-top .indexNews .text4 .top {
  margin-bottom: 10px;
}
.xwzx-top .indexNews .text5 .top {
  margin-bottom: 10px;
}
.big .indexContent .indexNews .text1 .item span {
  display: inline-block;
}

.big .indexContent .indexNews .text2 .item span {
  display: inline-block;
}
.big .indexContent .indexNews .text3 .item span {
  display: inline-block;
}
.big .indexContent .indexNews .text4 .item span {
  display: inline-block;
}
.big .indexContent .indexNews .text5 .item span {
  display: inline-block;
}
.xwzx-top .indexNews .text1 .item span {
  display: inline-block;
}
.xwzx-top .indexNews .text2 .item span {
  display: inline-block;
}
.xwzx-top .indexNews .text3 .item span {
  display: inline-block;
}
.xwzx-top .indexNews .text4 .item span {
  display: inline-block;
}
.xwzx-top .indexNews .text5 .item span {
  display: inline-block;
}
.big .indexContent .indexNews .text1 .item .on {
  margin-right: 8px;
}
.big .indexContent .indexNews .text2 .item .on {
  margin-right: 8px;
}
.big .indexContent .indexNews .text3 .item .on {
  margin-right: 8px;
}
.big .indexContent .indexNews .text4 .item .on {
  margin-right: 8px;
}
.big .indexContent .indexNews .text5 .item .on {
  margin-right: 8px;
}
.xwzx-top .indexNews .text1 .item .on {
  margin-right: 8px;
}
.xwzx-top .indexNews .text2 .item .on {
  margin-right: 8px;
}
.xwzx-top .indexNews .text3 .item .on {
  margin-right: 8px;
}
.xwzx-top .indexNews .text4 .item .on {
  margin-right: 8px;
}
.xwzx-top .indexNews .text5 .item .on {
  margin-right: 8px;
}
.big .indexContent .indexNews .text1 .item .to {
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.big .indexContent .indexNews .text3 .item .to {
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.big .indexContent .indexNews .text2 .item .to {
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.big .indexContent .indexNews .text4 .item .to {
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.big .indexContent .indexNews .text5 .item .to {
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.xwzx-top .indexNews .text1 .item .to {
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.xwzx-top .indexNews .text2 .item .to {
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.xwzx-top .indexNews .text3 .item .to {
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.xwzx-top .indexNews .text4 .item .to {
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.xwzx-top .indexNews .text5 .item .to {
  width: 420px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.big .indexContent .indexNews .text1 .item .to:hover {
  color: #3678d8;
}
.big .indexContent .indexNews .text2 .item .to:hover {
  color: #3678d8;
}
.big .indexContent .indexNews .text3 .item .to:hover {
  color: #3678d8;
}
.big .indexContent .indexNews .text4 .item .to:hover {
  color: #3678d8;
}
.big .indexContent .indexNews .text5 .item .to:hover {
  color: #3678d8;
}
.xwzx-top .indexNews .text1 .item .to:hover {
  color: #3678d8;
}
.xwzx-top .indexNews .text2 .item .to:hover {
  color: #3678d8;
}
.xwzx-top .indexNews .text3 .item .to:hover {
  color: #3678d8;
}
.xwzx-top .indexNews .text4 .item .to:hover {
  color: #3678d8;
}
.xwzx-top .indexNews .text5 .item .to:hover {
  color: #3678d8;
}
.big .indexContent .indexNews .text1 .item .tm {
  float: right;
  font-size: 12px;
}
.big .indexContent .indexNews .text2 .item .tm {
  float: right;
  font-size: 12px;
}
.big .indexContent .indexNews .text3 .item .tm {
  float: right;
  font-size: 12px;
}
.big .indexContent .indexNews .text4 .item .tm {
  float: right;
  font-size: 12px;
}
.big .indexContent .indexNews .text5 .item .tm {
  float: right;
  font-size: 12px;
}
.xwzx-top .indexNews .text1 .item .tm {
  float: right;
  font-size: 12px;
}
.xwzx-top .indexNews .text2 .item .tm {
  float: right;
  font-size: 12px;
}
.xwzx-top .indexNews .text3 .item .tm {
  float: right;
  font-size: 12px;
}
.xwzx-top .indexNews .text4 .item .tm {
  float: right;
  font-size: 12px;
}
.xwzx-top .indexNews .text5 .item .tm {
  float: right;
  font-size: 12px;
}
.big .indexContent .buwang {
  display: inline-block;
  margin-top: 24px;
  width: 100%;
}
.big .indexContent .buwang .fade-box {
  width: 100%;
  height: 92px;
}
.big .indexContent .buwang .fade-box .fade-img {
  width: 100%;
  height: 92px;
}
.big .indexContent .tabChange {
  margin-top: 24px;
}
.big .indexContent .tabChange .contentLf .head {
  width: 568px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 10px solid #f5f5f5;
}
.big .indexContent .tabChange .contentLf .head p {
  font-size: 18px;
  color: #0290d1;
  display: inline-block;
  line-height: 45px;
}
.big .indexContent .tabChange .contentLf .head p:nth-child(1) {
  margin-left: 24px;
}
.big .indexContent .tabChange .contentLf .head .text {
  border-bottom: 4px solid #0290d1;
  border-radius: 2px;
}
.big .indexContent .tabChange .contentLf .head span {
  font-size: 16px;
  line-height: 45px;
  cursor: pointer;
  color: #666666;
}
.big .indexContent .tabChange .contentLf .head .setBlue {
  color: #0290d1;
}
.big .indexContent .tabChange .contentLf .head span:nth-of-type(1) {
  margin-right: 24px;
  margin-left: 32px;
}
.big .indexContent .tabChange .contentLf .content {
  font-size: 16px;
  color: red;
}
.big .indexContent .tabChange .contentLf .content .ycList {
  display: none;
  width: 568px;
  border-radius: 3px;
  border: 10px solid #f5f5f5;
  border-top: none;
  background-color: #fff;
  margin-bottom: 24px;
}
.big .indexContent .tabChange .contentLf .content .ycList .yc {
  width: 520px;
  margin: auto;
}
.big .indexContent .tabChange .contentLf .content .ycList .yc span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  padding-top: 18px;
}
.big .indexContent .tabChange .contentLf .content .ycList .eachers {
  width: 520px;
  margin: auto;
  margin-top: 10px;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.big .indexContent .tabChange .contentLf .content .ycList .eachers .title {
  width: 519px;
  text-align: center;
  background-color: #dff3fc;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #666666;
}
.big .indexContent .tabChange .contentLf .content .ycList .eachers .eachersContent {
  height: 200px;
  width: 100%;
}
.big .indexContent .tabChange .contentLf .content .ycList .imgs {
  width: 518px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  margin-top: 15px;
}
.big .indexContent .tabChange .contentLf .content .ycList2 {
  background-color: #fff;
  width: 568px;
  border-radius: 3px;
  border: 10px solid #f5f5f5;
  border-top: none;
  margin-bottom: 24px;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .yc {
  width: 520px;
  margin: auto;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .yc .btn {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  width: 52px;
  height: 24px;
  border-radius: 5px;
  text-align: center;
  line-height: 24px;
  margin-top: 18px;
  color: #000;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .yc .ycTime2 {
  margin-left: 20px;
  display: none;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .yc .current {
  color: #0290d1;
  border-bottom: 2px solid #0290d1;
}

.big .indexContent .tabChange .contentLf .content .ycList2 .yc .setColor {
  background-color: #008fd1;
  color: #fff;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .yc span {
  font-size: 14px;
  color: #999999;
  float: right;
  margin-top: 18px;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .content {
  width: 520px;
  margin: auto;
  margin-top: 10px;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .contentall {
  width: 520px;
  margin: auto;
  margin-top: 10px;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .contentall .content table {
  width: 100%;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .contentall .content table thead {
  background-color: #dff3fc;
}
.big .indexContent .tabChange .contentLf .content .ycList2  .contentall .content table thead td:nth-child(1) {
  width: 100px;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .contentall .content table thead td:nth-child(2) {
  width: 120px;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .contentall .content table thead td:nth-child(3) {
  width: 130px;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .contentall .content table td {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 40px;
  border: none;
  border-bottom: 1px dotted #eeeeee;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .contentall .content table td span {
  float: none;
  margin: 0;
  display: inline-block;
  width: 36px;
  height: 18px;
  line-height: 18px;
  margin-left: 14px;
  vertical-align: middle;
  background-color: #ffd862;
  border-radius: 9px;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .contentall .content  table td .green {
  background-color: #36ec71;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .contentall .content table tbody tr:hover {
  background-color: #f4fbff;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .bottom {
  width: 520px;
  margin: auto;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .bottom ul {
  margin-top: 10px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
.big .indexContent .tabChange .contentLf .content .ycList2 .content2,
.big .indexContent .tabChange .contentLf .content .ycList2 .bottom2 {
  display: none;
}
.big .indexContent .tabChange .contentRt .head {
  width: 540px;
  border-radius: 3px;
  color: #666666;
  border: 10px solid #f5f5f5;
  padding-left: 24px;
  padding-right: 24px;
}
.big .indexContent .tabChange .contentRt .head .setSpan {
  color: #0290d1;
}
.big .indexContent .tabChange .contentRt .head p {
  display: inline-block;
  font-size: 16px;
  line-height: 45px;
  cursor: pointer;
}
.big .indexContent .tabChange .contentRt .head img {
  float: right;
  position: relative;
  transform: translateY(50%);
}
.big .indexContent .tabChange .contentRt .head .text {
  border-bottom: 4px solid #0290d1;
  border-radius: 2px;
}
.big .indexContent .tabChange .contentRt .head .ml {
  margin-left: 50px;
}
.big .indexContent .tabChange .contentRt .content {
  width: 540px;
  border-radius: 3px;
  border: 10px solid #f5f5f5;
  border-top: none;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
}
.big .indexContent .tabChange .contentRt .content ul {
  width: 100%;
  color: red;
  font-size: 16px;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.big .indexContent .tabChange .contentRt .content ul li {
  width: 148px;
  height: 132px;
  border-radius: 3px;
  margin-top: 10px;
}
.big .indexContent .tabChange .contentRt .content ul li p {
  font-size: 16px;
  color: #008fd1;
  margin-top: 10px;
}
.big .indexContent .tabChange .contentRt .content ul li .item {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.big .indexContent .tabChange .contentRt .content .contentText {
  display: none;
  font-size: 14px;
  color: #000000;
}
.big .indexContent .tabChange .contentRt .content .contentText .title {
  display: flex;
  justify-content: space-between;
}
.big .indexContent .tabChange .contentRt .content .contentText .title a {
  width: 84px;
  height: 24px;
  margin-top: 23px;
  border-radius: 5px;
  text-align: center;
  line-height: 24px;
  color: #000000;
}
.big .indexContent .tabChange .contentRt .content .contentText .title a:hover {
  color: #ffffff;
  background-color: #008fd1;
}
.big .indexContent .tabChange .contentRt .content .contentText .title .titlehover {
  color: #ffffff;
  background-color: #008fd1;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content1 .hang {
  display: flex;
  line-height: 42px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content2 .hang {
  display: flex;
  line-height: 42px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content3 .hang {
  display: flex;
  line-height: 42px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content4 .hang {
  display: flex;
  line-height: 42px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content5 .hang {
  display: flex;
  line-height: 42px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content1 .hang .bj {
  font-size: 16px;
  color: #c2c2c2;
  margin-right: 12px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content2 .hang .bj {
  font-size: 16px;
  color: #c2c2c2;
  margin-right: 12px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content3 .hang .bj {
  font-size: 16px;
  color: #c2c2c2;
  margin-right: 12px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content4 .hang .bj {
  font-size: 16px;
  color: #c2c2c2;
  margin-right: 12px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content5 .hang .bj {
  font-size: 16px;
  color: #c2c2c2;
  margin-right: 12px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content5 .hang .nr {
  width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content1 .hang .nr {
  width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content2 .hang .nr {
  width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content3 .hang .nr {
  width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.big .indexContent .tabChange .contentRt .content .contentText .lilili .content4 .hang .nr {
  width: 440px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.big .indexContent .tabChange .contentRt .content .contentText2 {
  display: none;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 17px;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .title span:nth-child(2) {
  color: #008fd1;
  line-height: 22px;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .title span:nth-child(1) {
  display: inline-block;
  width: 84px;
  height: 24px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  background-color: #008fd1;
  border-radius: 5px;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .content {
  width: 100%;
  margin: auto;
  margin-top: 10px;
  border-radius: 3px;
  border: solid 1px #dff3fc;
  padding-left: 0;
  padding-right: 0;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .content table {
  width: 100%;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .content table thead {
  background-color: #dff3fc;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .content table thead td:nth-child(1) {
  width: 70px;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .content table thead td:nth-child(2) {
  text-align: left;
  width: 250px;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .content table thead td:nth-child(3) {
  width: 60px;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .content table tbody td:nth-child(2) {
  text-align: left;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .content table td {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 40px;
  border: none;
  border-bottom: 1px dotted #eeeeee;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .content table td .green {
  background-color: #36ec71;
}
.big .indexContent .tabChange .contentRt .content .contentText2 .content table tbody tr:hover {
  background-color: #f4fbff;
}
.big .indexContent .tabChange .contentRt .content .guanxi {
  margin-top: 10px;
  margin-bottom: 24px;
}
.big .indexContent .tabChange .contentRt .content .guanxi .img {
  display: block;
}
.big .indexContent .tabChange .contentRt .content .guanxi .img2 {
  display: none;
}
.big .indexContent .tabChange .contentRt .content .guanxi .img3 {
  display: none;
  justify-content: space-between;
}
.abc {
  width: 300px;
  height: 300px;
  border: 1px solid red;
}
.letterContent {
  background-color: #f7fcff;
  padding-bottom: 24px;
}
.letterContent .content {
  width: 1200px;
  margin: auto;
}
.letterContent .content .big {
  width: 1200px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.letterContent .content .big .head {
  width: 1152px;
  margin: auto;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  border: 10px solid #f5f5f5;
}
.letterContent .content .big .head .cLf {
  float: left;
  margin-left: 23px;
}
.letterContent .content .big .head .cLf h1 {
  font-size: 18px;
  line-height: 45px;
  display: inline-block;
  color: #0290d1;
}
.letterContent .content .big .head .cLf h1:nth-child(2) {
  border-bottom: 4px solid #0290d1;
}
.letterContent .content .big .head .cRt {
  float: right;
  display: flex;
  align-items: center;
  line-height: 45px;
  margin-right: 24px;
}
.letterContent .content .big .head .cRt img {
  margin-right: 8px;
}
.letterContent .content .big .head .cRt span {
  color: #ababab;
}
.letterContent .content .big .head .cRt span span {
  color: #000;
}
.letterContent .content .big .letterConten {
  width: 1152px;
  margin: auto;
  box-sizing: border-box;
  border: 10px solid #f5f5f5;
  border-top: none;
  padding-left: 48px;
  padding-right: 39px;
}
.letterContent .content .big .letterConten .title h1 {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  font-weight: normal;
  padding-top: 52px;
  margin-bottom: 7px;
  color: #3e3e3e;
}
.letterContent .content .big .letterConten .title p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 30px;
  color: #3e3e3e;
}
.letterContent .content .big .letterConten .title .xiexing {
  margin-top: 46px;
  margin-bottom: 18px;
}
.letterContent .content .big .letterConten .title .xiexing img {
  vertical-align: middle;
}
.letterContent .content .big .letterConten .title .xiexing span {
  font-family: FZLTZHK--GBK1-0;
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
  color: #141414;
}
.letterContent .content .big .letterConten .title h2 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  color: #df3b3e;
}
.letterContent .content .big .letterConten .table .item {
  display: flex;
}
.letterContent .content .big .letterConten .table .item .left {
  width: 100px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #8b8e95;
  border: 1px solid #e5e9ee;
  border-bottom: none;
  background-color: #f7f9f9;
}
.letterContent .content .big .letterConten .table .item .xjnr {
  width: 100px;
  height: 200px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #8b8e95;
  border: 1px solid #e5e9ee;
  border-bottom: none;
  background-color: #f7f9f9;
}
.letterContent .content .big .letterConten .table .item .mid {
  width: 920px;
  height: 40px;
  padding: 6px 5px;
  margin-right: 12px;
  background-color: #fdfdfd;
  border: 1px solid #e5e9ee;
  border-left: none;
  border-bottom: none;
}
.letterContent .content .big .letterConten .table .item .mid .midcon {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e9ee;
}
.letterContent .content .big .letterConten .table .item .mid select {
  width: 217px;
  height: 100%;
  padding-left: 20px;
  border: 1px solid #e5e9ee;
}
.letterContent .content .big .letterConten .table .item .mid .xuanze {
  height: 100%;
  padding-left: 23px;
  display: flex;
  align-items: center;
}
.letterContent .content .big .letterConten .table .item .mid .xuanze span {
  margin-right: 21px;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
}
.letterContent .content .big .letterConten .table .item .mid .xuanze .sel {
  margin-right: 9px;
}
.letterContent .content .big .letterConten .table .item .mid .xuanze p {
  position: relative;
  left: 430px;
  font-size: 12px;
  color: red;
}
.letterContent .content .big .letterConten .table .item .mid .mider {
  width: 217px;
  height: 100%;
  border: 1px solid #e5e9ee;
}
.letterContent .content .big .letterConten .table .item .mid img {
  width: 77px;
  height: 28px;
  margin-left: 13px;
  margin-right: 18px;
}
.letterContent .content .big .letterConten .table .item .mid a {
  font-size: 12px;
  color: #0290d1;
  text-decoration: underline;
  vertical-align: bottom;
}
.letterContent .content .big .letterConten .table .item .bot {
  border-bottom: 1px solid #e5e9ee;
}
.letterContent .content .big .letterConten .table .item .xjnrmid {
  width: 920px;
  height: 200px;
  padding: 6px 5px;
  margin-right: 12px;
  background-color: #fdfdfd;
  border: 1px solid #e5e9ee;
  border-left: none;
  border-bottom: none;
}
.letterContent .content .big .letterConten .table .item .xjnrmid .midcon {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e9ee;
}
.letterContent .content .big .letterConten .table .item .xjnrmid textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #e5e9ee;
}
.letterContent .content .big .letterConten .table .item .right {
  line-height: 40px;
  font-size: 14px;
  color: red;
}
.letterContent .content .big .letterConten .btn {
  margin-top: 20px;
  margin-bottom: 48px;
  font-size: 0px;
  color: #7c889e;
}
.letterContent .content .big .letterConten .btn .submit,
.letterContent .content .big .letterConten .btn .reset {
  font-size: 14px;
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  background-color: #ffffff;
  border: solid 1px #e5e9ee;
  cursor: pointer;
}
.letterContent .content .big .letterConten .btn .submit:hover,
.letterContent .content .big .letterConten .btn .reset:hover {
  color: #fff;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#1f75cc, #1f75cc);
  background-blend-mode: normal, normal;
  box-shadow: 0px 2px 6px 0px rgba(67, 123, 232, 0.3);
}
.letterContent .content .big .letterConten .letter {
  background-image: url(yc_biankuang.png);
  background-size: 178%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -349px;
}
.letterContent .content .big .letterConten .letter h1 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  padding-top: 91px;
  margin-bottom: 52px;
  text-align: center;
  color: #444444;
}
.letterContent .content .big .letterConten .letter .tableItem {
  display: flex;
  text-align: center;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.letterContent .content .big .letterConten .letter .tableItem .list {
  width: 160px;
  color: #444444;
  font-weight: 600;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #f6fbff;
  border: 1px solid #e7f3fb;
}
.letterContent .content .big .letterConten .letter .tableItem .list2 {
  width: 364px;
  line-height: 56px;
  padding-right: 28px;
  padding-left: 28px;
  text-align: left;
  border: 1px solid #e7f3fb;
  border-left: none;
  border-right: none;
}
.letterContent .content .big .letterConten .letter .tableItem .list3 {
  width: 160px;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #444444;
  font-weight: 600;
  background-color: #f6fbff;
  border: 1px solid #e7f3fb;
}
.letterContent .content .big .letterConten .letter .tableItem .list4 {
  width: 373px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 1px solid #e7f3fb;
}
.letterContent .content .big .letterConten .letter .tableItem2 {
  display: flex;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.letterContent .content .big .letterConten .letter .tableItem2 .list {
  width: 155px;
  color: #444444;
  font-weight: 600;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #f6fbff;
  border: 1px solid #e7f3fb;
}
.letterContent .content .big .letterConten .letter .tableItem2 .list2 {
  text-indent: 2em;
  padding-left: 33px;
  padding-right: 33px;
  flex: 1;
  line-height: 34px;
  text-align: left;
  border: 1px solid #e7f3fb;
}
.fades-box,
.fades-img {
  height: 370px;
  width: 600px;
  position: relative;
  overflow: hidden;
}
.fades-img a {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.fades-img img {
  display: block;
  height: 100%;
  width: 100%;
}
.fades-txt {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.fades-txt a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px;
}
.dys-num {
  position: absolute;
  bottom: 5px;
  right: 130px;
}
.dys-num span {
  color: #fff;
}
.dys-index {
  font-size: 26px;
}
.fades-num {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 0px;
}
.fades-num span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  margin-left: 8px;
  cursor: pointer;
}
.fade-num span {
  display: inline-block;
  height: 14px;
  width: 14px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 3px;
  opacity: 0.4;
  margin-left: 8px;
  cursor: pointer;
}
.fades-num span.cur {
  background: red;
}
.fades-btn {
  position: absolute;
  height: 70px;
  width: 35px;
  font-size: 40px;
  color: #fff;
  margin-top: -35px;
  text-align: center;
  line-height: 70px;
  top: 50%;
  cursor: pointer;
  display: none;
}
.fades-left {
  left: 0px;
}
.fades-right {
  right: 0px;
}
.fades-box:hover .fades-btn {
  display: block;
}

.wzdt-all {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7fcff;
}
.wzdt-all .wzdt-box {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.wzdt-all .wzdt-box .wzdt-box-on {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1152px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-header {
  width: 1132px;
  height: 45px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-header .wzdt-box-header-on {
  display: flex;
  justify-content: space-between;
  width: 1088px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-header .wzdt-box-header-on .wzdt-box-header-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 72px;
  height: 40px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-header .wzdt-box-header-on .wzdt-box-header-left .wzdt-bh-left-title {
  width: 72px;
  height: 19px;
  margin-top: 12px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0290d1;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-header .wzdt-box-header-on .wzdt-box-header-left .wzdt-bh-left-tiao {
  width: 30px;
  height: 4px;
  margin-top: 10px;
  background-color: #0290d1;
  border-radius: 2px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-header .wzdt-box-header-on .wzdt-box-header-right {
  display: flex;
  justify-content: flex-start;
  width: 182px;
  height: 15px;
  margin-top: 15px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-header .wzdt-box-header-on .wzdt-box-header-right img {
  width: 12px;
  height: 16px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-header .wzdt-box-header-on .wzdt-box-header-right .wzdt-bhr-des {
  margin-left: 7px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #999999;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-header .wzdt-box-header-on .wzdt-box-header-right .wzdt-bhr-location {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 15px;
  color: #000000;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content {
  display: flex;
  justify-content: center;
  width: 1132px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on {
  width: 1080px;
  margin-top: 48px;
  margin-bottom: 16px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-bco-news {
  display: flex;
  align-items: center;
  width: 100%;
  height: 18px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-bco-news .wzdt-bcn-line-left {
  width: 24px;
  height: 1px;
  background-color: #e4e9ef;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-bco-news .wzdt-box-content-news {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100px;
  height: 18px;
  background-color: white;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-bco-news .wzdt-bcn-line-right {
  width: 956px;
  height: 1px;
  background-color: #e4e9ef;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-box-cotent-btns {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0px 16px 24px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-box-cotent-btns .wzdt-bc-btntype1 {
  width: 140px;
  height: 45px;
  margin-right: 22px;
  margin-bottom: 15px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-box-cotent-btns .wzdt-bc-btntype1:hover {
  cursor: pointer;
  color: white;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#4c91d6, #4c91d6);
  background-blend-mode: normal,
              normal;
  box-shadow: 0px 2px 6px 0px rgba(67, 123, 232, 0.3);
  border-radius: 3px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-bc-btntype2 {
  display: flex;
  align-items: center;
  width: 852px;
  height: 45px;
  margin-top: -16px;
  margin-left: 24px;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-bc-btntype2 .wzdt-bcbtntype2-title {
  padding-left: 28px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #666666;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-bc-btntype2 .wzdt-bcbtntype2-content {
  display: flex;
  align-items: center;
  width: 712px;
  height: 45px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-bc-btntype2 .wzdt-bcbtntype2-content .wzdt-bcbtntype2-btns {
  display: flex;
  flex-wrap: wrap;
  height: 15px;
  padding: 0 12px;
  border-right: 1px solid #666666;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #666666;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-bc-btntype2 .wzdt-bcbtntype2-content > li:nth-child(8) {
  border-right: none;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-box-cotent-btns1 {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0px 16px 24px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-box-cotent-btns1 .wzdt-bc-btntype3 {
  width: 140px;
  height: 45px;
  margin-right: 22px;
  margin-bottom: 15px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e0e0e0;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-box-cotent-btns1 .wzdt-bc-btntype3:hover {
  cursor: pointer;
  color: white;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#4c91d6, #4c91d6);
  background-blend-mode: normal,
              normal;
  box-shadow: 0px 2px 6px 0px rgba(67, 123, 232, 0.3);
  border-radius: 3px;
}
.wzdt-all .wzdt-box .wzdt-box-on .wzdt-box-content .wzdt-box-content-on .wzdt-box-cotent-btns1 > button:nth-child(3) {
  width: 201px;
}

.ztzl-all {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7fcff;
}
.ztzl-all .ztzl-box {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin-bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.ztzl-all .ztzl-box .ztzl-box-on {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1152px;
  margin-top: 25px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-header {
  width: 1132px;
  height: 45px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-header .ztzl-box-header-on {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-header .ztzl-box-header-on .ztzl-box-header-left {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: 34px;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-header .ztzl-box-header-on .ztzl-box-header-left .ztzl-bh-left-title {
  padding-bottom: 12px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 18px;
  color: #0290d1;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-header .ztzl-box-header-on .ztzl-box-header-left .ztzl-bh-left-tiao {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background-color: #0290d1;
  border-radius: 2px;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-header .ztzl-box-header-on .ztzl-box-header-right {
  display: flex;
  justify-content: flex-start;
  height: 15px;
  margin-top: 15px;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-header .ztzl-box-header-on .ztzl-box-header-right img {
  width: 12px;
  height: 16px;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-header .ztzl-box-header-on .ztzl-box-header-right .ztzl-bhr-des {
  margin-left: 7px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #999999;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-header .ztzl-box-header-on .ztzl-box-header-right .ztzl-bhr-location {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 15px;
  color: #000000;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1132px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-content .zlzt-imgs {
  width: 1084px;
  margin-top: 24px;
  margin-bottom: 48px;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-content .zlzt-imgs img {
  cursor: pointer;
  width: 1084px;
  height: 92px;
}
.ztzl-all .ztzl-box .ztzl-box-on .ztzl-box-content .zlzt-jums {
  margin-bottom: 48px;
}

.sp-all {
  display: flex;
  align-items: center;
  width: 609px;
  height: 28px;
}
.sp-all .sp-pageSum {
  width: 48px;
  height: 12px;
  margin-right: 20px;
}
.sp-all .sp-pageSum .sp-word-gong {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #666666;
}
.sp-all .sp-pageSum .sp-pageNum {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #0290d1;
}
.sp-all .sp-word-index {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  cursor: pointer;
}
.sp-all .sp-switch-pre {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 28px;
  margin-right: 8px;
  border-radius: 3px;
  border: solid 1px #ebebeb;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.sp-all .sp-numbers {
  display: flex;
  width: 136px;
  height: 28px;
}
.sp-all .sp-numbers .sp-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 3px;
  border: solid 1px #ebebeb;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.sp-all .sp-numbers .sp-number:hover {
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#1f75cc, #1f75cc);
  background-blend-mode: normal,
      normal;
  box-shadow: 0px 2px 6px 0px rgba(67, 123, 232, 0.3);
  border-radius: 3px;
  color: white;
}
.sp-all .sp-switch-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 28px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 3px;
  border: solid 1px #ebebeb;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.sp-all .sp-word-end {
  cursor: pointer;
  margin-right: 18px;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.sp-all .sp-jump {
  display: flex;
  align-items: center;
  width: 96px;
  height: 28px;
}
.sp-all .sp-jump .sp-zhuandao {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}
.sp-all .sp-jump .sp-jumpPage {
  width: 28px;
  height: 28px;
  text-align: center;
  margin: 0 3px;
  border-radius: 5px;
  border: solid 1px #ebebeb;
}
.sp-all .sp-btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 28px;
  cursor: pointer;
  margin-left: 21px;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#1f75cc, #1f75cc);
  background-blend-mode: normal,
    normal;
  box-shadow: 0px 2px 6px 0px rgba(67, 123, 232, 0.3);
  border-radius: 3px;
  color: white;
}

.xwzx-all {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7fcff;
}
.xwzx-all .xwzx-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin-bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.xwzx-all .xwzx-box .xwzx-line {
  width: 1200px;
  height: 1px;
  margin-bottom: 25px;
  background-color: #f6f6f6;
  border-radius: 1px;
}
.xwzx-all .xwzx-box .xwzx-top {
  display: flex;
  width: 1158px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-lunbo {
  width: 588px;
  height: 380px;
  margin-right: 24px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-lunbo .fade-box,
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-lunbo .fade-img {
  width: 588px;
  height: 380px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right {
  width: 540px;
  height: 380px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-btns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-btns .xwzx-tr-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 40px;
  margin-right: 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #38404a;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-btns .xwzx-tr-btn:hover {
  cursor: pointer;
  background-image: linear-gradient(0deg, #3eade0 0%, #1f9ed9 50%, #008fd1 100%), linear-gradient(#008fd1, #008fd1);
  background-blend-mode: normal,
            normal;
  box-shadow: 0px 2px 6px 0px rgba(67, 123, 232, 0.3);
  border-radius: 3px;
  color: white;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-btns > div:nth-child(3) {
  margin-right: 0px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-mainTitle {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #242a30;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .f-otw {
  display: inline-block;
  max-width: 504px;
  width: 504px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-fuTitle {
  max-width: 514px;
  width: 514px;
  display: inline-block;
  height: 14px;
  margin-top: 9px;
  margin-bottom: 13px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #8f9296;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-newslist {
  position: relative;
  width: 540px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-newslist img {
  position: absolute;
  left: 509px;
  top: 185px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-newslist .xwzx-tr-new {
  display: flex;
  justify-content: space-between;
  width: 540px;
  margin-bottom: 20px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-newslist .xwzx-tr-new .xwzx-tr-title-left .xwzx-tr-point {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #c2c2c2;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-newslist .xwzx-tr-new .xwzx-tr-title-left .xwzx-tr-title {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #242a30;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-newslist .xwzx-tr-new .xwzx-tr-title-left .ot1 {
  max-width: 420px;
  width: 420px;
}
.xwzx-all .xwzx-box .xwzx-top .xwzx-top-right .xwzx-tr-newslist .xwzx-tr-new .xwzx-tr-time {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #9ba0a7;
}
.xwzx-all .xwzx-box .xwzx-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 1152px;
  height: 431px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left {
  display: flex;
  flex-wrap: wrap ;
  justify-content: center;
  width: 588px;
  height: 431px;
  margin-right: 24px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-top {
  display: flex;
  justify-content: center;
  width: 568px;
  height: 45px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-top .xwzx-br-top-on {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-top .xwzx-br-top-on .xwzx-brt-left {
  display: flex;
  flex-direction: column;
  height: 34px;
  margin-top: 12px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-top .xwzx-br-top-on .xwzx-brt-left .xwzx-brt-left-title {
  padding-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0290d1;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-top .xwzx-br-top-on .xwzx-brt-left .xwzx-brt-left-line {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background-color: #0290d1;
  border-radius: 2px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-top .xwzx-br-top-on img {
  cursor: pointer;
  margin-top: 11px;
  width: 24px;
  height: 24px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 568px;
  height: 356px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-content .xwzx-tr-newslist1 {
  width: 520px;
  height: 310px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-content .xwzx-tr-newslist1 .xwzx-tr-new {
  display: flex;
  justify-content: space-between;
  width: 520px;
  margin-bottom: 20px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-content .xwzx-tr-newslist1 .xwzx-tr-new .xwzx-tr-title-left .xwzx-tr-point {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #c2c2c2;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-content .xwzx-tr-newslist1 .xwzx-tr-new .xwzx-tr-title-left .xwzx-tr-title {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #242a30;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-content .xwzx-tr-newslist1 .xwzx-tr-new .xwzx-tr-title-left .ot2 {
  display: inline-block;
  max-width: 361px;
  width: 361px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-left .xwzx-bl-content .xwzx-tr-newslist1 .xwzx-tr-new .xwzx-tr-time {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #9ba0a7;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right {
  width: 540px;
  height: 431px;
  display: flex;
  flex-wrap: wrap ;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-top {
  display: flex;
  justify-content: center;
  width: 520px;
  height: 45px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-top .xwzx-br-top-on {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-top .xwzx-br-top-on .xwzx-brt-left {
  display: flex;
  flex-direction: column;
  height: 34px;
  margin-top: 12px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-top .xwzx-br-top-on .xwzx-brt-left .xwzx-brt-left-title {
  padding-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0290d1;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-top .xwzx-br-top-on .xwzx-brt-left .xwzx-brt-left-line {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background-color: #0290d1;
  border-radius: 2px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-top .xwzx-br-top-on img {
  margin-top: 11px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 520px;
  height: 356px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-content .xwzx-tr-newslist2 {
  width: 472px;
  height: 310px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-content .xwzx-tr-newslist2 .xwzx-tr-new1 {
  display: flex;
  justify-content: space-between;
  width: 472px;
  margin-bottom: 20px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-content .xwzx-tr-newslist2 .xwzx-tr-new1 .xwzx-tr-title-left .xwzx-tr-point {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #c2c2c2;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-content .xwzx-tr-newslist2 .xwzx-tr-new1 .xwzx-tr-title-left .xwzx-tr-title {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #242a30;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-content .xwzx-tr-newslist2 .xwzx-tr-new1 .xwzx-tr-title-left .ot3 {
  display: inline-block;
  width: 360px;
  max-width: 360px;
}
.xwzx-all .xwzx-box .xwzx-bottom .xwzx-bottom-right .xwzx-br-content .xwzx-tr-newslist2 .xwzx-tr-new1 .xwzx-tr-time {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #9ba0a7;
}
.fades-img {
  width: 588px;
}

.zwgk-all {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7fcff;
}
.zwgk-all .zwgk-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 3px;
  width: 782px;
  height: 351px;
  margin-top: 24px;
  margin-left: 22px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-top {
  display: flex;
  justify-content: center;
  width: 762px;
  height: 45px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-top .zwgk-btl-top-on {
  display: flex;
  justify-content: space-between;
  width: 714px;
  margin-bottom: 10px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-top .zwgk-btl-top-on .zwgk-btl-top-left {
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  height: 45px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-top .zwgk-btl-top-on .zwgk-btl-top-left .zwgk-btl-top-left1 {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 33px;
  margin-top: 12px;
  margin-right: 39px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-top .zwgk-btl-top-on .zwgk-btl-top-left .zwgk-btl-top-left1 .ceng {
  width: 100%;
  height: 4px;
  display: flex;
  justify-content: center;
}
.ceng {
  width: 100%;
  height: 4px;
  display: flex;
  justify-content: center;
}
.ceng .zwgk-btl-left1-line {
  width: 30px;
  height: 4px;
  margin-top: 10px;
  background-color: #0290d1;
  border-radius: 2px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-top .zwgk-btl-top-on .zwgk-btl-top-left .zwgk-btl-top-left1 .zwgk-btl-left1-title {
  cursor: pointer;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0290d1;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-top .zwgk-btl-top-on .zwgk-btl-top-left .zwgk-btl-top-left1 .ceng .zwgk-btl-left1-line {
  width: 30px;
  height: 4px;
  margin-top: 10px;
  background-color: #0290d1;
  border-radius: 2px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-top .zwgk-btl-top-on .zwgk-btl-top-left .zwgk-btl-top-left2 {
  margin-top: 14px;
  cursor: pointer;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-top .zwgk-btl-top-on .zwgk-btl-top-left .zwgk-btl-top-left2 .zwgk-btl-left2-title {
  cursor: pointer;
  margin-right: 39px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #666666;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-top .zwgk-btl-top-on img {
  cursor: pointer;
  margin-top: 11px;
  width: 24px;
  height: 24px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 3px;
  width: 762px;
  height: 276px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-content .zwgk-tr-newslist1 {
  width: 714px;
  height: 227px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-content .zwgk-tr-newslist1 .zwgk-tr-new {
  display: flex;
  justify-content: space-between;
  width: 714px;
  margin-bottom: 20px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-content .zwgk-tr-newslist1 .zwgk-tr-new .xwzx-tr-title-left .xwzx-tr-point {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #c2c2c2;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-content .zwgk-tr-newslist1 .zwgk-tr-new .xwzx-tr-title-left .xwzx-tr-title {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #242a30;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-content .zwgk-tr-newslist1 .zwgk-tr-new .xwzx-tr-title-left .ot8 {
  display: inline-block;
  width: 530px;
  max-width: 530px;
}
.zwgk-all .zwgk-box .zwgk-box-top-left .zwgk-btl-content .zwgk-tr-newslist1 .zwgk-tr-new .xwzx-tr-time {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #9ba0a7;
}
.zwgk-all .zwgk-box .zwgk-box-top-right {
  display: flex;
  flex-wrap: wrap;
  width: 348px;
  height: 351px;
  margin-left: 24px;
  margin-top: 24px;
  /*       .zwgk-btr-btn:hover {
        cursor: pointer;
        background-image: linear-gradient(0deg,
        #008fd1 0%,
        #1f9ed9 50%,
        #3eade0 100%),
        linear-gradient(
                #ffffff,
                #ffffff);
        background-blend-mode: normal,
        normal;
        border-radius: 3px;
      } */
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 102px;
  margin-bottom: 23px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn .zwgk-bb-on {
  display: flex;
  flex-direction: column;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn .zwgk-bb-on .zwgk-bb-on-icon {
  display: flex;
  justify-content: center;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn .zwgk-bb-on .zwgk-bb-on-text {
  margin-top: 10px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #008fd1;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(1) .item {
  width: 24px;
  height: 24px;
  background-image: url(zwgk-btns-1.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(2) .item {
  width: 24px;
  height: 24px;
  background-image: url(zwgk-btns-2.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(3) .item {
  width: 24px;
  height: 24px;
  background-image: url(z3.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(4) .item {
  width: 24px;
  height: 24px;
  background-image: url(zwgk-btns-4.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(5) .item {
  width: 24px;
  height: 24px;
  background-image: url(zwgk-btns-5.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(6) .item {
  width: 24px;
  height: 24px;
  background-image: url(zwgk-btns-6.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(1):hover {
  cursor: pointer;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
        normal;
  border-radius: 3px;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(1):hover .item {
  width: 24px;
  height: 24px;
  background-image: url(z1.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(2):hover {
  cursor: pointer;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
        normal;
  border-radius: 3px;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(2):hover .item {
  width: 24px;
  height: 24px;
  background-image: url(z2.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(3):hover {
  cursor: pointer;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
        normal;
  border-radius: 3px;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(3):hover .item {
  width: 24px;
  height: 24px;
  background-image: url(zwgk-btns-3.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(4):hover {
  cursor: pointer;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
        normal;
  border-radius: 3px;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(4):hover .item {
  width: 24px;
  height: 24px;
  background-image: url(z4.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(5):hover {
  cursor: pointer;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
        normal;
  border-radius: 3px;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(5):hover .item {
  width: 24px;
  height: 24px;
  background-image: url(z5.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(6):hover {
  cursor: pointer;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
        normal;
  border-radius: 3px;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:nth-child(6):hover .item {
  width: 24px;
  height: 24px;
  background-image: url(z6.png);
  background-repeat: no-repeat;
}
.zwgk-all .zwgk-box .zwgk-box-top-right .zwgk-btr-btn:hover > .zwgk-bb-on > span {
  color: white;
}
.zwgk-all .zwgk-box .zwgk-box-top-right > div:nth-child(2n+1) {
  margin-right: 20px;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 348px;
  height: 351px;
  margin-top: 24px;
  margin-left: 24px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right .zwgk-bbr-top {
  display: flex;
  justify-content: center;
  width: 328px;
  height: 45px;
  margin-top: 10px;
  background-color: #34a8dd;
  border-radius: 3px;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right .zwgk-bbr-top .zwgk-bbr-top-on {
  display: flex;
  justify-content: space-between;
  width: 280px;
  height: 45px;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right .zwgk-bbr-top .zwgk-bbr-top-on span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right .zwgk-bbr-top .zwgk-bbr-top-on img {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: 11px;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right .zwgk-bbr-top-content1 {
  display: flex;
  justify-content: center;
  width: 301px;
  height: 61px;
  border-bottom: dashed 1px #eeeeee;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right .zwgk-bbr-top-content1 .zwgk-bbr-tc1-on {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 280px;
  height: 61px;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right .zwgk-bbr-top-content1 .zwgk-bbr-tc1-on .zwgk-bbr-tc1on-left {
  display: flex;
  flex-direction: column;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right .zwgk-bbr-top-content1 .zwgk-bbr-tc1-on .zwgk-bbr-tc1on-left .zwgk-name {
  margin-bottom: 8px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #0290d1;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right .zwgk-bbr-top-content1 .zwgk-bbr-tc1-on .zwgk-bbr-tc1on-left .zwgk-job {
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #666666;
}
.zwgk-all .zwgk-box .zwgk-box-bottom-right .zwgk-bbr-top-content1 .zwgk-bbr-tc1-on img {
  width: 8px;
  height: 12px;
  margin-top: 17px;
}
.zwgk-all .zwgk-box .zwgk-footer {
  display: flex;
  width: 1154px;
  height: 90px;
  margin-left: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn1 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 90px;
  border-radius: 3px;
  background-image: url(zwgk-btn1-1.png);
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn1 .zwgk-footer-btn1-content {
  display: flex;
  height: 24px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn1 .zwgk-footer-btn1-content img {
  height: 24px;
  margin-right: 13px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn1 .zwgk-footer-btn1-content span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn2 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 90px;
  margin-left: 10px;
  border-radius: 3px;
  background-image: url(zwgk-btn1-2.png);
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn2 .zwgk-footer-btn1-content {
  display: flex;
  height: 24px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn2 .zwgk-footer-btn1-content img {
  height: 24px;
  margin-right: 13px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn2 .zwgk-footer-btn1-content span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn3 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 90px;
  margin-left: 10px;
  border-radius: 3px;
  background-image: url(zwgk-btn1-3.png);
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn3 .zwgk-footer-btn1-content {
  display: flex;
  height: 24px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn3 .zwgk-footer-btn1-content img {
  height: 24px;
  margin-right: 13px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn3 .zwgk-footer-btn1-content span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn4 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 90px;
  margin-left: 10px;
  border-radius: 3px;
  background-image: url(zwgk-btn1-4.png);
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn4 .zwgk-footer-btn1-content {
  display: flex;
  height: 24px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn4 .zwgk-footer-btn1-content img {
  height: 24px;
  margin-right: 13px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn4 .zwgk-footer-btn1-content span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn5 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 348px;
  height: 90px;
  margin-left: 24px;
  background-image: url(zwgk-btn1-5.png);
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn5 .zwgk-footer-btn5-on {
  width: 286px;
  height: 57px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn5 .zwgk-footer-btn5-on span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #ffffff;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn5 .zwgk-footer-btn5-on .zwgk--footer-bo-top {
  display: flex;
  margin-bottom: 14px;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn5 .zwgk-footer-btn5-on .zwgk--footer-bo-top span {
  font-family: PingFangSC-Regular;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.zwgk-all .zwgk-box .zwgk-footer .zwgk-footer-btn5 .zwgk-footer-btn5-on .zwgk--footer-bo-top img {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 15px;
}

.ywgz-all {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7fcff;
}
.ywgz-all .ywgz-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 3px;
  width: 782px;
  height: 351px;
  margin-top: 24px;
  margin-left: 22px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top {
  display: flex;
  justify-content: center;
  width: 762px;
  height: 45px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on {
  display: flex;
  justify-content: space-between;
  width: 714px;
  margin-bottom: 10px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  height: 45px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left1 {
  display: flex;
  flex-direction: column;
  height: 33px;
  cursor: pointer;
  margin-top: 12px;
  margin-right: 39px;
}

.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left1 .ywgz-btl-left1-title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0290d1;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left1 .cen {
  display: flex;
  justify-content: center
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left1 .cen .ywgz-btl-left1-line {
  width: 30px;
  height: 4px;
  margin-top: 10px;
  background-color: #0290d1;
  border-radius: 2px;
}

.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left2,
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left4 {
  cursor: pointer;
  margin-top: 14px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left2 .ywgz-btl-left2-title,
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left4 .ywgz-btl-left2-title {
  margin-right: 39px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #666666;
}
.zzzz {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0290d1;
  padding-right: 39px;
}
.zzzz1 {
  margin-right: 39px;
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2px;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #666666;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 33px;
  margin-top: 12px;
  margin-right: 39px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left3 .ywgz-btl-left1-title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0290d1;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on .ywgz-btl-top-left .ywgz-btl-top-left3 .ywgz-btl-left1-line {
  width: 30px;
  height: 4px;
  margin-top: 10px;
  background-color: #0290d1;
  border-radius: 2px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-top .ywgz-btl-top-on img {
  cursor: pointer;
  margin-top: 11px;
  width: 24px;
  height: 24px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 3px;
  width: 762px;
  height: 276px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-content .ywgz-tr-newslist1 {
  width: 714px;
  height: 227px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-content .ywgz-tr-newslist1 .ywgz-tr-new {
  display: flex;
  justify-content: space-between;
  width: 714px;
  margin-bottom: 20px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-content .ywgz-tr-newslist1 .ywgz-tr-new .xwzx-tr-title-left .xwzx-tr-point {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #c2c2c2;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-content .ywgz-tr-newslist1 .ywgz-tr-new .xwzx-tr-title-left .xwzx-tr-title {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #242a30;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-content .ywgz-tr-newslist1 .ywgz-tr-new .xwzx-tr-title-left .ot4 {
  display: inline-block;
  width: 530px;
  max-width: 530px;
}
.ywgz-all .ywgz-box .ywgz-box-top-left .ywgz-btl-content .ywgz-tr-newslist1 .ywgz-tr-new .xwzx-tr-time {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #9ba0a7;
}
.ywgz-all .ywgz-box .ywgz-box-top-right {
  display: flex;
  flex-wrap: wrap;
  width: 348px;
  height: 351px;
  margin-left: 24px;
  margin-top: 24px;
}
.ywgz-all .ywgz-box .ywgz-box-top-right .ywgz-btr-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 348px;
  height: 72px;
  cursor: pointer;
  margin-bottom: 22px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.ywgz-all .ywgz-box .ywgz-box-top-right .ywgz-btr-btn .ywgz-btr-btn-on {
  display: flex;
  align-items: center;
  height: 24px;
}
.ywgz-all .ywgz-box .ywgz-box-top-right .ywgz-btr-btn .ywgz-btr-btn-on span {
  margin-left: 13px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0290d1;
}
.ywgz-all .ywgz-box .ywgz-box-top-right .ywgz-btr-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 348px;
  height: 70px;
  cursor: pointer;
  margin-bottom: 22px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.ywgz-all .ywgz-box .ywgz-box-top-right .ywgz-btr-btn1 .ywgz-btr-btn-on {
  display: flex;
  align-items: center;
  height: 24px;
}
.ywgz-all .ywgz-box .ywgz-box-top-right .ywgz-btr-btn1 .ywgz-btr-btn-on span {
  margin-left: 13px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0290d1;
}
.ywgz-all .ywgz-box .ywgz-box-bottom-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 348px;
  height: 351px;
  margin-top: 24px;
  margin-left: 24px;
  margin-bottom: 24px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.ywgz-all .ywgz-box .ywgz-box-bottom-right .ywgz-bbr-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  cursor: pointer;
  background-image: url(ywgz-icon5.png);
}
.ywgz-all .ywgz-box .ywgz-box-bottom-right .ywgz-bbr-top .ywgz-bbr-top-on {
  display: flex;
  height: 24px;
}
.ywgz-all .ywgz-box .ywgz-box-bottom-right .ywgz-bbr-top .ywgz-bbr-top-on span {
  margin-right: 14px;
  font-family: PingFangSC-Medium;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.ywgz-all .ywgz-box .ywgz-box-bottom-right .ywgz-bbr-btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 301px;
  height: 40px;
  cursor: pointer;
  border-bottom: dashed 1px #eeeeee;
}
.ywgz-all .ywgz-box .ywgz-box-bottom-right .ywgz-bbr-btn .ywgz-bbr-btn-on {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280px;
}
.ywgz-all .ywgz-box .ywgz-box-bottom-right .ywgz-bbr-btn .ywgz-bbr-btn-on span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #242a30;
}

.hd-all {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7fcff;
}
.hd-all .hd-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.hd-all .hd-box .hd-top-left {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 782px;
  height: 484px;
  margin-left: 24px;
  margin-top: 24px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-top {
  display: flex;
  justify-content: center;
  width: 762px;
  height: 45px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-top .xwzx-br-top-on {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
}
.hd-all .hd-box .hd-top-left .hd-top-left-top .xwzx-br-top-on .xwzx-brt-left {
  display: flex;
  flex-direction: column;
  height: 34px;
  margin-top: 12px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-top .xwzx-br-top-on .xwzx-brt-left .xwzx-brt-left-title {
  padding-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0290d1;
}
.hd-all .hd-box .hd-top-left .hd-top-left-top .xwzx-br-top-on .xwzx-brt-left .xwzx-brt-left-line {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background-color: #0290d1;
  border-radius: 2px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-top .xwzx-br-top-on .xwzx-brt-left img {
  cursor: pointer;
}
.hd-all .hd-box .hd-top-left .hd-top-left-top .xwzx-br-top-on img {
  cursor: pointer;
  margin-top: 11px;
  width: 24px;
  height: 24px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 762px;
  height: 408px;
  background-color: #ffffff;
  border-radius: 3px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on {
  margin-top: 24px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-head {
  display: flex;
  align-items: center;
  width: 714px;
  height: 40px;
  background-color: #dff3fc;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-head .hd-bh,
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-head .hd-xj,
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-head .hd-zt,
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-head .hd-sj {
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #666666;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-head .hd-bh {
  margin-left: 39px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-head .hd-xj {
  margin-left: 47px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-head .hd-zt {
  margin-left: 373px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-head .hd-sj {
  margin-left: 50px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-content {
  width: 714px;
  height: 320px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-content .hd-tlc-content-tip {
  display: flex;
  align-items: center;
  width: 714px;
  height: 40px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-content .hd-tlc-content-tip .hd-bhs {
  width: 43px;
  margin-left: 32px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #404040;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-content .hd-tlc-content-tip .hd-xjs {
  cursor: pointer;
  width: 389px;
  margin-left: 38px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-content .hd-tlc-content-tip .ot5 {
  display: inline-block;
  width: 386px;
  max-width: 386px;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-content .hd-tlc-content-tip .hd-zts {
  width: 42px;
  margin-left: 36px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #666666;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-content .hd-tlc-content-tip .hd-sjs {
  width: 65px;
  margin-left: 39px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #999999;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-content > div:hover {
  background-color: #f4fbff;
}
.hd-all .hd-box .hd-top-left .hd-top-left-content .hd-tlc-on .hd-tlc-content > div:nth-child(n+3):nth-child(-n+7) {
  border-bottom: dashed 1px #eeeeee;
}
.hd-all .hd-box .hd-top-right {
  display: flex;
  flex-direction: column;
  width: 346px;
  height: 484px;
  margin-top: 24px;
  margin-left: 24px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-btns {
  display: flex;
  width: 346px;
  height: 102px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-btns .hd-tr-btn1 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 102px;
  border-radius: 3px;
  background-image: url(hd-btn1.png);
}
.hd-all .hd-box .hd-top-right .hd-top-right-btns .hd-tr-btn1 .hd-tr-btn-on {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 72px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-btns .hd-tr-btn1 .hd-tr-btn-on span {
  margin-top: 10px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}
.hd-all .hd-box .hd-top-right .hd-top-right-btns .hd-tr-btn2 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  width: 164px;
  height: 102px;
  border-radius: 3px;
  background-image: url(hd-btn2.png);
}
.hd-all .hd-box .hd-top-right .hd-top-right-btns .hd-tr-btn2 .hd-tr-btn-on {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 72px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-btns .hd-tr-btn2 .hd-tr-btn-on span {
  margin-top: 10px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content {
  display: flex;
  flex-direction: column;
  width: 346px;
  height: 358px;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-head {
  display: flex;
  justify-content: center;
  margin-left: 10px;
  margin-top: 10px;
  width: 326px;
  height: 45px;
  background-color: #34a8dd;
  border-radius: 3px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-head .hd-trc-head-on {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 302px;
  height: 45px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-head .hd-trc-head-on span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-head .hd-trc-head-on img {
  cursor: pointer;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-img {
  position: relative;
  width: 326px;
  height: 176px;
  margin-top: 10px;
  margin-left: 10px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-img span {
  position: absolute;
  top: 144px;
  left: 18px;
  z-index: 2;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-bottom {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 301px;
  height: 40px;
  margin-top: 19px;
  margin-left: 22px;
  border-bottom: 1px dashed #eeeeee;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-bottom .hd-trc-bottom-on {
  display: flex;
  justify-content: space-between;
  width: 280px;
  height: 16px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-bottom .hd-trc-bottom-on span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #242a30;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-bottom .hd-trc-bottom-on .ot6 {
  display: inline-block;
  width: 255px;
  max-width: 255px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-bottom1 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 301px;
  height: 40px;
  margin-top: 17px;
  margin-left: 22px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-bottom1 .hd-trc-bottom-on1 {
  display: flex;
  justify-content: space-between;
  width: 280px;
  height: 16px;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-bottom1 .hd-trc-bottom-on1 span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #242a30;
}
.hd-all .hd-box .hd-top-right .hd-top-right-content .hd-trc-bottom1 .hd-trc-bottom-on1 .ot6 {
  display: inline-block;
  width: 255px;
  max-width: 255px;
}
.hd-all .hd-box .hd-bottom-left {
  width: 782px;
  height: 350px;
  margin-left: 24px;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.hd-all .hd-box .hd-bottom-left .hd-btl-top {
  display: flex;
  justify-content: center;
  width: 762px;
  height: 45px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.hd-all .hd-box .hd-bottom-left .hd-btl-top .xwzx-br-top-on {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
}
.hd-all .hd-box .hd-bottom-left .hd-btl-top .xwzx-br-top-on .xwzx-brt-left {
  display: flex;
  flex-direction: column;
  height: 34px;
  margin-top: 12px;
}
.hd-all .hd-box .hd-bottom-left .hd-btl-top .xwzx-br-top-on .xwzx-brt-left .xwzx-brt-left-title {
  padding-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0290d1;
}
.hd-all .hd-box .hd-bottom-left .hd-btl-top .xwzx-br-top-on .xwzx-brt-left .xwzx-brt-left-line {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background-color: #0290d1;
  border-radius: 2px;
}
.hd-all .hd-box .hd-bottom-left .hd-btl-top .xwzx-br-top-on img {
  margin-top: 11px;
  width: 24px;
  height: 24px;
}
.hd-all .hd-box .hd-bottom-left .ywgz-btl-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 3px;
  width: 762px;
  height: 276px;
}
.hd-all .hd-box .hd-bottom-left .ywgz-btl-content .ywgz-tr-newslist1 {
  width: 714px;
  height: 227px;
}
.hd-all .hd-box .hd-bottom-left .ywgz-btl-content .ywgz-tr-newslist1 .ywgz-tr-new {
  display: flex;
  justify-content: space-between;
  width: 714px;
  margin-bottom: 20px;
}
.hd-all .hd-box .hd-bottom-left .ywgz-btl-content .ywgz-tr-newslist1 .ywgz-tr-new .xwzx-tr-title-left .xwzx-tr-point {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #c2c2c2;
}
.hd-all .hd-box .hd-bottom-left .ywgz-btl-content .ywgz-tr-newslist1 .ywgz-tr-new .xwzx-tr-title-left .xwzx-tr-title {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #242a30;
}
.hd-all .hd-box .hd-bottom-left .ywgz-btl-content .ywgz-tr-newslist1 .ywgz-tr-new .xwzx-tr-title-left .ot7 {
  display: inline-block;
  width: 545px;
  max-width: 545px;
}
.hd-all .hd-box .hd-bottom-left .ywgz-btl-content .ywgz-tr-newslist1 .ywgz-tr-new .xwzx-tr-time {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #9ba0a7;
}
.hd-all .hd-box .hd-bottom-right {
  display: flex;
  flex-direction: column;
  width: 346px;
  height: 350px;
  margin-top: 24px;
  margin-left: 24px;
  margin-bottom: 24px;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.hd-all .hd-box .hd-bottom-right .hd-br-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 326px;
  height: 45px;
  margin-left: 8px;
  margin-top: 10px;
  background-color: #34a8dd;
  border-radius: 3px;
}
.hd-all .hd-box .hd-bottom-right .hd-br-top .hd-br-top-on {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
}
.hd-all .hd-box .hd-bottom-right .hd-br-top .hd-br-top-on span {
  margin-right: 182px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}
.hd-all .hd-box .hd-bottom-right .hd-br-top .hd-br-top-on img {
  cursor: pointer;
}
.hd-all .hd-box .hd-bottom-right .hd-br-tip {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 301px;
  height: 40px;
  margin-left: 21px;
  margin-top: 22px;
  border-bottom: 1px dashed #eeeeee;
}
.hd-all .hd-box .hd-bottom-right .hd-br-tip .hd-br-tip-on {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  height: 16px;
}
.hd-all .hd-box .hd-bottom-right .hd-br-tip .hd-br-tip-on span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #242a30;
}
.hd-all .hd-box .hd-bottom-right .hd-br-tip .hd-br-tip-on img {
  height: 12px;
}
.hd-all .hd-box .hd-bottom-right .hd-br-tip1 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 301px;
  height: 40px;
  margin-top: 19px;
  margin-left: 21px;
  border-bottom: 1px dashed #eeeeee;
}
.hd-all .hd-box .hd-bottom-right .hd-br-tip1 .hd-br-tip-on {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 280px;
  height: 16px;
}
.hd-all .hd-box .hd-bottom-right .hd-br-tip1 .hd-br-tip-on span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #242a30;
}
.hd-all .hd-box .hd-bottom-right .hd-br-tip1 .hd-br-tip-on .ot7 {
  width: 240px;
  max-width: 240px;
  display: inline-block;
}
.hd-all .hd-box .hd-bottom-right .hd-br-tip1 .hd-br-tip-on img {
  height: 12px;
}
.ll {
  cursor: pointer;
}

.dj-all {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7fcff;
}
.dj-all .dj-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.dj-all .dj-box .dj-box-left {
  display: flex;
  flex-direction: column;
  width: 254px;
  height: 238px;
  margin-top: 24px;
  margin-left: 24px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #dff3fc;
}
.dj-all .dj-box .dj-box-left .dj-box-left-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 90px;
  margin-top: 10px;
  margin-left: 10px;
  background-image: linear-gradient(0deg, #008fd1 0%, #1f9ed9 50%, #3eade0 100%), linear-gradient(#1f75cc, #1f75cc);
  background-blend-mode: normal,
        normal;
  box-shadow: 0px 2px 6px 0px rgba(67, 123, 232, 0.3);
  border-radius: 3px;
}
.dj-all .dj-box .dj-box-left .dj-box-left-btn span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ffffff;
}
.dj-all .dj-box .dj-box-left .dj-bl-tip {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 207px;
  height: 40px;
  margin-left: 22px;
  margin-top: 30px;
  border-bottom: 1px dashed #eeeeee;
}
.dj-all .dj-box .dj-box-left .dj-bl-tip .dj-bl-tip-on {
  display: flex;
  justify-content: space-between;
  width: 196px;
  height: 16px;
}
.dj-all .dj-box .dj-box-left .dj-bl-tip .dj-bl-tip-on span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0290d1;
}
.dj-all .dj-box .dj-box-left .dj-bl-tip1 {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 207px;
  height: 40px;
  margin-left: 22px;
  margin-top: 29px;
}
.dj-all .dj-box .dj-box-left .dj-bl-tip1 .dj-bl-tip-on {
  display: flex;
  justify-content: space-between;
  width: 196px;
  height: 16px;
}
.dj-all .dj-box .dj-box-left .dj-bl-tip1 .dj-bl-tip-on span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #242a30;
}
.dj-all .dj-box .dj-box-left .dj-bl-tip:hover > .dj-bl-tip-on > span {
  cursor: pointer;
  color: #0290d1;
}
.dj-all .dj-box .dj-box-left .dj-bl-tip1:hover > .dj-bl-tip-on > span {
  cursor: pointer;
  color: #0290d1;
}
.dj-all .dj-box .dj-box-right {
  width: 874px;
  height: 725px;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-top: 24px;
  margin-left: 24px;
  margin-bottom: 25px;
}
.dj-all .dj-box .dj-box-right .dj-box-header {
  width: 854px;
  height: 45px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.dj-all .dj-box .dj-box-right .dj-box-header .dj-box-header-on {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
}
.dj-all .dj-box .dj-box-right .dj-box-header .dj-box-header-on .dj-box-header-left {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: 34px;
}
.dj-all .dj-box .dj-box-right .dj-box-header .dj-box-header-on .dj-box-header-left .dj-bh-left-title {
  padding-bottom: 12px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 18px;
  color: #0290d1;
}
.dj-all .dj-box .dj-box-right .dj-box-header .dj-box-header-on .dj-box-header-left .dj-bh-left-tiao {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background-color: #0290d1;
  border-radius: 2px;
}
.dj-all .dj-box .dj-box-right .dj-box-header .dj-box-header-on .dj-box-header-right {
  display: flex;
  justify-content: flex-start;
  height: 15px;
  margin-top: 15px;
}
.dj-all .dj-box .dj-box-right .dj-box-header .dj-box-header-on .dj-box-header-right img {
  width: 12px;
  height: 16px;
}
.dj-all .dj-box .dj-box-right .dj-box-header .dj-box-header-on .dj-box-header-right .dj-bhr-des {
  margin-left: 7px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #999999;
}
.dj-all .dj-box .dj-box-right .dj-box-header .dj-box-header-on .dj-box-header-right .dj-bhr-location {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 15px;
  color: #000000;
}
.dj-all .dj-box .dj-box-right .dj-box-content {
  display: flex;
  flex-direction: column;
  width: 854px;
  height: 650px;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.dj-all .dj-box .dj-box-right .dj-box-content .dj-bc-top1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 3px;
  width: 854px;
  height: 274px;
}
.dj-all .dj-box .dj-box-right .dj-box-content .dj-bc-top1 .dj-tr-newslist1 {
  width: 806px;
  height: 226px;
}
.dj-all .dj-box .dj-box-right .dj-box-content .dj-bc-top1 .dj-tr-newslist1 .dj-tr-new {
  display: flex;
  justify-content: space-between;
  width: 806px;
  margin-bottom: 15px;
}
.dj-all .dj-box .dj-box-right .dj-box-content .dj-bc-top1 .dj-tr-newslist1 .dj-tr-new .xwzx-tr-title-left .xwzx-tr-point {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #c2c2c2;
}
.dj-all .dj-box .dj-box-right .dj-box-content .dj-bc-top1 .dj-tr-newslist1 .dj-tr-new .xwzx-tr-title-left .xwzx-tr-title {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #242a30;
}
.dj-all .dj-box .dj-box-right .dj-box-content .dj-bc-top1 .dj-tr-newslist1 .dj-tr-new .xwzx-tr-title-left .ot9 {
  display: inline-block;
  width: 464px;
  max-width: 464px;
}
.dj-all .dj-box .dj-box-right .dj-box-content .dj-bc-top1 .dj-tr-newslist1 .dj-tr-new .xwzx-tr-time {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #9ba0a7;
}
.dj-all .dj-box .dj-box-right .dj-box-content .dj-s {
  margin-left: 123px;
  margin-top: 49px;
  margin-bottom: 48px;
}

.gl-all {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7fcff;
}
.gl-all .gl-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.gl-all .gl-box .gl-box-right {
  width: 1152px;
  height: 725px;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-top: 24px;
  margin-left: 24px;
  margin-bottom: 25px;
}
.gl-all .gl-box .gl-box-right .gl-box-header {
  width: 1132px;
  height: 45px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.gl-all .gl-box .gl-box-right .gl-box-header .ztzl-box-header-on {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
}
.gl-all .gl-box .gl-box-right .gl-box-header .ztzl-box-header-on .ztzl-box-header-left {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: 34px;
}
.gl-all .gl-box .gl-box-right .gl-box-header .ztzl-box-header-on .ztzl-box-header-left .ztzl-bh-left-title {
  padding-bottom: 12px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 18px;
  color: #0290d1;
}
.gl-all .gl-box .gl-box-right .gl-box-header .ztzl-box-header-on .ztzl-box-header-left .ztzl-bh-left-tiao {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background-color: #0290d1;
  border-radius: 2px;
}
.gl-all .gl-box .gl-box-right .gl-box-header .ztzl-box-header-on .ztzl-box-header-right {
  display: flex;
  justify-content: flex-start;
  height: 15px;
  margin-top: 15px;
}
.gl-all .gl-box .gl-box-right .gl-box-header .ztzl-box-header-on .ztzl-box-header-right img {
  width: 12px;
  height: 16px;
}
.gl-all .gl-box .gl-box-right .gl-box-header .ztzl-box-header-on .ztzl-box-header-right .ztzl-bhr-des {
  margin-left: 7px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #999999;
}
.gl-all .gl-box .gl-box-right .gl-box-header .ztzl-box-header-on .ztzl-box-header-right .ztzl-bhr-location {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 15px;
  color: #000000;
}
.gl-all .gl-box .gl-box-right .gl-box-content {
  display: flex;
  flex-direction: column;
  width: 1132px;
  height: 650px;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.gl-all .gl-box .gl-box-right .gl-box-content .gl-bc-top1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 3px;
  width: 1132px;
  height: 274px;
}
.gl-all .gl-box .gl-box-right .gl-box-content .gl-bc-top1 .gl-tr-newslist1 {
  width: 1084px;
  height: 226px;
}
.gl-all .gl-box .gl-box-right .gl-box-content .gl-bc-top1 .gl-tr-newslist1 .gl-tr-new {
  display: flex;
  justify-content: space-between;
  width: 1084px;
  margin-bottom: 15px;
}
.gl-all .gl-box .gl-box-right .gl-box-content .gl-bc-top1 .gl-tr-newslist1 .gl-tr-new .xwzx-tr-title-left .xwzx-tr-point {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #c2c2c2;
}
.gl-all .gl-box .gl-box-right .gl-box-content .gl-bc-top1 .gl-tr-newslist1 .gl-tr-new .xwzx-tr-title-left .xwzx-tr-title {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #242a30;
}
.gl-all .gl-box .gl-box-right .gl-box-content .gl-bc-top1 .gl-tr-newslist1 .gl-tr-new .xwzx-tr-title-left .ot10 {
  display: inline-block;
  width: 464px;
  max-width: 464px;
}
.gl-all .gl-box .gl-box-right .gl-box-content .gl-bc-top1 .gl-tr-newslist1 .gl-tr-new .xwzx-tr-time {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #9ba0a7;
}
.gl-all .gl-box .gl-box-right .gl-box-content .gl-s {
  margin-left: 262px;
  margin-top: 49px;
  margin-bottom: 48px;
}

.xq-all {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7fcff;
}
.xq-all .xq-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.xq-all .xq-box .xq-box-right {
  width: 1152px;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-top: 24px;
  margin-left: 24px;
  margin-bottom: 25px;
}
.xq-all .xq-box .xq-box-right .xq-box-header {
  width: 1132px;
  height: 45px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.xq-all .xq-box .xq-box-right .xq-box-header .ztzl-box-header-on {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
}
.xq-all .xq-box .xq-box-right .xq-box-header .ztzl-box-header-on .ztzl-box-header-left {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: 34px;
}
.xq-all .xq-box .xq-box-right .xq-box-header .ztzl-box-header-on .ztzl-box-header-left .ztzl-bh-left-title {
  padding-bottom: 12px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 18px;
  color: #0290d1;
}
.xq-all .xq-box .xq-box-right .xq-box-header .ztzl-box-header-on .ztzl-box-header-left .ztzl-bh-left-tiao {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background-color: #0290d1;
  border-radius: 2px;
}
.xq-all .xq-box .xq-box-right .xq-box-header .ztzl-box-header-on .ztzl-box-header-right {
  display: flex;
  justify-content: flex-start;
  height: 15px;
  margin-top: 15px;
}
.xq-all .xq-box .xq-box-right .xq-box-header .ztzl-box-header-on .ztzl-box-header-right img {
  width: 12px;
  height: 16px;
}
.xq-all .xq-box .xq-box-right .xq-box-header .ztzl-box-header-on .ztzl-box-header-right .ztzl-bhr-des {
  margin-left: 7px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: 0px;
  color: #999999;
}
.xq-all .xq-box .xq-box-right .xq-box-header .ztzl-box-header-on .ztzl-box-header-right .ztzl-bhr-location {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 15px;
  color: #000000;
}
.xq-all .xq-box .xq-box-right .xq-box-content {
  display: flex;
  flex-direction: column;
  width: 1132px;
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-box-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 853px;
  margin-top: 46px;
  margin-left: 140px;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-box-title span {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #444444;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-box-des {
  display: flex;
  align-items: center;
  height: 24px;
  margin-left: 262px;
  margin-top: 29px;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-box-des span {
  margin-right: 8px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #aaaaaa;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-box-des img {
  cursor: pointer;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content {
  width: 1000px;
  margin-left: 66px;
  margin-top: 66px;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content .xq-dl1 {
  text-indent: 2em;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content .xq-dl2 {
  padding-left: 32px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content .xq-bt {
  text-indent: 2em;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content .xq-fj {
  cursor: pointer;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 36px;
  color: #0290d1;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content .xq-switch {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 16px;
  margin-top: 47px;
  padding-bottom: 48px;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content .xq-switch .xq-pre .xq-shang {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content .xq-switch .xq-pre .xq-sc {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #0290d1;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content .xq-switch .xq-next {
  cursor: pointer;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content .xq-switch .xq-next .xq-shang {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
}
.xq-all .xq-box .xq-box-right .xq-box-content .xq-content .xq-switch .xq-next .xq-nc {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999999;
}

.hj-all {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f7fcff;
}
.hj-all .hj-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin-bottom: 24px;
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(19, 23, 26, 0.05);
  border-radius: 0px 0px 3px 3px;
}
.hj-all .hj-box .hj-box-top {
  width: 1152px;
  height: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 24px;
  margin-top: 25px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.hj-all .hj-box .hj-box-top .hj-box-header {
  width: 1132px;
  height: 45px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.hj-all .hj-box .hj-box-top .hj-box-header .hj-box-header-on {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
}
.hj-all .hj-box .hj-box-top .hj-box-header .hj-box-header-on .hj-box-header-left {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: 34px;
}
.hj-all .hj-box .hj-box-top .hj-box-header .hj-box-header-on .hj-box-header-left .hj-bh-left-title {
  cursor: pointer;
  padding-bottom: 12px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 18px;
  color: #0290d1;
}
.hj-all .hj-box .hj-box-top .hj-box-header .hj-box-header-on .hj-box-header-left .hj-bh-left-tiao {
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background-color: #0290d1;
  border-radius: 2px;
}
.hj-all .hj-box .hj-box-top .hj-box-header .hj-box-header-on .hj-box-header-right {
  display: flex;
  align-items: center;
}
.hj-all .hj-box .hj-box-top .hj-box-header .hj-box-header-on .hj-box-header-right span {
  cursor: pointer;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0290d1;
}
.hj-all .hj-box .hj-box-top .hj-box-header .hj-box-header-on .hj-box-header-right > span:nth-child(1) {
  margin-right: 39px;
}
.hj-all .hj-box .hj-box-top .hj-box-header .hj-box-header-on .hj-box-header-right > span:nth-child(2) {
  color: #666666;
}
.hj-all .hj-box .hj-box-top .hj-box-content {
  position: relative;
  width: 1132px;
  height: 628px;
  margin-bottom: 10px;
}
.hj-all .hj-box .hj-box-top .hj-box-content .xizangMap {
  background-color: #ffffff;
}
.hj-all .hj-box .hj-box-top .hj-box-content > div:nth-child(2) {
  cursor: pointer;
  position: absolute;
  top: 159px;
  left: 29px;
}
.hj-all .hj-box .hj-box-top .hj-box-content > div:nth-child(3) {
  cursor: pointer;
  position: absolute;
  top: 269px;
  left: 29px;
}
.hj-all .hj-box .hj-box-top .hj-box-content > div:nth-child(4) {
  cursor: pointer;
  position: absolute;
  top: 379px;
  left: 29px;
}
.hj-all .hj-box .hj-box-top .hj-box-content > img:nth-child(5) {
  cursor: pointer;
  position: absolute;
  top: 568px;
  left: 26px;
}
.hj-all .hj-box .hj-box-top .hj-box-content > img:nth-child(6) {
  cursor: pointer;
  position: absolute;
  top: 588px;
  left: 26px;
}
.hj-all .hj-box .hj-box-mid,
.hj-all .hj-box .hj-box-bottom {
  display: flex;
  width: 1150px;
  height: 350px;
  margin-left: 26px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left {
  width: 560px;
  height: 330px;
  margin-left: 10px;
  margin-top: 10px;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top {
  display: flex;
  justify-content: center;
  width: 560px;
  height: 45px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on1,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on1,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on2,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on2 {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-left,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-left,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-left,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-left,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-left,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-left {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: 34px;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-left .hj-bh-left-title,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-left .hj-bh-left-title,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-left .hj-bh-left-title,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-left .hj-bh-left-title,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-left .hj-bh-left-title,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-left .hj-bh-left-title {
  padding-bottom: 12px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 18px;
  color: #0290d1;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-left .hj-bh-left-tiao,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-left .hj-bh-left-tiao,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-left .hj-bh-left-tiao,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-left .hj-bh-left-tiao 
,.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-left .hj-bh-left-tiao,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-left .hj-bh-left-tiao{
  width: 30px;
  height: 4px;
  margin: 0 auto;
  background-color: #0290d1;
  border-radius: 2px;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-right,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-right,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-right,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-right,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-right,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-right {
  display: flex;
  align-items: center;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-right .hj-span1,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-right .hj-span1,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-right .hj-span1,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-right .hj-span1,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-right .hj-span1,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-right .hj-span1 {
  cursor: pointer;
  margin-right: 39px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #666666;
}
.hjspan{
  color: #0290d1 !important;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-right .hj-span2,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on .hj-box-header-right .hj-span2,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-right .hj-span2,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on1 .hj-box-header-right .hj-span2,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-right .hj-span2,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on2 .hj-box-header-right .hj-span2 {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #666666;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on1,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on1,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on2,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on2 {
  justify-content: flex-start;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on1 span,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on1 span,
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-top .hj-box-header-on2 span,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-top .hj-box-header-on2 span {
  cursor: pointer;
  margin-top: 14px;
  margin-left: 28px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #666666;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-content,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-content {
  width: 560px;
  height: 275px;
  background-color: #ffffff;
  border-radius: 3px;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-content .hj-tr-newslist1,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 {
  width: 496px;
  padding-top: 23px;
  margin-left: 23px;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 .hj-tr-new,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 .hj-tr-new {
  display: flex;
  justify-content: space-between;
  width: 496px;
  margin-bottom: 15px;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 .hj-tr-new .xwzx-tr-title-left .xwzx-tr-point,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 .hj-tr-new .xwzx-tr-title-left .xwzx-tr-point {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #c2c2c2;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 .hj-tr-new .xwzx-tr-title-left .xwzx-tr-title,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 .hj-tr-new .xwzx-tr-title-left .xwzx-tr-title {
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #242a30;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 .hj-tr-new .xwzx-tr-title-left .ot11,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 .hj-tr-new .xwzx-tr-title-left .ot11 {
  display: inline-block;
  width: 296px;
  max-width: 296px;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 .hj-tr-new .xwzx-tr-time,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-left .hj-bml-content .hj-tr-newslist1 .hj-tr-new .xwzx-tr-time {
  font-family: ArialMT;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #9ba0a7;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-right,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-right {
  width: 560px;
  height: 330px;
  margin-top: 10px;
  margin-left: 10px;
  background-color: #ffffff;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-right .yc,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-right .yc {
  width: 560px;
  height: 45px;
  margin: auto;
  line-height: 45px;
  background-color: #ffffff;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-right .yc span,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-right .yc span {
  margin-left: 32px;
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-right .eachers,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-right .eachers {
  width: 496px;
  margin: auto;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #dff3fc;
}
.hj-all .hj-box .hj-box-mid .hj-box-mid-right .eachers .title,
.hj-all .hj-box .hj-box-bottom .hj-box-mid-right .eachers .title {
  width: 496px;
  margin: auto;
  text-align: center;
  background-color: #dff3fc;
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #666666;
}
.hj-all .hj-box .hj-box-bottom {
  display: flex;
  width: 1150px;
  height: 350px;
  margin-left: 26px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 3px;
}