﻿body{
    background: url(../images/bg.png) top center no-repeat #f5f7fb;
    background-size: 100%;
}
.w-container{
    width: 1200px;
    margin: 0 auto;
}
.header{
    height: 189px;
}
.header .logo{
    display: inline-block;
    margin-top: 67px;
}
.search-box{
    margin-top: 88px;
    margin-right: 26px;
    height: 46px;
    border: 1px solid #4a99e3;
    background: #fff;
}
.search-box input{
    /*height: 46px;*/
    padding: 15px 10px;
    width: 186px;
    color: #666666;
    font-size: 12px;
    float: left;
}
.search-drop{
    height: 46px;
    width: 80px;
    margin-right: 10px;
    background: url(../images/icon2.png) left center no-repeat;
    position: relative;
}
.search-drop p{
    color: #666666;
    font-size: 12px;
    line-height: 46px;
    cursor: pointer;
    padding: 0 10px;
    background: url(../images/icon3.png) right center no-repeat;
}
.search-drop-l{
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}
.search-drop-l li{
    line-height: 20px;
    color: #666666;
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
}
.search-drop-l li:hover{
    font-weight: bold;
}
.search-box button{
    height: 47px;
    width: 62px;
    background: #4a99e3;
}
.search-box button:hover{
	opacity: 0.8;
}
.nav{
    height: 62px;
    width: 100%;
    background: #1a74ca;
}
.nav.fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0.8;
    -khtml-opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=0.8);
    filter:"alpha(opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.nav-l{
    background: #1a74ca;
}
.nav-l li{
    float: left;
    width: 148px;
    height: 62px;
    text-align: center;
}
.nav-l li a{
    color: #fff;
    font-size: 20px;
    line-height: 62px;
    display: block;
}
.nav-l li a:hover,.nav-l li a.cur{
    font-weight: bold;
    background: url(../images/icon5.png) bottom center no-repeat;
}
.nav-l img{
    float: left;
    margin-top: 18px;
}
.main{
    margin-top: 10px;
    padding: 0 20px;
    border-bottom: 3px solid #eff3f7;
    background: #fff;
}
.local{
    padding-top: 24px;
    padding-bottom: 20px;
}
.local img{
    margin-right: 12px;
}
.local span,.local a{
    color: #333333;
    font-size: 15px;
    line-height: 16px;
}
.local a:hover{
    font-weight: bold;
}
.local .sp{
    font-weight: bold;
}
.local .arrow{
    margin: 0 4px;
}
.local .cur{
    color: #1c75ca;
}
.page{
    text-align: center;
    padding-top: 20px;
}
.page span,.page a{
    color: #333333;
    font-size: 14px;
    display: inline-block;
    line-height: 28px;
}
.page span.red{
    color: #2177bc;
    font-weight: bold;
    margin: 0px 8px;
}
.page a{
    line-height: 28px;
    border: 1px solid #ebebeb;
    margin: 0px 4px;
}
.page a:hover,.page a.cur{
    color: #fff;
    background: #1a6ecc;
}
.page a.go:hover{
    font-weight: bold;
    color: #fff;
}
.page a.num{
    width: 28px;
}
.page .fe{
    border: none;
    line-height: 28px;
}
.page .fe:hover{
    color: #1a6ecc;
    background: none;
}
.page .pn{
    width: 68px;
}
.page input{
	padding: 0 4px;
    width: 18px;
    height: 26px;
    border: 1px solid #ebebeb;
    text-align: center;
    margin: 0px 7px;
}
.page .go{
    width: 60px;
    height: 30px;
    border: none;
    background: #1a6ecc;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 14px;
}
.page span.jump{
    margin-left: 10px;
}
.page .first{
    margin-left: 14px;
}
.footer{
    margin-top: 36px;
}
.f-link{
    width: 100%;
    height: 60px;
    background: #1a74ca;
}
.drop-groups{
    padding-left: 40px;
    height: 60px;
    background: #1a74ca;
}
.drop-down {
    float: left;
    position: relative;
    width: 163px;
    height: 60px;
    margin-left: 10px;
    line-height: 60px;
    padding-left: 20px;
}
.drop-down .tag {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-right: 14px;
    cursor: pointer;
    background: url(../images/f-arrow.png) right center no-repeat;
}
.drop-lists {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    max-height: 90px;
    overflow-y: auto;
    background: #1a74ca;
}
.drop-lists li {
    height: 30px;
    line-height: 30px;
}
.drop-lists li a {
    margin-left: 19px;
    font-size: 12px;
    color: #fff;
}
.drop-lists li a:hover{
    font-weight: bold;
}
.f-help{
    height: 129px;
}
.f-img1{
    margin-left: 20px;
    margin-top: 30px;
    margin-right: 22px;
    float: left;
}
.f-text{
    margin-top: 16px;
}
.f-text .f-tit{
    color: #535353;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}
.f-text .f-text1{
    color: #6e6e6e;
    font-size: 14px;
    margin-bottom: 10px;
}
.f-text .f-text1 span{
    display: inline-block;
    margin-right: 30px;
}
.f-list{
    margin-top: 22px;
    margin-right: 56px;
}
.f-list a{
    display: inline-block;
    width: 60px;
    text-align: center;
    margin: 0 9px;
}
.f-list a .tt{
    color: #535353;
    font-size: 14px;
    margin-top: 10px;
}
.f-list a:hover{
    font-weight: bold;
}
.f-img2{
    margin-top: 30px;
    margin-right: 20px;
}
/*概览*/
.gl-main{
    padding-bottom: 60px;
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}
.gl-nav{
    width: 260px;
}
.gl-nav-t{
    height: 46px;
    background: #1a6ecc;
}
.gl-nav-t img{
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 10px;
}
.gl-nav-t a{
    display: inline-block;
    margin-left: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    vertical-align: middle;
}
.gl-nav-l{
    border: 1px solid #eaeaea;
    padding: 19px 17px 8px;
    background: #fcfcfc;
}
.gl-nav-l a{
    padding-left: 20px;
    display: block;
    height: 41px;
    border: 1px solid #dbdbdb;
    background: url(../images/icon7.png) 196px center no-repeat #fff;
    color: #333333;
    font-size: 15px;
    line-height: 41px;
    margin-bottom: 10px;
}
.gl-nav-l a.cur,.gl-nav-l a:hover{
    color: #1a6ecc;
    font-weight: bold;
    background: url(../images/icon7o.png) 196px center no-repeat #fff;
}
.gl-content{
    width: 876px;
}
.gl-title{
    height: 52px;
    border-bottom: 1px solid #ededed;
}
.gl-title .tit{
    border-bottom: 1px solid #1a6ecc;
    display: inline-block;
    padding: 0 16px;
    background: url(../images/icon8.png) center 46px no-repeat;
    color: #1a6ecc;
    font-size: 16px;
    font-weight: bold;
    line-height: 52px;
}
.gl-con {
    padding-top: 5px;
}
.gl-list li{
    height: 47px;
    border-bottom: 1px dashed #999999;
    line-height: 47px;
}
.gl-list li a{
    display: inline-block;
    padding-left: 14px;
    color: #333333;
    font-size: 15px;
    background: url(../images/icon9.png) left center no-repeat;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gl-list li a:hover{
    background: url(../images/icon9o.png) left center no-repeat;
    color: #ea393d;
}
.gl-list li span{
    display: inline-block;
    float: right;
    color: #999999;
    font-size: 13px;
    margin-right: 4px;
}
.gl-content .gl-list{
    margin-bottom: 14px;
}
/*互动交流*/
.hd-main{
    padding-top: 6px;
    padding-bottom: 40px;
}
.hd-wrap1-box1{
    width: 268px;
    border: 1px solid #eeeeee;
    border-top: 2px solid #1a74ca;
}
.hd-wrap1-box1 .title{
    display: inline-block;
    margin-left: 15px;
    color: #3f8cd6;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 17px;
}
.hd-wrap1-list{
    padding-left: 15px;
    padding-bottom: 9px;
}
.hd-wrap1-list li{
    width: 112px;
    height: 28px;
    float: left;
}
.hd-wrap1-list li a{
    color: #333333;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    padding-left: 14px;
    background: url(../images/icon14.png) left center no-repeat;
}
.hd-wrap1-list li a:hover{
    color: #1a74ca;
    background: url(../images/icon14o.png) left center no-repeat;
}
.hd-wrap1-box2{
    width: 545px;
    height: 310px;
    margin-left: 20px;
}
.hd-tit{
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #dbeefe;
    background: #f1f7fd;
}
.hd-tit .tit{
    display: inline-block;
    margin: 0 22px;
    color: #333333;
    font-size: 16px;
    line-height: 41px;
}
.hd-tit .tit.cur{
    color: #3f8cd6;
    font-weight: bold;
    background: url(../images/icon15.png) bottom center no-repeat;
}
.hd-tit .line{
    font-size: 16px;
    display: inline-block;
    line-height: 41px;
    color: #d6d6d6;
}
.hd-wrap1-table-t{
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #f9f9f9;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hd-wrap1-table-t li{
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}
.hd-wrap1-table-t .l1{
    margin-left: 52px;
}
.hd-wrap1-table-t .l2{
    margin-right: 32px;
}
.hd-list li{
    height: 36px;
    width: 100%;
}
.hd-list li a{
    display: inline-block;
    padding-left: 16px;
    background: url(../images/icon16.png) left center no-repeat;
    color: #444444;
    font-size: 15px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hd-list li a:hover,.hd-wrap2-table-l li.w480 a:hover{
    color: #1a74ca;
}
.hd-list li span{
    display: inline-block;
    float: right;
    color: #444444;
    font-size: 12px;
    line-height: 20px;
    margin-right: 28px;
}
.hd-wrap1-box3{
    width: 310px;
    height: 310px;
}
.hd-wrap1-box3 a{
    display: block;
    border: 1px solid #dcdcdc;
    height: 69px;
    padding-left: 20px;
    line-height: 69px;
    color: #1f76bc;
    font-size: 15px;
    font-weight: bold;
    background-position: 252px center;
    background-repeat: no-repeat;
    margin-bottom: 8px;
}
.hd-wrap1-box3 a:hover{
    background-color: #1a74ca;
    color: #fff;
}
.hd-wrap1-box3 .a1{
    background-image: url(../images/icon17.png);
}
.hd-wrap1-box3 .a1:hover{
    background-image: url(../images/icon17o.png);
}
.hd-wrap1-box3 .a2{
    background-image: url(../images/icon18.png);
}
.hd-wrap1-box3 .a2:hover{
    background-image: url(../images/icon18o.png);
}
.hd-wrap1-box3 .a3{
    background-image: url(../images/icon19.png);
}
.hd-wrap1-box3 .a3:hover{
    background-image: url(../images/icon19o.png);
}
.hd-wrap1-box3 .a4{
    background-image: url(../images/icon20.png);
}
.hd-wrap1-box3 .a4:hover{
    background-image: url(../images/icon20o.png);
}
.hd-wrap2-table-l li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hd-wrap2-table-t{
    margin-top: 9px;
    background: #f9f9f9;
    margin-bottom: 7px;
}
.hd-wrap2-table-t li{
    float: left;
    height: 38px;
    line-height: 38px;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.hd-wrap2-table-t li.w480{
    padding-left: 170px;
    width: 480px;
    text-align: left;
}
.hd-wrap2-table-l li.w480{
    width: 650px;
    text-align: left;
}
.hd-wrap2-table li.w176{
    width: 176px;
}
.hd-wrap2-table li.w166{
    width: 166px;
}
.hd-wrap2-table li.w80{
    width: 80px;
}
.hd-wrap2-table-l li{
    float: left;
    text-align: center;
    height: 36px;
    line-height: 36px;
    color: #444;
    font-size: 13px;
}
.hd-wrap2-table-l li.w480 a{
    margin-left: 8px;
    font-size: 15px;
    color: #444;
    display: inline-block;
    padding-left: 8px;
    background: url(../images/icon16.png) left center no-repeat;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hd-wrap2-table-l li.cz a{
    color: #1a74ca;
    text-decoration: underline;
}
.ls-item{
    display: none;
}
.ls-item.show{
    display: block;
}
.hd-wrap3-box1{
    width: 570px;
}
.hd-tit .more{
    margin-top: 11px;
    margin-right: 4px;
}
.hd-tit .more:hover{
    opacity: 0.8;
}
.hd-wrap3-box1-con{
    margin-top: 27px;
}
.hd-wrap3-box1-con .img{
    width: 230px;
    height: 155px;
}
.hd-tit2 .tit{
    color: #333333;
    font-size: 14px;
}
.hd-tit2 .tit.cur{
    font-weight: bold;
    color: #1a74ca;
    font-size: 16px;
}
.hd-tit2 img{
    margin: 0 14px;
}
.hd-wrap3-box1-con .intro{
    margin-left: 18px;
    padding-top: 13px;
    width: 310px;
}
.hd-wrap3-box1-text{
    padding-top: 20px;
}
.hd-wrap3-box1-text p{
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.hd-list2 li{
    height: 30px;
    width: 100%;
}
.hd-list2 li a{
    display: inline-block;
    padding-left: 16px;
    background: url(../images/icon16.png) left center no-repeat;
    color: #333333;
    font-size: 15px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 4px;
}
.hd-list2 li a:hover,.xxgk-wrap2-nav3-l li a:hover,.hd-list3 li a:hover{
    color: #1a74ca;
}
.hd-list2 li span{
    display: inline-block;
    float: right;
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    margin-right: 10px;
}
.hd-wrap3-box1 .hd-list2{
    padding-top: 22px;
}
.hd-wrap4-box1{
    width: 520px;
    /*height: 228px;*/
    border: 1px solid #eeeeee;
    border-top: 2px solid #1a74ca;
    padding: 9px 19px 24px 29px;
}
.hd-wrap4-box1-t{
    margin-bottom: 26px;
}
.hd-wrap4-box1-t .tit{
    color: #3f8cd6;
    font-size: 16px;
    font-weight: bold;
}
.hd-wrap4-box1-t .more{
    display: inline-block;
    width: 75px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #1a74ca;
}
.hd-wrap4-box1-t .more:hover{
    font-weight: bold;
}
.hd-wrap4-box1-c .tit{
    margin-bottom: 8px;
    background: url(../images/bg1.png) right center no-repeat;
}
.hd-wrap4-box1-c .tit span{
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
}
.hd-wrap4-box1-c .tit img{
    margin: 4px 8px 0 0;
}
.hd-wrap4-box1-c.w270{
    width: 270px;
}
.hd-wrap4-box1-c.w230{
    width: 230px;
}
.hd-wrap4-box1-c .con p{
    color: #333333;
    font-size: 13px;
    line-height: 24px;
}
.hd-wrap4-box1-c .con p span{
    display: inline-block;
    margin-right: 2px;
}

/*信息公开*/
.xxgk-main{
    padding-top: 6px;
    padding-bottom: 30px;
}
.xxgk-wrap2{
    margin-top: 16px;
    margin-bottom: 24px;
}
.xxgk-wrap2-nav1{
    border: 1px solid #eeeeee;
    border-top: 2px solid #1a74ca;
    padding: 9px 12px 0;
    width: 244px;
    height: 196px;
}
.xxgk-wrap2-nav1 a{
    margin-bottom: 6px;
    display: block;
    border: 1px solid #eeeeee;
    height: 30px;
    line-height: 30px;
    padding-left: 26px;
    color: #333333;
    font-size: 14px;
    background: url(../images/icon22.png) 220px center no-repeat #fff;
}
.xxgk-wrap2-nav1 a:hover{
    color: #fff;
    font-weight: bold;
    border: 1px solid #1f76bc;
    background: url(../images/icon22o.png) 220px center no-repeat #1f76bc;
}
.xxgk-wrap2-box{
    width: 880px;
}
.xxgk-wrap2-nav2{
    width: 882px;
}
.xxgk-wrap2-nav2 a{
    display: inline-block;
    width: 145px;
    height: 90px;
    margin-right: 2px;
    text-align: center;
    background: #f5f5f5;
}
.xxgk-wrap2-nav2 a:hover{
    background: #1f76bc;
}
.xxgk-wrap2-nav2 a p{
    color: #005498;
    font-size: 14px;
}
.xxgk-wrap2-nav2 a:hover p{
    color: #fff;
}
.xxgk-wrap2-nav2 a .img{
    margin-top: 17px;
    margin-bottom: 5px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.xxgk-wrap2-nav2 a .img.a1{
    background-image: url(../images/icon23.png);
}
.xxgk-wrap2-nav2 a:hover .img.a1{
    background-image: url(../images/icon23o.png);
}
.xxgk-wrap2-nav2 a .img.a2{
    background-image: url(../images/icon24.png);
}
.xxgk-wrap2-nav2 a:hover .img.a2{
    background-image: url(../images/icon24o.png);
}
.xxgk-wrap2-nav2 a .img.a3{
    background-image: url(../images/icon25.png);
}
.xxgk-wrap2-nav2 a:hover .img.a3{
    background-image: url(../images/icon25o.png);
}
.xxgk-wrap2-nav2 a .img.a4{
    background-image: url(../images/icon26.png);
}
.xxgk-wrap2-nav2 a:hover .img.a4{
    background-image: url(../images/icon26o.png);
}
.xxgk-wrap2-nav2 a .img.a5{
    background-image: url(../images/icon27.png);
}
.xxgk-wrap2-nav2 a:hover .img.a5{
    background-image: url(../images/icon27o.png);
}
.xxgk-wrap2-nav2 a .img.a6{
    background-image: url(../images/icon28.png);
}
.xxgk-wrap2-nav2 a:hover .img.a6{
    background-image: url(../images/icon28o.png);
}
.xxgk-wrap2-nav3{
    border: 1px solid #eeeeee;
    margin-top: 16px;
    height: 93px;
}
.xxgk-wrap2-nav3-t{
    width: 152px;
    text-align: center;
    padding-top: 22px
}
.xxgk-wrap2-nav3-t .tt1{
    color: #3f8cd6;
    font-size: 23px;
    font-weight: bold;
}
.xxgk-wrap2-nav3-t .tt2{
    color: #3f8cd6;
    font-size: 8px;
}
.xxgk-wrap2-nav3-l{
    width: 680px;
    padding-top: 20px;
}
.xxgk-wrap2-nav3-l li{
    width: 136px;
    height: 29px;
    float: left;
}
.xxgk-wrap2-nav3-l li a{
    color: #666666;
    font-size: 15px;
    display: inline-block;
    padding-left: 16px;
    background: url(../images/icon29.png) left center no-repeat;
}
/*图片概览*/
.tpgl-con{
	width: 888px;
	padding-top: 25px;
	padding-bottom: 14px;
}
.tpgl-con li{
	width: 208px;
	height: 197px;
	float: left;
	margin-right: 14px;
}
.tpgl-con li img{
	width: 208px;
	height: 145px;
}
.tpgl-con li p{
	height: 36px;
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	margin-top: 8px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*首页底部*/
.index-wrap7{
	padding-top: 16px;
	padding-left: 22px;
	padding-right: 16px;
	background: #fff;
}
.index-wrap7-box1{
	width: 425px;
}
.index-wrap7-box1 .wyxx{
	display: inline-block;
	height: 30px;
	width: 100px;
	line-height: 30px;
	border-radius: 4px;
	background: #3f8cd6;
	text-align: center;
	margin-right: 6px;
	margin-top: 6px;
}
.index-wrap7-box1 .wyxx img{
	vertical-align: middle;
	margin-right: 8px;
}
.index-wrap7-box1 .wyxx span{
	vertical-align: middle;
	color: #ffffff;
	font-size: 13px;
}
.index-wrap7-box1 .wyxx:hover span{
	font-weight: bold;
}
.index-wrap7-box2{
	margin-left: 28px;
	width: 370px;
}
.index-wrap7-box2-t .tit{
	margin-top: 14px;
	width: 216px;
	background: url(../images/bg2.png) right center no-repeat;
}
.index-wrap7-box2-t .tit a{
	color: #3f8cd6;
	font-size: 16px;
	font-weight: bold;
}
.index-wrap7-box2-con{
	margin-top: -8px;
}
.index-wrap7-box2-con .hd-wrap4-box1-c .tit.w216{
	width: 216px;
}
.index-wrap7-box2-con .hd-wrap4-box1-c .tit span{
	padding-right: 12px;
}
.index-wrap7-box2-con .hd-wrap4-box1-c .con p span{
	vertical-align: top;
	line-height: 20px;
}
.hd-wrap4-box1-c.mt4{
	margin-top: 4px;
}
.index-wrap7-box3{
	width: 300px;
}
.hd-list3{
	padding: 12px 8px 0;
}
.hd-list3 li{
	height: 32px;
}
.hd-list3 li a{
	display: inline-block;
	padding-left: 13px;
	color: #444444;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 98%;
	background: url(../images/icon9.png) left center no-repeat;
}
.index-wrap7-box3-bar a{
	display: inline-block;
	width: 138px;
	height: 58px;
	border: 1px solid #dcdcdc;
	text-align: center;line-height: 58px;
}
.index-wrap7-box3-bar a img{
	vertical-align: middle;
	margin-right: 16px;
}
.index-wrap7-box3-bar a span{
	vertical-align: middle;
	color: #444444;
	font-size: 16px;
	line-height: 21px;
}
.index-wrap7-box3-bar a:hover span{
	font-weight: bold;
}
/*互动交流2*/
.hd-wrap1 .hd2{
    background: url(../images/gd1.png) center;
    width: 230px;
    height: 345px;
}
.hd-wrap1 .hd2 .wri{
    width: 160px;
    height: 50px;
    background: #fff;
    display: block;
    margin: 265px auto 0;
}
.wri span{
    font-size: 16px;
    color: #1a74ca;
    line-height: 50px;
    background: url("../images/gd4.png") left center no-repeat;
    padding-left: 30px;
    margin-left: 32px;
    display: inline-block;
}
.hd-wrap1 .hd2 .wri:hover{
    font-weight: bold;
}
.gd3{
    width: 345px;
    height: 310px;
}
.gd3 .f1{
    margin-top: -10px;
    margin-left: -10px;

}
.gd3 .f1 li{
    width: 167px;
    height: 70px;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
.gd3 .f1 li a{
    font-size: 16px;
    color: #1a74ca;
    line-height: 66px;
    font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
}
.gd3 .f1 li:hover, .gd3 .f1 .cur{
    background: #1a74ca;
}
.gd3 .f1 li:hover a span,  .gd3 .f1 .cur span{
    color: #fff;
}
.gd3 .f1 li .a1 span{
    margin-left: 70px;
}
.gd3 .f1 li .a1{
    background: url("../images/gd2_03.png") 32px center no-repeat;
}
.gd3 .f1 li:hover .a1, .gd3 .f1 .cur .a1{
    background: url("../images/gd3_03.png") 32px center no-repeat;
}
.gd3 .f1 li .a2 span{
    margin-left: 56px;
}
.gd3 .f1 li .a2{
    background: url("../images/gd2_05.png") 20px center no-repeat;
}
.gd3 .f1 li:hover .a2, .gd3 .f1 .cur .a2{
    background: url("../images/gd3_05.png") 20px center no-repeat;
}
.gd3 .f1 li .a3 span{
    margin-left: 70px;
}
.gd3 .f1 li .a3{
    background: url("../images/gd2_09.png") 32px center no-repeat;
}
.gd3 .f1 li:hover .a3, .gd3 .f1 .cur .a3{
    background: url("../images/gd3_09.png") 32px center no-repeat;
}
.gd3 .f1 li .a4 span{
    margin-left: 56px;
}
.gd3 .f1 li .a4{
    background: url("../images/gd2_10.png") 20px center no-repeat;
}
.gd3 .f1 li:hover .a4, .gd3 .f1 .cur .a4{
    background: url("../images/gd3_10.png") 20px center no-repeat;
}
.f2{
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.f2 ul{
    margin-top: 10px;
}
.f2 li{
    width: 160px;
    margin-top: 6px;
}
.f2 li:first-child{
    margin-top: 0;
}
.f2 .spu{
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    text-align: right;
    width: 82px;
    display: inline-block;
}
.f2 .spr{
    font-size: 18px;
    color: #1a74ca;
    padding-left: 5px;
}
.hd-wrap2{
    width: 100%;
    margin-top: 40px;
}
.hd-wrap2 .cx{
    width: 795px;
    height: 140px;
    border-top: 2px solid #1a74ca;
}
.hd-wrap2 .cx .a1{
    font-size: 16px;
    color: #3f8cd6;
    line-height: 35px;
    font-weight: bold;
    margin-left: 16px;
}
.hd-wrap2 .cx .d1{
    margin-top: 10px;
}
.hd-wrap2 .cx ul{
    float: left;
    margin-left: 48px;
}
.hd-wrap2 .cx ul:first-child{
    margin-left: 14px;
}
.hd-wrap2 .cx li{
    background: url("../images/gd5_03.png") left center no-repeat;
    margin-top: 16px;
}
.hd-wrap2 .cx li:first-child{
    margin-top: 0;
}
.hd-wrap2 .cx li a{
    font-size: 14px;
    color: #333333;
    padding-left: 15px;
}
.hd-wrap2 .cx li a:hover{
    color: #1a74ca;
    font-weight: bold;
}
.hd-wrap2 .tb{
    width: 345px;
}
.tb .hd-list2 li a{
    max-width: 80%;
}
.bx li{
    box-sizing: border-box;
}
.w795{
    width: 795px;
}
.w310{
    width: 310px;
}
.pdl85{
    padding-left: 85px;
}
.w70{
    width: 70px;
}
.pdl65{
    padding-left: 65px;
}
.pdl50{
    padding-left: 50px;
}
.w185{
    width: 185px;
}
.w160{
    width: 160px;
}
.pdl15{
    padding-left: 15px;
}
.pdl36{
    padding-left: 36px;
}
.w60{
    width: 60px;
}
.w77{
    width: 77px;
}
.hd-wrap3 .hd-wrap2-table-t li {
    text-align: left;
}
.hd-wrap2-table-l li.w310 a{
    margin-left: 8px;
    font-size: 15px;
    color: #444;
    display: inline-block;
    padding-left: 8px;
    background: url(../images/icon16.png) left center no-repeat;
    max-width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hd-wrap2-table-l li.w310 a:hover{
    color: #1a74ca;
}
.hd-wrap2-table-l .trr{
    text-align: right;
}

.fk{
    width: 345px;
}
.fk .p1{
    width: 320px;
    margin: 15px auto 0;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
    font-weight: bold;
}
.fk .p2{
    width: 322px;
    margin: 15px auto 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}
.fk .p2 a{
    font-size: 14px;
    color: #1a74ca;
    line-height: 24px;
}
.fk .p2 a:hover{
    text-decoration: underline;
}
.hd-wrap4 .tab{
    width: 570px;
}
.hd-wrap4 .tw{
    width: 570px;
}
.mt22{
    margin-top: 22px;
}
/*首页部门办事修改190629*/
.index-bmlist{
    padding-top: 20px;
    padding-left: 30px;
}
.index-bmlist li{
    width: 170px!important;
}
.index-bmlist li a{
    display: inline-block!important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 
