.pos{
    width: 1200px;
    font-size: 14px;
    margin:  20px auto;
}

/*新闻列表*/

ul.newsList li {
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    position: relative;
    border-bottom: 1px dashed #F2F2F2;
}

ul.newsList li:hover {
    color: #3868b6;
}

ul.newsList li:last-child{
    border-bottom: none;
}

ul.newsList li .point {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 25px;
    background: #ededed;
}

ul.newsList li span.time {
    text-align: right;
    color: #8d8d8d;
    float: right;
}

.main  .content .wj ul.newsList li a {
    width: 78%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main  .content .zfhy ul.newsList li a {
    width: 68%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main  .content  .wj ul.newsList {
    width: 870px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main  .content  .zfhy ul.newsList {
    width: 470px;
    margin-top: 20px;
    margin-bottom: 15px;
}

/*左侧边栏*/
.main .content {
    width: 1200px;
    margin: 0 auto;
}

.main .content .iconList {
    width: 270px;
    background-color: #fff;
    padding: 7px 0;
}

.main  .content .iconList .zwgkIcon{
    width: 238px;
    height: 82px;
    background-color:#eff6fc;
    margin: 11px auto;
    font-size: 16px;
}

.main .content .iconList .zwgkIcon:hover {
    background-color: #e5e5e5;
}

.main  .content .iconList .zwgkIcon a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 25px 0 0 30px;
}

.main  .content .iconList .zwgkIcon img{
    margin-right: 10px;
}

.main .content  .iconList .zwgkIcon a p{
    width: 110px;
    font-size: 18px;
    float: right;
    margin:5px  50px 0 0;
}

.main  .content .iconList .zwgkIcon.long a p {
    margin-top: -8px;
}

/*右--市政府文件--市政府办公室文件--文件解读--*/
.main .content .conRight{
    width: 920px;
}

.main  .content .search {
    width: 337px;
    height: 48px;
    margin-right: 10px;
    border: 1px solid #4c93c9;
}

.main  .content .search input[type=text]{
    width: 69%;
    height: 46px;
    line-height: 48px;
   
    border-right:none;
    outline: none;
    font-size: 18px;
    color: #333;
    float: left;
    padding-left: 15px;
}

.main  .content .search button[type=submit]{
    width: 80px;
    height: 48px;
    background-color: #4c93c9;
    float: right;
    cursor: pointer;
}

.main  .content .wj {
    padding: 20px 0 10px 30px;
    background-color: #fff;
}

.main  .content .wj .wjNav {
    width: 510px;
    font-size: 20px;
    margin-top: 5px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 15px;
}

.main  .content .wj .wjNav .line{
    color: #ccc;
    padding: 0 18px;
    font-size: 18px;
}

.main  .content  .wj .wjNav li {
    display: inline-block;  
}

.main  .content  .wj .wjNav li.active a{
    font-weight: bold;
    border-bottom: 2px solid #3868b6;
    padding-bottom: 13px;
    color: #3868b6;
}

/*--政府常务会议--政府新闻发布会--*/
.main .content  .con1 .section{
    width: 920px;
    height: 320px;
}

.main  .content  .zfhy{
    width: 470px;
    margin: 20px 0 0 35px;
}

.main  .content  .zfhy .zfNav {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.main  .content .zfhy .zfNav .line{
    color: #ccc;
    padding: 0 18px;
    font-size: 18px;
}

.main  .content .zfhy .zfNav li {
    display: inline-block; 
}

.main  .content .zfhy .zfNav li.active a{
    font-weight: bold;
    border-bottom: 2px solid #3868b6;
    padding-bottom: 13px;
    color: #3868b6;
}

/*--政府公报--最新公报--*/
.main  .content .gb{
    width: 348px;
    margin: 20px 15px 0 0;
}

.main  .content .gb .gbNav {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.main  .content .gb .gbNav li {
    display: inline-block;  
}

.main  .content .gb .gbNav li.active a{
    font-weight: bold;
    border-bottom: 2px solid #3868b6;
    padding-bottom: 13px;
    color: #3868b6;
}

.main  .content .gb .zfgb{
    margin-top: 20px;
}

.main  .content .gb .zfgb .describe{
    width: 164px;
}

.main  .content .gb .zfgb .describe h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 6px;
}

.main  .content .gb .zfgb p{
    font-size: 16px;
    margin: 14px 0 30px;
}

.main  .content .gb .zfgb .selectBox {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    position: relative;
    text-align: center;
    margin-top: 20px;
    outline: 1px solid #ccc;
}

.main  .content .gb .zfgb .selectBox .choose{
    cursor: pointer;
}

.main  .content .gb .zfgb .selectBox .choose img{
    margin-left: 16px;
}

.main .content .gb .zfgb .selectBox .year {
    position: absolute;
    line-height: 26px;
    width: 100%;
    top: 36px;
    z-index: 2;
    background: #ffffff;
    font-size: 15px;
    border: 1px solid #ccc;
    left: -1px;
}

.main .content .gb .zfgb .selectBox .year li{
    margin: 6px 0;
    cursor: pointer;
}

.main .content .gb .zfgb .selectBox .number {
    position: absolute;
    line-height: 26px;
    width: 100%;
    top: 36px;
    z-index: 2;
    background: #ffffff;
    font-size: 15px;
    border: 1px solid #ccc;
    left: -1px;
}

.main .content .gb .zfgb .selectBox .number li{
    margin: 6px 0;
    cursor: pointer;
}

.main .content .gb .zfgb .selectBox .number li a{
    display: block;
}

.main  .content .gb .zfgb .btn{
    width: 140px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    display: block;
    text-align: center;
    border: 1px solid #3868b6;
    margin-top: 15px;
    color: #ffffff;
    background: #3868b6;
}

/*数据发布图标*/
.main  .content .panel{
    width:880px;
    height: 100px;
    margin:20px 15px 0 35px;
    display: inline-block;
}

.main  .content .panel ul li {
    float: left;
    margin-left: 6px;
    height: 72px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: inline-block;
}

.main .content .panel ul li:hover {
    background-color: #eff6fc;
}
.main  .content .panel .ysqgk{
    width: 297px;
    margin-left: 0;
}

.main  .content .panel .ysqgk p {
    float: right;
    line-height: 72px;
    margin-right: 45px;
    text-align:left;
}

.main  .content .panel .zfxxgk{
    width:299px;
}
.main  .content .panel .zfxxgk .icon{margin-left:50px;}
.main  .content .panel .zfxxgk p {
    float: right;
    line-height: 72px;
    margin-right: 75px;
    text-align:left;
}

.main  .content .panel .qzqd{
    width: 257px;
}
.main  .content .panel .qzqd p {
    margin-right: 20px;
    margin-top: 10px;
    float: right;
    line-height: 72px;
    text-align:left;
}

.main  .content .panel .sjfb{
    width: 196px;
    margin-left: 0;
}

.main  .content .panel .sjfb p {
    width: 96px;
    float: right;
    line-height: 72px;
    margin-right: 9px;
}

.main  .content .panel .sjkf{
    width: 196px;
}

.main  .content .panel .sjkf p {
    width: 96px;
    float: right;
    line-height: 72px;
    margin-right: 7px;
}

.main  .content .panel .jyta{
    width: 196px;
}
.main  .content .panel .jyta p {
    width: 85px;
    margin-right: 20px;
    margin-top: 10px;
    float: right;
    line-height: 24px;
}

.main  .content .panel .zdlyxx{
    width:257px;
}

.main  .content .panel .zdlyxx p {
    width: 160px;
    float: right;
    margin-right: 10px;
    line-height: 72px;
}

.main  .content .panel .icon {
    float: left;
    margin-left: 20px;
    line-height: 72px;
}

.main  .content .panel li a{
    display: block;
}

.main  .content .panel li p {
   font-weight: bold;
    font-size: 18px;
}

.main  .content .panel .line{
    line-height: 72px;
    display: inline-block;
    margin-left: 15px;
}

/*政务专题*/
.main .zwzt{
    width: 1200px;
    margin: 5px auto 15px;
    background-color: #fff;
}

.main .zwzt h4{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    width: 1170px;
    margin: 0 auto;   
}

.main .zwzt h4 span{
    border-bottom: 2px solid #3868b6;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #3868b6;
}

.main .zwzt h4 .more{
    float: right;
}

.main .zwztscroll {
	height: 110px;
	margin: 30px auto  45px;
    position: relative;
}


.main .zwztscroll .arrow-left {
	width: 10px;
    left: -10px;
    top: 40%;
    position: absolute;
    height: 17px;
    z-index: 2;
    background: url(/images/ts_left.png) no-repeat;
}

.main .zwztscroll .arrow-right {
	width: 10px;
    right: -10px;
    top: 40%;
    position: absolute;
    height: 17px;
    z-index: 2;
    background: url(/images/ts_right.png) no-repeat;
}

.main .zwztscroll .swiper-container{
	height: 110px;
    width: 1190px;
}

.main .zwztscroll .swiper-container img{
	width: 377px;
    height:110px;
    display: block;
    margin: auto;
}
