
.hd_myzj li {
    padding: 25px 0px;
    border-bottom: 1px solid #e5e5e5;
    overflow: auto;
}
.state {
    background: #2778bd;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    width: 6%;
    width: 54px;
    padding: 7px 0px;
    float: left;
    height: 50px;
}
.end {
    background: #ddddde;
}
.text {
    width: 92%;
    float: right;
}
.text h4 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text a:hover {
    color: #245399;
}
.text p {
    color: #949494;
    font-size: 14px;
    padding-top: 3px;
}
.text p span:first-child {
    margin-right: 20px;
}

.hd_myzj_details h1 {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
}
.extend {
    padding-top: 20px;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    text-align: center;
    border-bottom: 1px dotted #cdcdcd;
    padding-bottom: 20px;
}
.extend p {
    display: inline-block;
}
.extend p span {
    color: #999999;
    margin-right: 15px;
}
.extend p span.end {
    color: red;
}
.detail {
    margin-top: 40px;
    margin-bottom: 10px;
    float: none !important;
    border: none !important;
}
.detail p {
    text-indent: 2em;
}
.fjxz a{
    background:#1474c1;
    color:#fff;
    margin-left:10px;
    padding:5px;
    border-radius:5px
}
.hd_yjlb {
    margin-bottom: 20px;
    margin-top: 20px;
}
.hd_yjlb_title {
    border-bottom: 2px solid #d4d4d4;
    height: 38px;
}
.hd_yjlb_title span {
    display: block;
    float: left;
    border-bottom: 2px solid #0057aa;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
.hd_yjlb_details li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
    margin-top: 9px;
}
.promulgator {
    font-size: 12px;
    color: #999999;
    line-height: 36px;
}
.promulgator a {
    font-size: 14px;
    color: #c9302c;
    margin-right: 20px;
}

.hd_yjzj_input {
    margin-top: 30px;
}
.hd_yjzj_input .form-group {
    padding: 0px 20px;
}
.div_i_title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #2778bd;
    color: #fff;
    padding: 0 20px;
}
.hd_yjzj_input .form-group {
    overflow: hidden;
    margin: 25px 0;
}
.hd_yjzj_input .form-group label,
.hd_yjzj_input .form-group input {
    float: left;
    height: 40px;
    line-height: 40px;
}
.hd_yjzj_input .form-group label {
    width: 90px;
}
.hd_yjzj_input .form-group input {
    outline: none;
    width: 550px;
    padding: 0 10px;
    float: left;
    border: 1px solid #eee;
}
.hd_yjzj_input .form-group textarea {
    width: 800px;
    height: 150px;
    outline: none;
    padding: 10px;
    float: left;
    border: 1px solid #eee;
}
.hd_yjzj_input .hd_yzm input {
    width: 280px;
}
.hd_yzm a{
    line-height:35px;
    margin-left:10px;
}
.yzm_warp {
    width:70px;
    height:30px;
    float:left;
    margin-left:25px;
}
.hd_yjzj_input .hd_yzm img {
    width: 100%;
    height: 100%;
    /* margin-left: 25px; */
}
.hd_yjzj_input .btn-tijiao button {
    border: 1px solid #dddddd;
    padding: 0;
    width: 150px;
    height: 45px;
    background: #2778bd;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: .3em;
    font-size: 18px;
}
.hd_yjzj_input .btn-tijiao .resetBtn {
    background: #aeaeae;
    margin-left: 3%;
}
.icon_zy {
    color:#d80909;
    margin-left:8px;
    float: left;
}
.submitBtn{
    /* margin-left:90px; */
}


@media screen and (max-width: 768px) {

    .hd_myzj li {
        padding: 16px 0;
    }
    .state {
        font-size: 14px;
        width: 13%;
        min-width: 39px;
        max-width: 66px;
    }
    .text {
        width: 85%;
    }
    .text h4 {
        font-size: 16px;
        margin: 0;
    }
    .text p span {
        display: block;
    }

    .detail {
        margin-top: 30px;
    }
    .extend p{
        display: block;
        width: 100%;
    }
    .extend p span{
        margin: 0;
    }

    .hd_yjzj_input .form-group textarea,
    .hd_yjzj_input .form-group input {
        width: 94%;
    }
    .hd_yjzj_input .hd_yzm input {
        width: 100px;
    }
    .hd_yjzj_input .form-group {
       padding: 0 10px;
    }
    .div_i_title {
       padding:0 10px;
    }
    .submitBtn{
        margin:0 auto;
    }
    .hd_yjzj_input .btn-tijiao button{
        width:48%;
        marginï¼š0 auto;
        padding:0px;
        float:left
    }
}