@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(/uploads/image/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(/uploads/image/images/sfbzfxxgklm_icon1_h.png) no-repeat center;
}
.dleft .lia>a.haschildmenu.active:after{
    width: 26px;
    height: 26px;
    background: url(/uploads/image/images/sfbzfxxgklm_icon2.png) no-repeat center;
}
.dleft li .iconja {
    width:42px;
    height:42px;
    background:  no-repeat;
}
.dleft .lia:hover .iconja, .dleft .active .iconja {
    background:  no-repeat;
}
.dleft li .iconjb{
    width:38px;
    height:39px;
    background:  no-repeat;
}
.dleft .lia:hover .iconjb, .dleft .active .iconjb{
    background:  no-repeat;
}
.dleft li .iconjc{
    width:35px;
    height:41px;
    background:  no-repeat;
}
.dleft .lia:hover .iconjc, .dleft .active .iconjc{
    background:  no-repeat;
}
.dleft li .iconjd{
    width:37px;
    height:40px;
    background:  no-repeat;
}
.dleft .lia:hover .iconjd, .dleft .active .iconjd{
    background:  no-repeat;
}
.dleft li .iconje{
    width:35px;
    height:41px;
    background:  no-repeat;
}
.dleft .lia:hover .iconje, .dleft .active .iconje{
    background:  no-repeat;
}
.dleft li .iconjf{
    width:36px;
    height:37px;
    background:  no-repeat;
}
.dleft .lia:hover .iconjf, .dleft .active .iconjf{
    background:  no-repeat;
}
.dleft li .iconjg{
    width:37px;
    height:37px;
    background:  no-repeat;
}
.dleft .lia:hover .iconjg, .dleft .active .iconjg{
    background:  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;
}