//导航条 .breadcrumb { width: 1200px; margin: 0 auto; height: 22px; padding-bottom: 40px; margin-top: 40px; margin-bottom: 60px; border-bottom: 1px solid #d9d9d9; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 20px; color: #666666; line-height: 23px; text-align: left; font-style: normal; text-transform: none; .el-breadcrumb::v-deep { display: inline-block; vertical-align: -4px; } /deep/.el-breadcrumb__inner a, /deep/.el-breadcrumb__inner.is-link { color: #666666; font-weight: 400; text-decoration: none; transition: var(--el-transition-color); } span { font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 20px; color: #666666; line-height: 23px; text-align: left; font-style: normal; text-transform: none; } span:hover { color: #666666; } .location { margin-right: 20px; width: 100px; height: 22px; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 20px; color: #666666; line-height: 23px; text-align: left; font-style: normal; text-transform: none; } } // 资讯列表 .newsDetail { width: 100%; // height: 1400px; // margin-bottom: 70px; .inner { width: 1200px; font-size: 16px; position: relative; .innerDetail { width: 1080px; margin: 0 auto; margin-bottom: 60px; .headImg { width: 1086px; height: 10px; background: url("@/public/special/head11.png") no-repeat 100% 100%; } .footImg { width: 1086px; height: 7px; background: url("@/public/special/foot01.png") no-repeat 100% 100%; } .innerDetail1 { width: 1086px; margin: 0 auto; padding: 30px 50px 40px; box-sizing: border-box; border-left: 1px solid #DBBE9E; background: url("@/public/special/mid01.png") repeat-y 100% 100%; } .leftBottom::v-deep { font-size: 16px; line-height: 40px; } } .innerLeft { width: 279px; position: absolute; top: 3px; left: -155px; .rightMenuTitle { width: 279px; height: 69px; font-size: 22px; font-weight: bold; line-height: 58px; text-align: center; color: #fff; background: url("@/public/special/projectMoreTitle.png") no-repeat; margin-bottom: 30px; } ul { li { a { display: inline-block; width: 144px; height: 60px; line-height: 60px; text-align: center; background-color: #F4F4F4; border-top: 1px #fff solid; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 16px; color: #000000; } } li:nth-child(1) { width: 144px; height: 60px; line-height: 60px; text-align: center; background-color: #F4F4F4; border-top: 1px #fff solid; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 16px; color: #dd7d18; } } .active { background: #dd7d18; color: #fff; } } } } //本网招聘 .projectMoreBox { margin: 0 auto; height: 520px; //margin-top: 20px; //background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/special/projectMoreBg.png") no-repeat; .projectMoreTitle { color: #dd7d18; padding-top: 20px; font-size: 26px; //padding-left: 204px; } .projectMoreText { padding: 40px; font-size: 20px; color: #333333; text-indent: 2em; line-height: 36px; } } .innerTitle { font-size: 24px; border-bottom: 1px solid #dd7d18; padding-bottom: 20px; } .list { height: 570px; margin-bottom: 70px; padding-bottom: 10px; margin-top: 10px; >li { width: 790px; height: 60px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 60px; //border-bottom: 1px solid #D9D9D9; >a { width: 360px; height: 26px; cursor: pointer; font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 20px; color: #333333; line-height: 26px; text-align: left; font-style: normal; text-transform: none; } } }