﻿@charset "utf-8";
div,ul,li{margin:0 auto;}
a{ color:#333333;text-decoration: none;}
.allwith{width:1180px;background:#FFF;height:auto;overflow:hidden;padding:10px;margin:0 auto;}
.flaot_l{ float:left}
.flaot_r{ float:right}
.blank10{ height:10px; clear:both;}
.blank20{ height:20px; clear:both;}
.blank40{ height:40px; clear:both;}
#content{width:1200px;height: auto;padding: 20px;}



/*政务公开*/

.container{ width:100%; background:#FFF ;  margin:0 auto; }
.col-20 i{width:100%;text-align:center;height: 40px;line-height: 75px;font-size: 3em;float:left;color: #fff;}
.bitan{ height:35px; overflow:hidden;}
.line{width:30%;float:left;height:10px;padding-top:10px;border-bottom: 1px solid #5d9cec;}
.mintxt{width:40%;height:35px;line-height:35px;float:left;background:#FFF;text-align:center;color: #5d9cec;font-weight:bold;font-size: 26px;}

.wrfz-title h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    padding-left: 14px;
    border-left: 10px solid #5d9cec;
}

.wrfz-left ul:after {
    content: "";
    display: block;
    clear: both;
}

.wrfz-left ul li {
    list-style: disc;
    color: #999999;
    padding: 5px 0;
}

.wrfz-left ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
}
.col-md-6 {
    width: 25%;
    float:left;
    position: relative;
  }
.col-md-6 ul{
    position: absolute;
    left: -20px;
    top: 30px;
    width: 80%;
    display: none;
}
.col-md-6:hover > ul{
    display: block;
    z-index: 1;
    background-color: #f2f2f2;
}