
.main {
    width: 1200px;
    margin: 0 auto;
}
/* 当前位置 */
.currentLocation {
    margin: 30px 0;
    color: #9c9fa3;
    font-size: 14px;
}
/* 标段选择 */
.bdxz {
    /* height: 50px; */
    background-color: #f1f4f7;
    display: flex;
    align-items: center;

}
.bdxz_tab {
    display: inline-block;
    width: 70px;
    text-align: center;
    background-color: #134ebe;
    color: #fff;
    font-size: 15px;
    padding: 14px;
    position: relative;
    margin-right: 20px;
}
.bdxz_tab::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #134ebe;
    transform: translate(0,-50%) rotate(90deg);
    position: absolute;
    top:50%;
    right:-12px;
}
.bdxz_text {
    /* display: inline-block; */
    font-size: 14px;
    color: #858585;
    flex: 1;
    display: flex;
    align-items: center;
    height: 48px;
    flex-wrap: nowrap;
    overflow: scroll;
}
.bdxz_text span {
    cursor: pointer;
    white-space: nowrap;
}
.bdxz_text .active {
    color: #134ebe;
}
.bdxz_text>b {
    border-left: 2px solid #e2e4e5;
    margin: 0 10px;
    height: 20px;
}
.bdxz_arrow {
    /* display: inline-block; */
    width: 30px;
    height: 43px;
    line-height: 43px;
    background-color: #f1f4f7;
    box-shadow: -10px 0px 8px -5px #c7c7c8;
    float: right;
    text-align: center;
}
.bdxz_arrow>img {
    width:15px;
    height: 15px;
    transform: rotate(270deg);
}

/* 倒计时 */

.djs {
    margin: 30px 0;
    text-align: center;
}
.djs_endTime {
    /* text-align: center; */
    font-size: 15px;
    margin-top: 20px;
  
}
.djs_endTime>p {
    color: #7f7fa8;

}
.djs_endTime>p>span {
    color: #134ebe;
}
.starting {
    display: block;
}
.djs_time {
   margin: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.djs_time>div:not(:last-child) {
    display: inline-block;
    width: 50px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 5px;

   
}
.djs_time>div:nth-child(1) {
    font-size: 20px;
    margin-right: 20px;
    width: 120px;
    display: none;
}

.djs_time>div:nth-child(2),
.djs_time>div:nth-child(3),
.djs_time>div:nth-child(5),
.djs_time>div:nth-child(6),
.djs_time>div:nth-child(8),
.djs_time>div:nth-child(9),
.djs_time>div:nth-child(11),
.djs_time>div:nth-child(12) {
    background: linear-gradient(to bottom,#6a9bce,#134ebe);
    /* background: linear-gradient(to bottom,#e0e0e0,#afafaf); */
    color: #fff;
    font-size: 3em;
    position: relative;
    margin: 0 3px;
}
/* .djs_time>div:nth-child(1)>div {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c29c74;
    z-index: 999;
} */

.djs_time>div:nth-child(2)::after,
.djs_time>div:nth-child(3)::after,
.djs_time>div:nth-child(5)::after,
.djs_time>div:nth-child(6)::after,
.djs_time>div:nth-child(8)::after,
.djs_time>div:nth-child(9)::after,
.djs_time>div:nth-child(11)::after,
.djs_time>div:nth-child(12)::after  {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 5px 0 0 ;
    border-bottom: 2px solid #c29c74;
    transition: all .3s linear;
}
.djs_time>.activeCor:nth-child(2)::after,
.djs_time>.activeCor:nth-child(3)::after,
.djs_time>.activeCor:nth-child(5)::after,
.djs_time>.activeCor:nth-child(6)::after,
.djs_time>.activeCor:nth-child(8)::after,
.djs_time>.activeCor:nth-child(9)::after,
.djs_time>.activeCor:nth-child(11)::after,
.djs_time>.activeCor:nth-child(12)::after  {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 5px 0 0 ;
    border-bottom: 2px solid #b0b0b0;
    transition: all .3s linear;
}

.djs_time>.noneBorder:nth-child(2)::after,
.djs_time>.noneBorder:nth-child(3)::after,
.djs_time>.noneBorder:nth-child(5)::after,
.djs_time>.noneBorder:nth-child(6)::after,
.djs_time>.noneBorder:nth-child(8)::after,
.djs_time>.noneBorder:nth-child(9)::after,
.djs_time>.noneBorder:nth-child(11)::after,
.djs_time>.noneBorder:nth-child(12)::after  {
    border-bottom: none;
}




.djs_time>div:nth-child(4),
.djs_time>div:nth-child(7),
.djs_time>div:nth-child(10),
.djs_time>div:nth-child(13){
    font-size: 20px;
}

.djs_time>.noneBorder:nth-child(4),
.djs_time>.noneBorder:nth-child(7),
.djs_time>.noneBorder:nth-child(10),
.djs_time>.noneBorder:nth-child(13){
    font-size: 20px;
    color: #fff;
}

.djs_time>div:last-child {
    display: inline-block;
    padding: 8px 13px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #bf9870;
    margin-left: 50px;
    border-radius: 30px;
    cursor: pointer;
    
}
.jscj {
    display: none;
}
.jscjBox {
    display: flex;
    justify-content: start;
    margin: 10px;
    margin-bottom: 30px;
    min-height: 160px;
    background-color: #fff;
    box-shadow: 0 0 20px -8px #c3c3c3;
    border-radius: 5px;
    padding: 20px;

  
}
.jscjBox>div:nth-child(1) {
    width: 80px;
    
}
.jscjBox>div:nth-child(1)>img {
    width: 100%;
}
.jscjBox>div:nth-child(2) {
    width: 2px;
    height: 100%;
    background-color: #f7f7f7;
    margin: 0 10px ;
}
.zbjBox {
    margin-bottom: 30px;
}
.zbjBox,
.zbrBox {
    display: flex;
    justify-content: start;

}
.zbjBox>img,
.zbrBox>img {
    width: 28px;
    height: 28px;
    margin: 0 10px;
    margin-top: 7px;
}
.zbjBox>div,
.zbrBox>div {
    text-align: left;
    margin-top: 10px;
}
.zbjBox>div>p,
.zbrBox>div>p {
    font-size: 18px;
    color: #7f7f7f;
    margin-bottom: 10px;
}
.zbjBox>div>div {
    font-style: italic;
    font-size: 22px;
    color: #134ebe;
    font-weight: 700;
}
.zbrBox>div>div {
    font-style: italic;
    font-size: 22px;
    color: #134ebe;
    font-weight: 700;
}

.wcj {
    display: none;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
    background-color: #f1f4f7;
    margin-bottom: 30px;
    color: #7f7f7f;
}












.lct {
    text-align: center;

}
.lct>ul {
    display: flex;
    justify-content: space-around;
}
.lct>ul>li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lct>ul>li:not(:last-child)::after {
    content: "";
    border-top: 1px solid #134ebe;
    position: absolute;
    top: 23%;
    right: -127px;
    width: 172px;
    z-index: 1;
}

.lct>ul>li:nth-last-child(2):after {
  right: -93px;
}

.djs .lct>ul>li .lctActive {
    background-color: #134ebe;
    color: #fff;
}
.djs .lct>ul>li .lctDisable {
    background-color: #d7d7d7;
    color: #000;
    pointer-events:none;
}
.lct>ul>li>span:nth-child(1) {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #134ebe;
    text-align: center;
    cursor:pointer;
    z-index: 2;
}
.lct>ul>li>span:nth-child(2) {
    margin-top: 20px;
    color: #134ebe;
}

/* 变更公告 */
.bggg {
    margin: 15px 0;
}

.bggg>ul>li {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 6px;
}
.bggg>ul>li>div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f6f9;
    padding: 20px 13px;
    color: #fff;
}
.bggg>ul>li>div:nth-child(1)>div:nth-child(1) {
    display: flex;
    align-items: center;
}
.bggg>ul>li>div:nth-child(1)>div:nth-child(1)>img {
    width: 20px;
    height: 20px;
    vertical-align: top;
    transform: rotate(-90deg);
    transition: all .2s linear;
}
.bggg>ul>li>div:nth-child(1)>div:nth-child(1)>span {
    padding: 6px 17px;
    color: #fff;
    background-color: #134ebe;
    margin-left: 20px;
    white-space: nowrap;
}
.bggg>ul>li>div:nth-child(1)>h2 {
   color: #000;
   font-size: 22px;
   font-weight: 700;
   width: 800px;
   margin: 0px 10px;
   flex: 1;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.bggg>ul>li>div:nth-child(1)>div:nth-child(3) {
    color: #7f7f7f;
    font-size: 14px;
}
#firstFloor .clickActive {
    height: calc(6*35px);
}
#firstFloor .insetLiBgc {
    background-color: #fff4f4;
}
#firstFloor>li>div:nth-child(2)>ul>li:hover {
    background-color: #fff4f4;
}
.bgggDetails {
    padding: 5px;
    height: 0;
    overflow:hidden;
    transition: all .3s ease-in-out;
    position: relative;
}
.bgggDetailsActive {
   height: 500px;
   /* height: initial; */
   transition: all .3s ease-in-out;
}
.bgggDetailsActiveHeight {
    height: auto;
    transition: all .3s ease-in-out;
 }
#firstFloor .imgActive {
    transform: rotate(0);
}
.bgggDetails_tab {
    margin: 10px 0;
}
.bgggDetails_tabs {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: #e8effb;
    margin: 0 5px;
    font-size: 12px;
    color: #7f7f7f;
}
.bgggDetails_zbgkBox {
    display: flex;
    justify-content: space-between;
}
.bgggDetails_zbgkBox div:nth-child(2) button {
    padding: 3px 5px;
    margin: 0 5px;
}
.bgggDetails_zbgkBox_content>h2 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.bgggDetails_zbgkBox_content>p {
    margin: 20px 0;
    font-size: 16px;
    color: #393939;
}
.bgggDetails_jzgd {
    /* margin: 20px 0; */
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 12px 46px -19px #000;
    z-index: 999;
}
.bgggDetails_jzgd img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: sub;
}
.xmcdyy {
    margin: 10px 0;
}
.xmcdyy_title {
    font-size: 16px;
    color: #000;

}
.xmcdyy_title>span {
    display: inline-block;
    background-color: #79000f;
    width: 4px;
    height: 25px;
    vertical-align: middle;
}

.xmcdyy_yyBox {
    border: 1px solid #d7d7d7;
    padding: 10px;
    margin-top: 20px;
    display: flex;
}
.xmcdyy_yyBox_date,
.xmcdyy_yyBox_content,
.solid {
    display: inline-block;
}
.solid {
    width: 1px;
    height: 370;
    background-color: #d7d7d7;
    margin: 0 15px;
}
.xmcdyy_yyBox_date {
    width: 500px;
}
.xmcdyy_yyBox_content {
    width: calc(100% - 530px);
}
.contentTitle {
    padding: 10px 15px;
    background-color: #f7f7f7;

}
.contentText {
    padding: 15px;
    line-height: 25px;
    max-height: 260px;
    overflow: auto;
}
.contentText>p{
    margin: 10px 0;
}
.noNotice {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-left: 40px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.details-content {
  font-size: 16px;
  background: none;
}