/*************************** 意见征集样式 *******************************/
/* 头部 */
.opinion_head{
    height: 250px;
    border-bottom: 5px solid #D30000;
}
/* 导航头 */
.navigation_bar{
    width: 1174px;
    height: 52px;
    line-height: 52px;
    background: #eee;
    margin: 28px auto 24px auto;
    padding: 0 22px 0 20px;
}
.navigation_bar .home_page{
    cursor: pointer;
}
.navigation_bar .cur_time{
    font-size: 16px;
    color: #000;
}
/* 正在进行征求意见 */
.solicit_comment{
    width: 1158px;
    margin: auto;
}
.solicit_comment .table_word{
    width: 190px;
    height: 45px;
    background: #D30000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    margin: 0 6px;
}
.solicit_comment .table_title .table_line{
    width: 8px;
    height: 45px;
    background: #D30000;
}
.solicit_comment .table_content{
    text-align: center;
}
.solicit_comment .table_content th{
    text-align: center;
    color: #000;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-bottom-width: 0;
}
.solicit_comment .table_content td{
    border: 1px solid #dcdcdc;
    height: 50px;
    line-height: 50px;
    padding: 0;
    /* cursor: pointer; */
}
.solicit_comment .going_table td:nth-child(1){
    cursor: pointer;
}
.solicit_comment .table_content tr:nth-child(even) > td{
    background: #fff3f3;
}
/* 已结束的征求意见 */
.finish_comment{
    margin: 42px auto 120px auto;
}
.finish_comment .table_more, .going_comment .table_more{
    font-size: 18px;
    color:#e20606;
    line-height: 45px;
    cursor: pointer;
}
.finish_comment .fenye{
    text-align: center;
}

/******************************** 意见征集 *****************************/

/* 头部 */
.opinion_head{
    height: 250px;
    border-bottom: 5px solid #D30000;
}
/* 导航头 */
.common_content{
    width: 1174px;
    margin: 28px auto 24px auto;
}
.navigation_bar{
    height: 52px;
    line-height: 52px;
    background: #eee;
    padding: 0 22px 0 20px;
}
.navigation_bar .cur_time{
    font-size: 16px;
    color: #000;
}
/* 信息录入 */
.opinon_content{
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    padding: 30px 45px 30px 30px;
    margin-bottom: 100px;
}
.opinon_content .draft{
    width: 500px;
    display: inline-block;
    min-height: 600px;
}
.opinon_content .draft .draft_title{
    font-size: 20px;
    color: #d30000;
    font-weight: bold;
    text-align: center;
}
.opinon_content .draft .draft_line{
    height: 1px;
    background: #DCDCDC;
    margin: 20px 0;
}
.opinon_content .draft .draft_detail{
    text-indent: 2em;
    font-size: 18px;
    color:#000;
    line-height: 40px;
}
.opinon_content .draft .tips{
    font-size: 16px;
    line-height: 30px;
    margin-top: 80px;
}
.opinon_content .draft .tips .tips_title{
    color: #D30000;
}
/*.opinon_content .draft .tips p{*/
/*    text-indent: 2rem;*/
/*}*/
/* 表单填写 */
.write_info{

}
.write_info .required{
    font-size: 14px;
    color: #000;
}
.write_info .required_sign{
    color: #D30000;
}
.write_info .form_info{
    margin-top: 60px;
    width: 555px;
}
.write_info .form_info input.form-control, .write_info .form_info select.form-control{
    width: 409px;
    height: 45px;
    font-size: 18px;
    border: 1px solid #dcdcdc;
}
.write_info .form_info textarea.form-control{
    width: 409px;
    font-size: 18px;
    border: 1px solid #dcdcdc;

}
.write_info .form_info .form-control:focus{
    box-shadow: none;
}
.form-group{
    margin-bottom: 26px !important;
}
.form_info .control-label{
    line-height: 45px;
    font-size: 20px;
    color:#000;
    font-weight: normal;
    padding-top: 0 !important;
}
.form_info .form-group .submit_btn{
    text-align: center;
    margin-top: 25px;
}
.form_info .form-group .submit_btn .btn{
    width: 125px;
    height: 45px;
    /* line-height: 45px; */
    background: #D30000;
    font-size: 18px;
    color:#fff;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}
.form_info .form-group .submit_btn .btn:active, .form_info .form-group .submit_btn .btn:focus, .form_info .form-group .submit_btn .btn:active:focus{
    box-shadow: none;
    border: none;
    outline: 0;
}