﻿/*
 * @Author: yj 
 * @Date: 2019-10-22 10:53:03 
 * @Last Modified by: yj
 * @Last Modified time: 2019-10-22 13:49:56
 */

*{
  margin: 0;
  padding: 0;
}
.main {
  min-width: 1200px;
}
.mid {
  margin-left: auto;
  margin-right: auto;
}
.content {
  width: 1200px;
  background-color: #fff;
  height: auto;
  /* margin-bottom: 20px; */
  box-shadow: 0px 4px 10px 0px 
  rgba(0, 53, 111, 0.08);
  box-sizing: border-box;
}
.yj-location {
  width: 100%;
  height: 60px;
  background: url('../images/yj-location.png') 20px center no-repeat;
  margin-left: 18px;
  padding-left: 44px;
}

.yj-location span,
.yj-location a {
  font-size: 15px;
  color: #333333;
  line-height: 60px;
}
.yj-location .blue{
  color:#3480ce ;
}

.main .yj-ac{
  width: 1200px;
  height:  900px; 
  background-color: #ffffff;
	/* box-shadow: 0px 3px 20px 0px 
    rgba(0, 53, 111, 0.08); */
}
.yj-ac .gl-nav{
  width: 260px;
  margin-top: 20px;
  margin-left: 15px;
}
.gl-nav-t{
    height: 46px;
    background: #3480ce;
}
.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-t a:hover{
opacity: 0.9;
  -khtml-opacity:0.9;
  -moz-opacity:0.9;
  filter:alpha(opacity=0.9);
  filter:"alpha(opacity=90)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

.gl-nav-t2{
  height: 50px;
  width: 100%;
  background: url(../images/yj-ulbg.png);
  line-height: 50px;
  margin-bottom: 10px;
}
.gl-nav-t2 a{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.gl-nav-t2 a:hover{
opacity: 0.9;
  -khtml-opacity:0.9;
  -moz-opacity:0.9;
  filter:alpha(opacity=0.9);
  filter:"alpha(opacity=90)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
.gl-nav-t2 img{
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 15px;
}
.gl-nav-l{
  border: solid 1px #eaeaea;
    padding: 19px 17px 8px;
    background: #fcfcfc;
}
.gl-nav-l li{
  height: 43px;
  margin-bottom: 10px;
  border: solid 1px #eaeaea;
  background: #fff;
}
.gl-nav-l li.ls{
background: none;
}
.gl-nav-l a{
  display: block;
  padding-left: 20px;
  line-height: 43px;
  font-family: MicrosoftYaHei;
  color: #333333;
  font-size: 15px;
  background: url(../images/yj-icon7.png) 196px center no-repeat;
}
.gl-nav-l a.cur,.gl-nav-l a:hover{
  color: #3480ce;
  font-weight: bold;
  background: url(../images/yj-icon7o.png) 196px center no-repeat;
}
.gl-content{
  width: 880px;
  margin-right:25px;
  margin-top: 16px;
}
.gl-title{
  height: 55px;
  line-height: 55px;
  border-bottom: 3px solid #ededed;
}
.gl-title a{
  display: inline-block;
  color:#3480ce;
  font-weight: bold;
  font-size: 18px;
  padding-left: 8px;
}
.gl-title a:hover{
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);
}
.gl-title img{
  vertical-align: middle;
  margin-left: 19px;
  margin-right: 16px;
}
.gl-con {
  padding-top: 5px;
}
.gl-list li{
  height: 48px;
  border-bottom: 1px dashed #999999;
  line-height: 48px;
}
.gl-list li a{
  display: inline-block;
  padding-left: 14px;
  color: #333333;
  font-size: 15px;
  background: url(../images/zy-nav-gray.jpg) 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: block;
  float: right;
  color: #999999;
  font-size: 15px;
  margin-right: 4px;
}
.gl-content .gl-list{
  margin-bottom: 14px;
}
.page{
  text-align: center;
  padding-top: 29px;
  margin-bottom:20px;
}
.page span,.page a{
  color: #333333;
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
}
.page span.red{
  color: #3480ce;
  margin: 0px 8px;
}
.page a{
  line-height: 28px;
  border: 1px solid #ebebeb;
  margin: 0px 4px;
}
.page a:hover,.page a.cur{
  color: #fff;
  background: #3480ce;
}
.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: #3480ce;
  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: #3480ce;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-left: 14px;
}
.page span.jump{
  margin-left: 10px;
}
.page .first{
  margin-left: 14px;
}

/* 概览无子栏目页 */
.yj-location {
  width: 1120px;
  height: 60px;
  background: url('../images/yj-location.png')20px center no-repeat;
  margin-left: 18px;
  padding-left: 44px;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
}

.yj-location span,
.yj-location a{
  font-size: 15px;
  color: #333333;
  line-height: 60px;
}
.yj-location a:hover{
  color: #3480ce;
}
.yj-location .blue{
  color:#3480ce ;
}
.zy-focus-news {
  height: 35px;
  margin: 35px 30px 0 30px;
  border-bottom: 2px solid #ededed;
  padding-left: 10px;
}

.zy-focus-news .a {
  color: #3480ce;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
}

.zy-news-content {
  margin: 0 30px;
}

.zy-list .ml-1 {
  padding-left: 10px;
}

.zy-list li {
  height: 48px;
  border-bottom: 1px dotted #999999;
  line-height: 48px;
}

.zy-list .a {
  font-size: 15px;
  font-family: "微软雅黑";
  color: #333333;
  background: url("../images/zy-nav-gray.jpg") no-repeat center left;
}

.zy-list .a:hover {
  color: #e4372e;
  background: url("../images/zy-nav-red.png") no-repeat center left;
}

.zy-list .new3 {
  color: #b8b8b8;
  font-size: 15px;
}


/* 互动交流 */
.index-content{
  width: 1200px;
  margin: 0 auto 0;

}
.hd-main{
  padding: 20px 26px 0 20px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px 0px 
  rgba(0, 53, 111, 0.08);
}
.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(../images/yj-hgbg.png) 4px center no-repeat;
  color: #3480ce;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  border-bottom: 3px solid #3480ce;
}
.xx-title .tit:hover{
  opacity: 0.8;
}
.xx-title .btn,.xx-bar .btn,.myxx-title .btn{
  float: right;
  display: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: #e21f3f;
}
.xx-title .btn.b3,.xx-bar .btn.b3{
  background: #02a0e9;
}
.xx-title .btn.b4,.xx-bar .btn.b4{
  background: #3480ce;
}
.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: 366px;
padding-left: 16px;
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.xx-list-t .w340 {
width: 340px;
padding-left: 16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.xx-list .w80 {
width: 106px;
}
.xx-list .w90 {
width: 90px;
}
.xx-list-t .w100 {
  width: 100px;
}
.xhy-pl16 {
  overflow: hidden;
  width: 52px;
  padding-right: 23px;
}
.xx-list .w130 {
width: 122px;
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;
color: #02a0e9;
}
.xx-list-l li.w80 {
color: #02a0e9;
}
.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 #3480ce;
  line-height: 42px;
  color: #3480ce;
  font-size: 18px;
  font-weight: bold;
  padding: 0 26px 0 28px;
}
.hd-link-t .tit:hover{
  opacity: 0.8;
}
.hd-link-l{
  padding-top: 18px;
}
.hd-link-l li{
  height: 30px;
}
.hd-link-l li a{
  display: inline-block;
  padding-left: 12px;
  color: #000000;
  font-size: 14px;
  background: url(../images/zy-nav-gray.jpg) left center no-repeat;
  max-width: 78%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hd-link-l li a:hover{
  background: url(../images/icon9o.png) left center no-repeat;
  color: #ea393d;
}
.hd-link-l li span{
  display: block;
  float: right;
  color: #999999;
  font-size: 14px;
}
.hd-total p{
  color: #333333;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}
.hd-total p span{
  display: inline-block;
  font-size: 14px;
  color: #07295b;
}
.hd-total p span.num{
  margin-right: 24px;
  color: #ff2400;
}

/* 局长信箱 */
.gl-main{
  width: 1170px;
  background: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  box-shadow: 0px 4px 20px 0px 
    rgba(0, 53, 111, 0.08);
}
.ldxx-content{
  padding: 28px 23px 20px 15px;
  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: #000;
  font-size: 14px;
}
.xx-bar input.i1{
  background: url(../images/yj-ipbg.png) 14px center no-repeat #fff;
}
.xx-bar input.i2{
  background: url(../images/yj-mpbg.png) 14px center no-repeat #fff;
}
.xx-bar button{
  width: 100px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background: #3480ce;
}
.xx-bar button:hover{
  opacity: 0.8;
}
.ldxx-list{
  margin-top: 18px;
  border-top: 2px solid #3480ce;
}
.ldxx-list li{
  float: left;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ldxx-list-t{
  border-bottom: 1px solid #e5e5e5;
  
}
.ldxx-list-t li{
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
  color: #3480ce;
}
.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: 40px;
  line-height: 40px;
  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: #3b9be5;
}
.ldxx-list-l.cur{
  background: #f6f6f6;
}

/* 领导之窗 */
.ldzc-main{
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 15px;
}
.ldzc-nav{
  width: 270px;
  padding-left: 15px;
}
.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: #3480ce;
  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.lline{
  border-left: 2px solid #3480ce;
  box-sizing: border-box;
}
.ldzc-nav-l a .job{
  color: #999999;
  font-size: 14px;
}
.ldzc-nav-l a.cur,.ldzc-nav-l a:hover{
  background: url(../images/yj-ulbg2.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: #3480ce;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  border-bottom: 2px solid #3480ce;
  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-box2{
  line-height: 40px;
  color: #333333;
  font-size: 14px;
  margin-bottom: 18px;
  margin-left: 23px;
}
.ldzc-intro{
  width: 700px;
  margin-left: 25px;
}

/* 民意征集细览 */
.myxl-content{
  padding-bottom: 86px;
  padding-left:15px ;
  padding-right: 15px;
}
.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: #e21f3f;
}
.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: #3480ce;
    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: #3480ce;
    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: #3b9be5;
    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;
  color: #e21f3f;
}
.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;
}

/* 首页 */
.main {
    width: 100%;
    
    padding-bottom: 30px;
}
.w-container{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.index-main{
  padding: 38px 14px 0px 18px;
  background: #fff;

}
.index-wrap1{
  height: 417px;
  margin-bottom: 34px;
}
.yj-arrow{
  display: none;
  width: 14px;
  height: 7px;
  margin-left: 57px;
  margin-top: -13px;
}
.index-wrap1-col3{
  width: 125px;
  margin-right: 16px;
}

.index-wrap1-col3 a{
  display: block;
  border: 1px solid #aec4d9;
  color: #3480ce;
  font-size: 16px;
  padding-top: 64px;
  line-height: 2;
  height: 65px;
  text-align: center;
  margin-bottom: 11px;
}
.index-wrap1-col3 a:hover{
  border: 1px solid #3480ce;
  color: #fff;
}
.index-wrap1-col3 .a1{
  background: url(../images/yj-sybj1o.png) center no-repeat #fff;
  color: #3480ce;
 
}
.index-wrap1-col3 .a1:hover{
  background: url(../images/yj-sybj1.png) center no-repeat #3480ce;
  color: #fff;
}

.index-wrap1-col3 .a2{
  background: url(../images/yj-sybj2.png) center 36px no-repeat #fff;
}
.index-wrap1-col3 .a2:hover{
  background: url(../images/yj-sybj2o.png) center 36px no-repeat #3480ce;
}
.index-wrap1-col3 .a3{
  background: url(../images/yj-sybj3.png) center 36px no-repeat #fff;
}
.index-wrap1-col3 .a3:hover{
  background: url(../images/yj-sybj3o.png) center 36px no-repeat #3480ce;

}

.index-wrap1-col1{
  width:604px;
  height: 415px;
  position: relative;
  overflow: hidden;
}
.index-wrap1-col1 .index-pictt a:hover{
  text-decoration: underline;
}
.index-wrap1-col1 .btn{
  position: absolute;
  top: 164px;
  width: 40px;
  height: 70px;
  z-index: 999;
  cursor: pointer;
}
.index-wrap1-col1 .btn.prev{
  left: 10px;
  background: url(../images/icon19.png);
}
.index-wrap1-col1 .btn.prev:hover{
  background: url(../images/icon19o.png);
}
.index-wrap1-col1 .btn.next{
  right: 10px;
  background: url(../images/icon20.png);
}
.index-wrap1-col1 .btn.next:hover{
  background: url(../images/icon20o.png);
}
.index-newspic li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index-newspic li img {
  width: 100%;
  height: 100%;
}
.index-pictt {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 70px;
  bottom: 0;
  background: url(../images/yj-imgtbg.png) no-repeat;
}
.index-pictt li {
  width: 100%;
  height: 100%;
}
.index-pictt li a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  width: 581px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-left: 10px;
  margin-top: 10px;
}
.index-picpg {
  position: absolute;
  bottom: 22px;
  right: 18px;
}
.index-picpg li {
  float: left;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  cursor: pointer;
  background: url(../images/icon32.png) no-repeat;
}
.index-picpg li.cur {
  background: url(../images/icon33.png) no-repeat;
}
.index-wrap1-col2{
  width: 403px;
  margin-left: 20px;
}
.index-tit1{
  height: 34px;
  border-bottom: 2px solid #3480ce;
}
.index-tit1 .tit{
  display: inline-block;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-right: 31px;
}
.index-tit1 .r0{
  margin-right: 0;
}
.index-tit1 .lf63{
  margin-left: 63px;
}
.index-tit1 .tit2{
  margin-left: 24px;
  margin-right: 0;
}
.index-tit1 .tit.cur{
  color: #3480ce;
  padding-bottom: 16px;
  background: url(../images/icon6.png) center 26px no-repeat;
}
.index-item{
  display: none;
}
.index-item.show{
  display: block;
}
.index-list1 li{
  height: 32px;
  border-bottom: 1px solid #dee5ee;
  box-sizing: border-box;
}
.index-list1 li a{
  display: inline-block;
  line-height: 32px;
  padding-left: 14px;
  background: url(../images/icon.png) left center no-repeat;
  color: #555555;
  font-size: 14px;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-list1 li a:hover{
  color: #3480ce;
}
.index-list1 li span{
  color: #aaaaaa;
  font-size: 13px;
  line-height: 31px;
  float: right;
  margin-right: 18px;
}

.index-list2 li{
  height: 32px;
  padding-top: 13px;
  box-sizing: border-box;
}
.index-list2 li a{
  display: inline-block;
  line-height: 32px;
  padding-left: 14px;
  background: url(../images/icon.png) left center no-repeat;
  color: #555555;
  font-size: 14px;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-list2 li a:hover{
  color: #3480ce;
}

.index-banner1 a{
  display: inline-block;
}
.index-banner1 a:hover{
  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);
}
.index-tit2{
  height: 34px;
  border-bottom: 1px solid #b9ccde;
  box-sizing: border-box;
}
.index-tit2 .tit.cur{
  background: url(../images/icon6.png) center 28px no-repeat;
}
.index-tit3{
  height: 34px;
  border-bottom: 1px solid #b9ccde;
  box-sizing: border-box;
}
.index-tit3 .tit{
  display: block;
  float: left;
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-right: 39px;
  padding-bottom: 16px;
}
.index-tit3 .titl{
  display:block;
  float: left;
  /*width: 126px;*/
  text-align: right;
  margin-right: 0;
  margin-left: 0;
  margin-top: -10px;
  padding-bottom: 8px;
}
.index-tit3 .tit.cur{
  color: #3480ce;

  background: url(../images/icon6.png) bottom no-repeat;
}
.index-wrap2{
	margin-top: 35px
}
.index-wrap2-col1{
  width: 350px;

}
.index-wrap2-xxgk{
  margin-top: 21px;
  margin-right: -8px;
}
.index-wrap2-xxgk a{
  display: inline-block;
  height: 121px;
  width: 82px;
  border: 1px solid #aecce8;
  text-align: center;
  color: #3480ce;
  background-color: #e0f0fe;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 5px;
  margin-bottom: 10px;
}
.index-wrap2-xxgk a:hover{
  font-weight: bold;
}
.index-wrap2-xxgk a div{
  height: 68px;
  line-height: 76px;
}
.index-wrap2-xxgk a div img{
  vertical-align: middle;
}
.index-wrap2-xxgkbtn a{
  float: left;
  display: block;
  height: 55px;
  width: 170px;
  border: 1px solid #f5f5f5;
  text-align: center;
  color: #111;
  background-color:  #f5f5f5;
  font-size: 14px;
  line-height: 55px;
  margin-right: 6px;
  margin-bottom: 10px;
}
.index-wrap2-xxgkbtn a:hover{
  border: 1px solid #3480ce;
  color: #fff;
}
.index-wrap2-xxgkbtn .a1{
  background: url(../images/yj-wsxxbg.png) left 25px center no-repeat #f5f5f5;
  
}
.index-wrap2-xxgkbtn .a1:hover{
  background: url(../images/yj-wsxxo.png) left 25px center no-repeat #3480ce;

}

.index-wrap2-xxgkbtn .a2{
  background: url(../images/yj-wstsbg.png) left 25px center no-repeat #f5f5f5;
}
.index-wrap2-xxgkbtn .a2:hover{
  background: url(../images/yj-wstsbgo.png) left 25px center no-repeat #3480ce;
}
.index-wrap2-xxgkbtn .a3{
  background: url(../images/yj-wstsbg.png) left 25px center no-repeat #f5f5f5;
}
.index-wrap2-xxgkbtn .a3:hover{
  background: url(../images/yj-wstsbgo.png) left 25px center no-repeat #3480ce;
}
.index-wrap2-xxgkbtn .a4{
  background: url(../images/yj-zxftbg.png) left 25px center no-repeat #f5f5f5;
}
.index-wrap2-xxgkbtn .a4:hover{
  background: url(../images/yj-zxftbgo.png) left 25px center no-repeat #3480ce;
}
.index-wrap2-xxgkbtn .r0{
  margin-right: 0;
}
.index-wrap2-col2{
  width: 389px;
  margin-left: 20px;
}
.index-wrap2-col2 .index-tab{
  padding-top: 13px;
}
.index-wrap2-col2 .index-tit1 .tit{
  margin-right: 52px;
}
.index-wrap2-col2 .index-tit1 .tit3{
  width: 106px;
  margin-left: 34px;
  margin-right: 0;
}
.index-wrap2-col2 .index-tit1 .tit4{

  margin-right: 0;
}
.index-wrap2-col2 .index-list1 li span{
  margin-right: 0;
}
.index-wrap2-col3{
  width: 384px;
}
.index-wrap2-col3 .index-tab{
  margin-top: 13px;
  height: 160px;
}
.index-wrap2-col3 .index-tab .index-list1 li{
  padding-top: 0;
  border-bottom: none;
}
.index-wrap2-col3 .index-tab .index-list1 li a{
  max-width: 90%;
}
.index-hdjl{
  margin-right: -4px;
}
.index-hdjl a{
  display: inline-block;
}
.index-hdjl .a1{
  width: 104px;
  height: 142px;
  border: 1px solid #e5e5e5;
  background: #fbfdff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 4px;
}
.index-hdjl .a1:hover{
  font-weight: bold;
}
.index-hdjl .a1 div{
  height: 76px;
  margin-top: 34px;
}
.a1 p{
  color: #333333;
  font-size: 14px;
  line-height: 1;
}
.aa{
  display: block;
  height: 90px;
}
.aa:hover{
  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);
}
.yj-right{
  position: fixed;
  right: 10px;
  top: 60%;
  background-color: #fff;
  width: 85px;
  height: 295px;
  border-top: 3px solid #d53103;
  z-index: 999;
}
.yj-right .yj-back{
  height: 36px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  border-bottom: 2px solid #efefef;
}
.yj-right .yj-back a{
  line-height: 36px;
  font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
  font-stretch: normal;
  color: #333333;
}
.yj-right a:hover{
  color: #3480ce;
  font-weight: bold;
}
.yj-weibo{
  height: 81px;
  border-bottom: 2px solid #efefef;
}
.yj-weibo a{
  font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
  font-stretch: normal;
  color: #333333;
  height: 55px;
  margin-left: 20px;
}
.yj-weibo img{
  margin-top: 11px;
  margin-left: 20px;
  margin-bottom: 7px;

}
.yj-weibo a:hover{
  color: #3480ce; ;
}
.yj-weixin{
  height: 105px;
  border-bottom: 2px solid #efefef;
}
.yj-weixin a{
  font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
  font-stretch: normal;
  color: #333333;
  height: 55px;
  margin-left: 20px;
}
.yj-weixin img{
  margin-top: 11px;
  margin-left: 14px;
  margin-bottom: 7px;

}
.yj-weixin a:hover{
  color: #3480ce; ;
}
.yj-right .yj-fhdb{
  height: 36px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}
.yj-right .yj-fhdb a{
  line-height: 36px;
  font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
  font-stretch: normal;
  color: #333333;
}
.yj-right .yj-fhdb a:hover{
  color: #1c41c6;
}

/* 统计违法举报 */
.yj-main{
  width: 1170px;
  background: #fff;
  padding: 0 15px;
}
.yj-content {
  width: 1200px;
  background-color: #fff;
  height: auto;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px 0px 
  rgba(0, 53, 111, 0.08);
  box-sizing: border-box;
}