/* ----- 内容部分 ------ */
.tagContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

/* 左侧 */
.l-content {
    flex-shrink: 0;
    width: 840px;
}

.caseIndex-box {
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}

.caseIndex-top {
    width: 760px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 40px;
}

.notice-Title {
    width: 720px;
    font-size: 30px;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 34px;
}

.noticeTop-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.noticeTop-boxLeft {
    display: flex;
}

.noticeTop-boxRight {
    line-height: 24px;
    display: flex;
}

.noticeTop-text {
    font-size: 14px;
    color: #333333;
    margin-right: 9px;
    line-height: 26px;
}

.noticeTop-tag {
    font-size: 12px;
    color: #00B1FB;
    background: #E8F8FF;
    border: 1px solid #BFECFF;
    border-radius: 12px;
    padding: 4px 15px;
    margin-right: 9px;

}

.noticeTop-tag:hover {
    color: #00B1FB;
}

.noticeTop-time {
    color: #999999;
    font-size: 14px;
}

.noticeTop-time .iconshijian {
    margin-right: 10px;
}

.topText-right {
    margin-left: 29px;
    color: #999999;
    font-size: 14px;
}

.topText-right .iconyuedushu {
    margin-right: 8px;
}

.caseIndex-content {
    margin: 39px 43px 41px 40px;
    width: 757px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.caseIndex-btnBox {
    margin-top: 40px;
}

.btnBox-index {
    height: 36px;
    display: flex;
    margin-bottom: 22px;
}

.btnBox-go {
    display: inline-block;
    text-align: center;
    width: 90px;
    height: 34px;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    font-size: 14px;
    color: #666666;
    margin-right: 21px;
}

.btnBox-go:hover {
    border: 1px solid #00B1FB;
    color: #00B1FB;
}

.btnBox-Text:hover {
    color: #00B1FB;
}

.btnBox-Text {
    width: 642px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
}

.tag-title {
    padding: 24px 0 10px 0;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
}

/* ----- 新闻模块----- */

.newBox-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding: 40px 0;
}

.newBox {
    margin-bottom: 44px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.newBox-index {
    display: flex;
    width: 400px;
    margin-bottom: 26px;
}

.newBox-text {
    display: inline-block;
    width: 484px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newBox-circle {
    width: 8px;
    height: 8px;
    background: #CCCCCC;
    border-radius: 50%;
    margin: 7px 9px 0 0;
    flex-shrink: 0;
}

.newBox-text:hover {
    color: #00B1FB;
}

.newBox-index:hover .newBox-circle {
    background: #00B1FB;
}

/* 右侧 */
.r-content {
    flex-shrink: 0;
    width: 258px;
    margin-top: 20px;
}

.content-box table {
    width: 100% !important;
    background-color: #fff !important;
    color: rgba(51, 51, 51, 1) !important;
}

.content-box table th,
.content-box table td {
    padding: 9px 15px;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6 !important;
}

.content-box table td {
    background-color: #fff !important;
    border: solid 1px #000 !important;
}

.content-box p {
    word-wrap: break-word;
}

.content-box a {
    color: #00B1FB;
    font-weight: bold;
    text-decoration: underline;
    word-wrap: break-word;
}

.content-box img {
    max-width: 100%;
}
