/* 首页 */
.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;
}
.i-l-h-zhaiyao{
  font-size: 14px;
  margin-top: 16px;
}

.index-l-carousel{/*首页焦点图轮播*/
  margin-top: 16px;
}
.fade-box, .fade-img {
    width: 744px;
    height: 418px;
    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("../images/lunbo1.png");
}
.fade-num .cur{
    background: url("../images/lunbo2.png");
}


.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,.i-l-a1 .active{
  color: #0163d1;
}
.i-l-a2{
  padding: 10px 14px; 
  border: 1px solid #dcdcdc;
  display: none;
}
.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 span{
  width: 100%;
  height: 91.21px;
  display: inline-block;
}
.index-l-affairs2 .index-l-affairs2-100{
  width: 246px;
}
.index-l-affairs2-1{
  background: url("../images/i1.png");
  background-size: 100% 100%;
}
.index-l-affairs2-2{
  background: url("../images/i2.png");
  background-size: 100% 100%;
}
.index-l-affairs2-3{
  background: url("../images/i3.png");
  background-size: 100% 100%;
}
.index-l-affairs2-5{
  background: url("../images/i5.png");
  background-size: 100% 100%;
}
.index-l-affairs2-6{
  background: url("../images/i6.png");
  background-size: 100% 100%;
}
.index-l-affairs2-1:hover{
  background: url("../images/i1t.png");
  background-size: 100% 100%;
}
.index-l-affairs2-2:hover{
  background: url("../images/i2t.png");
  background-size: 100% 100%;
}
.index-l-affairs2-3:hover{
  background: url("../images/i3t.png");
  background-size: 100% 100%;
}
.index-l-affairs2-4:hover{
  background: url("../images/i4t.png");
  background-size: 100% 100%;
}
.index-l-affairs2-5:hover{
  background: url("../images/i5t.png");
  background-size: 100% 100%;
}
.index-l-affairs2-6:hover{
  background: url("../images/i6t.png");
  background-size: 100% 100%;
}



.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 >img{
  margin-right: 6px;
}
.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: 132px;
  height: 50px;
  background-color: #2283f0;
  border: 4px solid #cce0f6;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin-left: 10px;
}
.i-r-i-c-button a:first-child{
  margin-left: 0;
}

.i-r-i-c-b2 a{
  background-color: #f9a23c;
  border: 4px solid #ffe5c4;
}
.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-activity{/*首页活动*/
}
.index-r-activity a{
  margin-top: 16px;
  display: inline-block;
  width: 100%;
}
.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;
}


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

.affairs-l-leadership>div{/*领导信息*/
  margin-top: 10px;
  background-color: #f6f6f6;
  padding: 0 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>.affairs-l-l-lastp{
  border-top: 1px solid #ebebeb;
  padding-top: 16px;
  font-weight: 400;
  margin: 14px 16px 0;
  cursor: pointer;
}
.affairs-l-leadership .title-universal{
  text-align: left;
  box-sizing: border-box;
  padding: 5px 14px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 24px;
}
.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:hover{
  background: #0163d1;
  color: #fff;
}
.affairs-l-bottom a:hover img{
  display: none;
}
.affairs-l-bottom a:hover .imghide{
  display: inline-block;
}
.affairs-l-bottom a:hover i{
  background: #fff;
  height: 40px;
  top: 0;
}

.affairs-l-file{/*文件检索*/
  margin-top: 28px;
  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: 16px 16px 0;
  margin-top: 16px;
  overflow: hidden;
}
.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: 16px 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;
}
.a-l-f-list .alfl-last{
  width: 100%;
  border: none;
  text-align: center;
}
.a-l-f-list .alfl-last span{
  width: 125px;
  margin-left: 16px;
  line-height: 44px;
}
.a-l-f-list a{
  display: inline-block;
  overflow: hidden;
}
.a-l-f-list a i{
  display: inline-block;
  width: 44px;
  height: 44px;
  float: left;
}
.a2-top-5{
  background: url("../images/a5.png");
  background-size: 100% 100%;
}

.a2-top-6{
  background: url("../images/a6.png");
  background-size: 100% 100%;
}

.a2-top-7{
  background: url("../images/a7.png");
  background-size: 100% 100%;
}

.a2-top-8{
  background: url("../images/a8.png");
  background-size: 100% 100%;
}

.a2-top-9{
  background: url("../images/a9.png");
  background-size: 100% 100%;
}

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

.a-l-f-list li a:hover .a2-top-5{
  background: url("../images/a5t.png");
  background-size: 100% 100%;
}

.a-l-f-list li a:hover .a2-top-6{
  background: url("../images/a6t.png");
  background-size: 100% 100%;
}

.a-l-f-list li a:hover .a2-top-7{
  background: url("../images/a7t.png");
  background-size: 100% 100%;
}

.a-l-f-list li a:hover .a2-top-8{
  background: url("../images/a8t.png");
  background-size: 100% 100%;
}

.a-l-f-list li a:hover .a2-top-9{
  background: url("../images/a9t.png");
  background-size: 100% 100%;
}

.a-l-f-list li a:hover .a2-top-10{
  background: url("../images/a10t.png");
  background-size: 100% 100%;
}


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

.affairs-right{
  width: 240px;
}
.affairs-r-list1{
  background-color: #f5f5f5;
  padding: 8px 16px 0;
}
.affairs-r-list1 .a-r-l1-item{
  display: block;
  background-color: #fff;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  margin-top: 12px;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
}
.affairs-r-list1 .a-r-l1-item b{
  position: absolute;
  z-index: 1;
  width: 0%;
  height: 100%;
  background-color: #0163d1;
  left: 0;
  top: 0;
}
.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 img{
  width: 26px;
  margin-left: 18px;
  margin-right: 12px;
}
.affairs-r-list1 .a-r-l1-item:hover b{
  width: 100%;
}
.affairs-r-list1 .a-r-l1-item:hover i{
  background-color: #fff;
  top: 0;
  height: 40px;
}
.affairs-r-list1 .a-r-l1-item:hover span{
  color: #fff;
}
.affairs-r-list1 .a-r-l1-item div{
  display: inline-block;
  width: 26px;
  height: 26px;
  float: left;
  margin-left: 18px;
  margin-right: 12px;
  margin-top: 8px;
}
.a2-top-11{
  background: url("../images/a11.png")100% 100%;
}

.a2-top-12{
  background: url("../images/a12.png")100% 100%;
}

.a2-top-13{
  background: url("../images/a13.png")100% 100%;
}

.a2-top-14{
  background: url("../images/a14.png")100% 100%;
}

.a2-top-15{
  background: url("../images/a15.png")100% 100%;
}
.affairs-r-list1 .a-r-l1-item:hover .a2-top-11{
  background: url("../images/a11t.png")100% 100%;
}

.affairs-r-list1 .a-r-l1-item:hover .a2-top-12{
  background: url("../images/a12t.png")100% 100%;
}

.affairs-r-list1 .a-r-l1-item:hover .a2-top-13{
  background: url("../images/a13t.png")100% 100%;
}

.affairs-r-list1 .a-r-l1-item:hover .a2-top-14{
  background: url("../images/a14t.png")100% 100%;
}

.affairs-r-list1 .a-r-l1-item:hover .a2-top-15{
  background: url("../images/a15t.png")100% 100%;
}


.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: 810px;
  font-size: 16px;
  color: #333;
  padding-top: 26px;
}
.interactive-left th{
  font-size: 14px;
  font-weight: bold;
}
.interactive-left table{
  width: 100%; table-layout: fixed
}
.interactive-left table tr{
  height: 46px;
  border-bottom: 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-left table tr td,.interactive-left table tr th{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.interactive-left table tr td:first-child,.interactive-left table tr th:first-child{
  width: 420px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title-universal a{
  color: #0163d1;
}
.title-universal .interactive-t-u{
  padding: 0 16px;
  background: linear-gradient(to right, #3393ff , #1274e2);
  color: #fff;
  margin-left: 2px;
}
.title-universal .interactive-t-u img{
  margin-right: 8px;
}

.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;
}
.zw-banner{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}
.zw-banner img{
  width: 100%;
}
.zw-banner2{
  background: url("../images/gk-banner2.png")left center no-repeat;
  height: 90px;
  background-size: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.zw-banner2 h2{
  font-size: 24px;
  line-height: 24px;
  padding-top: 18px;
}
.gkzd5{

}
.gkzd5 p{
  overflow: hidden;
  line-height: 40px;
  padding: 0 8px 0 24px;
  background: #ffffff;
}
.gkzd5 p a{
  font-size: 16px;
  color: #333;
  width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.gkzd5 p span{
  width: 106px;
  font-size: 16px;
  color: #333;
  text-align: center;
  display: inline-block;
  float: right;
}
.gkzd5 p:first-child{
  text-align: center;
  font-weight: bold;
}
/*概览列表无侧栏*/
.content-o{
  padding-top: 20px;
}
.overview .information-l-content{
  border-bottom: 1px solid #eee;
  line-height: 40px;
  padding: 10px 0;
}
.overview .liebiao-information-l-content{
  border: none;
}
.overview .liebiao-information-l-content li a i{
  display: none;
}
.overview .liebiao-information-l-content li{
  padding-left: 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("../images/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 img{
  width: 44px;
  height: 44px;
  margin-top: 18px;
}
.map-item>img{
  height: 102px;
}
.map-i-right{
  float: right;
  width: 1088px;
  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("../images/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: 754px;
}
.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{
  cursor: pointer;
  color: #0163d1;
}
.public-r-content table tr:nth-child(even){
  background-color: #f5f5f5;
  border-radius: 4px;
}
.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;
}
.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;
}
.l-l-t-list a span{
  display: inline-block;
  font-size: 14px;
  vertical-align: 0px;
  width: 102px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
}
.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;
}
.img-l-item:hover img{
  width: 200%;
  height: 200%;
  margin-top: -50%;
  margin-left: -50%;
}
.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-ys{
  margin-bottom: 30px;
}
.index-tit1{
  border-bottom: 1px solid #cce0f6;
  height: 34px;
  margin-bottom: 6px;
}
.index-tit1 .tit{
  display: inline-block;
  color: #333333;
  font-size: 18px;
  margin-left: 40px;
  position: relative;
}
.index-tit1 .tit:first-child{
  margin-left: 0;
}
.index-tit1 .tit.cur{
  color: #0163d1;
  font-weight: bold;
}
.index-tit1 .tit i{
  width: 5px;
  height: 4px;
  background: url(../images/zs-icon3.png) center no-repeat;
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -2px;
  display: none;
}
.index-tit1 .tit.cur i{
  display: inline-block;
}
.index-ys-c a{
  display: inline-block;
  float: left;
  margin-top: 12px;
}
.index-ys-c a.ls{
  margin-left: 10px;
}
/* 互动交流 */
.hdjl-lf{
  width: 444px;
}
.hdjl-zs{
  width: 442px;
  border: 1px solid #eeeeee;
  height: 380px;
}
.hdjl-content{
    background-color: #fff;
    width: 1400px;
    margin: 0 auto;
    padding: 30px 66px 30px 36px;
    overflow: hidden;
}
.hdjl-zs-l{
	width: 346px;
	margin-left: 70px;
}
.hdjl-zs-l li{
	border-top: 1px solid #eeeeee;
	line-height: 28px;
	padding: 8px 16px;
}
.hdjl-zs-l li.hdjl-zs-t{
	line-height: 54px;
	border-top: none;
}
.hdjl-zs-l li.hdjl-zs-t .img{
	margin-left: -66px;
}
.hdjl-zs-l li.hdjl-zs-t span{
	display: block;
	color: #0163d2;
	font-weight: bold;
	font-size: 18px;
}
.hdjl-zs-l li .img{
	margin-left: -48px;
	float: left;
}
.hdjl-zs-l li.gy a{
	display: block;
	color: #333333;
	font-size: 16px;
	background: url(../images/zs-icon6.png) 322px center no-repeat;
}
.hdjl-zs-l li.gy a:hover{
	color: #0152b0;
}
.hdjl-zs-l li.add{
	position: relative;
}
.hdjl-zs-l li.add p{
	float: left;
	width: 190px;
	color: #333333;
	font-size: 16px;
}
.hdjl-zs-l li.add a{
	display: inline-block;
	color: #0152b0;
	font-size: 14px;
	padding-right: 20px;
	background: url(../images/zs-icon6.png) right center no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -14px;
}
.hdjl-zs-l li.add a:hover{
	text-decoration: underline;
}
.hdjl-zs-l li span{
	color: #333333;
	font-size: 16px;
}
.hdjl-rx{
	height: 186px;
	border-top: 7px solid #eeeeee;
	background: url(../images/zs-bg1.png);
}
.hdjl-rx-t{
	line-height: 70px;
	text-align: center;
}
.hdjl-rx-t img{
	margin-right: 12px;
}
.hdjl-rx-t span{
	color: #eeeeee;
	font-size: 20px;
	font-weight: bold;
}
.hdjl-rx .hdjl-zs-l li span{
	color: #fff;
}
.interactive-r-l1 .more{
	text-align: center;
	margin-top: 26px;
}
.interactive-r-l1 .more a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	height: 28px;
	width: 88px;
	line-height: 28px;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
}
.interactive-r-l1 .more a:hover{
	color: #0163d2;
}
.hdjl-bar{
	width: 100%;
	margin-top: 26px;
}
.hdjl-bar-i{
	width: 256px;
	float: left;
	margin-left: 28px;
}
.hdjl-bar-i .tit{
	display: inline-block;
	padding-left: 14px;
	color: #0163d2;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/zs-icon14.png) left center no-repeat;
	margin: 4px 0 16px;
}