﻿.gl-main{
    background: #fff;
    padding: 0 15px;
    min-height: 460px;
}
.gl-main2{
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.gl-nav{
    width: 260px;
    margin-right: 24px;
}
.gl-nav-t{
    height: 46px;
    background: #245fa6;
}
.gl-nav-t img{
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 10px;
}
.gl-nav-t a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    vertical-align: middle;
}
.gl-nav-l,.gl-nav-l2{
    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(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: #245fa6;
    font-weight: bold;
    background: url(icon7o.png) 196px center no-repeat #fff;
}
.gl-content{
    width: 880px;
}
.gl-title{
    height: 50px;
    border-bottom: 3px solid #ededed;
}
.gl-title .tit{
    display: inline-block;
    padding: 0 16px;
    color: #245fa6;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}
.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(icon9.png) left center no-repeat;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gl-list li a:hover{
    background: url(icon9o.png) left center no-repeat;
    color: #ea393d;
}
.gl-list li span{
    display: inline-block;
    float: right;
    color: #999999;
    font-size: 15px;
    margin-right: 4px;
}
.gl-content .gl-list{
    margin-bottom: 14px;
}
.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: #245fa6;
    margin: 0px 8px;
}
.page a{
    line-height: 28px;
    border: 1px solid #ebebeb;
    margin: 0px 4px;
}
.page a:hover,.page a.cur{
    color: #fff;
    background: #245fa6;
}
.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: #245fa6;
    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: #245fa6;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: 14px;
}
.page span.jump{
    margin-left: 10px;
}
.page .first{
    margin-left: 14px;
}
.local{
    padding-top: 35px;
    padding-bottom: 16px;
}
.local img{
    margin-right: 12px;
    margin-left: 18px;
}
.local span,.local a{
    color: #333333;
    font-size: 15px;
    line-height: 16px;
}
.local a:hover{
    font-weight: bold;
}
.local .arrow{
    margin: 0 4px;
}
.local .cur{
    color: #ea393d;
}
/*互动交流*/
.hd-main{
    padding: 25px 26px 30px 20px;
    background: #fff;
}
.hd-xx{
    width: 710px;
}
.xx-title{
    height: 42px;
    border-bottom: 3px solid #ededed;
}
.xx-title .tit{
    display: inline-block;
    padding-left: 38px;
    padding-right: 10px;
    background: url(icon4.png) 4px center no-repeat;
    color: #245fa6;
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
    border-bottom: 3px solid #245fa6;
}
.xx-title .tit:hover{
    opacity: 0.8;
}
.xx-title .btn,.xx-bar .btn,.myxx-title .btn{
    float: right;
    display: inline-block;
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
}
.xx-title .btn:hover,.xx-bar .btn:hover,.myxx-title .btn:hover{
    opacity: 0.8;
}
.xx-title .btn img,.xx-bar .btn img,.myxx-title .btn img{
    vertical-align: middle;
    margin-right: 9px;
}
.xx-title .btn span,.xx-bar .btn span,.myxx-title .btn span{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}
.xx-title .btn.b1,.xx-bar .btn.b1{
    background: #13b5b1;
}
.xx-title .btn.b2,.xx-bar .btn.b2{
    background: #245fa6;
}
.xx-title .btn.b3,.xx-bar .btn.b3{
    background: #448aca;
}
.xx-list ul.cur{
    background: #f2f2f2;
}
.xx-list li{
    float: left;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xx-list-t li{
    color: #999999;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
}
.xx-list .w340{
    width: 330px;
    padding-left: 10px;
    text-align: left;
}
.xx-list-t .w340{
	width: 326px;
	padding-left: 14px;
}
.xx-list .w80{
    width: 80px;
}
.xx-list .w90{
    width: 90px;
}
.xx-list .w130{
    width: 130px;
    float: right;
}
.xx-list-l li{
    height: 35px;
    line-height: 35px;
}
.xx-list-l li{
    font-size: 14px;
    color: #000000;
}
.xx-list-l li.w340 a{
    font-size: 14px;
    color: #000000;
    display: inline-block;
    max-width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xx-list-l li.w340 a:hover{
    font-weight: bold;
}
.xx-list-l li.w80{
    color: #31b14f;
}
.xx-list-l li.w80.cur{
    color: #797979;
}
.hd-link{
    width: 415px;
}
.hd-link-t{
    height: 42px;
    border-bottom: 3px solid #ededed;
}
.hd-link-t .tit{
    display: inline-block;
    border-bottom: 3px solid #1e70cc;
    line-height: 42px;
    color: #1e70cc;
    font-size: 18px;
    font-weight: bold;
    padding: 0 26px 0 28px;
}
.hd-link-t .tit:hover{
    opacity: 0.8;
}
.hd-link-l{
    padding-top: 20px;
}
.hd-link-l li{
    height: 30px;
}
.hd-link-l li a{
    display: inline-block;
    padding-left: 12px;
    color: #000000;
    font-size: 14px;
    background: url(icon9.png) left center no-repeat;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hd-link-l li a:hover{
    background: url(icon9o.png) left center no-repeat;
    color: #ea393d;
}
.hd-link-l li span{
    display: inline-block;
    float: right;
    color: #999999;
    font-size: 14px;
}
/*领导信箱*/
.ldxx-content{
    padding: 28px 23px 10px;
    border-top: 1px solid #e5e5e5;
}
.xx-bar{
    padding: 10px 10px 10px 20px;
    background: #f3f3f3;
}
.xx-bar input{
    width: 188px;
    padding-left: 40px;
    padding-right: 10px;
    height: 38px;
    border: 1px solid #e8ebf0;
    margin-right: 10px;
    color: #bec0c2;
    font-size: 14px;
}
.xx-bar input.i1{
    background: url(icon21.png) 12px center no-repeat #fff;
}
.xx-bar input.i2{
    background: url(icon22.png) 12px center no-repeat #fff;
}
.xx-bar button{
    width: 100px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #245fa6;
}
.xx-bar button:hover{
    opacity: 0.8;
}
.ldxx-list{
    margin-top: 18px;
    border-top: 2px solid #245fa6;
}
.ldxx-list li{
    float: left;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ldxx-list-t{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 26px;
}
.ldxx-list-t li{
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
    color: #245fa6;
}
.ldxx-list .w430{
    width: 660px;
    margin-left: 30px;
    text-align: left;
}
.ldxx-list .w100{
    width: 100px;
}
.ldxx-list .w130{
    width: 130px;
}
.ldxx-list .w188{
    width: 200px;
}
.ldxx-list-l li{
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 15px;
}
.ldxx-list-l li.w430 a{
    font-size: 15px;
    color: #333333;
    display: inline-block;
    max-width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ldxx-list-l li.w430 a:hover{
    font-weight: bold;
}
.ldxx-list-l li.w130{
    color: #4681aa;
}
.ldxx-list-l.cur{
    background: #f6f6f6;
}
/*领导之窗*/
.ldzc-main{
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.ldzc-nav{
    width: 270px;
}
.ldzc-nav-l{
    padding-top: 14px;
    border-right: 1px solid #e5eaf2;
}
.ldzc-nav-l a{
    display: block;
    height: 48px;
    line-height: 48px;
}
.ldzc-nav-l a .name{
    font-size: 16px;
    color: #245fa6;
    margin-left: 40px;
    margin-right: 78px;
    display: inline-block;
    width: 48px;
    white-space: nowrap;
}
.ldzc-nav-l a.cur .name,.ldzc-nav-l a:hover .name{
	font-weight: bold;
}
.ldzc-nav-l a .job{
    color: #999999;
    font-size: 14px;
}
.ldzc-nav-l a.cur,.ldzc-nav-l a:hover{
    background: url(bg1.png) left no-repeat;
}
.ldzc-content{
    width: 870px;
    padding-left: 30px;
    border-left: 1px solid #e5eaf2;
    margin-left: -1px;
    padding-top: 26px;
}
.ldzc-tit{
    height: 32px;
    border-bottom: 1px solid #e9edf1;
    margin-bottom: 19px;
}
.ldzc-tit .tit{
    color: #245fa6;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    border-bottom: 2px solid #245fa6;
    display: inline-block;
    padding: 0 10px 13px;
}
.ldzc-box .tx{
    width: 140px;
    height: 190px;
}
.ldzc-box{
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    margin-bottom: 18px;
}
.ldzc-intro{
    width: 700px;
    margin-left: 30px;
}
/*民意征集*/
.myzj-content{
    border-top: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.myzj-list{
    padding: 20px 20px 0;
}
.myzj-item{
    padding-bottom: 23px;
    margin-bottom: 32px;
    border-bottom: 1px dotted #999999;
}
.myzj-item .sta{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #b5b5b5;
    margin-right: 20px;
}
.myzj-item .sta.cur{
    background: #245fa6;
}
.myzj-item .sta span{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.myzj-item .box{
    width: 970px;
}
.myzj-item .box .tit{
    display: inline-block;
    color: #333;
    font-size: 20px;
    margin-top: 4px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.myzj-item .box .tit:hover{
    font-weight: bold;
}
.myzj-item .box p{
    color: #727272;
    font-size: 12px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.myzj-item .box p span{
    display: inline-block;
    margin-right: 40px;
}
.myxl-title{
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f3f8fc;
    padding-top: 30px;
    padding-bottom: 25px;
}
.myxl-title h1{
    color: #245fa6;
    font-size: 30px;
    padding: 0 40px;
}
.myxl-bar{
    text-align: center;
    height: 47px;
    line-height: 47px;
}
.myxl-bar span{
    display: inline-block;
    font-size: 14px;
    color: #666666;
    vertical-align: middle;
}
.myxl-bar span.con{
    margin-right: 30px;
}
.myxl-bar a{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 9px;
}
.myxl-bar a img:hover{
	opacity: 0.8;
}
.myxl-con{
    padding: 40px;
    color: #666666;
    font-size: 15px;
    line-height: 30px;
    border-top: 1px solid #e5e5e5;
}
.zjjg-title{
    padding: 10px 40px;
    border-top: 1px solid #e5e5e5;
}
.zjjg-title .tit{
    color: #245fa6;
    font-size: 16px;
    font-weight: bold;
}
.zjjg-con{
    padding: 16px 40px;
    border-top: 1px solid #e5e5e5;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
.myxx-table{
    padding: 0 22px;
}
.myxx-title{
    border-bottom: 3px solid #13b5b1;
}
.myxx-title .btn{
    float: left;
    background: #245fa6;
    margin-left: 0;
    margin-right: 10px;
}
.myxx-title .btn.cur{
    background: #13b5b1;
}
.myxx-item{
    padding-top: 16px;
    background: #f3f8fc;
    padding-bottom: 32px;
    display: none;
}
.myxx-item.show{
    display: block;
}
.myxx-l{
    margin-bottom: 9px;
    padding-left: 18px;
}
.myxx-l .tit{
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 40px;
    color: #717d8b;
    font-size: 14px;
    vertical-align: top;
}
.myxx-l input{
    border: 1px solid #e5e5e5;
    height: 38px;
    padding: 0 10px;
    background: #fff;
}
.myxx-l input.i1{
    width: 378px;
    margin-right: 40px;
}
.myxx-l .con1{
    padding: 10px;
    width: 918px;
    height: 133px;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.myxx-l input.yzm{
    width: 128px;
}
.myxx-l .yzm-img{
    margin-left: 22px;
    margin-right: 18px;
    margin-top: 8px;
}
.myxx-l .reload{
    color: #717d8b;
    font-size: 14px;
    line-height: 40px;
    text-decoration: underline;
}
.myxx-l .reload:hover{
	font-weight: bold;
}
.myxx-btn{
    padding-left: 118px;
    padding-top: 6px;
}
.myxx-btn button{
    width: 104px;
    height: 40px;
    background: #d2d2d2;
    color: #fff;
    margin-right: 11px;
    font-size: 15px;
}
.myxx-btn button:hover{
	font-weight: bold;
    background: #13b5b1;
}
.myxx-btn .tj{
    background: #13b5b1;
}
/*我要写信*/
.wyxx-main{
    border-top: 1px solid #e5e5e5;
    padding: 40px 55px 10px;
}
.wyxx-intro-t{
    text-align: center;
}
.wyxx-intro-t span{
    display: inline-block;
    width: 776px;
    color: #245fa6;
    font-size: 24px;
    font-weight: bold;
    background: url(bg2.png) center no-repeat;
}
.wyxx-intro-c{
    color: #444444;
    font-size: 14px;
    line-height: 38px;
    padding-bottom: 38px;
}
.wyxx-intro-c .tit{
    color: #333333;
    font-weight: bold;
}
.wyxx-table-t .tit{
    color: #2064b3;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    vertical-align: bottom;
    line-height: 20px;
}
.wyxx-table-c{
    border: 1px solid #cccccc;
    padding-left: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.wyxx-table-l{
    margin-bottom: 20px;
}
.wyxx-table-l .tit{
    float: left;
    display: inline-block;
    width: 80px;
    line-height: 30px;
    color: #454545;
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    margin-right: 22px;
}
.wyxx-table-l .tit.star{
    background: url(star.png) left center no-repeat;
}
.wyxx-table-l input{
    height: 28px;
    float: left;
    border: 1px solid #cccccc;
    padding: 0 12px;
}
.wyxx-table-l .i1{
    width: 334px;
}
.wyxx-table-l .i2{
    width: 864px;
}
.wyxx-table-l .i3{
    margin-right: 58px;
}
.wyxx-table-drop{
    height: 28px;
    border: 1px solid #cccccc;
    padding: 0 12px;
    float: left;
    cursor: pointer;
    background: url(icon16.png) 340px center no-repeat;
    position: relative;
}
.wyxx-table-drop .tag{
    color: #999999;
    font-size: 12px;
    line-height: 28px;
}
.wyxx-table-drop .drop-l{
    border: 1px solid #cccccc;
    width: 100%;
    position: absolute;
    top: 28px;
    left: -1px;
    display: none;
}
.wyxx-table-drop .drop-l li{
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    background: #fff;
    color: #999999;
    font-size: 12px;
}
.wyxx-table-drop .drop-l li:hover{
    font-weight: bold;
}
.wyxx-table-sel{
    float: left;
    padding: 0 12px;
    border: 1px solid #fff;
}
.wyxx-table-sel .sel-l{
	display: inline-block;
	height: 28px;
	margin-right: 30px;
}
.wyxx-table-sel .sel-l input{
    float: left;
    display: none;
}
.wyxx-table-sel .sel-l label {
    float: left;
    font-size: 15px;
    color: #444;
    line-height: 28px;
    background: url(hd-form-icon.png) no-repeat 3px center;
    box-sizing: border-box;
    padding-left: 24px;
    cursor: pointer;
}
.wyxx-table-sel .sel-l input[type="radio"]:checked+.advice {
    background: url(hd-form-iconh.png) no-repeat 3px center;
}
/*.wyxx-table-sel .sel-item{
    color: #444444;
    font-size: 15px;
    line-height: 28px;
    float: left;
    margin-left: 10px;
    margin-right: 30px;
}*/
.wyxx-table-l textarea{
    padding: 12px;
    border: 1px solid #cccccc;
    height: 154px;
    overflow-y: auto;
}
.wyxx-table-l .scfj{
    display: inline-block;
    padding: 0 12px;
    border: 1px solid #cccccc;
    color: #999999;
    font-size: 12px;
    line-height: 28px;
}
.wyxx-table-l .i4{
    width: 74px;
}
.wyxx-table-l .yzm-img{
    margin-left: 22px;
    margin-right: 12px;
    margin-top: 1px;
    float: left;
}
.wyxx-table-l .reload{
    color: #717d8b;
    font-size: 14px;
    line-height: 30px;
    float: left;
    text-decoration: underline;
}
.wyxx-table-l .reload:hover{
	font-weight: bold;
}
.wyxx-table-b{
    text-align: center;
    margin-top: 34px;
}
.wyxx-table-b button{
    width: 100px;
    height: 36px;
    padding: 4px 5px 8px;
    color: #fff;
    font-size: 16px;
    margin: 0 30px;
    background: url(bg3.png) center no-repeat;
}
.wyxx-table-b button:hover{
    font-weight: bold;
}
/*信息公开概览*/
.xxgk-gl-nav{
	margin-right: 0;
}
.gl-nav-l2 a{
    padding-left: 38px;
    display: block;
    height: 38px;
    border: 1px solid #ebebeb;
    background: url(icon18.png) 12px center no-repeat #fff;
    color: #666666;
    font-size: 15px;
    line-height: 38px;
    margin-bottom: 8px;
}
.gl-nav-l2 a:hover{
    font-weight: bold;
}
.xxgk-list{
    width: 850px;
    padding: 11px 23px 0 16px;
    border: 1px solid #eaeaea;
}
.gklb-t{
	height: 35px;
	line-height: 35px;
	background: #e9ecf3;
	margin-bottom: 20px;
}
.gklb-t li{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xxgk-list li{
	float: left;
	text-align: center;
}
.xxgk-list .w196{
	width: 196px;
	margin-right: 18px;
}
.xxgk-list .w370{
	width: 370px;
}
.xxgk-list .w140{
	width: 140px;
}
.xxgk-list .w126{
	width: 126px;
}
.gklb-l{
	height: 48px;
	position: relative;
}
.gklb-l.cur{
	background: #f6f6f6;
}
.gklb-l>li{
	color: #333;
	font-size: 13px;
	line-height: 48px;
	height: 48px;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gklb-l li a{
	color: #333;
	font-size: 13px;
	line-height: 48px;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gklb-l li a:hover{
	font-weight: bold;
}
.gklb-l li.w370{
	text-align: left;
}
.gklb-l li.time a{
	color: #999999;
}
.gklb-l li.tit a:hover{
	color: #245fa6;
}
.gklb-h{
	position: absolute;
	z-index: 999;
	top: 48px;
	left: 20px;
	background: url(bg4.png) top left no-repeat #fff;
	border: 1px solid #eaeaea;
	padding-left: 26px;
	padding-top: 16px;
	padding-bottom: 10px;
	width: 540px;
	box-shadow: 0px 0px 10px 0px #eaeaea;
	display: none;
}
.gklb-h li{
	text-align: left;
	width: 270px;
	margin-bottom: 8px;
}
.gklb-h li .tit{
	display: inline-block;
	color: #245fa6;
	font-size: 13px;
	font-weight: bold;
	width: 70px;
	text-align: center;
	vertical-align: top;
}
.gklb-h li .con{
	display: inline-block;
	color: #666666;
	font-size: 13px;
	width: 200px;
}
/*政务公开*/
.zw-main{
	padding: 35px 0 0 20px;
	background: #fff;
}
.zw-wrap1{
	width: 255px;
}
.zw-wrap1-nav a{
	margin-bottom: 10px;
	display: block;
	height: 50px;
	line-height: 50px;
	background: #f5f5f5 url(icon25.png) 236px center no-repeat;
}
.zw-wrap1-nav a:hover{
	background: #0e72cd url(icon25o.png) 236px center no-repeat;
}
.zw-wrap1-nav a .sp{
	display: inline-block;
	width: 46px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	margin-left: 8px;
}
.zw-wrap1-nav a .a1{
	background-image: url(yydh-img1.png);
}
.zw-wrap1-nav a:hover .a1{
	background-image: url(yydh-img1o.png);
}
.zw-wrap1-nav a .a2{
	background-image: url(yydh-img2.png);
}
.zw-wrap1-nav a:hover .a2{
	background-image: url(yydh-img2o.png);
}
.zw-wrap1-nav a .a3{
	background-image: url(yydh-img3.png);
}
.zw-wrap1-nav a:hover .a3{
	background-image: url(yydh-img3o.png);
}
.zw-wrap1-nav a .a4{
	background-image: url(yydh-img4.png);
}
.zw-wrap1-nav a:hover .a4{
	background-image: url(yydh-img4o.png);
}
.zw-wrap1-nav a .a5{
	background-image: url(yydh-img5.png);
}
.zw-wrap1-nav a:hover .a5{
	background-image: url(yydh-img5o.png);
}
.zw-wrap1-nav a .a6{
	background-image: url(yydh-img6.png);
}
.zw-wrap1-nav a:hover .a6{
	background-image: url(yydh-img6o.png);
}
.zw-wrap1-nav a img{
	vertical-align: middle;
}
.zw-wrap1-nav a .tit{
	vertical-align: middle;
	color: #595959;
	font-size: 16px;
	margin-left: 14px;
}
.zw-wrap1-nav a:hover .tit{
	color: #fff;
}
.zw-wrap1-t{
    padding-top: 10px;
    padding-bottom: 18px;
}
.zw-wrap1-t .tit{
    color: #245fa6;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}
.zw-wrap1-bar a{
    display: inline-block;
    width: 122px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.zw-wrap1-bar a:hover{
    opacity: 0.8;
}
.zw-wrap1-bar a.a1{
    background: #13b5b1;
}
.zw-wrap1-bar a.a2{
    background: #245fa6;
}
.zw-wrap1-bar a img{
    vertical-align: middle;
    margin-right: 8px;
}
.zw-wrap1-bar a span{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}
.zw-wrap2{
    width: 600px;
    margin-left: 24px;
}
.zw-wrap2-t{
    height: 34px;
    border-bottom: 3px solid #ededed;
}
.zw-wrap2-t .tit{
    display: inline-block;
    padding-left: 20px;
    padding-right: 28px;
    color: #333333;
    font-size: 18px;
    margin-right: 4px;
}
.zw-wrap2-t .tit.cur{
    color: #245fa6;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 3px solid #245fa6;
}
.zw-item{
    display: none;
}
.zw-item.show{
    display: block;
}
.zw-list{
    padding-top: 12px;
}
.zw-list li{
    height: 35px;
}
.zw-list li a{
    display: inline-block;
    padding-left: 14px;
    color: #000000;
    font-size: 15px;
    background: url(yydh-li3.png) left center no-repeat;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zw-list li a:hover{
    color: #245fa6;
}
.zw-list li span{
    float: right;
    color: #999999;
    font-size: 13px;
    line-height: 20px;
}
.zw-wrap3{
    width: 258px;
    margin-left: 34px;
}
.zw-wrap3-t{
    margin-bottom: 13px;
}
.zw-wrap3-t .tit{
    color: #245fa6;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 20px;
}
.zw-wrap3-t img{
    vertical-align: middle;
    margin-right: 12px;
}
.zw-wrap3-tx{
    padding: 4px;
    border: 1px solid #e5e5e5;
    margin-right: 16px;
}
.zw-wrap3-tx img{
    width: 105px;
    height: 132px;
}
.zw-wrap3-info{
    width: 100px;
    padding-top: 12px;
}
.zw-wrap3-info .name{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}
.zw-wrap3-info .name:hover,.zw-wrap3-info .job:hover{
    color: #245fa6;
}
.zw-wrap3-info .job{
    color: #333333;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
}
.zw-wrap3-info p.h74{
    height: 64px;
    overflow: hidden;
    margin-bottom: 6px;
}
.zw-wrap3-info .btn{
    width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    background: #245fa6;
    display: inline-block;
}
.zw-wrap3-info .btn:hover{
    font-weight: bold;
}
.zw-wrap3-banner a{
    display: inline-block;
    width: 75px;
    height: 70px;
    text-align: center;
    background: #245fa6;
    margin-right: 11px;
    margin-bottom: 11px;
}
.zw-wrap3-banner a div{
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.zw-wrap3-banner a div img{
    vertical-align: middle;
}
.zw-wrap3-banner a p{
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}
.zw-wrap3-banner a:hover p{
    font-weight: bold;
}
.zw-wrap3-zt img:hover{
    opacity: 0.8;
}