﻿.Mainleft {
  width: 74%;
  float: left;
}
.Mainleft .NewsInMain h1{
    font-size: 3rem;
    font-weight: bold;
}

.ZiXunmain{
  background-color: #fff;
  margin-bottom: 60px;
  padding-top: 120px;
}

 /* banner区域 */
.slideBox {
  height: 420px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 100%;
  height: 420px;
  display: block;
}

.slideBox .prev, .slideBox .next {
  position: absolute;
  top: 0;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -103px 50% no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
  height: 100%;
  width: 50px;
}

.slideBox .next {
  left: auto;
  right: 0;
  background-position: 15px;
  display: none
}

.slideBox:hover.slideBox .prev{
  display: block;
}
.slideBox:hover.slideBox .next{
   display: block;
}


/* 首页信息列表 */
.slideTxtBox {
  text-align: left;
  height: 100%;
}

.slideTxtBox .hd {
  height: 30px;
  line-height: 30px;
  position: relative;
  font-size: 15px;
}

.slideTxtBox .hd ul li {
  float: left;
  margin-right: 40px;
  cursor: pointer;
  border-top: 2px solid #fff;
}

.slideTxtBox .hd ul li.on {
  height: 30px;
  border-color: #1844ad;
  color: #1844ad
}

.slideTxtBox .bd ul {
  padding: 15px;
  zoom: 1;
}

.slideTxtBox .bd li .date {
  float: right;
  color: #999;
}

.tender-bid {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 10px 14px;
  width: 100%;
  background-color: #FFF;
}

.tabBox .tab-enterprise .on,.tabBox .tab-tender-bid .on {
  border-radius: 4px;
  background-color: #3d70db;
  color: #fff;
}

.tabBox .tab-enterprise .on:after,.tabBox .tab-tender-bid .on:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  content: '';
  border-top-color: #3d70db;
}

.tab-tender-bid {
  position: relative;
  margin-bottom: 16px;
}

.tabBox-tender-bid-hd {
  position: relative;
}

.tab-li {
  position: relative;
  display: inline-block;
  width: 108px;
  height: 44px;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  cursor: pointer;
}

.vIcon {
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/vicon.png) no-repeat 0 0;
  vertical-align: text-top;
}

.selected-total {
  position: absolute;
  top: -22px;
  right: 320px;
  width: 61px;
  height: 27px;
  background: url(../images/selected.png) no-repeat 0 0;
  color: #fff;
  text-align: center;
}

.total-number {
  font-size: 14px;
}

.bd-tender-bid {
  margin-top: 16px;
}

.tabs-inner {
  padding-left: 20px;
}

.tab-li-inner {
  display: inline-block;
  margin-right: 32px;
  font-size: 16px;
  cursor: pointer;
}

.tabBox-inner .on {
  padding-bottom: 2px;
  border-bottom: 1px solid #2473cb;
  color: #2473cb;
}

.project-state {
  display: inline-block;
  width: 84px;
  height: 48px;
  vertical-align: top;
  line-height: 48px;
}

.project-time {
  color: #f24645;
}

.project-action {
  display: inline-block;
  margin-top: 12px;
  width: 74px;
  height: 26px;
  vertical-align: top;
  text-align: center;
  line-height: 26px;
}

.view-more {
  font-size: 14px;
  position: absolute;
  top: -20px;
  right: 0px;
  display: inline-block;
  height: 14px;
  color: #1e79e1;
  line-height: 14px;
}

.arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  border-radius: 50%;
  background-color: #1e79e1;
  color: #fff;
  text-align: center;
  line-height: 13px;
}


/*锐恩资讯*/
.News {
  margin-top: 30px;
  height: 660px;
}

.News .Newslist {
  padding: 15px 0;
  height: 100%;
}

.News .Newslist a {
  display: block;
  width: 23%;
  float: left;
    border: 1px solid #eee;
  margin-right: 2%;
  margin-bottom: 25px;
}

.News .Newslist a:hover {
     box-shadow: 0 4px 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 15px rgba(0,0,0,.15);
    transform: translateY(-2px);
    transition: all .5s;
}

.News .Newslist p.Title {
  font-size: 12.5px;
  height: 50px;
  padding: 5px;
  line-height: 24px;
  color: #585757;
  overflow: hidden;
  margin-bottom: 6px;
}

.News .Newslist p.Newlast {
  padding: 5px;
  color: #787777;
  font-size: 12px;
  display: inline-block;
  float: left;
  margin-bottom: 0
}

.News .Newslist span{
    float: right;
    font-size: 12px;
    padding: 4px;
    color: #787777;
}

.News img {
  width: 100%;
  height: 150px;
}


/*右侧*/
.CompanyMeg {
  height: 315px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px #908888;
  float: right;
  margin-bottom: 20px;
}

.CompanyMeg .UserImg {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}

.CompanyMeg .UserGender {
  width: 25px!important;
  height: 25px!important;
  border: none!important;
  position: absolute;
  right: 6px;
  bottom: -3px;
}

.CompanyMeg .UserImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #c4c4c4;
}

.CompanyMeg p.CompayName {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}

.CompanyMeg p.CompayName img {
  width: 15px;
  position: relative;
  top: 3px;
  left: 4px;
}

.CompanyMeg button.guanzhu {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  font-size: 16px;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #858484;
  border-radius: 15px;
  color: #565656;
}

.CompanyMeg i.iconfont.icon-nan {
  position: absolute;
  right: 0;
}

.CompanyMeg .UserInfo {
  width: 45%;
  height: 60px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}

.CompanyMeg .UserInfo a {
  float: left;
  width: 48%;
  border-right: 2px solid #b0abab;
  color: #333
}

.CompanyMeg .UserInfo a span {
  color: #1675a9;
  font-weight: bold;
  margin-top: 4px;
  display: block;
}

.HotInfo {
  max-height: 406px;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px #908888;
  float: right;
  margin-bottom: 20px;
  overflow: hidden;
}

.HotInfo .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 15px;
  color: #464646;
  font-weight: bold;
}

.HotInfo .title p {
  text-align: center;
}

.HotInfo .info ul li {
  padding: 10px 10px 10px 65px;
  height:70px;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.HotInfo .info p {
    font-size: 15px;
    color: #626161;
    font-weight: bold;
    width: 210px;
    height: 50px;
    overflow: hidden;
    line-height: 1.7;
}

.HotInfo .info span {
  color: #8a8a8a;
  font-size: 13px;
}

span.Hotnimg{
   width: 50px;
   height: 50px;
   position: absolute;
   left: 5px;
}
span.Hotnimg img{
  width: 100%;
  height: 100%;
}

/*新闻详情*/
.NewsInMain .DateTime{
   color: #a2a2a2;
   margin-top: 8px;
   margin-bottom: 15px;
}
.NewsInMain .NewsText{
  padding-right: 20px;
}