/**!
*  通用详情页
* date: 2020-05-28
* author: wuzhou;
*/

.details-info {
    padding: 27px 50px 29px;
}

/* 手机端 */
@media (max-width:767px) {
    .details-info {
        padding: 27px 10px 29px;
    }
}


.details-title {
    padding: 8px 0 25px 0;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.details-sub {
    color: #999;
    line-height: 24px;
    background-color: #f6f6f6;
}

.details-body {
    min-height: 500px;
}
 
.sub-info {
    margin-right: 16px;
    line-height: 26px;
    padding: 15px 0;
}

/* 中等屏幕 */
 @media  (max-width:1199px)  {
    .sub-info {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .sub-items {
        width: 100%;
    }
 }

.sub-items>li {
    float:left;
}

/* 手机端 */
@media  (max-width:600px)  {
    .sub-items>li {
         width: 33.3%;
    }
    
 }

 /* 手机端 */
@media  (max-width:374px)  {
    .sub-items>li {
         width: 100%;
    }
    
 }

.sub-items>li>a {
    display: block;
    line-height: 56px;
    color: #000;
    font-size: 18px;
    padding:0 40px;
}

/* 手机端 */
@media  (max-width:600px)  {
    
    .sub-items>li>a {
       
        padding:0;
        text-align: center;
        font-size: 17px;
        line-height: 46px;
    }
    
 }

 

.sub-items>li.active>a {
    color: #fff;
    background-color: #d01529;
}

.bdl {
    display: none;
}

/* 进展查询 */
.trajectory-items {
    margin-left: 206px;
    margin-top: 51px;
} 

/* 手机端 */
 @media   (max-width:767px)  {
    .trajectory-items {
        margin-left: 20px;
    } 
    
 }


.trajectory-items>li {
    position: relative;
}

.trajectory-items>li:before {
    position: absolute;
    content: "";
    left: 1px;
    width: 1px;
    background-color: #e1313f;
    top: 0;
    bottom: 0;
}
 

.info-date {
    display: block;
    position: absolute;
    width: 188px;
    top: 2px;
    left: -205px;
    font-size: 18px;
    color: #000;
    line-height: 36px;
    text-align: center;
}

/* 手机端 */
@media   (max-width:767px)  {
    .info-date {
         position: static;
         width: 150px;
         text-align: left;
         text-indent: 25px;
         white-space: nowrap;
    } 
    
 }



.right-info {
    margin-left: 45px;
    margin-right: 48px;
    padding-bottom: 147px;
    line-height: 36px;
    font-size: 16px;
}



/* 手机端 */
@media   (max-width:767px)  {
    .right-info {
        margin-left: 25px;
        margin-right: 0;
        padding-bottom: 20px;
    }
 }


.info-ico {
    position: absolute;
    left: -17px;
    top:0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border:5px solid #fff;
    display: block;
}

.info-ico>i,
.info-ico>i>em {
    display: block;
}

.info-ico>i {
    height: 100%;
    border:1px solid #ff9878;
    border-radius: 50%;
    background-color: #fff;
}

.info-ico>i>em {
    height: 100%;
    border:5px solid #fff;
    border-radius: 50%;
    background-color: #ff9878;
}

.trajectory-items>li:first-child  .info-ico>i {
    border:1px solid #e1313f;
}

.trajectory-items>li:first-child  .info-ico>i>em {
    background-color: #e1313f;
}


.trajectory-items>li:nth-child(2) .info-ico>i {
    border:1px solid #ef4a2f;
}

.trajectory-items>li:nth-child(2)  .info-ico>i>em {
    background-color: #ef4a2f;
}

.trajectory-items>li:last-child:before  {
    display: none;
}

.trajectory-items>li:last-child .right-info  {
     padding-bottom: 20px;
}

/* 最终答复意见 */

.details-txt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 46px;
    text-indent: 40px;
}

.details-other-area {
    padding-top: 30px;
}

.details-other-area>p {
    font-size: 16px;
    padding:10px 0;
    line-height: 26px;
}



/* 附件 */
.enclosure-area {
    margin-top: 65px;
    padding-left: 49px;
    min-height: 109px;
    padding-bottom: 10px;
    background: url("../images/enclosure_bg.jpg") right bottom no-repeat #f9f9f9;
}

.enclosure-name {
    padding-top: 11px;
    padding-left: 31px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    background: url("../images/enclosure_ico.png") left 20px no-repeat;
}

.enclosure-items>li {
    line-height: 29px;
}


.enclosure-items>li>a {
    color: #666;
}

.enclosure-items>li>a:hover,.enclosure-items>li>a.accfocus {
    color: #2391d7;
}
