/* 新闻详情样式---胡建勇 胡众集团董事长 */* {
    padding: 0;
    margin: 0;
  }
  
  body {
    font-size: 16px;
    width: 100%;
  }
  
  ul,
  li {
    list-style-type: none;
  }
  
  a {
    text-decoration: none;
  }
  
/* 头部导航 */
.banner{
  width: 100%;
  height: 29vw;
}
.header_bg>img{
  width: 100%;
  height: 100%;
}
nav {
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  height: 30px;
  display: flex;
  /* align-items: center; */
}

.bg {
  background-color: #000;
}

.logo {
  width: 80px;
  height: 30px;
  margin-left: 18vw;
}

.logo img {
  width: 100%;
  height: 100%;
}

.text {
  width: 48vw;
  height: 30px;
  display: flex;
  margin-left: 10vw;
}

.text > div {
  width: 8vw;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  transform: scale(.5);
}
.text > div > a {
  color: #fff;
  text-decoration: none !important;
}

.text > div:hover {
  cursor: pointer;
  background-color: rgba(35, 31, 31, 0.2);
}

.About {
  width: 8vw !important;
  height: 18vw !important;
  background-color: #000;
  display: none;
}

.ab:hover > .About {
  display: block;
}

.About a {
  display: block;
  text-decoration: none !important;
  width: 100%;
  height: 3.6vw;
  font-size: 1vw;
  color: #fff !important;
  line-height: 3.6vw;
}

.About a:hover {
  background-color: rgb(202, 19, 19);
}

.industry {
  width: 8vw;
  height: 10.8vw !important;
  background-color: #000;
  display: none;
}

.in:hover > .industry {
  display: block;
}

.industry a {
  display: block;
  text-decoration: none !important;
  height: 3.6vw;
  width: 100%;
  font-size: 1vw;
  color: #fff !important;
  line-height: 3.6vw;
}

.industry a:hover {
  background-color: rgb(202, 19, 19);
}
  /* 头部图片样式 */
  .banner img {
    width: 100%;
    height: auto;
    max-height: 400px;
  }


  /*  新闻内容区域样式*/
  .news-mess {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 60px 0 100px;
    margin-top: -30px;
}
div {
    display: block;
}
.news-mess-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.location {
  width: 100%;
  text-align: right;
  padding-top: 50px;
  font-size: .3333rem;
    
}
.location .el-col-24 {
  margin-left: -10px;
  color: #2c3e50;
}
.el-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}
.el-col-pull-0, .el-col-pull-1, .el-col-pull-2, .el-col-pull-3, .el-col-pull-4, .el-col-pull-5, .el-col-pull-6, .el-col-pull-7, .el-col-pull-8, .el-col-pull-9, .el-col-pull-10, .el-col-pull-11, .el-col-pull-13, .el-col-pull-14, .el-col-pull-15, .el-col-pull-16, .el-col-pull-17, .el-col-pull-18, .el-col-pull-19, .el-col-pull-20, .el-col-pull-21, .el-col-pull-22, .el-col-pull-23, .el-col-pull-24, .el-col-push-0, .el-col-push-1, .el-col-push-2, .el-col-push-3, .el-col-push-4, .el-col-push-5, .el-col-push-6, .el-col-push-7, .el-col-push-8, .el-col-push-9, .el-col-push-10, .el-col-push-11, .el-col-push-12, .el-col-push-13, .el-col-push-14, .el-col-push-15, .el-col-push-16, .el-col-push-17, .el-col-push-18, .el-col-push-19, .el-col-push-20, .el-col-push-21, .el-col-push-22, .el-col-push-23, .el-col-push-24, .el-row {
    position: relative;
}
 
.el-col-24 {
    width: 100%;
    
}
[class*=el-col-] {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.title{
    
    padding: 20px 0 40px;
    margin-top: 180px;
}
.time, .title {
    color: #545454;
}
.title {
    padding: 0;
    font-size: .64rem;
}
.title {
    font-size: .8rem;
}
.newsTitle {
    font-size: .6667rem;
    text-align: center;
    padding: 10px 0;
    margin-top: -120px;
    color: #545454;
}
.newsTime {
    text-align: center;
    font-size: .5333rem;
        margin-top: -90px;
        color: #545454;
}
.newsTime-border{
  width: 100%;
  border-bottom: 1px solid #E8E8E8;
 
  padding: 30px;
  margin-top: -10px;
}
 
 
.mess p {
  text-align: left;
  line-height: 20px;
  color: #2C3E50;
  font-size: .9333rem;
  text-indent: 4em;
  padding: 0 10px 0 10px;
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.mess img {
  width: 48%;
  height: auto;
  margin: 30px auto;
  display: block;
}
/* -------底部样式 */
.footNav {
  margin: -80px 0 0 0;
}
div {
  display: block;
}
.navBar {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #2d3032;
  padding: 10px 10px;
  margin-top: 100px;
}
.nav {
  width: 29.3333rem;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.el-row {
  box-sizing: border-box;
}
.el-col-pull-0,
.el-col-pull-1,
.el-col-pull-2,
.el-col-pull-3,
.el-col-pull-4,
.el-col-pull-5,
.el-col-pull-6,
.el-col-pull-7,
.el-col-pull-8,
.el-col-pull-9,
.el-col-pull-10,
.el-col-pull-11,
.el-col-pull-13,
.el-col-pull-14,
.el-col-pull-15,
.el-col-pull-16,
.el-col-pull-17,
.el-col-pull-18,
.el-col-pull-19,
.el-col-pull-20,
.el-col-pull-21,
.el-col-pull-22,
.el-col-pull-23,
.el-col-pull-24,
.el-col-push-0,
.el-col-push-1,
.el-col-push-2,
.el-col-push-3,
.el-col-push-4,
.el-col-push-5,
.el-col-push-6,
.el-col-push-7,
.el-col-push-8,
.el-col-push-9,
.el-col-push-10,
.el-col-push-11,
.el-col-push-12,
.el-col-push-13,
.el-col-push-14,
.el-col-push-15,
.el-col-push-16,
.el-col-push-17,
.el-col-push-18,
.el-col-push-19,
.el-col-push-20,
.el-col-push-21,
.el-col-push-22,
.el-col-push-23,
.el-col-push-24,
.el-row {
  position: relative;
}
/* <!-- 底部--左 --> */
.el-col-7 {
  width: 29.16667%;
}
[class*="el-col-"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.el-col-7 h1 {
  font-size: .8rem;
  color: #fff;
  padding: 20px 0;
  text-align: left;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.el-col-10 h1 {
  font-size: 0.64rem;
  color: #fff;
  padding: 20px 0;
  text-align: left;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.nav ul {
  width: 100%;
}
ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style-type: none;
  padding: 0 0 20px 0;
}

.nav ul li {
  padding: 4px 0;
  text-align: left;
  color: #fff;
}
li {
  display: list-item;
 
  font-size: 0.4267rem;
}

  ul {
     margin: 0;
     padding: 0;
  }
a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}
.nav ul li a {
  color: #fff;
  text-decoration: none;
}
/* <!-- 底部--中 --> */
[class*="el-col-"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* <!-- 底部--右 --> */
.el-col-10 {
  width: 41.66667%;
}
[class*="el-col-"] {
  float: left;

  box-sizing: border-box;
}
/* 版权样式 */
.copyright {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 10px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 0.3733rem;
}
.copyright a {
  text-decoration: none;
  color: #fff;
}


 

  

 