﻿/* 依申请公开 开始  */
a:link {text-decoration: none}
.top_search input, .top_search .search_btn{height: 47px;}
.logo .fl, .logo .fr{height:108px;}
.sqgk_title{
    margin-top:40px;
}
.sqgk_title  h{
    font-size: 24px;
    color:#AF130F;
    font-weight: 900;
    line-height: 40px;
}
.sqgk_title  p i{
    color:red;
}
.sqgk_search a{
    padding:10px 40px;
    background-color: #AF130F;
    color:#fff;
    border-radius: 5px;
    font-size: 18px;
    float: right;
    margin-top:40px;
}
.sqgk_search a:hover{
    background-color: #E54745;
    transition-duration: 0.4s;
}
.sqgk .gmfr {
    margin-top:30px;
}
.sqgk .gmfr a{
    padding:20px 50px;
    background-color: #ccc;
    border-radius: 20px 20px 0px 0px;
    color:#333;
    font-size: 18px;
    line-height: 40px;
}
.sqgk .gmfr .selected{
    color:#fff;
    background-color: #AF130F;
}


.sqgk_form{
    font-size: 14px;
}


.forms input[type="radio"] {
    -webkit-appearance: radio;
}

.forms input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.forms .form-control {
    padding: 6px;
}

.forms input.form-control {
    height: 38px;
}

.forms .pane {
    animation-duration: .3s;
}

.forms .row>div[class*="col-"] {
    margin-bottom: 1rem;
}

.forms .form-control:focus {
    border-color: #E54745;
    box-shadow: 0 0 0.1rem 0.1rem rgba(0, 123, 255, .1);
}

.forms .form-inline .radio input {
    vertical-align: -2px;
    margin-right: 4px;
}

.forms .control-label {
    /* font-weight: bold;*/
}

.text-intro p {
    margin: 12px 0;
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
}

.text-intro p a {
    margin: 0 5px;
    color: #AF130F;
    text-decoration: underline;
}

.info-btns [class*="btn"] {
    margin: 10px;
    transition: .3s;
}

.info-btns .btn-lg {
    font-size: 18px;
}

.info-btns [class*="btn"]:hover {
    box-shadow: 0 10px 20px rgba(0, 27, 128, .1);
    transform: translate(0, -3px);
}

.info-detail {
    max-width: 800px;
    border: 1px solid #ddd;
    margin: 20px auto;
    padding: 0 15px;
    font-size: 15px;
}

.info-detail .row {
    margin-left: -15px;
    margin-right: -15px;
}

.info-detail .row:nth-of-type(odd) {
    background-color: #fafafa;
}

.info-detail .row>div {
    border-top: 1px solid #ddd;
    margin-top: -1px;
    padding: 15px;
}
.md-blue{
    background-color: #AF130F !important;
    color:#fff !important;
}
.info-btns .btn-lg{
    background-color: #fff;
    color:#333;
}
.info-btns{
    text-align: center;
}
/* 依申请公开 结束  */

/* 依申请公开验证码   */
.img-captcha{height: 38px;width: 83px;}
.input-group-addon{padding:0px;border:0px;}
/* 依申请公开 结束  */