.header .headerNav .nav > li.index {
    background: #3b94d9;
}

.main {
    background:#EDF4FC;
    padding: 10px 0;
}

.main .con {
    width: 1200px;
    margin: 0 auto;
}

.main .con .news {
    background: #ffffff;
    margin: 40px auto 30px;
    padding: 25px 20px 15px;
}

/*新闻大图*/
.main .con .news .newsPic {
    width: 570px;
    height: 350px;
    position: relative;
}

.main .con .news .newsPic .swiper-newsPic {
    width: 570px;
    height: 350px;
}

.main .con .news .newsPic .section {
    width: 570px;
    height: 350px;
    position: relative;
}

.main .con .news .newsPic .section img {
    width: 570px;
    height: 350px;
}

.main .con .news .newsPic .section p {
    position: absolute;
    font-size: 18px;
    width: 100%;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    text-indent: 10px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 110px;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}

.main .con .news .newsPic .pagination {
    position: absolute;
    text-align: right;
    bottom: 12px;
    z-index: 2;
    right: 10px;
}

.main .con .news .newsPic .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #b6c0c1;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.4s;
}

.main .con .news .newsPic .pagination .swiper-active-switch {
    background: #ffffff;
}

/*新闻列表*/
.main .con .news .jryw {
    width: 560px;
}

.main .con .news .jrywNav {
    background: #f7f7f7;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.main .con .news .jrywNav li {
    float: left;
    margin: 0 27px;
}

.main .con .news .jrywNav span.line {
    width: 1px;
    height: 18px;
    background: #e5e5e5;
    display: inline-block;
    float: left;
    margin: 11px 1px 0 2px;
}

.main .con .news .jrywNav li.active {
    color: #3868b6;
    font-weight: bold;
}

.newsList {
    margin-top: 8px;
}

.newsList li {
    line-height: 52px;
    font-size: 18px;
    border-bottom: 1px dashed #eaeaea;
}

.newsList li:last-child {
    border-bottom: none;
}

.newsList li span.point {
    display: inline-block;
    margin-right: 8px;
    width: 5px;
    height: 5px;
    float: left;
    margin-top: 26px;
    background: #EDEDED;
}

.newsList li a {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsList li a:hover {
    color: #3868b6;
}

.newsList li span.time {
    color: #999999;
}

.main .con .news .container .newsList li a {
    width: 78%;
}


.main .con .banner1 {
    height: 136px;
    position: relative;
}

.main .con .banner1 .swiper-banner1 {
    height: 136px;
    width: 1200px;
}

.main .con .banner1 img {
    height: 136px;
    width: 1200px;
}

.main .con .banner1 .pagination {
    position: absolute;
    text-align: right;
    bottom: 5px;
    z-index: 2;
    right: 10px;
}

.main .con .banner1 .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #b6c0c1;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.4s;
}

.main .con .banner1 .pagination .swiper-active-switch {
    background: #3b94d9;
}


.main .con .other {
    margin: 30px auto;
}

.main .con .other .bmwj {
    width: 436px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    margin-right: 30px;
}



.main .con .other .bmwj h5 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #ececec;
}

.main .con .other .bmwj h5 span {
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 86px;
    height: 2px;
    background: #3868b6;
}

.main .con .other .bmwj h5 a.more {
    font-size: 16px;
    margin-top: 6px;
    font-weight: normal;
}

.main .con .other .bmwj h5 a.more:hover {
    color: #3868b6;
}

.main .con .other .bmwj .newsList li {
    line-height: 60px;
}

.main .con .other .bmwj .newsList li a {
    width: 260px;
}

.main .con .other .bmwj .newsList li span.point {
    margin-top: 29px;
}

.main .con .other .zwgkIcon{width: 266px}

.zwgkIcon .icon {
    background: #f7fbff;
    margin-top: 10px;
    line-height: 70px;
    font-size: 18px;
    padding: 0 0 0 34px;
}

.zwgkIcon .icon:hover {
    background: #65ace2;
}

.zwgkIcon .icon a {
    display: block;
}

.zwgkIcon .icon img {
    margin-right: 24px;
}

.main .con .ztzl {
    position: relative;
    margin-bottom: 30px;
}

.main .con .ztzl .swiper-ztzl {
    margin: 0 auto;
    height: 110px;
}

.main .con .ztzl .swiper-ztzl img {
    width: 234px;
    margin: 0 auto;
    display: block;
    height: 110px;
}


.main .con .ztzl .arrow-left {
    width: 10px;
    left: -30px;
    top:48px;
    position: absolute;
    height: 17px;
    z-index: 2;
    background: url(https://www.zhanjiang.gov.cn/bndh/ts_left.png) no-repeat;
}

.main .con .ztzl .arrow-right {
    width: 10px;
    right: -30px;
    top: 48px;
    position: absolute;
    height: 17px;
    z-index: 2;
    background: url(https://www.zhanjiang.gov.cn/bndh/ts_right.png) no-repeat;
}

.sidebar{
    position: fixed;
    right: 10px;
    top: 300px;
    z-index: 10;
    color: #767676;
}

.sidebar li{
    background: #f7fbff;
    width: 80px;
    padding-top: 8px;
    height: 80px;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #E4E4E4;
}

.sidebar li:hover{
    background: #EDF4FC;
}

.sidebar li:last-child{
    border-bottom: none;
}

.sidebar li img{
    display: block;
    margin: 0 auto 2px;
}

.sidebar li .sidebarEwm{
    width: 132px;
    position: absolute;
    right: 80px;
    box-sizing: border-box;
    padding-top: 8px;
    top:-22px;
    background: url("https://www.zhanjiang.gov.cn/public/ewm_bg.png") no-repeat;
    height: 126px;
}

.sidebar li .sidebarEwm img{
    width: 110px;
    margin-left: 8px;
}

.share-bar {
    width: 230px;
    height: 150px;
    overflow: hidden;
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0px;
}

.share-bar .close{
    position: absolute;
    right: 0; 
    width: 16px;
    height: 16px; 
    z-index: 10;
    top:-4px;
    cursor: pointer;
}

.share-bar .close img{
     width: 16px;
    height: 16px; 
}

.share-bar .swiper-share {
    width: 230px;
    height: 150px;
}

.share-bar .section {
    width: 230px;
    height: 150px;
    position: relative;
}

.share-bar .section img {
    width: 230px;
    height: 150px;
}

.share-bar .pagination {
    position: absolute;
    text-align: right;
    bottom: 5px;
    z-index: 2;
    right: 10px;
}

.share-bar .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #b6c0c1;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    transition: all 0.4s;
}

.share-bar .pagination .swiper-active-switch {
    background: #3b94d9;
}


/* 七一套红修改 */
/*body{
    background: url(/global/th_71.jpg) top center no-repeat #fff !important;
    padding-top: 97px;
}
.header{
    width: 1200px !important;
    margin: 0 auto;
}
.header .inner .right{
    margin-right: 10px;
}
.main{
    width: 1200px;
    margin: 0 auto;
}*/
