.clearFix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}

.banner {
    height: 179px;
    margin-bottom: 10px;
    background: url(../images/guide/cityDetailBanner.jpg) 50% 0 no-repeat #84C7F4;
}

.window {
    width: 1000px;
    margin: 0 auto;
}

.title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #48a2f0;
}

.content {
    font-size: 14px;
    margin: 20px 0;
}

.contents {
    font-size: 14px;
    text-align: right;
    margin: 20px 0;
}

.listCity {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.item {
    width: 120px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item span {
    font-size: 14px;
    margin-top: 10px;
}

.logItme {
    margin: 20px 20px 20px 20px;
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.notice-category {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

.tabChange {
    margin-bottom: 20px;
    display: none;
}

.tab {
    padding: 4px;
    margin-right: 15px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.vertical {
    width: 2px;
    height: 19px;
    background-color: #d2d2d2;
    position: absolute;
    left: 80px;
    top: 5px;
}

.active {
    color: #6b97cf;
    border-bottom: 2px solid #6b97cf;
}

.articleTitle {
    text-align: center;
    margin: 20px;
    font-size: 20px;
    line-height: 34px;
}

.articleSubTitle {
    margin: 20px;
    font-size: 16px;
    line-height: 30px;
}

.articleSubTitle2 {
    margin: 20px;
    font-size: 14px;
    line-height: 20px;
}

.notificationNews {
    height: 80px;
    line-height: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-right: 0;
    font-size: 14px;
}

.notificationDate {
    text-align: right;
    color: #d4d4d4;
    font-size: 14px;
}

.news-title {
    display: block;
    height: 32px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.notificationContent {
    text-indent: 10px;
    font-size: 14px;
}

.imgText {
    border-bottom: 1px solid #e9e9e9;
}

.newImg {
    float: left;
    width: 220px;
    height: 91px;
    background-size: 100% 100%;
    background: url(../images/windowDynamic/newImg.png) no-repeat;
}

.newContent {
    float: right;
    width: 75%;
}

.news-item {
    margin: 15px 0;
}

.page-of-news {
    margin-top: 20px;
}

.page {
    overflow: hidden;
}

.page-of-news .page-wrap {
    float: right;
}

.page-of-news .pagination {
    margin-left: 4px;
}

.pagination__active,
.pagination__linker:hover {
    text-decoration: none;
    background-color: #41a0f2;
    color: #fff;
}

.pagination__linker {
    background-color: #ececec;
    color: #524f4f;
}

.pagination {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    font-size: 1.2em;
}

.pagination__active,
.pagination__linker:hover {
    text-decoration: none;
    background-color: #41a0f2;
    color: #fff;
}

.notice-detail-title {
    margin: 0;
    color: #1f1f1f;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.notice-detail-others {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #7d7d7d;
}

.notice-detail-content {
    font-size: 14px;
    line-height: 2px;
    padding: 10px;
}

.notice-detail-content p {
    font-size: 14px;
}

.detail-p__is-txt {
    margin-bottom: 10px;
    text-indent: 2em;
    font-size: 14px;
    line-height: 1.8;
}