.notice_box{
    width: 100%;
    overflow: hidden;
}
/* 内容 */
.container{
    width: 69.74vw;
    margin: 0 auto;
}
/* banner */
.container .banner{
    width: 69.74vw;
	height: 10.73vw;
}
.container .banner img{
    width: 100%;
    height: 100%;
}
.container .banner_bot{
    height: 2.6vw;
    background-color: #528df1;
    position: relative;
}
.container .banner_bot div{
    width: 13.63vw;
    height: 4.17vw;
    line-height: 4.17vw;
    font-weight: 600;
    padding-left: 2vw;
    background-color: #006ac3;
    font-size: 1.25vw;
	letter-spacing: 0.13vw;
	color: #fffefe;
    position: absolute;
    bottom: 0;
    left: 4vw;
}
.container .banner_bot p{
    float: right;
    margin-right: 4vw;
    height: 2.57vw;
    line-height: 2.57vw;
    font-size: 0.73vw;
    color: #ffffff;
    letter-spacing: 0.07vw;
}
.container .banner_bot p a{
    color: #ffffff;
    text-decoration: none;
}
.box{
    display: flex;
    flex-wrap: nowrap;
}
.notice-kind{
    width: 15.63vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-left: 4vw;
    box-sizing: border-box;
}
.notice-kind-title{
	width: 13.63vw;
    height: 4.17vw;
    line-height: 4.17vw;
    font-weight: 600;
    padding-left: 2vw;
    background-color: #006ac3;
    font-size: 20px;
    letter-spacing: 0.13vw;
    color: #fffefe;
    margin-top:2px;
}
.notice-kind .notice-kind-item{
    width: 100%;
    line-height: 4vw;
    background: #528df1;
    margin-top: 2px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
.notice-kind .notice-kind-item.active{
    background: #f39800;
}
.notice-list{
    width: 47vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 20px 40px;
}
.notice-list-item{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #c9c9c9;
    height: 2vw;
    line-height: 2vw;
    cursor: pointer;
}
.notice-list-item .tip{
    background:url('../image/index/ico.png') no-repeat;
    background-size:  0.47vw 0.63vw;
    background-position: 1.25vw 0.7vw;
    padding-left: 2.35vw;
    width: 75%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.notice-list-item .timer{
    width:25%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice-content{
    width: 47vw;
    padding: 20px 0 20px 2px;
}
.notice-content-title{
    text-align: center;
    font-size: 1.25vw;
}
.notice-content-html{
    margin: 20px 0;
}