.widthfix {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(0, 0, 0, 0));
  z-index: 99;
}
.header .headbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.header .headbox .head-l {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header .headbox .head-l .logo {
  height: 75px;
}
.header .headbox .head-l .line {
  display: block;
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #333333, rgba(255, 255, 255, 0));
  margin: 0 20px;
}
.header .headbox .head-l .xytitle {
  font-size: 32px;
  font-weight: 800;
  color: #006CB8;
  font-family: "LiSu", "STLiti", "STFangsong", cursive;
}
.header .headbox .head-r {
  width: 55%;
}
.header .headbox .head-r .head-r-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #000;
}
.header .headbox .head-r .head-r-top span {
  margin: 0 15px;
  color: rgba(0, 0, 0, 0.5);
}
.header .headbox .head-r .head-r-top .item {
  color: #000;
  display: flex;
  align-items: center;
}
.header .headbox .head-r .head-r-top .item .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.header .headbox .head-r .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 25px;
}
.header .headbox .head-r .nav .item {
  width: 12.5%;
  position: relative;
}
.header .headbox .head-r .nav .item.active .tt {
  color: #fff;
  backdrop-filter: blur(8px);
  background-color: #0072BF;
  border-radius: 5px;
}
.header .headbox .head-r .nav .item:hover .tt {
  color: #fff;
  backdrop-filter: blur(8px);
  background-color: #0072BF;
  border-radius: 5px;
}
.header .headbox .head-r .nav .item:hover .subnav {
  display: flex;
}
.header .headbox .head-r .nav .item .tt {
  text-align: center;
  color: #333;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.header .headbox .head-r .nav .item .subnav {
  display: none;
  width: 550px;
  position: absolute;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  align-items: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation-duration: 0.2s !important;
}
.header .headbox .head-r .nav .item .subnav::after {
  position: absolute;
  left: 40px;
  top: -20px;
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.header .headbox .head-r .nav .item .subnav.r {
  right: 0;
}
.header .headbox .head-r .nav .item .subnav.r::after {
  left: auto;
  right: 40px !important;
}
.header .headbox .head-r .nav .item .subnav .img {
  flex-shrink: 0;
}
.header .headbox .head-r .nav .item .subnav .navlist {
  margin-left: 20px;
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}
.header .headbox .head-r .nav .item .subnav .navlist a {
  display: block;
  width: 48%;
  padding: 5px 0;
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.header .headbox .head-r .nav .item .subnav .navlist a:after {
  content: "";
  height: 3px;
  width: 3px;
  background: #999;
  position: absolute;
  left: 0;
  top: 15px;
}
.header .headbox .head-r .nav .item .subnav .navlist a:hover {
  color: #087EC3;
}
.header .searchbox {
  background: rgba(8, 126, 195, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.header .searchbox .closebtn {
  position: absolute;
  right: 60px;
  top: 40px;
  cursor: pointer;
}
.header .searchbox .closebtn img {
  width: 50px;
}
.header .searchbox .searchinput .ss {
  display: flex;
  align-items: center;
}
.header .searchbox .searchinput .ss .input {
  width: 200px;
  height: 30px;
  border: 0;
  background: #fff;
  padding: 0 10px;
}
.header .searchbox .searchinput .ss .btn {
  background: #ff8800;
  color: #fff;
  border: 0;
  height: 30px;
  padding: 0 20px;
}

.banner {
  position: relative;
}
.banner .swiper-slide {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.foot_box {
  position: relative;
}
.foot_box .foot_1 {
  height: 360px;
  background: #087EC3 url(../images/footbg.png?ver=4) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.foot_box .foot_1 .footneibox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.foot_box .foot_1 .footneibox .jg {
  width: 1px;
  height: 185px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  top: 50px;
  margin-left: 30px;
}
.foot_box .foot_1 .footneibox .ft02_m {
  width: 238px;
  padding: 50px 30px 0 30px;
}
.foot_box .foot_1 .footneibox .ft02_m .titbox {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.foot_box .foot_1 .footneibox .ft02_m .footnewlist {
  margin-top: 10px;
}
.foot_box .foot_1 .footneibox .ft02_m .footnewlist .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 5px 0;
  position: relative;
}

.ft01_l {
  width: 487px;
}

.ft01_l .main_item_1 {
  padding: 38px 0 0 8px;
}

.ft01_l .main_item_1 .abox .img {
  display: block;
  width: 487px;
  height: 81px;
}

.ft01_l .main_item_2 {
  margin-top: 38px;
}

.ft01_l .main_item_2 .text_item_1 .text_1 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.ft01_m {
  width: 238px;
}

.ft01_m .main_item_1 {
  padding: 50px 0 0 30px;
}

.ft01_m .main_item_1 .list ul li {
  width: 100%;
}

.ft01_m .main_item_1 .list ul li .abox {
  display: block;
}

.ft01_m .main_item_1 .list ul li .abox .text_item_1 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

/*act*/
.ft01_m .main_item_1 .list ul li .abox:hover .text_item_1 {
  color: #ffffff;
  font-weight: bold;
}

/*act*/
.ft01_r {
  padding-left: 20px;
  width: 376px;
}

.ft01_r .main_item_1 {
  font-size: 0;
  padding: 52px 0 0 0;
  position: relative;
  z-index: 5;
}

.ft01_r .main_item_1 .abox {
  display: inline-block;
  position: relative;
}

.ft01_r .main_item_1 .abox + .abox {
  margin-left: 40px;
}

.ft01_r .main_item_1 .abox .imgbox {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  position: relative;
}

.ft01_r .main_item_1 .abox .imgbox .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ft01_r .main_item_1 .abox .imgbox .img_2 {
  display: none;
}

.ft01_r .main_item_1 .abox .text_item_1 {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 8px;
  opacity: 0.6;
}

.ft01_r .main_item_1 .abox .ewmbox {
  display: none;
  position: absolute;
  top: 58px;
  left: -30px;
}

.ft01_r .main_item_1 .abox .ewmbox_in {
  width: 100px;
  height: 100px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
  font-size: 0;
}

.ft01_r .main_item_1 .abox .ewmbox .jt {
  position: absolute;
  top: -7px;
  left: 48px;
}

.ft01_r .main_item_1 .abox .ewmbox .ewmimg {
  display: block;
  width: 100%;
  height: 100%;
}

/*act*/
.ft01_r .main_item_1 .abox:hover .text_item_1 {
  opacity: 1;
}

.ft01_r .main_item_1 .abox:hover .ewmbox {
  display: block;
}

/*act*/
.ft01_r .main_item_2 {
  margin-top: 20px;
}

.ft01_r .main_item_2 .text_item_1 .text_1 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.foot_2 {
  background-color: #0074FF;
}

.ft02_main_1 .text_item_1 {
  color: #ffffff;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
}

.ft02_main_1 .text_item_1 a {
  color: #ffffff;
}

.indexnewsbox {
  padding: 50px 0 0 0;
}
.indexnewsbox .titlebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexnewsbox .titlebox .title {
  font-size: 30px;
  font-weight: 500;
}
.indexnewsbox .titlebox .more {
  font-size: 14px;
  color: #999;
}
.indexnewsbox .newscbox {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.indexnewsbox .newscbox .leftbox {
  width: 580px;
  overflow: hidden;
  flex-shrink: 0;
}
.indexnewsbox .newscbox .leftbox .swiper-slide {
  position: relative;
}
.indexnewsbox .newscbox .leftbox .thumbox {
  width: 100%;
  height: 385px;
  overflow: hidden;
}
.indexnewsbox .newscbox .leftbox .thumbox .thumb {
  width: 100%;
  height: 385px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
}
.indexnewsbox .newscbox .leftbox .thumbox .thumb:hover {
  transform: scale(1.2);
}
.indexnewsbox .newscbox .leftbox .ttbox {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}
.indexnewsbox .newscbox .midlist {
  width: 100%;
  margin: 0 30px;
}
.indexnewsbox .newscbox .midlist .item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.indexnewsbox .newscbox .midlist .item:last-child {
  border-bottom: 0;
}
.indexnewsbox .newscbox .midlist .item .datebox {
  width: 98px;
  height: 110px;
  background: #B8B8B8;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
}
.indexnewsbox .newscbox .midlist .item .datebox .dd {
  font-size: 32px;
  font-weight: 500;
  margin-top: 25px;
}
.indexnewsbox .newscbox .midlist .item .datebox .year {
  font-size: 12px;
}
.indexnewsbox .newscbox .midlist .item .infobox {
  width: 100%;
  margin-left: 20px;
}
.indexnewsbox .newscbox .midlist .item .infobox .title {
  font-size: 16px;
  min-height: 45px;
}
.indexnewsbox .newscbox .midlist .item .infobox .desc {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}
.indexnewsbox .newscbox .rightbox {
  width: 260px;
  flex-shrink: 0;
}
.indexnewsbox .newscbox .rightbox .item {
  margin-bottom: 20px;
  display: block;
}
.indexnewsbox .newscbox .rightbox .item:last-child {
  margin-bottom: 0;
}
.indexnewsbox .newscbox .rightbox .item .thumbox {
  width: 100%;
  height: 148px;
  overflow: hidden;
}
.indexnewsbox .newscbox .rightbox .item .thumbox .thumb {
  width: 100%;
  height: 148px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
}
.indexnewsbox .newscbox .rightbox .item .thumbox .thumb:hover {
  transform: scale(1.2);
}
.indexnewsbox .newscbox .rightbox .item .txt {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.indexzhuangyebox {
  padding: 50px 0 0 0;
}
.indexzhuangyebox .titlebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexzhuangyebox .titlebox .title {
  font-size: 30px;
  font-weight: 500;
}
.indexzhuangyebox .titlebox .more {
  font-size: 14px;
  color: #999;
}
.indexzhuangyebox .zycontentbox {
  margin-top: 20px;
  background: #F6F6F6;
  display: flex;
  flex-wrap: wrap;
}
.indexzhuangyebox .zycontentbox .item {
  width: 33.33%;
  padding: 40px;
  box-sizing: border-box;
}
.indexzhuangyebox .zycontentbox .item:hover {
  background: #0874FF;
  color: #fff;
}
.indexzhuangyebox .zycontentbox .item:hover .t {
  color: #fff;
}
.indexzhuangyebox .zycontentbox .item:hover .desc {
  color: #fff;
}
.indexzhuangyebox .zycontentbox .item .t {
  font-size: 16px;
}
.indexzhuangyebox .zycontentbox .item .desc {
  color: #999;
  font-size: 12px;
  margin-top: 20px;
}
.indexzhuangyebox .zycontentbox .item .detailbox {
  background: #fff;
  padding: 6px 0;
  display: flex-inline;
  width: 70px;
  text-align: center;
  font-size: 12px;
  float: right;
  margin-top: 20px;
  color: #333;
}

.indexshizibox {
  padding: 50px 0 0 0;
}
.indexshizibox .titlebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexshizibox .titlebox .title {
  font-size: 30px;
  font-weight: 500;
}
.indexshizibox .titlebox .more {
  font-size: 14px;
  color: #999;
}
.indexshizibox .shizicontentbox {
  margin-top: 20px;
  display: flex;
}
.indexshizibox .shizicontentbox .leftbox {
  width: 100%;
}
.indexshizibox .shizicontentbox .leftbox .namebox {
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.indexshizibox .shizicontentbox .leftbox .namebox .name {
  font-size: 16px;
  font-weight: 500;
}
.indexshizibox .shizicontentbox .leftbox .namebox .it {
  color: #999;
  margin-left: 10px;
}
.indexshizibox .shizicontentbox .leftbox .desc {
  padding: 50px 0;
  color: #999;
}
.indexshizibox .shizicontentbox .leftbox .swiptbox {
  width: 650px;
  position: relative;
}
.indexshizibox .shizicontentbox .leftbox .swiptbox .swiper-shizi {
  overflow: hidden;
  margin-left: 20px;
}
.indexshizibox .shizicontentbox .leftbox .swiptbox .swiper-slide .thumbox {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  border: #fff 3px solid;
}
.indexshizibox .shizicontentbox .leftbox .swiptbox .swiper-slide .thumbox.active {
  border: #0874FF 3px solid;
}
.indexshizibox .shizicontentbox .leftbox .swiptbox .swiper-slide .thumbox .thumb {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center;
}
.indexshizibox .shizicontentbox .leftbox .swiptbox .nextbtn {
  background: #0874FF;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  left: -20px;
  top: 40px;
}
.indexshizibox .shizicontentbox .leftbox .swiptbox .nextbtn.fcleft {
  background: #0874FF url(../images/leftjiantou.png) no-repeat center;
  background-size: 16px;
}
.indexshizibox .shizicontentbox .leftbox .swiptbox .nextbtn.fcright {
  right: -20px !important;
  left: auto;
  background: #0874FF url(../images/rightjiantou.png) no-repeat center;
  background-size: 16px;
}
.indexshizibox .shizicontentbox .rightbox {
  width: 400px;
  flex-shrink: 0;
  background: #F6F6F6;
  margin-left: 50px;
  margin-right: 50px;
  border-radius: 50%;
  text-align: center;
}
.indexshizibox .shizicontentbox .rightbox .thumb {
  object-fit: cover;
  object-position: center;
  width: 300px;
  height: 400px;
}

.indexshengshenghuodong {
  margin-top: 40px;
  padding: 40px 0;
  background: #F4F8FB;
}
.indexshengshenghuodong .shenghuodong {
  display: flex;
  justify-content: space-between;
}
.indexshengshenghuodong .shenghuodong .titlebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.indexshengshenghuodong .shenghuodong .titlebox .l {
  display: flex;
  align-items: center;
}
.indexshengshenghuodong .shenghuodong .titlebox .zh {
  font-size: 30px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 4px;
}
.indexshengshenghuodong .shenghuodong .titlebox .line {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin: 0 0 0 10px;
}
.indexshengshenghuodong .shenghuodong .titlebox .en {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin: 0 0 0 10px;
}
.indexshengshenghuodong .shenghuodong .titlebox .more {
  color: #999;
}
.indexshengshenghuodong .shenghuodong .left {
  width: 48%;
}
.indexshengshenghuodong .shenghuodong .left .contetnbox {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  border: #ebebeb 1px solid;
  padding: 20px;
}
.indexshengshenghuodong .shenghuodong .left .contetnbox .swiper-news {
  width: 100%;
  overflow: hidden;
}
.indexshengshenghuodong .shenghuodong .left .contetnbox .swiper-news .swiper-slide .thumbox {
  flex-shrink: 0;
  overflow: hidden;
}
.indexshengshenghuodong .shenghuodong .left .contetnbox .swiper-news .swiper-slide .thumbox .thumb {
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
}
.indexshengshenghuodong .shenghuodong .left .contetnbox .swiper-news .swiper-slide .thumbox .thumb:hover {
  transform: scale(1.2);
}
.indexshengshenghuodong .shenghuodong .left .contetnbox .swiper-news .swiper-slide .ttbox {
  display: flex;
  padding: 10px 0;
}
.indexshengshenghuodong .shenghuodong .left .contetnbox .swiper-news .swiper-slide .ttbox .date {
  text-align: center;
  color: #999;
  flex-shrink: 0;
  margin-right: 20px;
}
.indexshengshenghuodong .shenghuodong .left .contetnbox .swiper-news .swiper-slide .ttbox .date .year {
  font-size: 24px;
  border-bottom: #ebebeb 1px solid;
}
.indexshengshenghuodong .shenghuodong .left .contetnbox .swiper-news .swiper-slide .ttbox .txt {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.indexshengshenghuodong .shenghuodong .right {
  width: 48%;
}
.indexshengshenghuodong .shenghuodong .right .contetnbox {
  margin-top: 20px;
}
.indexshengshenghuodong .shenghuodong .right .contetnbox .item {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.indexshengshenghuodong .shenghuodong .right .contetnbox .item:hover .date {
  color: #087EC3;
}
.indexshengshenghuodong .shenghuodong .right .contetnbox .item:hover .txt {
  color: #087EC3;
}
.indexshengshenghuodong .shenghuodong .right .contetnbox .item .date {
  text-align: center;
  color: #999;
  flex-shrink: 0;
  margin-right: 20px;
}
.indexshengshenghuodong .shenghuodong .right .contetnbox .item .date .year {
  padding-bottom: 5px;
}
.indexshengshenghuodong .shenghuodong .right .contetnbox .item .date .dd {
  font-size: 18px;
  border-top: #ebebeb 1px solid;
  padding-top: 5px;
}
.indexshengshenghuodong .shenghuodong .right .contetnbox .item .txt {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.neibanner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: 1;
}
.neibanner .menubox {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: rgba(37, 154, 250, 0.6);
}
.neibanner .menubox .menu {
  display: flex;
  justify-content: space-between;
}
.neibanner .menubox .menu .left {
  color: #fff;
  width: 400px;
  height: 200px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.neibanner .menubox .menu .left .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 5px;
  background: #084673;
  padding: 4px 10px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  position: relative;
  padding-left: 30px;
}
.neibanner .menubox .menu .left .title:after {
  background: #DB6D46;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 23px;
}
.neibanner .menubox .menu .left .sub {
  width: 400px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.neibanner .menubox .menu .left .sub .item {
  color: #fff;
  font-size: 18px;
  width: 33%;
  padding: 10px 0;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.neibanner .menubox .menu .left .sub .item:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 20px;
}
.neibanner .menubox .menu .left .sub .item.active {
  color: #16496F;
  font-weight: 800;
}
.neibanner .menubox .menu .left .sub .item.active:after {
  background: #16496F;
}
.neibanner .menubox .menu .left .sub .item:hover {
  color: #16496F;
  font-weight: 800;
}
.neibanner .menubox .menu .left .sub .item:hover:after {
  background: #16496F;
}
.neibanner .menubox .menu .right {
  color: #fff;
  margin-top: 100px;
  display: flex;
  align-items: center;
}
.neibanner .menubox .menu .right .homeicon {
  margin-right: 10px;
}
.neibanner .menubox .menu .right a {
  color: #fff;
  margin-right: 10px;
}
.neibanner .menubox .menu .right span {
  margin-right: 10px;
}

.neibigcontentbox {
  display: flex;
  justify-content: space-between;
}
.neibigcontentbox .leftbox {
  width: 70%;
}
.neibigcontentbox .rightbox {
  width: 28%;
}

.neicontentbox {
  border: #ebebeb 1px solid;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}
.neicontentbox .titlebox {
  font-size: 30px;
  text-align: center;
}
.neicontentbox .mintitlebox {
  padding: 20px 0;
  text-align: center;
}
.neicontentbox .mintitlebox span {
  margin: 0 10px;
  color: #999;
}
.neicontentbox .nextprebox {
  background: #f1f1f1;
  margin-top: 20px;
  padding: 20px;
}
.neicontentbox .nextprebox .nxt {
  margin-bottom: 10px;
}
.neicontentbox .pagesbox {
  text-align: center;
  margin-top: 30px;
}
.neicontentbox .mainc {
  margin-top: 40px;
  line-height: 30px;
}
.neicontentbox .imgboxc {
  display: flex;
  flex-wrap: wrap;
}
.neicontentbox .imgboxc .item {
  width: 300px;
  margin: 20px;
}
.neicontentbox .imgboxc .item .thumbox {
  width: 100%;
  overflow: hidden;
}
.neicontentbox .imgboxc .item .thumbox .thumb {
  width: 100%;
  height: 400px;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
.neicontentbox .imgboxc .item .thumbox .thumb:hover {
  transform: scale(1.2);
}
.neicontentbox .imgboxc .item .titleboxs {
  background: #F6F6F6;
  text-align: center;
  padding: 15px 0;
}
.neicontentbox .imgboxc .item .titleboxs .t {
  font-size: 16px;
}
.neicontentbox .imgboxc .item .titleboxs .desc {
  margin-top: 8px;
  color: #666;
}
.neicontentbox .txtlistboxc {
  display: flex;
  flex-wrap: wrap;
}
.neicontentbox .txtlistboxc .item {
  width: 31%;
  margin: 10px 1%;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 130px;
}
.neicontentbox .txtlistboxc .item .infobox {
  background: linear-gradient(to bottom, rgba(0, 116, 255, 0.8), rgba(0, 116, 255, 0.98));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 30px;
}
.neicontentbox .txtlistboxc .item .infobox .date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.neicontentbox .txtlistboxc .item .infobox .t {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 800;
}
.neicontentbox .txtlistboxc2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.neicontentbox .txtlistboxc2 .item {
  width: 49%;
  background: #f1f1f1;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
}
.neicontentbox .txtlistboxc2 .item:hover {
  background: #0869B7;
  color: #fff;
}
.neicontentbox .txtlistboxc2 .item:hover .date {
  color: #fff;
}
.neicontentbox .txtlistboxc2 .item:hover .infobox .inbox .txt {
  color: #fff;
}
.neicontentbox .txtlistboxc2 .item .date {
  padding: 0 20px;
  color: #666;
  border-right: #ccc 1px solid;
}
.neicontentbox .txtlistboxc2 .item .date .dd {
  font-size: 24px;
}
.neicontentbox .txtlistboxc2 .item .date .year {
  margin-top: 6px;
  font-size: 16px;
}
.neicontentbox .txtlistboxc2 .item .infobox {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.neicontentbox .txtlistboxc2 .item .infobox .inbox {
  width: 100%;
}
.neicontentbox .txtlistboxc2 .item .infobox .inbox .title {
  font-size: 16px;
}
.neicontentbox .txtlistboxc2 .item .infobox .inbox .txt {
  margin-top: 10px;
  color: #999;
}
.neicontentbox .txtlistboxc2 .item .infobox .iconbox {
  border-radius: 50%;
  border: #ccc 1px solid;
  flex-shrink: 0;
  margin-left: 50px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  padding-left: 3px;
}
.neicontentbox .txtlistboxc3 .item {
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 25px;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}
.neicontentbox .txtlistboxc3 .item:hover {
  background: #0869B7;
  color: #fff;
}
.neicontentbox .txtlistboxc3 .item:hover .date {
  color: #fff;
}
.neicontentbox .txtlistboxc3 .item:hover .infobox .inbox .txt {
  color: #fff;
}
.neicontentbox .txtlistboxc3 .item .thumbox {
  width: 190px;
  height: 120px;
}
.neicontentbox .txtlistboxc3 .item .thumbox img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
}
.neicontentbox .txtlistboxc3 .item .infobox {
  margin-left: 20px;
  display: flex;
  width: 100%;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox {
  width: 100%;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox .title {
  font-size: 16px;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox .txt {
  margin-top: 10px;
  color: #999;
}
.neicontentbox .txtlistboxc3 .item .infobox .inbox .date {
  background: #0869B7;
  color: #fff;
  padding: 4px 10px;
  width: 100px;
  text-align: center;
  margin-top: 20px;
}
.neicontentbox .txtlistboxc3 .item .infobox .iconbox {
  border-radius: 50%;
  border: #ccc 1px solid;
  flex-shrink: 0;
  margin-left: 50px;
  margin-top: 80px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  padding-left: 3px;
}

.othernewsbox {
  border: #ebebeb 1px solid;
  background: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}
.othernewsbox .titlebox {
  font-size: 24px;
  font-weight: 800;
  color: #0C3D68;
}
.othernewsbox .listbox {
  margin-top: 20px;
}
.othernewsbox .listbox .item {
  display: block;
  padding: 20px 0;
  border-bottom: #ccc 1px dashed;
}
.othernewsbox .listbox .item:last-child {
  border-bottom: 0;
}
.othernewsbox .listbox .item .t {
  font-size: 16px;
}
.othernewsbox .listbox .item .desc {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.othernewsbox .listbox .item .bottombox {
  display: flex;
  align-items: center;
  color: #999;
  margin-top: 10px;
}
.othernewsbox .listbox .item .bottombox .date {
  margin-right: 30px;
}

/*# sourceMappingURL=xyindex.css.map */
