﻿/* 首页 */
.content{
  background-color: #fff;
  width: 1400px;
  margin: 0 auto;
  padding: 30px 56px;
  overflow: hidden;
}
.index-left{
  width: 744px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
}
.index-l-search{/*首页搜索*/
  width: 100%;
  background-color: #f1eeee;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  overflow: hidden;
  padding-left: 20px;
}
.index-l-search input{
  width: 580px;
  line-height: 50px; 
  height: 50px;
  font-size: 14px;
}
.index-l-search span{
  background-color: #0163d1;
  text-align: center;
  width: 98px;
  cursor: pointer;
}
.index-l-search span img{
  margin-right: 6px;
}

.index-l-headlines{/*首页头条*/
  margin-top: 14px;
}
.index-l-headlines h2{
  font-size: 29px;
  text-align: center;
}
.i-l-h-zhaiyao{
  font-size: 14px;
  margin-top: 16px;
}

.index-l-carousel{/*首页焦点图轮播*/
  margin-top: 16px;
}
.fade-box, .fade-img {
    width: 744px;
    height: 372px;
    position: relative;
    overflow: hidden;
}
.fade-img a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.fade-img img {
    display: block;
    height: 100%;
    width: 100%;
}
.fade-txt {
    height: 40px;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
}
.fade-txt a {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fade-num {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 0px;
}
.fade-num span {
    display: inline-block;
    margin: 0 4px;
    width: 14px;
    height: 11px;
    background: url(lunbo1.png);
}
.fade-num .cur{
    background: url(lunbo2.png);
}

.index-r-activity .fade-box, .index-r-activity .fade-img{
  width: 440px;
  height: 100px;
}
.fade-img img{
  width: 100%;
  height: 100%;
}

.index-l-affairs{/*首页公开1*/
  margin-top: 2px;
  width: 462px;
}
.i-l-a1{
  height: 36px;
  line-height: 36px;
  background-color: #f8f8f8;
}
.i-l-a1 a{
  display: inline-block;
  color: #666;
  margin: 0 12px;
  cursor: pointer;
}
.i-l-a1 a:hover{
  color: #0163d1;
}
.i-l-a2{
  padding: 10px 14px; 
  border: 1px solid #dcdcdc;
}
.i-l-a2 li{
  line-height: 35px;
}
.i-l-a2 li a{
  display: inline-block;
}
.i-l-a2 li a i{
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #d9d9d9;
  display: inline-block;
  margin: 3.5px 9px;
  margin-left: 0;
}
.i-l-a2 li:hover a i{
  border: 2px solid #d4e3f5;
  border-radius: 5px;
  background-color: #0163d1;
  width: 6px;
  height: 6px;
  margin: 1px 4px 1px 0;
}

.index-l-affairs2{/*首页公开2*/
  margin-top: 44px;
  width: 266px;
}
.index-l-affairs2 a{
  margin-left: 14px;
  width: 116px;
  display: inline-block;
  margin-bottom: 10px;
}
.index-l-affairs2 a img{
  width: 100%;
}
.index-l-affairs2 a{
  display: inline-block;
  width: 116px;
  height: 91.21px;
  border-radius: 3px;
}
.index-l-affairs2 a:hover img{
  display: none;
  background-size: 100% 100%;
  background-position: 0 0;
}
.index-l-affairs2-1{
  background: url(i1t.png);
}
.index-l-affairs2-2{
  background: url(i2t.png);
}
.index-l-affairs2-3{
  background: url(i3t.png);
}
.index-l-affairs2-4{
  background: url(i4t.png);
}
.index-l-affairs2-5{
  background: url(i5t.png);
}
.index-l-affairs2-6{
  background: url(i6t.png);
}


.index-right{
  width: 440px;
}
.i-r-i-banner{/*首页互动交流*/
  width: 100%;
}
.i-r-i-content > p{
  text-align: right;
  line-height: 28px;
  overflow: hidden;
}
.i-r-i-content > p >a{
  font-size: 16px;
  color: #666666;
}
.i-r-i-content > p >a:first-child{
  font-size: 18px;
  color: #0163d1;
  float: left;
  font-weight: bold;
}
.i-r-i-c-button a{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 196px;
  height: 50px;
  background-color: #2283f0;
  border: 4px solid #cce0f6;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.index-r-yukuaiban .i-r-i-c-button a img{
  margin-top:-7px;
}
.i-r-i-c-button a:hover{
  background: #026ee8;
}
.i-r-i-c-button a:first-child{
  margin-right: 32px;
}

.i-r-i-c-b2 a{
  background-color: #f9a23c;
  border: 4px solid #ffe5c4;
}
.i-r-i-c-b2 a:hover{
  background: #ff8a00;
}
.i-r-y-list{
  width: 400px;
  margin-left: 20px;
  overflow: hidden;
  margin-top: 24px;
}
.i-r-y-list li{
  width: 76px;
  float: left;
  margin-left: 32px;
}
.i-r-y-list li:first-child{
  margin-left: 0;
}
.i-r-y-list li a{
  font-size: 16px;
  color: #0163d1;
  text-align: center;
  display: inline-block;
}
.i-r-y-list li a img{
  width: 100%;
  margin-bottom: 8px;
  display: inline-block;
}

.index-r-fwdh{/*服务导航活动*/
}
.i-r-fwdh-content{
  border: 1px solid #dcdcdc;
  padding: 20px 10px;
}
.i-r-fwdh-content a{
  display: inline-block;
  width: 50%;
  font-size: 16px;
  color: #333;
  line-height: 35px;
  padding-left: 18px;
  box-sizing: border-box;
  position: relative;
}
.i-r-fwdh-content a i{
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #d9d9d9;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 2px;
}
.i-r-fwdh-content a:hover i{
    border: 2px solid #d4e3f5;
    border-radius: 5px;
    background-color: #0163d1;
    width: 6px;
    height: 6px;  
    top: 14px;
    left: 0px;
}

.index-r-activity .title-universal{/*首页活动*/
  display: block;
}
.index-r-activity a{
  margin-top: 16px;
  display: inline-block;
}
.index-r-activity .index-r-a-list img{
  width: 100%;
}

.index-line{
  width: 104px;
  text-align: center;
}
.index-line img{
  display: block;
  margin: 0 auto;
}
.index-line .line1{
  margin-bottom: -2px;
  width: 17px;
  height: 17px;
}
.index-line .line3{
  margin-top: -2px;
  width: 17px;
  height: 17px;
}
.index-line .line2{
  width: 4px;
}
.index-r-yukuaiban .title-universal,.index-r-fwdh .title-universal{
   margin-bottom: 16px;
  margin-top: 30px;
}
.index-r-activity .title-universal{
  margin-bottom: 16px;
}


/*政务公开*/
.affairs-left{
  width: 280px;
}

.affairs-l-leadership>div{/*领导信息*/
  margin-top: 23px;
  background-color: #eee;
  padding: 22px 0 20px;
  text-align: center;
}
.affairs-l-leadership>div>img{
  width: 100px;
  height: 128px;
  border: 8px solid #e2efff;
}
.affairs-l-leadership>div>p{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 14px;
}
.affairs-l-leadership>div>div{
  margin-top: 10px;
  text-align: center;
}
.affairs-l-leadership>div>div>a{
  display: inline-block;
  box-sizing: border-box;
  margin: 13px 7px 0;
  width: 114px;
  line-height: 32px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
}
.affairs-l-leadership>div>div>a:hover{
  color: #0163d1;
}
.affairs-l-leadership>div>div>a span{
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 6px;
  line-height: 32px;
  margin-top: 5px;
}
.jw2-top-1{
  background: url(a1.png)no-repeat;
  background-size: 100% 100%;
}
.jw2-top-2{
  background: url(a2.png)no-repeat;
  background-size: 100% 100%;
}
.jw2-top-3{
  background: url(a3.png)no-repeat;
  background-size: 100% 100%;
}
.jw2-top-4{
  background: url(a4.png)no-repeat;
  background-size: 100% 100%;
}
.affairs-l-leadership>div>div>a:hover .jw2-top-1{
  background: url(a1t.png)no-repeat;
  background-size: 100% 100%;
}
.affairs-l-leadership>div>div>a:hover .jw2-top-2{
  background: url(a2t.png)no-repeat;
  background-size: 100% 100%;
}
.affairs-l-leadership>div>div>a:hover .jw2-top-3{
  background: url(a3t.png)no-repeat;
  background-size: 100% 100%;
}
.affairs-l-leadership>div>div>a:hover .jw2-top-4{
  background: url(a4t.png)no-repeat;
  background-size: 100% 100%;
}

.affairs-l-file{/*文件检索*/
  margin-top: 42px;
  border: 2px solid #dddddd;
  border-radius: 4px;
  padding-top: 10px;
}
.affairs-l-file>.title-universal{
  margin: 0 16px;
  border: none;
}
.affairs-l-file>.search-universal{
  margin: 0 16px;
  margin-top: 6px;
}
.affairs-l-file>.search-universal input{
  width: 164px;
}
.a-l-f-list{
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 30px 16px;
  margin-top: 16px;
  overflow: hidden;
}
.a-l-f-list i{
  display: inline-block;
}
.jw2-1:hover i{
  width: 44px;height: 44px;
  background:url(a5t.png);
  background-size: 100%;
  background-position: 0 0;
}
.jw2-1:hover i img{
  width: 0px;
}
.jw2-2:hover i{
  width: 44px;height: 44px;
  background:url(a6t.png);
  background-size: 100%;
  background-position: 0 0;
}
.jw2-2:hover i img{
  width: 0px;
}
.jw2-3:hover i{
  width: 44px;height: 44px;
  background:url(a7t.png);
  background-size: 100%;
  background-position: 0 0;
}
.jw2-3:hover i img{
  width: 0px;
}
.jw2-4:hover i{
  width: 44px;height: 44px;
  background:url(a8t.png);
  background-size: 100%;
  background-position: 0 0;
}
.jw2-4:hover i img{
  width: 0px;
}
.jw2-5:hover i{
  width: 44px;height: 44px;
  background:url(a9t.png);
  background-size: 100%;
  background-position: 0 0;
}
.jw2-5:hover i img{
  width: 0px;
}
.jw2-6:hover i{
  width: 44px;height: 44px;
  background:url(a10t.png);
  background-size: 100%;
  background-position: 0 0;
}
.jw2-6:hover i img{
  width: 0px;
}

.alfl-left{
  text-align: left;
}
.alfl-right{
  text-align: right;
}
.a-l-f-list li{
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  box-sizing: border-box;
  padding: 12px 0;
  border: 1px solid #dddddd;
}
.a-l-f-list li a span{
  display: inline-block;
  width: 58px;
  margin-left: 5px;
}
.a-l-f-list li a:hover{
  color: #0163d1;
}
.a-l-f-list .alfl-right a span{
  text-align: left;
}
.a-l-f-list .alfl-right{
  border-right: 0;
}
.a-l-f-list .alfl-left{
  border-left: 0;
}
.a-l-f-list .alfl1{
  border-top: 0;
}
.a-l-f-list .alfl2{
  border-bottom: 0;
}


.affairs-center{
  width: 666px;
  margin-left: 48px;
}
.affairs-c-list .information-l-content{/*中间*/
  line-height: 44px;
}

.affairs-right{
  width: 240px;
}
.affairs-r-top{
  background-color: #f5f5f5;
  padding: 20px 16px 20px;
}
.affairs-r-top .title-universal{
  border: 0;
}
.affairs-r-list1 .a-r-l1-item{
  display: block;
  background-color: #fff;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}
.affairs-r-list1 .a-r-l1-item:first-child{
  margin-top: 16px;
}
.affairs-r-list1 .a-r-l1-item i{
  width: 4px;
  height: 24px;
  display: inline-block;
  border-radius: 2px;
  background-color: #0163d1;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 10;
}
.affairs-r-list1 .a-r-l1-item span{
  position: relative;
  z-index: 100;
}
.affairs-r-list1 .a-r-l1-item span b{
  width: 36px;
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
  width: 38px;
  height: 38px;
  float: left;
  margin-top: 6px;
}
.jw2-left-1{
  background: url(a11.png);
}
.jw2-left-2{
  background: url(a12.png);
}
.jw2-left-3{
  background: url(a13.png);
}
.jw2-left-4{
  background: url(a14.png);
}
.jw2-left-5{
  background: url(a15.png);
}
.jw2-left-6{
  background: url(a166.png);
}
.jw2-left-7{
  background: url(a17.png);
}
.affairs-r-list1 .a-r-l1-item:hover .jw2-left-1{
  background: url(a11t.png);
}
.affairs-r-list1 .a-r-l1-item:hover .jw2-left-2{
  background: url(a12t.png);
}
.affairs-r-list1 .a-r-l1-item:hover .jw2-left-3{
  background: url(a13t.png);
}
.affairs-r-list1 .a-r-l1-item:hover .jw2-left-4{
  background: url(a14t.png);
}
.affairs-r-list1 .a-r-l1-item:hover .jw2-left-5{
  background: url(a15t.png);
}
.affairs-r-list1 .a-r-l1-item:hover .jw2-left-6{
  background: url(a166t.png);
}
.affairs-r-list1 .a-r-l1-item:hover .jw2-left-7{
  background: url(a17t.png);
}
.affairs-r-list1 .a-r-l1-item:hover span{
  color: #0163d1;
}



.affairs-r-list2{
  background-color: #f5f5f5;
  padding: 0 16px;
  padding-bottom: 20px;
}
.affairs-r-list2 .title-universal{
  border:0;
}
.affairs-r-list2 .arl-a{
  font-size: 14px;
  color: #333;
  background-color: #fff;
  display: block;
  line-height: 40px;
  border-radius: 3px;
  margin-top: 12px;
  box-sizing: border-box;
  text-align: center;
}
.affairs-r-list2 a:hover{
  color: #0163d1;
}

/*互动交流*/
.interactive-left{
  width: 744px;
  font-size: 16px;
  color: #333;
}
.interactive-jw{
  width: 100%;
}
.interactive-r-l1{
  padding-bottom: 10px;
}
.interactive-left th{
  font-size: 14px;
  font-weight: bold;
}
.interactive-left table{
  width: 100%;
}
.interactive-left table tr{
  height: 44px;
  border-top: 1px solid #eeeeee;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.interactive-left table tr:first-child{
  height: 36px;
  background-color: #f8f8f8;
}
.interactive-left table tr td:first-child,.interactive-left table tr th:first-child{
  text-align: left;
}
.interactive-right{
  width: 488px;
}
.interactive-left table tr td a:hover{
  color: #0163d1;
  cursor: pointer;
}

.interactive-r-l2 ul{
  box-sizing: border-box;
  padding: 12px 0;
  font-size: 16px;
  color: #333;
  line-height: 36px;
}
.interactive-r-l2 ul li a{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.interactive-r-l2 ul li a:hover{
  color: #0163d1;
}
.interactive-r-banner{
  width: 100%;
}
.i-r-i3-content{
  overflow: hidden;
}
.i-r-i3-content > img{
  display: inline-block;
  float: left;
  width: 212px;
  height: 140px;
}
.i-r-i3-content > div{
  float: right;
  width: 262px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.i-r-i3-content > div h3{
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.i-r-i3-content > div p{
  padding-top: 4px;
}
.i-r-i3-content > div p span{
  color: #e11a1a;
}
.interactive-jw .title-universal{
  display: block;
  overflow: hidden;
}
.interactive-jw .title-universal a:first-child{
  color: #0163d2;
}
.interactive-jw .title-universal .rt{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  width: 80px;
  text-align: center;
  background-color: #0163d2;
  margin-left: 10px;
  border-radius: 2px;
  margin-top: 5px;
  font-weight: initial;
}
.interactive-jw .title-universal .ylw{
  background: #fd9e36;
}
.interactive-jw .title-universal .rt:hover{
  font-weight: bold;
}

/*概览列表无侧栏*/
.content-o{
  padding-top: 20px;
}
.overview .information-l-content{
  border-bottom: 1px solid #eee;
  line-height: 40px;
  padding: 10px 0;
}
.miaobaoxie{
  font-size: 16px;
  color: #333;
}
.miaobaoxie img{
  display: inline-block;
  width: 11px;
  margin-right: 5px;
  margin-top: -2px;
}
.miaobaoxie a{
  display: inline-block;
  margin:0 4px;
}
.miaobaoxie a:hover{
  color: #0163d1
}
.miaobaoxie .active{
  color: #0163d1
}


/*公开_年报*/
.report{
  margin-top: 56px;
  padding-bottom: 24px;
}
.report-title{
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #0163d1;
  font-weight: bold;
  line-height: 24px;
}
.report-title img{
  width: 712px;
  position: absolute;
  top: 11px;
  left: 288px;
}
.report-list{
  margin-top: 36px;
  overflow: hidden;
  padding: 0 110px;
}
.report-l-item{
  width: 325px;
  height: 178px;
  float: left;
  margin: 10px 13px;
  text-align: center;
  background-image: url(r2.png);
  background-size: 100%;
  border-radius: 10px;
}
.report-l-item:hover{
  box-shadow: 4px 4px 9px #eee;
  cursor: pointer;
}
.report-l-item img{
  height: 52px;
  display: inline-block;
  margin-top: 28px;
}
.report-l-item p{
  font-size: 25px;
  color: #333;
  font-family: serif;
  font-weight: bold;
  line-height: 50px;
}
.report-l-item p span{
  color: #f80c06;
  padding-right: 3px;
}
.report-l-item i{
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #f80c06;
}
.report-l-item > span{
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
  display: block;
}


/*网站地图*/
.map .title-universal{
  border-bottom: 3px solid #ededed;
}
.map-item{
  margin-top: 24px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  height: 110px;
  padding: 4px 0;
  overflow: hidden;
}
.map-i-left{
  text-align: center;
  width: 156px;
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.map-i-left:hover a p{
  color: #0163d1;
  font-weight: bold;
}
.map-i-left img{
  width: 44px;
  height: 44px;
  margin-top: 18px;
}
.map-item>img{
  height: 102px;
}
.map-i-right{
  float: right;
  width: 1060px;
  padding: 12px 0;
}
.map-i-right a{
  display: inline-block;
  width: 152px;
  margin: 0 18px 0 42px;
  font-size: 16px;
  color: #333;
  padding: 11px 0;
  line-height: 16px;
}
.map-i-right a:hover{
  font-weight: bold;
  color: #0163d1;
}



/*5.公开_公开目录*/
.content-p{
  padding: 20px 30px 30px;
}
.public-right{
  width: 1112px;
  float: right;
}
.public-r-button{
  overflow: hidden;
  padding: 10px;
}
.public-r-button li{
  float: left;
  width: 200px;
  height: 100px;
  border-radius: 4px;
  box-shadow: 0 0 10px #ddd;
  background-image: url(p2.png);
  background-size: 100%;
  overflow: hidden;
  margin-left: 23px;
}
.public-r-button li:first-child{
  margin-left: 0;
}
.public-r-button li img{
  display: inline-block;
  width: 56px;
  float: right;
  margin: 22px 30px;
  margin-left: 0;
}
.public-r-button li div{
  line-height: 26px;
  color: #333;
  font-size: 18px;
  margin-left: 16px;
  margin-top: 24px;
  float: left;
}
.public-r-button li div span{
  font-size: 14px;
  color: #999;
}
.public-r-content{
  padding: 0 10px 22px;
  border: 1px solid #dddddd;
  margin: 0 8px;
  margin-top: 10px;
  border-radius: 4px;
  min-height: 594px;
}
.public-r-content table{
  font-size: 14px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.public-r-content table th{
  font-size: 16px;
  line-height: 48px;
}
.public-r-content table td{

}
.public-r-content table tr:hover,.public-r-content table tr:hover a{
  cursor: pointer;
  color: #0163d1;
}
.public-r-content table tr:nth-child(even){
  background-color: #f5f5f5;
  border-radius: 4px;
}
.public-r-content table .public-r-c-name{
  /*max-width: 500px;*/
  width: 780px;
  max-width: 780px;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.public-r-text{
  padding: 0;
}
.public-r-text div{
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}
.title-u-text{
  border-bottom: 1px solid #eee;
  line-height: 62px;
  padding-left: 16px;
}
.public-r-text div h1{
  text-align: center;
  line-height: 78px;
}
.public-r-text div p{
  text-align: center;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.public-r-text div p span{
  font-size: 16px;
  color: #666;
  margin: 0 12px;
}
.public-r-text div p span i{
  font-style: normal;
}
.public-r-text div p span i:hover{
  color: #0163d1;
  cursor: pointer;
}


/*4.公开_领导信息*/
.leadership-left{
  width: 198px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.leadership-right{
  width: 1112px;
}
.leadership-l-title{
  font-size: 18px;
  font-weight: bold;
  line-height: 66px;
  color: #333;
}
.leadership-l-title img{
  display: inline-block;
  width: 18px;
  margin: -6px 8px 0 18px;
}
.l-l-t-list{
}
.l-l-t-list> a{
  font-size: 16px;
  color: #818592;
  line-height: 58px;
  display: block;
  padding-left :18px;
  cursor: pointer;
}
.l-l-t-l-item .showitem{
  display: inline-block;
  width: 100%;
  border: 1px solid #f0f0f0;
  border-top: none;
  border-left: 0;
}
.l-l-t-l-item.showitem a{
  font-size: 16px;
  color: #818592;
  line-height: 38px;
  display: block;
  padding-left :50px;
  font-size: 14px;
  background: #fff;
}
.l-l-t-list a span{
  display: inline-block;
  font-size: 14px;
  margin-left: 18px;
  vertical-align: 0px;
}
.l-l-t-list a:hover{
  color: #0163d1;
}
.l-l-t-list .active{
  background-color: #fff;
  border-left: 3px solid #0163d1;
  font-weight: bold;
  color: #333;
}
.leadership-r-job{
  overflow: hidden;
  padding-top: 16px;
}
.l-r-j-img{
  background-color: #e2efff;
  padding: 8px;
}
.l-r-j-img img{
  display: inline-block;
  width: 112px;
  height: 142px;
}
.l-r-j-text{
  width: 954px;
}
.leadership-right .title-universal{
  border-bottom: 3px solid #ededed;
}
.lrgt1{
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.lrgt1 span{
  font-weight: normal;
  margin-left: 12px;
}
.lrgt2{
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
}
.leadership-r-resume,.leadership-r-dynamic{
  margin-top: 26px;
}
.leadership-r-resume p{
  font-size: 16px;
  line-height: 36px;
}
.l-l-t-list a img{
  width: 22px;
  display: inline-block;
  vertical-align: -5px;
  margin-right: 8px;
}
.overview .pagination{
  margin-top: 40px;
}
.overview .title-universal{
  padding-bottom: 10px;
  border-bottom: 3px solid #ededed;
}


/*图片列表*/
.img-list{
  overflow: hidden;
}
.img-l-item{
  width: 254px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f5f5f5;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.i-l-i-img{
  width: 254px;
  height: 190px;
  overflow: hidden;
  text-align: center;
  vertical-align: 0px;
  position: relative;
}
.i-l-i-img i{
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .32;
  filter:alpha(opacity=32);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.i-l-i-img img{
  width: 100%;
  height: 100%;
}
.img-l-item:hover i{
  display: inline-block;
}
.i-l-i-text{

}
.i-l-i-text p{
  font-size: 16px;
  color: #333;
  line-height: 20px;
  padding: 6px 12px;
}
.i-l-i-text span{
  display: inline-block;
  padding: 0 12px 8px;
  font-size: 16px;
  color: #999;
}
.img-l-item:hover .i-l-i-text p{
  color: #0163d1;
}


.xj-lb-tt{
  position: relative;
  height: 94px;
  overflow: hidden;
}
.lb-tt-bnr{
  width: 100%;
}
.lb-tt-item{
  position: absolute;
  top: 0;
  left: 0;
  height: 94px;
  width: 100%; 
}


.index-l-affairs .i-l-a1 .active{
  color: #0163d1;
}

.zw-banner {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.affairs-l-bottom {
  margin-top: 28px;
}

.affairs-l-bottom a {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    display: inline-block;
    width: 130px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 3px;
    margin-left: 10px;
    position: relative;
}

.affairs-l-bottom a img {
  display: inline-block;
  margin-right: 8px;
}

.affairs-l-bottom a i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  background: #0163d1;
  width: 4px;
  height: 26px;
  border-radius: 2px;
}

.affairs-l-bottom a .imghide {
    display: none;
}
.affairs-l-bottom a img {
    display: inline-block;
    margin-right: 8px;
}

.a-l-f-list .alfl-last {
  width: 100%;
  border: none;
  text-align: center;
}

.a2-top-10 {
  background: url(a10.png);
  background-size: 100% 100%;
}

.index303-bottom{
  width: 100%;
  float: left;
}
.index-l-affairs .i-l-a1 .active{
  color: #0163d1;
}

.information-l-content-303{
  margin-top: 14px;
}
.index303-top{
  margin-bottom: 35px;
  overflow: hidden;
}
.line-center{
  height: 728px;
}
.ztzl{
    margin-top: 30px;
    padding-bottom:30px;
}
.ztzl:after{
    display: table;
    content: "";
    clear: both;
}
.ztzl .ban-more-box{
    width:1150px;
    height: 87px;
    float: left;
    margin-left: 28px;
}
.ztzl .ban-more-img .img-link,.ztzl .ban-more-img p{
    width:357px;
    height:87px;
}
.ztzl .ban-more-btn{
    background: none;
    margin-top: -30px;
}
.tab-item a:hover,h-fgyjzj .tab-item a:hover{
    color:#2760b7;
}
.fwdh303-list{
  margin-top: 30px;
}
.fwdh303-list a{
  font-size: 15px;
  display: inline-block;
  line-height: 42px;
  padding: 0 20px;
  background: #dcebf3;
  color: #2d3342;
  margin-right: 18px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.fwdh303-list a:hover{
  color: #fff;
  background: #015ec6;
}

/*公开制度*/
.gkzd-con .gkzd5 li a {
    text-align: left;
    float: left;
    font-size: 14px;
}
.gkzd5 li span {
    width: 106px;
    font-size: 16px;
    color: #333;
    text-align: center;
    display: inline-block;
    float: right;
}
.gkzd-con .gkzd5 li span {
    font-size: 14px;
}

.gkzd5 li {
    overflow: hidden;
    line-height: 40px;
    padding: 0 8px 0 24px;
    background: #ffffff;
}

.gkzd-t {
    border-bottom: 2px solid #ededed;
    height: 45px;
    line-height: 45px;
    padding: 0 16px 0 30px;
}

.gkzd-t .tit {
    display: inline-block;
    text-align: center;
    height: 45px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.gkzd-t .more {
    display: inline-block;
    width: 104px;
    font-size: 16px;
    color: #ee8101;
    text-align: center;
    float: right;
    margin-top: 2px;
}
.gkzd5 {
  margin-bottom: 10px;
}