/* 公告 */
.notice {
    margin-bottom: 60px;
}
.notice-header {
    width: 1200x;
    height: 120px;
    margin: 20px 0;
}

.notice-header img {
    width: 100%;
    height: 100%;
}

.notice-box {
    width: 100%;
}

.notice-nav {
    width: 240px;
    float: left;
    margin-right: 30px;
    min-height: 200px;
}

.notice-navList li {
    width: 240px;
    height: 49px;
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    line-height: 49px;
    padding: 0 20px 0px 30px;
    cursor: pointer;
}

.notice-navList li.active {
    background: #06A4ED;
}

.notice-navList li:not(:first-child) {
    border-top-color: transparent;
}

.notice-navList li span:first-child {
    font-weight: 400;
    color: #333333;
    float: left;
}

.notice-navList li.active span:first-child {
    color: #FFFFFF;
}

.notice-navList li span:last-child {
    float: right;
    width: 24px;
    height: 24px;
    margin: 12px 0;
    background: url(../img/noticeImage/chevron-right.png);
}

.notice-navList li.active span:last-child {
    background: url(../img/noticeImage/chevron-right-active.png);
}

.notice-navImg {
    width: 240px;
    height: 88px;
    cursor: pointer;
    margin: 30px 0;
}

.notice-announcement .container-box-textList .container-box-textListBox .container-box-textListSub .container-box-textListTitle {
    width: 100%;
}

.notice-center {
    float: left;
    width: 930px;
}


/* 通知公告列表 */
.container-box-abstractListBox{
    min-height: 400px;
}
.container-box-abstractList,
.container-box-abstractListBox,
.container-box-abstractListSub {
    width: 100%;
    list-style: square;
    padding-left: 10px;
}

.container-box-abstractListSub {
    position: relative;
    margin-bottom: 20px;
}

.container-box-abstractListSub>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.container-box-abstractListSub:hover>a {
    width: 100%;
    height: 100%;
}

.container-box-abstractListTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    height: 21px;
    color: #333333;
    line-height: 19px;
    margin-bottom: 8px;
}

.container-box-abstractListText {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    height: 21px;
    line-height: 19px;
    float: left;
    width: calc(100% - 200px);
}

.container-box-abstractListTime {
    float: right;
    height: 21px;
    font-size: 16px;
    color: #999999;
    line-height: 19px;
}