.mainBg {

  position: relative;

  overflow: hidden;

  min-height: 198px;

  font-size: 14px;

  color: #777777;

  line-height: 32px;

  padding: 25px 0;

}

.backgroundf0 {

  background: #ffffff;

}



.headlines {

  background: #ffffff;

  border: 1px solid #dddddd;

  margin-bottom: 20px;

}

.headlines .title_name {

  font-size: 1.5rem;

  margin: 1rem 0;

  display: block;

  color: #000000;

}

.headlines .info {

  font-size: 14px;

  color: #888888;

  line-height: 30px;

}

.headlines .more_link {

  position: absolute;

  right: 20px;

  bottom: 0px;

  color: #A3A3A3;

  transform: translateY(-50%);

  transition: all 0.3s ease 0s;

  font-size: 14px;

}

.fa {

  display: inline-block;

  font: normal normal normal 14px/1 FontAwesome;

  font-size: inherit;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.right-text {

  padding: 0 15px;

}

.headlines .more_link {

  position: absolute;

  right: 30px;

  bottom: 0px;

  color: #A3A3A3;

  transform: translateY(-50%);

  transition: all 0.3s ease 0s;

  font-size: 14px;

}

.news_list .list_style li {

  width: 100%;

  margin-bottom: 20px;

  box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 13%);

  /* float: left; */


}

.news_list .contents {

  background: #ffffff;

  display: block;

  transition: all 0.3s ease 0s;

  width: 100%;

  padding: 15px 0px;

  height: 170px;

  border-radius: 3px;

  position: relative;

  /* border: 1px solid #dddddd; */

}

.news_list .list_style .news_time {

  width: 140px;

  float: left;

  border-right: 1px solid #dddddd;

  height: 140px;

  text-align: center;

  color: #E7494C;

}

.news_list .list_style .news_time h1 {

  font-size: 52px;

  font-weight: bold;

  padding: 15px 0px;

}

.news_list .list_style .news_time h3 {

  font-size: 18px;

}

.news_list .list_style .news_contents {

  position: absolute;

  left: 140px;

  top: 0px;

  right: 0;

  height: 170px;

  padding: 15px;

  width: 59%;

}

.news_list .list_style .news_contents h3 {

  margin-bottom: 15px;

  color: #2D2D2D;

  font-size: 18px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}

.news_list .list_style .news_contents h5 {

  color: #B5B5B5;

  line-height: 24px;

  font-size: 14px;

  height: 75px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 3;

  overflow: hidden;

}



.news_list .list_style .news_contents .number {

  line-height: 25px;

  position: absolute;

  left: 20px;

  bottom: 10px;

  color: #A2A2A2;



  font-size: 14px;

}

.news_list .list_style .news_contents .more_link {

  position: absolute;

  right: 20px;

  bottom: 0px;

  color: #A3A3A3;

  transform: translateY(-50%);

  transition: all 0.3s ease 0s;

  font-size: 14px;

  line-height: 25px;

}

.news_list .list_style li {

  width: 100%;

  margin-bottom: 20px;

  /* float: left; */

}

.list_pagination {

  width: 100%;

  margin: auto;

  overflow: hidden;

}

.clearfloat:after {

  display: block;

  clear: both;

  content: "";

  visibility: hidden;

  height: 0;

}

.list_pagination ul {

  text-align: center;

}

.list_pagination li {

  /*float: left;*/

  display: inline-block;

  text-align: center;

  width: 40px;

  height: 40px;

  line-height: 40px;

  border: 1px solid gray;

  margin-left: 5px;

}

.list_pagination ul li a {

  width: 100%;

  height: 100%;

  display: block;

}

@media screen and (max-width: 768px) {

  .headlines .more_link {

    bottom: -15px;

  }

}

.wy_dw {

  border-bottom: solid #e6e6e6 1px;

  display: block;

}



.g_cw {

  width: 1200px;

  margin: 0 auto;

}



.dw {

  padding: 20px 0;

}



.g_mt {

  padding-bottom: 20px;

}



.wy_dw .dw p {

  color: #999;

}



.wy_dw .dw p a {

  font-size: 18px;

}



.wy_dw .dw img {

  padding: 0px 5px 5px 0px;

  vertical-align: middle;

  width: 13px;

  height: 16px;

}



.g_title {

  /* margin: 60px 0; */

  display: inline-block;

  text-align: center;

  float: left;

  width: auto;

}



.g_title h5 {

  margin: 0;

  padding-bottom: 15px;

  font-size: 28px;

  color: #333;

  display: block;

  font-weight: normal;

}



.g_title h6 {

  margin: 0;

  font-size: 18px;

  color: #999393;

  display: block;

  font-weight: normal;

}



.list_a {

  padding: 26px 0;

  text-align: right;

  width: auto;

}



.list_a li {

  float: none;

  width: auto;

  display: inline-block;

}



.list_a li a {

  padding: 20px 25px;

  text-align: right;

  border-top: none;

  border-bottom: solid transparent 2px;

  font-size: 16px;

  color: #665e5e;

}



.list_a li .on {

  border-bottom: solid #df1020 2px;

  color: #df1020;

}



.list_a li a:hover {

  border-bottom: solid #df1020 2px;

  color: #df1020;

}



.news_list .list_style li:hover {

  box-shadow: -2px 8px 20px 15px rgb(0 0 0 / 13%);

  transition: all 0.3s ease 0s;

}



.news_img {

  float: right;

  width: 25%;

  height: 100%;

  padding-right: 15px;

}



.news_img img {

  width: 100%;

  height: 100%;

}



.commit-ac {

  font-family: "HuaKangJinGangHei";

  display: flex;

  color: #333;

  padding: 50px 0;

}



.left-new-list {

  width: 225px;

  margin-right: 100px;

}



.left-new-list h4 {

  font-size: 16px;

  border-bottom: 1px solid rgba(51, 51, 51, .08);

  padding: 41px 0 10px 0;

  font-weight: 400;

}



.left-new-list li {

  line-height: 1.23;

  font-size: 14px;

  font-weight: 400;

  margin-top: 24px;

  color: #666;

  position: relative;

}



.left-new-list li a {

  color: #666;

}



.right-arti-item {

  flex: 1;

  min-width: 0;

}



.right-arti-item .time_addre {

  color: #666;

  font-size: 15px;

  line-height: 35px;

}



.right-arti-item h3 {

  font-size: 28px;

  letter-spacing: 2px;

  margin-bottom: 16px;

}



.right-arti-item .detailed-info {

  padding: 20px 0;

  border-top: 1px solid rgba(51, 51, 51, .08);

}





.right-arti-item .detailed-info img {

  width: 100%;

}



#pages li:hover {
  background: #df1020;
  color: #fff;
}



#pages li:hover a {
  background: #df1020;
  color: #fff;
}



#pages .active {
  background: #df1020;
  color: #fff;
}




/* 招中标 */


.zhaobiao {
  line-height: 25px;
  /* position: absolute;
  left: 185px;
  bottom: 10px; */
  color: #ff0707;
  font-size: 14px;
  padding-left:30px;
}

.zhaobiao_time {
  display: inline-block;
  position: absolute;
  right: 45px;
  top: 25px;
  font-size: 18px;
}


.zhaobiao_one {
  position: relative;
  overflow: hidden;
  /* min-height: 198px; */
  font-size: 14px;
  color: #777777;
  line-height: 32px;
  padding: 25px 0 10px;

}

.zhaobiao_one .zhaobiao_two {
  max-width: 1110px;
  margin: 0 auto;
  padding: 20px 15px 10px;
  box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 13%);
  box-sizing: border-box;
}

.zhaobiao_one .zhaobiao_two .zhaobiao_saixuandiqu,
.zhaobiao_one .zhaobiao_two ul,
.zhaobiao_one .zhaobiao_two ul li {
  float: left;
}

.zhaobiao_one .zhaobiao_two .zhaobiao_saixuandiqu{
  width: 9%;
}

.zhaobiao_one .zhaobiao_two ul{
  width: 88%;
}

.zhaobiao_one .zhaobiao_two ul li {
  padding: 0 10px;
  margin: 0 5px;
  cursor: pointer;
}

.zhaobiao_one .zhaobiao_two .zhaobiao_sheng li.active b,.zhaobiao_shi li.active span{
  background-color: #df1020;
  color: #ffffff;
  border-radius: 5%;
}
.zhaobiao_one .zhaobiao_two .zhaobiao_sheng li b,.zhaobiao_shi li span{
  padding: 2px;
}

.zhaobiao_one .zhaobiao_two .zhaobiao_diqu_three .zhaobiao_shi{
  width: 88%;
  padding-left: 9%;
}

.total{
float:left;
color:#000000;
}
.total .red{
  color:#df1020;
}

.zhaobiao_shijian li .submit{
  width: 150px;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background:#df1020;
  color:#ffffff;
}

.zzb {
  cursor: pointer;
}


/* 招中标详情 */

.detTitle {
  width: 1152px;
  /* height: 186px; */
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 1;
  border-radius: 4px;
  margin: 20px auto 0;
  padding: 24px;
}


.title h2 {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #3F454B;
  margin-bottom: 24px;
  line-height: 35px;
}

.detTitle > p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #979DAB;
  margin-top: 16px;
}

.projectOperation {
  display: flex;
  flex-direction: row;
}

.projectError, .collect, .guide, .shareProject, .original {
  margin-right: 15px;
}

.projectError {
  color: #979DAB;
  margin-left: 15px;
  cursor: pointer;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.guide, .shareProject, .original {
  margin-left: 5px;
  cursor: pointer;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #979DAB;
}

.guide img, .shareProject img, .original img {
  width: 23px;
  height: 23px;
  margin-right: 3px;
  vertical-align: -2px;
}

.asresult {
  display: flex;
  width: 1200px;
  margin: 0 auto 50px;
  margin-top: 16px;
  justify-content: space-between;
}

.asresult .resultleft {
  background: transparent;
  position: relative;
  box-shadow: 0px 0px 0px transparent;
  opacity: 1;
  border-radius: 4px;
  width: 960px;
}

.resbox {
  padding: 24px;
  overflow: hidden;
  width: 93%;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow-x: auto;
}

.resTitle {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  border-left: 3px solid #D83434;
  padding-left: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.resultright {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 1;
  border-radius: 4px;
}

.hotsearch {
  width: 240px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 1;
  border-radius: 4px;
  margin-top: 12px;
}

.hotsearch h5 {
  height: 40px;
  background: #FCFCFC;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 22px;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.hotsearch .usl {
  display: flex;
  flex-wrap: wrap;
  padding-left: 12px;
  padding-top: 19px;
}

.hotsearch h5 img {
  margin-left: 4px;
  width: 22px;
  height: 22px;
}

.hotsearch .usl li {
  margin-right: 19px;
  margin-bottom: 12px;
}

.jcode {
  padding: 16px 12px;
}

.rwcode {
  width: 128px;
  height: 128px;
  padding: 8px;
  background: #D83434;
  margin: 15px auto;
  margin-bottom: 12px;
}

.rwcode img {
  width: 100%;
  height: 100%;
  display: block;
}

.tel-info {
  padding-left: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}