/*颜色根据通用更多的文字颜色决定*/
a:hover {
    color: #3A83E9;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
    color: #3A83E9;
}

/* *************************** */
.container {
    width: 100%;
    height: auto;
    background: url(con_bg.png) no-repeat top center;
    background-size: 1920px auto;
    padding-top: 190px;
}

/* ***************头条新闻*************** */
.first {
    width: 1260px;
    height: auto;
    background-color: #ffffff;
    margin: 0 auto;
}

.news {
    width: 100%;
    height: auto;
    background: #fefefe;
    padding: 30px 30px 60px;
    position: relative;
}

.news .bd ul li {
    width: 100%;
    line-height: 42px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.news .bd ul li a {
    color: #000;
}

.news .hd {
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -60px;
    z-index: 3;
}

.news .hd li {
    width: 30px;
    height: 5px;
    background: #b3b3b3;
    margin: 0 5px;
    cursor: pointer;
    float: left;
}

.news .hd li.on {
    background: #3a83e9;
}

/* ***************图片新闻*************** */
.firstbottom {
    padding: 0 30px;
    margin-top: 5px;
}

/* 图片新闻 */
.firstbottom .swiper {
    width: 580px;
    height: 395px;
}

.firstbottom .swiper-wrapper,
.firstbottom .swiper-slide {
    width: 100%;
    height: 100%;
}

.firstbottom .swiper-slide {
    position: relative;
}

.firstbottom .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.firstbottom .swiper-slide a img {
    width: 100%;
    min-height: 345px;
    display: block;
}

.firstbottom .swiper-slide div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #3a83e9;
    padding: 0 130px 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.firstbottom .swiper-pagination {
    position: absolute;
    bottom: 17px;
    right: 20px;
    z-index: 2;
}

.firstbottom .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100px;
    opacity: 0.5;
    margin-left: 8px;
    float: left;
    cursor: pointer;
}

.firstbottom .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

/* ***************新闻列表*************** */
.newslist {
    width: 580px;
    height: 395px;
    overflow: hidden;
}

.bt-all .bt-tab-tit {
    height: 44px;
    border-bottom: 1px solid #eee;
}

.bt-all .bt-title-tab {
    height: auto;
    margin-right: 40px;
    padding: 0;
}

.bt-all .bt-title-tab a {
    height: 41px;
    line-height: 30px;
    font-weight: 400;
    font-size: 22px;
    color: #333;
    display: block;
    cursor: pointer;
}

.bt-all .bt-title-tab-hover {
    background: none;
    color: #3A83E9;
    border-bottom: 3px solid #3a83e9;
}

.bt-all .bt-title-tab-hover a {
    color: #3A83E9;
    font-weight: 700;
}

.bt-all .more {
    font-size: 16px;
    line-height: 30px;
}

.newslist .focal {
    padding-bottom: 20px;
    border-bottom: 1px dotted #eee;
}
.newslist .zscdFirst{
    padding-bottom: 0;
    border-bottom: none;
}
.newslist .focal a {
    width: 100%;
    height: auto;
    line-height: 26px;
    padding: 20px 0;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.newslist .focal p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #999;
}

.bt-all .bt-lists-cover li {
    line-height: 36px;
    background-position: 1px 17px;
    text-align: justify;
    word-break: break-all;
    text-justify: distribute;
}

.bt-all .bt-lists-cover li a {
        float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
}

.bt-all .bt-lists-cover li span {
    float:right;
    margin: 0;
    color: #999;
}

.bt-lists-cover li.white ins {
    width: 16px;
    line-height: 36px;
}

.newslist .bt-lists-cover {
    width: 100%;
    margin-top: 11px;
}

.newslist .bt-list {
    height: auto;
}

.newslist .bt-con-tab {
    height: auto;
}

/* ***************政府信息公开*************** */
.second {
    width: 100%;
    height: auto;
    padding: 46px 0 37px;
}

.second .xxgk-tit {
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: url(tit-bj.png) repeat-x center;
    margin-bottom: 30px;
    font-size: 30px;
    color: #3A83E9;
    font-weight: 700;
}

.second .xxgk-tit .tit {
    background-color: #fff;
    padding: 0 30px;
    display: inline-block;
}

.second .xxgk-tit span {
    color: #EBAC40;
}

/* 政府信息公开左侧 */
.second .newslist {
    width: 585px;
    height: 336px;
}

.xxgk-list .bt-all .bt-tab-tit {
    height: 48px;
}

.xxgk-list .bt-all .bt-title-tab a {
    height: 45px;
}

.xxgk-list .bt-all .bt-title-tab {
    margin-right: 40px;
}

.xxgk-list .bt-all .bt-title-tab-hover a {
    font-weight: 400;
}

.second .newslist .bt-lists-cover {
    width: 100%;
    margin-top: 9px;
}

.second .newslist .bt-list {
    height: 297px;
}

.second .newslist .bt-con-tab {
    height: 288px;
}

/* 政府信息公开右侧 */
.second .xxgk-right {
    width: 585px;
    height: auto;
}

.xxgk-right p {
    font-size: 22px;
    height: 48px;
}

.xxgk-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xxgk-right ul li {
    width: 144px;
    height: 145px;
    text-align: center;
    margin-bottom: 3px;
}

.xxgk-right ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.xxgk-right ul li img {
    height: 44px;
    margin: 36px 0 12px;
}

.xxgk-right ul li span {
    display: block;
    padding: 0 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.xxgk-right ul li:nth-child(3) img,
.xxgk-right ul li:nth-child(7) img {
    margin: 28px 0 10px;
}

.xxgk-right ul li:nth-child(8) img {
    height: 40px;
    margin: 38px 0 14px;
}

/* ***************政务服务、互动交流*************** */
.third {
    width: 100%;
    height: auto;
    padding: 40px 0 40px;
    background-color: #f2f9ff;
}

.third .zwfw-box,
.third .hdjl-box {
    width: 100%;
    height: auto;
}

.third .zwfw-tit {
    width: 100%;
    height: 40px;
    line-height: 38px;
    background: url(tit-bj.png) repeat-x center;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #3A83E9;
}

.third .zwfw-tit .tit {
    background-color: #f2f9ff;
    padding: 0 30px;
    display: inline-block;
}

.third .zwfw-tit span {
    color: #EBAC40;
}

.third .zwfw-list,
.third .hdjl-list {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
}

/* 政务服务 */
.zwfw-list p {
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}

.zwfw-list ul {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zwfw-list ul li {
    width: 275px;
    height: 112px;
    line-height: 110px;
    border: 1px solid #eee;
}

.zwfw-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zwfw-list ul li img {
    width: 68px;
    height: 68px;
    margin: 26px 24px 0;
    float: left;
}

.zwfw-list ul li span {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}

/* 泰州市网上办事大厅 */
.bsdt {
    width: 570px;
    height: 120px;
    background: #f2f7ff url(dating-pic.png) no-repeat right center;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 22px 0 0 26px;
}

.bsdt h1 {
    line-height: 26px;
    font-weight: 700;
    font-size: 20px;
    color: #1658a0;
    margin-bottom: 18px;
}

.bsdt a {
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 12px;
    border: 1px solid #1658a0;
    border-radius: 4px;
    font-size: 14px;
    color: #1658a0;
    display: inline-block;
}

/* 互动交流 */
.third .hdjl-list {
    width: 100%;
    height: auto;
    padding: 26px 26px 30px;
}

.third .hdjl-list .newslist {
    width: 100%;
    height: auto;
}

.hdjl-list ul.tit-box li {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #000;
    float: left;
}

.hdjl-list ul.tit-box li.on a {
    font-weight: 700;
    color: #3A83E9;
}

.hdjl-list .jg {
    padding: 0px 13px;
    line-height: 28px;
    font-weight: 700;
    font-size: 16px;
    color: #999;
    display: block;
    float: left;
}

.hdjl-list .list-con ul.dc {
    width: 100%;
    height: auto;
    padding: 25px 0 0;
}

.hdjl-list .list-con ul.dc li {
    width: 100%;
    height: 94px;
    background: url(hd-icon.png) no-repeat left center;
    background-size: auto 100%;
    padding-left: 120px;
    position: relative;
}

.hdjl-list .list-con ul.dc li a {
    width: 100%;
    min-height: 64px;
    line-height: 32px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    display: block;
    position: absolute;
    left: 0;
    top: -6px;
    padding-left: 120px;
}

.hdjl-list .list-con ul.dc li div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 120px;
}

.hdjl-list .list-con ul.dc li div span {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-right: 26px;
}

.hdjl-list .list-con ul.dc li div span:first-child {
    padding: 0 14px;
    border-radius: 4px;
    background: #efefef;
}

.zwfw-box .newslist .bt-lists-cover {
    width: 100%;
    margin-top: 12px;
}

.zwfw-box .newslist .bt-list {
    height: 164px;
}

.zwfw-box .newslist .bt-con-tab {
    height: 144px;
}

/* 领导信箱 */
.ldxx {
    width: 570px;
    height: 120px;
    background: #f2f7ff url(ldxx.png) no-repeat right center;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 22px 26px 0;
}

.ldxx h1 {
    line-height: 26px;
    font-weight: 700;
    font-size: 20px;
    color: #1658a0;
    margin-bottom: 18px;
}

.ldxx div.ldxx-link a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 27px;
    display: block;
    float: left;
}

.ldxx div.ldxx-link a.wyxx {
    background: #6695e4 url(ldxx-icon1.png) no-repeat 7px center;
    background-size: 14px auto;
}

.ldxx div.ldxx-link a.xjcx {
    background: #6695e4 url(ldxx-icon2.png) no-repeat 7px center;
    background-size: 14px auto;
}

/* ***************专题轮播*************** */
.fourth {
    padding: 40px 0;
    position: relative;
}

.fourth .bd {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fourth .bd ul li {
    width: 277.5px;
    height: 110px;
    margin-right: 30px;
    float: left;
}

.fourth .bd ul li img {
    width: 100%;
    height: 100%;
}

.fourth .prev {
    width: 40px;
    height: 40px;
    background: url(prev.png) no-repeat center;
    position: absolute;
    top: 75px;
    left: -60px;
    display: block;
    cursor: pointer;
}

.fourth .next {
    width: 40px;
    height: 40px;
    background: url(next.png) no-repeat center;
    position: absolute;
    top: 75px;
    right: -60px;
    display: block;
    cursor: pointer;
}