/*中间内容*/
.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(../images/index-bg.jpg);
}
.content-container-middle {
  min-width: 1200px;
}
.content-top {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  border-bottom: 5px solid #1A5284;
  box-sizing: border-box;
}
.content-top .slide-text {
  font-size: 27px;
  font-family: "Microsoft YaHei";
  color: #1a5284;
  text-transform: uppercase;
  line-height: 1;
  max-width: 580px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-top .slide-title {
  width: 580px;
  display: flex;
}
.content-top .slide-title div {
  width: 113px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-button {
  font-size: 20px;
  font-weight:normal;
}
.tab-button-active {
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: bold;
}
.content-slide-container {
  margin-top: 45px;
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.news-content {
  width: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.link-container {
  min-width: 1200px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  color: #fff;
  font-size: 24px;
  height: 102px;
  margin-top: 30px;
}
.link-container div {
  color: #fff;
}
.link-container .link-container-div1 {
  background-color: #69C773;
  width: 220px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  box-sizing: border-box;
}
.link-container .link-container-div2 {
  background-color: #4BC7B2;
  width: 220px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  box-sizing: border-box;
}
.link-container .link-container-div3 {
  background-color: #4C8BEF;
  width:220px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  box-sizing: border-box;
}
.link-container .link-container-div4 {
  background-color: #EDA65A;
  width: 220px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  box-sizing: border-box;
}
.link-container .link-container-div5 {
  background-color: #F4607F;
  width: 220px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  box-sizing: border-box;
}
.link-container img {
  width: 50px;
  height: 50px;
}
.bid-news {
  margin-top: 45px;
  display: flex;
  min-width: 1200px;
  justify-content: space-between;
}
.bid-content {
  width: 580px;
  height: 300px;
}
.bid-content-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
.bid-content-top-left {
  width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bid-content-title {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #000000;
  font-weight: bold;
  line-height: 1.333;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}
.bid-content-title-more {
  display: flex;
  width: 25px;
  height:25px;
  justify-content: space-between;
  align-items: flex-end;

}
.bid-content-title-more div {
  border-radius: 50%;
  background-color: #cccccc;
  width: 8px;
  height: 8px;
}
.bid-content-middle {
  padding-top: 15px;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content:flex-start
}
.part-news {
  margin-top: 45px;
  display: flex;
  min-width: 1200px;
  justify-content: space-between;
}
.part-content {
  width: 580px;
  height: auto;
}
.part-content-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
.part-content-top-left {
  width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part-content-title {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #000000;
  line-height: 1.333;
  padding-bottom: 8px;
}
.part-content-title:hover {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #000000;
  font-weight: bold;
  line-height: 1.333;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}
.part-content-title-active {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #000000;
  font-weight: bold;
  line-height: 1.333;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}
.part-content-title-more {
  display: flex;
  width: 35px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
}
.part-content-middle {
  height: 470px;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.part-content-middle img {
  width: 573px;
  height: 268px;
}
.enterprise-recommend {
  min-width: 1200px;
}
.enterprise-content {
  width: 1200px;
  height: auto;
  margin-top: 50px;
}
.enterprise-content-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
.enterprise-content-title-active {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #000000;
  font-weight: bold;
  line-height: 1.333;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}
.enterprise-content-title-more {
  display: flex;
  width: 35px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
}
.enterprise-content-middle {
  height: 100px;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.enterprise-content-middle img {
  width: 140px;
  height: 85px;
}
.enterprise-content-middle-slide-img {
  padding-top: 15px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.enterprise-content-middle-slide-img img {
  width: 140px;
  height: 85px;
}
.enterprise-merry-go-round {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 85px;
}
.enterprise-images-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  animation: enterprise-merry-go-round 15s linear infinite;
  display: flex;
}
.enterprise-images-box {
  width: 150px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enterprise-images-box img {
  width: 140px;
  height: 85px;
}
@keyframes enterprise-merry-go-round {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.link-recommend {
  min-width: 1200px;
}
.link-content {
  width: 1200px;
  height: auto;
  margin-top: 18px;
}
.link-content-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
}
.link-content-title-active {
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: #000000;
  font-weight: bold;
  line-height: 1.333;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}
.link-content-title-more {
  display: flex;
  width: 35px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
}
.link-content-middle {
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.link-content-middle img {
  width: 139px;
  height: 53px;
}
.link-merry-go-round {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 85px;
}
.link-images-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
}
.link-images-box {
  width: 150px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-images-box img {
  width: 140px;
  height: 53px;
}
@keyframes link-merry-go-round {
  0% {
    left: 50%;
  }
  100% {
    left: -100%;
  }
}
/*中间内容 end*/
.top-article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
   height: 45px;
}
.top-article .top-article-title {
  width: calc(100% - 105px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  color: #1a5284;
  font-size: 16px;
  font-weight: bolder;
}
.top-article .top-article-time {
  width: 80px;
  color: #1a5284;
}
.article {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  position: relative;
  height: 45px;
}
.article-title {
  font-size: 16px;
  width: calc(100% - 105px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  margin-top:5px;
}
.article-icon {
  width: 0px;
  height: 0px;
  border-right: 8px dashed transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px dashed #154977;
  border-top: 4px solid transparent;
}
.article-date {
  /* width: 80px; */
}
.swiper {
  width: 580px;
  height: 407px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 407px;
  object-fit: cover;
}
/* 企业推荐 */
.picCenter {
  width: 1200px;
}
.xinxiIcon {
  margin: 0 0 -20px auto;
}
.xinxiIcon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.photo_img img {
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all 0.7s ease 0s;
}
.photo_img img:hover {
  box-sizing: border-box;
  border: 1px solid #023246;
  box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
}
.photo_nr {
  display: flex;
  align-items: center;
  width: 1200px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.photo_nr ul li {
  float: left;
  margin: 0 15px;
  line-height: 30px;
  text-align: center;
}
.photo_nr p {
  padding: 0;
  margin: 0;
}
/* 企业推荐 end */
.title-news {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  position: absolute;
  right: -10px;
  top: -16px;
}
#pop-shadow {
  z-index: 2;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
}
.pop-box {
  width: 950px;
  height: 80%;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(19, 105, 192, 0.26);
  border-radius: 5px;
  position: fixed;
  top: 2%;
  left: 1%;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
}
.pop-box .pop-title {
  padding: 0 20px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  background-color: #F8F8F8;
  border-radius: 2px 2px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-box .pop-title .pop-box-quit {
  width: 16px;
  height: 16px;
  display: flex;
  cursor: pointer;
}
