* {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #3e3e3e;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
    pointer-events: none;
}

img[src=""],
img:not([src]) {
    opacity: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    border: 0;
    font: inherit;
    color: inherit;
    outline: none;
    -webkit-appearance: none;
}

.all {
    width: 100%;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}



/*清除浮动*/

.cf::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}


.section-1 li{
    display: block;
    padding: 12px 16px;
    background-color: #f5f9fe;
    border: 1px solid #e2eaf5;
    margin-bottom:12px;
}

.section-1{
    width:18%;
}
.section-1 a:hover{
    color: #035294;
    font-weight:bold;
}
a.act{
    color: #035294;
    font-weight:bold;
}
li.having{
    background:#e2eaf5;
}
.section-1 li:hover{
    background: #e2eaf5;
}
.section-1 li a{
    display: block;
    line-height:40px;

}
.section-1 li a img{
    float:left;
    width: 40px;
    height:40px;
}
.section-1 .col-name{
    float:left;
    font-family: "Microsoft YaHei";
    font-size:18px;
    margin-left: 18px;
}

/*右侧*/

.section-2{
    width:78%;
}
.section-2-left,.section-2-right{
    float:left;
    width:47%;
}

.section-2-left,.section-3{
    margin-right: 6%;
}

.section-3,.section-4{
    float: left;
    width: 47%;
    margin-top: 20px;
}



.col-1 .title,.col-3 .title,.col-4 .title {
    border-bottom: #c4c4c4 dashed 1px;
    margin: auto;
    height: 52px;
    line-height: 32px;
    margin-bottom: 18px;
}




.col-1 .title h3,.col-3 .title h3,.col-4 .title h3 {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 22px;
    color: #0469c3;
    height: 52px;
    border-bottom: 5px solid;
}

.col-1 .title  .more,.col-3 .title  .more,.col-4 .title  .more{
    font-size: 16px;
    color: #999;
    padding-right: 13px;
    background: url(more.png) no-repeat right center/8px, 12px;
}

.section-2-bottom  .title {
    border-bottom: #c4c4c4 dashed 1px;
    margin: auto;
    height: 52px;
    line-height: 32px;
}


.section-2-bottom .title h3{
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 24px;
    color: #0469c3;
    height: 52px;
    border-bottom: 5px solid;
}

.section-2-bottom .title .more{
     font-size: 16px;
    color: #999;
    padding-right: 13px;
    background: url(more.png) no-repeat right center/8px, 12px;
}








.txt-list-date .li-item {
    width: 100%;
    background: url(yd.jpg) no-repeat left center/3px 3px;
    line-height: 40px;

}

.txt-list-date .li-item a {
    width: 76%;
    color: #333;
/*    padding-left: 18px;*/
    text-indent: 1em;
}
.txt-list-date .li-item a:hover{
    color: #035294;
}

.title  .more:hover{
    color: #0469c3#0469c3;
    font-weight: 600;
    letter-spacing: .2em;
    transition-duration: .5s;
}


.txt-list-date .li-item .date {
    font-size: 18px;
    color: #999;
}

.title  .more{
    font-size: 16px;
    font-family:"Microsoft YaHei";
    color: #999;
    padding-right: 13px;
    background: url(more.png) no-repeat right center/8px, 12px;
}



/*在线办事*/

.zxbs-list{
    margin-top:22px;
}



.zxbs-list-link{
    width: 100%;
}
.zxbs-list-link .ul-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.zxbs-list-link li{
    background: #f5f9fe;
    border: 1px solid #e2eaf5;
    min-width: 60px;
    text-align: center;
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 13px 5%;
    font-size: 15px;
}

.zxbs-list-link li a{
    font-size:18px;
    font-family:"Microsoft YaHei";
}

.zxbs-list-link li a:hover{
    color: #035294;
}