.banner-rail{
    width: 100%;
    height: 190px;
    background: url(../images/banner/banner_rail.png) center center / auto 100% no-repeat;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.banner-rail h3{
    margin-top: 50px;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}
.banner-rail p{
    margin-top: 10px;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}
.banner-rail .line{
    width: 56px;
    height: 5px;
    background: #fff;
    margin-top: 30px;
}
.notice-container{
    display: flex;
    justify-content: space-between;
}
/* 大赛列表 */
.notice-list{
    flex: 1;
    margin-top: 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    overflow: hidden;
}
.notice-list h3{
    font-weight: bold;
    font-size: 22px;
    color: #353535;
    margin-bottom: 16px;
}
.notice-list .line{
    width: 56px;
    height: 2px;
    margin-bottom: 10px;
}
.notice-list .list{
    margin-bottom: 30px;
}
.notice-list .list ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    box-sizing: border-box;
    padding-left: 22px;
    background: url(../images/icon/list_point.png) left center no-repeat;
    border-bottom: 1px dashed #E5E5E5;
}
.notice-list .list ul li a{
    width: calc(100% - 100px);
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-list .list ul li span{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

/* 文章详情 */
.notice-detail{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 35px;
}
.notice-detail h3{
    font-weight: 600;
    font-size: 22px;
    color: #353535;
    position: relative;
    text-align: center;
}
.notice-detail h3 span{
    position: absolute;
    right: 0;
    bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.notice-detail article{
    display: flex;
    flex-flow: column;
    /*align-items: center;*/
    padding-top: 35px;
}
.notice-detail article p{
    font-weight: 400;
    font-size: 16px;
    color: #353535;
    line-height: 30px;
    margin-bottom: 14px;
    text-indent: 25px;
}
.notice-detail article img{
    border-radius: 8px;
}

/*历届优秀作品*/
.raceExcellence .notice-list{
    background: none;
    padding: 0;
}
.raceExcellence .notice-list .years{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}
.raceExcellence .notice-list .years li {
    margin-right: 30px;
    width: 70px;
    height: 36px;
    background: #EEEEEE;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    color: #999999;
    cursor: pointer;
    font-size: 14px;
}
.raceExcellence .notice-list .years li.active {
    background: linear-gradient( 270deg, #F161A7 0%, #2E59EE 100%);
    color: #ffffff;
}
.raceExcellence .list-card{
    margin-bottom: 22px;
}
.raceExcellence .list-card ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.raceExcellence .list-card ul li {
    width: 282px;
    height: 132px;
    background: #FFFFFF;
    box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.04);
    border-radius: 16px;
    padding: 14px;
    box-sizing: border-box;
    margin-right: 18px;
    margin-bottom: 18px;
}
.raceExcellence .list-card ul li .name{
    display: flex;
    align-items: center;
    position: relative;
}
.raceExcellence .list-card ul li .name h3{
    font-weight: 600;
    font-size: 18px;
    color: #353535;
    line-height: 24px;
    margin-right: 10px;
    margin-bottom: 0;
}
.raceExcellence .list-card ul li .name span{
    display: block;
    width: 56px;
    height: 17px;
    background: url(../images/bg/index_works_name.png) center center / 100% 100% no-repeat;
    color: #5677f0;
    font-size: 12px;
    line-height: 17px;
    text-indent: 7px;
}
.raceExcellence .list-card ul li .name i{
    display: block;
    width: 55px;
    height: 21px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 50px 0 0 50px;
    text-align: center;
    line-height: 21px;
}
.raceExcellence .list-card ul li .position{
    margin-top: 6px;
    padding-bottom: 14px;
    border-bottom: 1px solid #EDEDED;
}
.raceExcellence .list-card ul li .position p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.raceExcellence .list-card ul li .work{
    padding-top: 13px;
}
.raceExcellence .list-card ul li .work p{
    font-size: 14px;
    color: #3159ED;
    line-height: 20px;
}
.raceExcellence .pager{
    margin-bottom: 30px;
}


/* 下载专区 */
.raceDownload .notice-list .content-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.raceDownload .notice-list .dateTime{
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.raceDownload .list-card{
    padding-top: 20px;
}
.raceDownload .list-card .download li{
    width: 100%;
    height: 82px;
    background: #F4F4FC;
    padding: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}
.raceDownload .list-card .download li span{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
}
.raceDownload .list-card .download li a{
    display: flex;
    justify-content: start;
    align-items: start;
}
.raceDownload .list-card .download .file{
    width: 50px;
    height: 50px;
    background: #4F4F4F;
    margin-right: 14px;
}
.raceDownload .list-card .download li img{
    width: 50px;
    height: 50px;
}
.raceDownload .list-card .download .fileName p:first-child{
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    text-align: justify;
    font-style: normal;
    margin-bottom: 8px;
}
.raceDownload .list-card .download .fileName p:last-child{
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    text-align: justify;
    font-style: normal;
}

/* 嘉宾 */
.raceGuests .notice-list{
    background: none;
    padding: 0;
}
.raceGuests .list-card{
    padding-top: 10px;
    padding-bottom: 22px;
}
.raceGuests .list-card .personal {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.raceGuests .list-card .personal li {
    margin-bottom: 20px;
    margin-right: 20px;
}
.raceGuests .list-card .personal img{
    height: 236px;
    width: 180px;
    display: block;
}
.raceGuests .list-card .personal .detail{
    width: 180px;
    height: 76px;
    padding: 14px 6px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.raceGuests .list-card .personal .detail h3{
    font-weight: bold;
    font-size: 18px;
    color: #353535;
    font-style: normal;
    text-align: center;
    margin-bottom: 6px;
}
.raceGuests .list-card .personal .detail p {
    font-weight: 400;
    font-size: 12px;
    color: #3159ED;
    line-height: 16px;
    text-align: center;
    font-style: normal;
}
.raceGuests .pager{
    margin-bottom: 30px;
}
.notice-detail .newsTitle {
    padding-bottom: 20px;
    border-bottom: 1px dashed #E5E5E5;
}
.notice-detail .newsTime {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}
.notice-detail table{
    border:1px solid #e4e4e3;
    border-collapse:collapse;
    margin-left: 20px;
}
.notice-detail table td{
    border:1px solid #e4e4e3;
    padding:6px 8px;
}
