@charset "utf-8";
/* CSS Document */
.detaMain{
    margin: 80px 0 40px 0;
    display: flex;
    width: 100%;
    height: auto;
}
.dLeft .liA>a{
    position:relative;
}
.dLeft .liA>a.haschildmenu::after {
    background: url(../images/sfbzfxxgklm_icon1.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    content: "";
    right: 10px;
    top: 26px;
}
.dLeft li .txt2 {
    width: 111px;
    float: left;
    font-size: 22px;
    color: #2d66a5;
    display: flex;
    align-items: center;
}
.dLeft .liA:hover .txt2, .dLeft .active .txt2 {
    color: #fff;
}
.dLeft li .icon {
    margin: 10px 10px 0 0px;
}
.dLeft .liA>a.haschildmenu:hover:after,.dLeft .liA>a.haschildmenu.active:after{
    width: 26px;
    height: 26px;
    background: url(../images/sfbzfxxgklm_icon1_h.png) no-repeat center;
}
.dLeft .liA>a.haschildmenu.active:after{
    width: 26px;
    height: 26px;
    background: url(../images/sfbzfxxgklm_icon2.png) no-repeat center;
}
.dLeft li .iconJA {
    width:42px;
    height:42px;
    background: url(../images/sfbzfxxgklm_iconA.png) no-repeat;
}
.dLeft .liA:hover .iconJA, .dLeft .active .iconJA {
    background: url(../images/sfbzfxxgklm_iconA_h.png) no-repeat;
}
.dLeft li .iconJB{
    width:38px;
    height:39px;
    background: url(../images/sfbzfxxgklm_iconB.png) no-repeat;
}
.dLeft .liA:hover .iconJB, .dLeft .active .iconJB{
    background: url(../images/sfbzfxxgklm_iconB_h.png) no-repeat;
}
.dLeft li .iconJC{
    width:35px;
    height:41px;
    background: url(../images/sfbzfxxgklm_iconC.png) no-repeat;
}
.dLeft .liA:hover .iconJC, .dLeft .active .iconJC{
    background: url(../images/sfbzfxxgklm_iconC_h.png) no-repeat;
}
.dLeft li .iconJD{
    width:37px;
    height:40px;
    background: url(../images/sfbzfxxgklm_iconD.png) no-repeat;
}
.dLeft .liA:hover .iconJD, .dLeft .active .iconJD{
    background: url(../images/sfbzfxxgklm_iconD_h.png) no-repeat;
}
.dLeft li .iconJE{
    width:35px;
    height:41px;
    background: url(../images/sfbzfxxgklm_iconE.png) no-repeat;
}
.dLeft .liA:hover .iconJE, .dLeft .active .iconJE{
    background: url(../images/sfbzfxxgklm_iconE_h.png) no-repeat;
}
.dLeft li .iconJF{
    width:36px;
    height:37px;
    background: url(../images/sfbzfxxgklm_iconF.png) no-repeat;
}
.dLeft .liA:hover .iconJF, .dLeft .active .iconJF{
    background: url(../images/sfbzfxxgklm_iconF_h.png) no-repeat;
}
.dLeft li .iconJG{
    width:37px;
    height:37px;
    background: url(../images/sfbzfxxgklm_iconG.png) no-repeat;
}
.dLeft .liA:hover .iconJG, .dLeft .active .iconJG{
    background: url(../images/sfbzfxxgklm_iconG_h.png) no-repeat;
}
/*机关简介*/
.briefPart{
    padding-top:20px;
    box-sizing:border-box;
}
.briefPart h1{
    text-align:center;
    font-size:32px;
    font-weight:bold;
    color:#2d66a5;
}
.briefPart_title{
    border-bottom:1px solid #dcdcdc;
    margin-bottom:10px;
}
.briefPart_title span{
    display: inline-block;
    font-size:18px;
    font-weight:bold;
    line-height:40px;
    color:#ffffff;
    padding:0 15px;
    box-sizing:border-box;
    background-color: #2d66a5;
    min-width:138px;
}
.briefText_list>ul{
    padding:10px;
}
.briefText_list>ul>li{
    font-size:18px;
    color:#333333;
    display:flex;
    justify-content: space-between;
}
.briefText_list>ul>li:nth-child(odd) .briefText_list_l,.briefText_list>ul>li:nth-child(odd) .briefText_list_r{
    background-color:#f4f6f7;
}
.briefText_list>ul>li .briefText_list_l{
    margin-right:10px;
}
.briefText_list>ul>li .briefText_list_l,.briefText_list>ul>li .briefText_list_r{
    width:calc(50% - 5px);
    height:38px;
    line-height:38px;
    padding:0 30px;
    box-sizing:border-box;
}
.marB20{
    margin-bottom:20px;
}
.briefShow>ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.briefShow>ul>li{
    margin:15px 20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.briefShow>ul>li:nth-child(1){
    width:100%;
}
.briefShow>ul>li.flexC{
    justify-content:center;
}
.briefShow>ul>li .img{
    width:120px;
    height:150px;
    margin-bottom:20px;
}
.briefShow>ul>li .text{
    text-align:center;
    font-size:14px;
    color:#2d66a5;
}