@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

#clearfix:after, .clearfix:before {
  content: "";
  display: table;
}

#clearfix:after {
  clear: both;
}

#clearfix {
  *zoom: 1;
}

.width-max {
  width: 1200px;
  margin: auto;
}

body {
  background-color: #F5F6FA;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

/*mark20210804备注 ----头部移至dl-base*/

body {
  background-color: #EEEFF4;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}
body .index .bids{
  height: 886px;/*mark20211229修改：686为1008px,20220107 改886*/
}
body .index .headerStyle{
  background-color: #ffffff;
  height: 168px;
}
body .index .header {
  line-height: 33px;
  height: 33px;
}

body .index .header .left {
  float: left;
  font-size: 13px;
  color: #111111;
  line-height: 36px;
}

body .index .header .right {
  float: right;
  line-height: 36px;
}

body .index .header .right ul li {
  float: left;
  margin-left: 28px;
  color: #111111;
}
/* 招标预审变更中标 */
.middleModule ul li {
  font-size: 14px;
  width: 100%;
  line-height: 30px;
  overflow: hidden;
  height: 30px;
}
.middleModule{
  height: 320px;
  background: #FFFFFF;
  margin-top: 16px;
    overflow-x: hidden;
}
.middleModule .allFeadStyles{
  width: 552px;
  height: 52px;
  margin: auto;
}
.middleModule ul{
  width: 552px;
  height: 240px;
  margin: auto;
  margin-top: 10px;
}
.middleModule span:nth-child(1){
  float: left;
  height: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 52px;
  padding-bottom: 15px;
}
.middleModule span:nth-child(2){
  float: right;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 52px;
}

.middleModule ul span:nth-child(1){
  float: left;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  width: 78%;
}
.middleModule ul span:nth-child(2){
  max-width: 240px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 30px;
  float: left;
  margin-right: 20px;
}
.middleModule ul span:nth-child(3){
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 30px;
  float: right;
}

.middleModule ul li :nth-child(2) {
  float: left;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.middleModule ul li :nth-child(1) {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 350px;/*mark20210805修改：400为350*/
  white-space: nowrap;
  font-size: 14px;
  text-align: left;/*mark20210805新增*/
}
/* 招标预审变更中标 */

/*政策法规、常用文件、业务咨询、招标资料下载、通知公告*/
.sameSmallModule{
  float: left;
  width: 288px;
  background: #FFFFFF;
  margin-top: 16px;
}
.sameSmallModule .allFeadStyles{
  height: 52px;
  width: 248px;
  border-bottom: 1px solid #eeeee4;
  margin: auto;
}
.sameSmallModule span:nth-child(1){
  float: left;
  height: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 52px;
  padding-bottom: 15px;
}
.sameSmallModule span:nth-child(2){
  float: right;
  height: 24px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 52px;
}
.sameSmallModule ul{
  width: 241px;
  height: 180px;
  font-size: 14px;
  font-family: LucidaGrande;
  color: #333333;
  line-height: 36px;
  margin: auto;
  margin-top: 10px;
}
.sameSmallModule ul li{
  font-size: 14px;
  width: 100%;
  line-height: 36px;
  overflow: hidden;
  height: 36px;
}
.sameSmallModule ul li i{
  float: left;
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
  line-height: 36px;
  margin-top: 15px;
}
.sameSmallModule ul span{
  width: 94%;
}
.sameSmallModule ul li :nth-child(2) {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
  white-space: nowrap;
  font-size: 14px;
}
.sameSmallModule ul li :nth-child(1) {
  float: left;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
  line-height: 34px;
}
/*mark20210805新增a标签样式*/
.sameSmallModule ul li a{
  float: left;
  cursor: pointer;
  width: 224px;
  text-align: left;
}
.utilitySoftware .allFeadStyles span:nth-child(2){
  float: right;
  height: 24px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 52px;
}
/*政策法规、常用文件、业务咨询、招标资料下载、通知公告*/

/*首页*/
/*p320-p1240*/
body .index #index-content{
  /*height: 1090px;*/
}
body .index #index-content .procurement {
  overflow: hidden;
  /* margin-top: 16px; */
  position: relative;/*mark20211229修改*/
}
/*政策法规*/
body .index .bids .leftClassify {
  float: left;
  width: 288px;
}
.policiesAndRegulations{
  height: 256px;
  background: #FFFFFF;
}

/*入驻机构*/
.InInstitutions div span:nth-child(1){
  float: left;
  width: 97%;
  text-align: left;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeee4;
}
.contentText{
  width: 332px;
  height: 96px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  margin-top: 10px;
}
.companyName{
  height: 24px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
}
.seeMore{
  color: #2893F0;
}
.seeMore:hover{
  color: #1b63a1;
}
.seeMoreDiv{
  margin-top: 16px;
}
/*入住机构*/

/*合作伙伴*/
.cooperativePartner div span:nth-child(1){
  float: left;
  width: 97%;
  text-align: left;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeee4;
}
.cooperativePartnerContent .picMarquee-left .bd ul li div img{
  width: 220px;
  height: 90px;
  background: #FFFFFF;
  border: 1px solid #E7E8E9;
}
.cooperativePartnerContent .picMarquee-left .bd ul li{
  width: 220px;
  margin-left: 16px;
}
.cooperativePartnerContent .picMarquee-left .bd .tempWrap{
  width: 1200px;
}
.cooperativePartnerContent .picMarquee-left .bd ul li .pic{
  width: 220px;
}
/*合作伙伴*/

/*招标分类*/
body .index #index-content .procurement .leftClassify {
  float: left;
  width: 288px;
}
.leftClassify .TheTenderClassification{
  float: left;
  width: 288px;
  height: 264px;
  background: #FFFFFF;
}
.leftClassify .TheTenderClassification ul li {
  /*margin: 6.5px 0;*/
  line-height: 28px;
  overflow: hidden;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  cursor: pointer;
}
.leftClassify .TheTenderClassification ul li:hover{
  line-height: 28px;
  overflow: hidden;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  background: rgba(53,120,231,0.1);
  font-weight: 400;
}

.leftClassify .TheTenderClassification ul li a{
  float: left;
  cursor: pointer;
  width: 224px;
  text-align: left;
}
#ulItem{
  height: 180px;
  font-size: 14px;
  font-family: LucidaGrande;
  color: #111111;
  line-height: 36px;
  margin-top: 12px;
}
#ulItem li {
  font-size: 14px;
  width: 100%;
  line-height: 36px;
  overflow: hidden;
  height: 36px;
}
#ulItem li :nth-child(1) {
  float: left;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
  line-height: 34px;
}
#ulItem li i {
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 50%;
  margin-left: 20px;
  margin-top: 15px;
}
#ulItem li:hover i{
  background-color:#2893F0;
}
.moreIcon{
  float: right;
  height: 24px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 52px;
}
.moreIcon a img{
  height: 12px;
  width: 12px;
}
/*招标分类*/




/*通知公告*/
.notificationAnnouncement{
  width: 288px;
  height: 220px;
  background: #FFFFFF;
}

body .index #index-content .procurement .right .affiche {
  padding: 18px 20px;
  height: 220px;
  background-color: #fff;
  overflow: hidden;
  margin-top: 16px;
}

body .index #index-content .procurement .right .affiche p {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  text-align: left;
}
body .index #index-content .procurement .right .affiche ul {
  margin-top: 15px;
}

body .index #index-content .procurement .right .affiche ul li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}

body .index #index-content .procurement .right .affiche ul li span {
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #D8D8D8;
  margin-top: 16px;
  margin-right: 7px;
}

body .index #index-content .procurement .right .affiche .picMarquee-top {
  margin-top: 10px;
}

body .index #index-content .procurement .right .affiche .picMarquee-top .tempWrap {
  height: 150px !important;
}

/*通知公告*/


/*广告位*/
.advertisingPosition{
  width: 1200px;
  height: 112px;
  margin-top: 16px;
}
.advertisingPosition2{
  width: 288px;
  height: 112px;
  margin-top: 16px;
  margin-bottom: -5px;
}
.advertisingPosition3{
  width: 1200px;
  height: 108px;
  text-align: center;
  margin: auto;
}
.advertisingPosition3 img{
  width: 1200px;
  height: 112px;
}
/*广告位*/



/*业务咨询*/
.information{
  height: 256px;
  background: #FFFFFF;
}

/* 业务咨询 */

/* 变更公告、中标公告 */
body .index .bids .center{
  float: left;
  width: 896px;
}
/* 变更公告 */

/* 实用工具 */
body .index .bids .right{
  float: right;
  width: 288px;
  margin-top: 16px;
}
.utilitySoftware{
  width: 288px;
	height: 320px;/*mark20211229修改: 184为320px*/
  background: #FFFFFF;
  float: left;
}
body .index .bids .right .utilitySoftware .title:nth-child(1){
  float: left;
  width: 72px;
  height: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 52px;
  padding-bottom: 15px;
}
body .index .bids .right .utilitySoftware .title:nth-child(2){
  float: right;
  width: 28px;
  height: 24px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 52px;
}
body .index .bids .right .utilitySoftware #laws3{
}

body .index .bids .right .utilitySoftware #laws3 li{
  font-size: 14px;
  height: 48px;/*mark20211229修改：24为48*/
  line-height: 48px;/*mark20211229新增*/
  /*mark20210917注释 margin-top: 4px;*/
  overflow: hidden;
	width: 120px;/*mark20210917修改样式左右结构问题*/
	display: inline-block;
}
body .index .bids .right .utilitySoftware #laws3 i{
  float: left;
  width: 5px;
  height: 5px;
  background-color: #D8D8D8;
  margin-top: 9px;
  border-radius: 50%;
}
body .index .bids .right .utilitySoftware #laws3 li div{
  display: inline-block;
  width: 118px;
  height: 48px;/*mark20211229修改：24为48*/
  background: #EEEFF4;
  margin-top: 4px;
}
body .index .bids .right .utilitySoftware #laws3 li div:nth-child(1){
}
body .index .bids .right .utilitySoftware #laws3 li div:hover{
  display: inline-block;
  background: #3578E7;
  color: #ffffff;
}
body .index .bids .right .utilitySoftware #laws3 li:nth-child(2) {
  /*mark20210917注释 width: 248px;*/
  height: 48px;/*mark20211229修改：24为48*/
  margin: auto;
  margin-top: 18px;/*mark20211229修改：4为18*/
}
body .index .bids .right .utilitySoftware #laws3 li :nth-child(1) {
  text-align: center;
}
body .index .bids .right .utilitySoftware #laws3 li :nth-child(2) {
  text-align: center;
}
.engineeringTrading:hover{
	height: 48px;/*mark20211229修改：24为48*/
  background: #3578E7;
}
/* 实用工具 */

/* 常用文件 */
body .index .bids .right{
  float: right;
  width: 288px;
}
.activeFile{
  width: 288px;
	height: 428px;/*mark20211229修改: 220为320px,mark20220425改428*/
  background: #FFFFFF;
  margin-top:0;/*mark20220107新增*/
}
.activeFile .bd{
	height: 288px;/*mark20220107新增*/
	width: 100%;
	padding: 20px;
}
  /* 常用文件 */

/* 招标资料下载 */
body .index .bids .right{
  float: right;
  width: 288px;
}
.dataDownload{
	height: 428px;/*mark20211229修改: 220为320px,20220107修改536,mark20220425改428*/
  background: #FFFFFF;
}
.dataDownload .bd{
	height: 473px;/*mark20220107新增400,20220110修改400为475*/
	width: 100%;
	padding: 20px;
	overflow: hidden;/*mark20220110新增*/
}
.dataDownload .bd .tempWrap{
	height: 400px;/*mark20220107新增*/
	width: 100%;
}
/* 招标资料下载 */
/*入住机构*/
.InInstitutions{
  width: 1200px;
  height: 400px;
  background: #FFFFFF;
  margin: auto;
}
/*入住机构*/
/*合作伙伴*/
.cooperativePartner{
  width: 1200px;
  height: 287px;
  background: #FFFFFF;
  margin: auto;
  margin-top: 16px;
}
/*合作伙伴*/
body .index #index-content .procurement .left .title {
  overflow: hidden;
}
body .index #index-content .procurement .left .title :nth-child(2) {
  float: right;
  width: 28px;
  height: 24px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 52px;
}

body .index #index-content .procurement .left .title :nth-child(2):hover {
  color: #2893F0;
}


body .index #index-content .procurement .center {
  /* mark20220106新增 float: left;*/
	margin: 0 auto;
	width: 1920px;/*mark20211229修改592为1920px*/
	height: 400px;/*mark20211229修改264为400px*/
  /* 本例子css */
  /* 下面是前/后按钮代码，如果不需要删除即可 */
}

body .index #index-content .procurement .center .slideBox {
	width: 1920px;/*mark20211229修改592为1920px*/
	height: 400px;/*mark20211229修改264为400px*/
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
	margin: 0 auto;/*mark20220106新增*/
}

body .index #index-content .procurement .center .slideBox .hd {
  display: inline-block;
  height: 15px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 60px;
  z-index: 1;
  
}

body .index #index-content .procurement .center .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

body .index #index-content .procurement .center .slideBox .hd ul li {
  float: left;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;/*mark20211229修改50%为5px*/
  background: rgba(0, 0, 0, 0.4)
}

body .index #index-content .procurement .center .slideBox .hd ul li.on {
  /* background: #ccc;
  border-radius: 50%; */
	width: 32px;
	background: #fff;
}

body .index #index-content .procurement .center .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

body .index #index-content .procurement .center .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
body .index #index-content .procurement .center .slideBox .bd li,
body .index #index-content .procurement .center .slideBox .bd li a {
    width: 100%;
    height: 460px;
    float: left;
    z-index: 2;
}
body .index #index-content .procurement .center .slideBox .bd li a.sb01 {/*mark20210517新增*/
    background: url(../images/banner01.png) no-repeat center 0px;
	background-size: 1920px 400px;/*mark20211229修改592px 262px为1920px 400px*/
}
body .index #index-content .procurement .center .slideBox .bd li a.sb02 {/*mark20210517新增*/
    background: url(../images/banner02.png) no-repeat center 0px;
	background-size: 1920px 400px;
}
body .index #index-content .procurement .center .slideBox .bd li a.sb03 {/*mark20210517新增*/
    background: url(../images/banner03.png) no-repeat center 0px;
	background-size: 1920px 400px;
}
body .index #index-content .procurement .center .slideBox .bd img {
  width: 1920px;
  height: 400px;
  display: block;
}

body .index #index-content .procurement .center .slideBox .prev,
body .index #index-content .procurement .center .slideBox .next {
  position: absolute;/*mark20220106修改：absolute为relative*/

  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;/*mark20210804修改：地址*/
  filter: alpha(opacity=50);
  opacity: 0.5;
}
body .index #index-content .procurement .center .slideBox .prev{
  left: 2%;/*mark20220106修改 3改2*/
  top: 50%;/*mark20220106修改 50改-50*/
}
body .index #index-content .procurement .center .slideBox .next {
  /*注释 left: 68%;mark20220106修改：auto为68*/
  right: 31%;/*mark20211229修改：3改31*/
  background-position: 8px 5px;
  top: 50%;/*20220106新增*/
  float: right;/*20220106新增*/
}
/*
.center .slideBox_arrow{20220106新增
	width: 1300PX;
	height: 264px;
	margin: 0 auto;
	position: absolute;
	display: inline-block;
	z-index: 999;
	top: 15%;
	left: 2%;
}
*/
/*==============================mark20220106新增部分04 start:自适应============================== */
/*0930加入：自适应高度，开始*/
@media screen and (min-width: 1367px) {/*当浏览器宽度大于1366时候则执行，否则执行默认的*/
	body .index #index-content .procurement .center .slideBox .prev{
	  left: 8%;
	  top: 50%;
	}
	body .index #index-content .procurement .center .slideBox .next {
	  
	  right: 20%;
	  background-position: 8px 5px;
	  top: 50%;
	  float: right;
	}
}

/*==============================mark20220106新增部分04 start:自适应============================== */
body .index #index-content .procurement .center .slideBox .prev:hover,
body .index #index-content .procurement .center .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

body .index #index-content .procurement .center .slideBox .prevStop {
  display: none;
}

body .index #index-content .procurement .center .slideBox .nextStop {
  display: none;
}
body .index #index-content .procurement .right{
  float: right;
  width: 288PX;
  height: 264px;
  margin-left: 312px;/*mark20211229修改16为312*/
	position: absolute;/*mark20211229修改*/
	left: 50%;
	top: 50px;/*mark20220105修改20为50*/
}

/*登陆注册*/
.loginRegister{
  float: right;
  width: 288px;
  height: 264px;
  background-color: rgba(255,255,255,0.3);/*mark20211229修改#fff为rgba(255,255,255,0.3)*/
  vertical-align: top;
  border-radius: 4px;/*mark20211229新增*/
}
.loginRegister ul li{
  display: inline-block;
  text-align: left;
  width: 248px;
  height: 52px;/*mark20220105： 44px改52px*/
  background: #FFFFFF;
  margin: auto;
  cursor: pointer;
  border-radius: 4px;
}
.loginRegister ul li + li {
  margin-top: 8px;
}
.loginRegister ul li:last-child {
  background: none;
  color: #fff;
  text-align: center;
}
.loginRegister ul li:last-child a{
  display: inline-block;
  padding: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 24px;
  color: #fff;
  /*mark20220105新增width: 71px;*/
}
.loginRegister ul li:nth-child(1):hover{
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #3578E7;
  box-shadow: 0px 2px 8px 0px rgb(53 120 231 / 40%);
}
.loginRegister ul li:nth-child(2):hover,.loginRegister ul li:nth-child(3):hover{
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #3578E7;
  box-shadow: 0px 2px 8px 0px rgb(53 120 231 / 40%);

}
.loginRegister ul li:nth-child(1) span,.loginRegister ul li:nth-child(2) span,.loginRegister ul li:nth-child(3) span{
  width: 72px;
  height: 52px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 52px;
}
.loginRegister ul li:nth-child(1){
  margin-top: 20px;
  cursor: pointer;
}
.loginRegister ul li:nth-child(2),.loginRegister ul li:nth-child(3){
  margin-top: 12px;
}
.loginRegister ul li:nth-child(4){
  margin-top: 16px;
}
.loginRegister ul li:nth-child(4) a{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  line-height: 24px;
  color: #3578E7;
}
.loginRegister ul li a.zc{
	width: 60px;/*mark20220107新增*/
}
.loginRegister ul li a{/*mark20210811新增*/
	width: 100%;
	display: inline-block;
	padding-left: 64px;/*mark20210811新增*/
}
.operateIcon{
  width: 24px;
  height: 24px;
  border-radius: 18px;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 15px;
}
body .index #index-content .bids .left, body .index #index-content .antecedent .left, body .index #index-content .alter-notice .left {
  width: 888px;
  float: left;
  /* 本例子css */
}

body .index #index-content .bids .left .slideTxtBox, body .index #index-content .antecedent .left .slideTxtBox, body .index #index-content .alter-notice .left .slideTxtBox {
  width: 100%;
  border: 1px solid #fff;
  text-align: left;
}

body .index #index-content .bids .left .slideTxtBox .hd, body .index #index-content .antecedent .left .slideTxtBox .hd, body .index #index-content .alter-notice .left .slideTxtBox .hd {
  overflow: hidden;
  background: #fff;
  padding: 0 10px 0 20px;
  border-bottom: 1px solid #ddd;
  height: 46px;
}

body .index #index-content .bids .left .slideTxtBox .hd ul, body .index #index-content .antecedent .left .slideTxtBox .hd ul, body .index #index-content .alter-notice .left .slideTxtBox .hd ul {
  overflow: hidden;
  float: left;
  width: 800px;
}

body .index #index-content .bids .left .slideTxtBox .hd ul li, body .index #index-content .antecedent .left .slideTxtBox .hd ul li, body .index #index-content .alter-notice .left .slideTxtBox .hd ul li {
  line-height: 45px;
  float: left;
  padding: 0 11px;
  cursor: pointer;
  font-size: 14px;
  color: #3D4A61;
}

body .index #index-content .bids .left .slideTxtBox .hd ul li.on, body .index #index-content .antecedent .left .slideTxtBox .hd ul li.on, body .index #index-content .alter-notice .left .slideTxtBox .hd ul li.on {
  color: #2893F0;
}

body .index #index-content .bids .left .slideTxtBox .bd ul, body .index #index-content .antecedent .left .slideTxtBox .bd ul, body .index #index-content .alter-notice .left .slideTxtBox .bd ul {
  padding: 15px;
  zoom: 1;
  height: 410px;
  background-color: #fff;
  overflow: hidden;
}

body .index #index-content .bids .left .slideTxtBox .bd li, body .index #index-content .antecedent .left .slideTxtBox .bd li, body .index #index-content .alter-notice .left .slideTxtBox .bd li {
  line-height: 48px;
  font-size: 14px;
}

body .index #index-content .bids .left .slideTxtBox .bd li, body .index #index-content .antecedent .left .slideTxtBox .bd li, body .index #index-content .alter-notice .left .slideTxtBox .bd li {
  font-size: 14px;
}

body .index #index-content .bids .left .slideTxtBox .bd li a, body .index #index-content .antecedent .left .slideTxtBox .bd li a, body .index #index-content .alter-notice .left .slideTxtBox .bd li a {
  width: 550px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .index #index-content .bids .left .slideTxtBox .bd li :nth-child(2), body .index #index-content .antecedent .left .slideTxtBox .bd li :nth-child(2), body .index #index-content .alter-notice .left .slideTxtBox .bd li :nth-child(2) {
  margin-left: 100px;
  float: left;
}

body .index #index-content .bids .left .slideTxtBox .bd li :nth-child(3), body .index #index-content .antecedent .left .slideTxtBox .bd li :nth-child(3), body .index #index-content .alter-notice .left .slideTxtBox .bd li :nth-child(3) {
  font-size: 14px;
  color: #9EA5B1;
  float: right;
}

body .index #index-content .bids .left .slideTxtBox .hd span, body .index #index-content .antecedent .left .slideTxtBox .hd span, body .index #index-content .alter-notice .left .slideTxtBox .hd span {
  float: right;
  cursor: pointer;
}

body .index #index-content .bids .left .slideTxtBox .hd span a:hover, body .index #index-content .antecedent .left .slideTxtBox .hd span a:hover, body .index #index-content .alter-notice .left .slideTxtBox .hd span a:hover {
  color: #2893F0;
}

body .index #index-content .bids .left .title, body .index #index-content .antecedent .left .title, body .index #index-content .alter-notice .left .title {
  padding-top: 20px;
  border-bottom: 2px solid #2893F0;
  height: 60px;
}

body .index #index-content .bids .left .title img, body .index #index-content .antecedent .left .title img, body .index #index-content .alter-notice .left .title img {
  float: left;
  margin-right: 10px;
}

body .index #index-content .bids .left .title :nth-child(2), body .index #index-content .antecedent .left .title :nth-child(2), body .index #index-content .alter-notice .left .title :nth-child(2) {
  float: left;
  font-size: 18px;
  color: #222;
  font-weight: 700;
}

body .index #index-content .bids .left .title :nth-child(3), body .index #index-content .antecedent .left .title :nth-child(3), body .index #index-content .alter-notice .left .title :nth-child(3) {
  float: right;
  font-size: 14px;
  cursor: pointer;
  margin-right: 10px;
}

body .index #index-content .bids .left .title :nth-child(3):hover, body .index #index-content .antecedent .left .title :nth-child(3):hover, body .index #index-content .alter-notice .left .title :nth-child(3):hover {
  color: #2893F0;
}

body .index #index-content .bids {
  overflow: hidden;
}

body .index #index-content .bids .right {
  margin-top: 60px;
  float: right;
  width: 292px;
}

body .index #index-content .bids .right .affiche {
  padding: 18px 20px;
  height: 219px;
  background-color: #fff;
  overflow: hidden;
}

body .index #index-content .bids .right .affiche p {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  text-align: left;
}

body .index #index-content .bids .right .affiche ul {
  margin-top: 15px;
}

body .index #index-content .bids .right .affiche ul li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}

body .index #index-content .bids .right .affiche ul li span {
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #D8D8D8;
  margin-top: 16px;
  margin-right: 7px;
}

body .index #index-content .bids .right .affiche .picMarquee-top {
  margin-top: 16px;
}

body .index #index-content .bids .right .affiche .picMarquee-top .tempWrap {
  height: 150px !important;
}

body .index #index-content .bids .right .money, body .index #index-content .bids .right .translate {
  margin-top: 15px;
  height: 60px;
  background-color: #fff;
  padding: 0 20px;
}

body .index #index-content .bids .right .money img, body .index #index-content .bids .right .translate img {
  float: left;
  margin-top: 17px;
  margin-right: 10px;
}

body .index #index-content .bids .right .money :nth-child(2), body .index #index-content .bids .right .translate :nth-child(2) {
  float: left;
  font-size: 14px;
  line-height: 60px;
}

body .index #index-content .bids .right .money :nth-child(3), body .index #index-content .bids .right .translate :nth-child(3) {
  float: right;
  border: 5px solid transparent;
  border-left: 5px solid #BBBFC8;
  margin-top: 25px;
}

body .index #index-content .bids .right .translate {
  margin-top: 0px;
  border-top: 1px solid #eee;
}

body .index #index-content .antecedent {
  margin-bottom: 5px;
  overflow: hidden;
}

body .index #index-content .antecedent .right {
  margin-top: 60px;
  float: right;
  width: 292px;
}

body .index #index-content .antecedent .right .affiche {
  margin-bottom: 22px;
  padding: 18px 20px;
  height: 219px;
  background-color: #fff;
  overflow: hidden;
}

body .index #index-content .antecedent .right .affiche p {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  text-align: left;
}

body .index #index-content .antecedent .right .affiche ul {
  margin-top: 15px;
}

body .index #index-content .antecedent .right .affiche ul li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}

body .index #index-content .antecedent .right .affiche ul li span {
  float: left;
  border: 5px solid transparent;
  border-left: 5px solid #2893F0;
  margin-top: 13px;
}

body .index #index-content .antecedent .right .affiche .picMarquee-top {
  margin-top: 16px;
}

body .index #index-content .antecedent .right .affiche .picMarquee-top .tempWrap {
  height: 150px !important;
  position: relative;
  top: 0;
  left: 0;
  position: absolute;
}


body .index #index-content .client {
  margin-bottom: 25px;
  /* 本例子css */
}

body .index #index-content .client .title {
  font-size: 20px;
  color: #222;
  line-height: 40px;
  text-align-last: left;
  font-weight: 700;
  border-bottom: 3px solid #2893F0;
}

body .index #index-content .client .picMarquee-left {
  width: 1200px;
  overflow: hidden;
  position: relative;
}

body .index #index-content .client .picMarquee-left .hd {
  overflow: hidden;
  height: 30px;
  background: #f4f4f4;
  padding: 0 10px;
}

body .index #index-content .client .picMarquee-left .hd .prev, body .index #index-content .client .picMarquee-left .hd .next {
  display: block;
  width: 5px;
  height: 9px;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
}

body .index #index-content .client .picMarquee-left .hd .prev .picMarquee-left .hd .next, body .index #index-content .client .picMarquee-left .hd .next .picMarquee-left .hd .next {
  background-position: 0 -50px;
}

body .index #index-content .client .picMarquee-left .hd .prev .picMarquee-left .hd .prevStop, body .index #index-content .client .picMarquee-left .hd .next .picMarquee-left .hd .prevStop {
  background-position: -60px 0;
}

body .index #index-content .client .picMarquee-left .hd .prev .picMarquee-left .hd .nextStop, body .index #index-content .client .picMarquee-left .hd .next .picMarquee-left .hd .nextStop {
  background-position: -60px -50px;
}

body .index #index-content .client .picMarquee-left .hd .prev .picMarquee-left .bd, body .index #index-content .client .picMarquee-left .hd .next .picMarquee-left .bd {
  padding: 10px;
}

body .index #index-content .client .picMarquee-left .hd .prev .picMarquee-left .bd .picList, body .index #index-content .client .picMarquee-left .hd .next .picMarquee-left .bd .picList {
  overflow: hidden;
  zoom: 1;
}

body .index #index-content .client .picMarquee-left .hd .prev .picMarquee-left .bd .picList li, body .index #index-content .client .picMarquee-left .hd .next .picMarquee-left .bd .picList li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

body .index #index-content .client .picMarquee-left .hd .prev .picMarquee-left .bd .picList li .pic, body .index #index-content .client .picMarquee-left .hd .next .picMarquee-left .bd .picList li .pic {
  float: left;
  width: 240px;
  height: 92px;
}

body .index #index-content .client .picMarquee-left .hd .prev .picMarquee-left .bd .picList li .pic a:hover img, body .index #index-content .client .picMarquee-left .hd .next .picMarquee-left .bd .picList li .pic a:hover img {
  border-color: #999;
}

body .index #index-content .client .picMarquee-left .hd .prev .picMarquee-left .bd .picList li .title, body .index #index-content .client .picMarquee-left .hd .next .picMarquee-left .bd .picList li .title {
  line-height: 24px;
}
/* css 重置 */
*{margin:0; padding:0; list-style:none; }
body{ background:#EEEFF4; font:normal 14px PingFangSC-Regular, PingFang SC;;  }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }

/* 本例子css */
.picScroll-left{  position:relative; }
.picScroll-left .hd{
  height: 30px;
  padding: 0 10px;
}
.picScroll-left .hd .next{
  width: 30px;
  height: 30px;
  float: right;/*mark20210817修改: left为right*/
  margin-top: 100px;
  z-index: 10000;
  margin-right: 10px;
}
.picScroll-left .hd .prev {
  width: 30px;
  height: 30px;
  /* cursor: pointer; */
  float: left;/*mark20210817修改: right为left*/
  margin-top: 100px;
  z-index: 10000;
}
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px;  margin-right:5px; text-indent:-999px; cursor:pointer; background: 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ zoom:1; }
.picScroll-left .bd ul li{ margin:0 17px; float:left;text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
.picScroll-left .bd ul li .pic img {
  width: 332px;
  height: 100px;
  margin: auto;
}
.allFeadStyles{
  height: 52px;
  width: 240px;
  border-bottom: 1px solid #eeeee4;
  margin: auto;
}
.titleClassify span {
  float: left;
  width: 72px;
  height: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}
.differentModulesTitle{
  float: left;
  height: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 52px;
}
.companyLink{
  color: #A8B0BB;
}
.companyLink:hover{
  color: #A8B0BB;
  text-decoration:underline;
}
.companyLinkWhite{
  color: #ffffff;
}
.companyLinkWhite:hover{
  color: #ffffff;
  text-decoration:underline;
}
/*招标项目、项目金额，合作伙伴，入驻机构*/
.numberOfInvitation{
  width: 1200px;
  height: 96px;
  margin: auto;
  margin-top: -40px;/*mark20211229修改16为-40*/
  z-index: 99;/*mark20211229新增*/
  position: relative;/*mark20211229新增*/
}
.totalNumber{
  width: 288px;
  height: 96px;
  background: #FFFFFF;
  float: left;
  vertical-align: top;
}
.totalNumber:nth-child(1),.totalNumber:nth-child(2),.totalNumber:nth-child(3){
  margin-right: 16px;
}
.inInstitutionNumber.totalNumber{
  margin-right: 16px;/*mark20211229新增*/
}
.bidingDocumentLeft{
  float: left;
  vertical-align: top;
  height: 60px;
  margin-top: 16px;
  margin-left: 24px;
  text-align:left;
}
.bidingDocumentLeft p:nth-child(1){
  width: 190px;/*mark20210916修改：75改190px*/
  height: 36px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 36px;
}
.bidingDocumentLeft p:nth-child(2){
  /*width: 56px;*/
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 20px;
}
.bidingDocumentRight{
  float: right;
  vertical-align: top;
  margin-top: 24px;
  margin-right: 31px;
}
.zhaobiaoshuIcon{
  width: 42px;
  height: 48px;
  /*opacity: 0.2;mark20211229注释*/
  /*border: 3px solid #3578E7;mark20210811注释*/
}
.hotTenders{
  width: 1200px;
  height: 427px;
  background: #FFFFFF;
  margin: auto;
  margin-top: 16px;
}
.hotTenders .allFeadStyles{
  height: 52px;
  width: 1160px;
  border-bottom: 1px solid #eeeee4;
  margin: auto;
}
.hotTenders span:nth-child(1) {
  float: left;
  height: 24px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 52px;
  padding-bottom: 15px;
}
/*.hotTenders span:nth-child(2) {*/
/*  float: right;*/
/*  height: 24px;*/
/*  font-size: 14px;*/
/*  font-family: PingFangSC-Regular, PingFang SC;*/
/*  font-weight: 400;*/
/*  color: #888888;*/
/*  line-height: 52px;*/
/*}*/
.hotTendersContent{
  width: 1160px;
  height: 328px;
  margin: auto;
  margin-top: 20px;
}
.bidingDocument{
  width: 278px;
  height: 328px;
  background: #FFFFFF;
  border: 1px solid #E7E8E9;
  float: left;
}
.bidingDocument:hover {
  width: 278px;
  height: 328px;
  background: #FFFFFF;
  border: 1px solid #3578E7;
  box-shadow: 0px 2px 8px 0px rgba(53, 120, 231, 0.4);
  float: left;
}
.bidingDocument:hover .tenderBuy{
  width: 238px;
  height: 40px;
  background: #3578E7;
  border: 1px solid #3578E7;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;/*mark20210907修改：20为35*/
  cursor: pointer;
}
.bidingDocument .tenderBuy:active{
  width: 238px;
  height: 40px;
  background: #2f67cb;
  border: 1px solid #2f67cb;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  cursor: pointer;
}
.bidingDocument:nth-child(1),.bidingDocument:nth-child(2),.bidingDocument:nth-child(3){
  margin-right:16px;
}
.bidingDocumentContent{
  width: 238px;
  margin: auto;
}
.tenderNumber{
  width: 238px;
  height: 20px;
  margin-top: 20px;
  text-align: left;
}
.tenderNumber p{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  float: left;
  vertical-align: top;
}
.reduIcon{
  width: 16px;
  height: 16px;
  float: right;
  vertical-align: top;
}
.tenderTitle{
  width: 238px;
  height: 56px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 28px;
  margin-top: 8px;
  text-align: left;
  /*mark20210913新增：多行溢出省略号*/
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;/*代表哪一行省略号*/ 
	overflow: hidden;
}
.tenderContent{
  width: 254px;/*mark20220124调整224为254px*/
  height: 96px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 8px;
  text-align: left;
}
  /*mark20220124新增：热门项目调整*/
.tenderContent ul li{
	font-size: 16px;
	width: 255px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tenderEndTime{
  margin-top: 20px;
}
.tenderEndTime span{
  width: 132px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF7700;
  line-height: 20px;
  vertical-align: super;
}
.shalouIcon{
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}
.tenderBuy{
  width: 238px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E7E8E9;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 35px;/*mark20210907修改：20为35*/
  margin-top: 12px;
  display: inline-block;/*mark20210907新增*/
}
.filtered{
  width: 630px;
  height: 52px;
  float: right;
  margin-right: -40px;
}
/*发布日期*/
.releaseDate{
  width: 100px;
  height: 28px;
  /*border-radius: 5px;*/
  /* box-shadow: 0 0 5px #ccc;*/
  border: 1px solid #cccccc;
  position: relative;
  margin-top: 12px;
}
/* 下拉按钮样式 */
.dropbtn {
  border: none;
  cursor: pointer;
  background-color: #ffffff;
  color: #111111;
  height: 28px;
  margin-left: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  margin-right: 8px;
  background: url(../images/operate/xiala.png) no-repeat right center #fff;
  padding-right: 20px;
  background-size: 13px;
}

/* 容器 <div> - 需要定位下拉内容 */
.DivSelect {
  position: relative;
 
  margin-top: 12px;
  margin-left: 24px;
  display: inline-block;/*mark20211229新增*/
  width: 98px;
  top:-14px;/*mark20211229新增*/
}
.xialakuangIcon{
  width: 10px;
  height: 10px;
  display: inline-block;
}
.dropDownTltle{
  text-align: left;
  margin-top: 12px;
  border: #d7d8d9 1px solid;/*mark20211229新增*/
}
.dropDownTltle:hover{
  background-color: #EEEFF4;
}
.dropDownTltle:hover .dropbtn{
  background-color: #EEEFF4;
}
/* 下拉内容 (默认隐藏) */
.dropdown-content {
  width: 147px;
  background: #FFFFFF;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  min-width: 160px;
  padding: 12px;/*mark20211229新增*/
}

/* 下拉菜单的链接 */
.dropdown-content a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
  height: 28px;
  text-decoration: none;
  display: block;
  text-align: left;
  padding-left: 20px;
	overflow: hidden;/*mark20211229新增*/
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* mark20211229修改
.dropdown-content a:nth-child(1){
  margin-top: 12px;
} */
/* 鼠标移上去后修改下拉菜单链接颜色 */
.dropdown-content a:hover {
  background: rgba(53,120,231,0.1);
}

/* 在鼠标移上去后显示下拉菜单 */
.DivSelect:hover .dropdown-content {
  display: block;
}

/*精选王冠图标*/
.wangguanIcon{
  width: 24px;
  height: 24px;
  margin-top: 13px;
  vertical-align: top;
  margin-right: 9px;
}
.apply-record{
  height: 428px;/*mark20220107修改：320为428*/
  background: #FFFFFF;
  margin-top: 16px;
  box-shadow: 0px 4px 16px 0px rgb(33 18 14 / 5%);
  border: 1px solid #ebe6e6cc;
}
.tabToSwitchStyle{
  width: 100%;
  height: 52px;
    position: relative;/*mark20210804新增*/
}
.tabToSwitch{
  margin-left: 10px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 1px 0px 0px #e7e8e9;
}
.tabToSwitch .tab-item{
  float: left;
  min-width: 72px;/*mark20210804修改：width改min-width*/
  height: 52px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 52px;
  margin-right: 24px;
  cursor:pointer;
}
.apply-record .tabToSwitch .tab-item span{/*mark20210806新增*/
	position: absolute;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 52px;
	right: 20px;/*mark20210806新增-446,后改390,改20*/
	top: 0px;
}
.tabToSwitchClass p{
  height: 3px;
  background: #3578E7;
  margin: auto;
}

.topTitleScreen{
  height: auto;/*mark20220107修改：240为auto*/
  margin-left: 20px;
  margin-top: 12px;/*mark20220107修改：10为12*/
}
.topTitleScreen li{
  font-size: 14px;
  width: 100%;
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  margin-bottom: 5px;
}
.topTitleScreen span:nth-child(1) {
  float: left;
  height: 24px;
  font-size: 14px;/*mark20210806修改：18为14*/
  font-weight: 500;
  color: #333333;
  width: 78%;
  padding-bottom: 15px;
}
.topTitleScreen li :nth-child(1) {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  text-align: left;/*mark20210805新增*/
}
.topTitleScreen li :nth-child(2) {
  float: left;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.topTitleScreen span:nth-child(2) {
  min-width: 70px;/*mark20220216修改：240px为70*/
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 30px;
  float: right;
  margin-right: 20px;
}
.topTitleScreen li span:nth-child(3) {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 30px;
  float: right;
  margin-right: 30px;
}
/*菜单栏选择切换样式*/
.selected{
  color:#ffffff;
  /*sbackground-color: #3578E7;*/
}
.shouyeClass{
  float: left;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
}
.shouyeClass span{
  padding-right: 12px;
  border-right: 1px solid #CCCCCC;
  margin-right: 12px;
  line-height: 36px;
}
.shouyeIcon{
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 5px;
  line-height: 36px;
}
.headerStyleBottom{
  line-height: 36px;
  height: 36px;
  box-shadow: 0px 1px 0px 0px #eeeff4;
}
/*mark20210805新增：入驻机构伴箭头*/

.InInstitutions .picScroll-left .hd a.prev{
	background: url(../images/arrow-left.png);/*mark20210804修改：地址,20210817修改right为left*/
	background-size: 35px;
}
.InInstitutions .picScroll-left .hd a.next {
	background: url(../images/arrow-right.png);/*mark20210804修改：地址,20210817修改left为right,20210817修改right为left*/
	background-size: 35px;
}
.InInstitutions .picScroll-left .hd a.prev:hover{
	background: url(../images/arrow-left_hover.png) -10px -10px no-repeat;/*mark20210804修改：地址*/
	background-size: 55px;
}
.InInstitutions .picScroll-left .hd a.next:hover{
	background: url(../images/arrow-right_hover.png)  -10px -10px no-repeat;/*mark20210804修改：地址,20210817修改left为right*/
	background-size: 55px;
}