
.sign-up-page-title p {
    background-image: url('../../../img/activity/mouser_2019/contest_icon_board.png');
}
a:hover, a:foucs {
    text-decoration: none;
}
.board-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 100px;
    overflow: hidden;
}
.board-logo {
    position: relative;
    margin: 6% 0 25px;
}
.board-item {
    margin: 0 -8px;
    padding: 0;
    list-style-type: none;
}
.board-item li {
    float: left;
    width: 20%;
    padding: 8px;
}
.board-item-3,
.board-item-4 {
    width: 1140px;
    margin-left: 10%;
}
.board-item-3 {
    margin-left: 20%;
}
.board-list-outer {
    padding: 15px;
    border-radius: 8px;
    background: #43a9f7;
    text-align: center;
}
.board-list-outer .pic-box {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto 15px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.board-list-outer .pic-box img {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
.board-list-outer p {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    height: 64px;
    overflow: hidden;
}
.board-list-outer a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 2px 18px;
    margin-top: 10px;
    display: inline-block;
}
.board-list-outer a:hover,
.board-list-outer a:focus {
    text-decoration: none;
    opacity: .8;
}
.board-item li:hover h4 {
    opacity: .8;
}
.board-more-link {
    position: absolute;
    right: 0;
    margin-top: 15px;
    color: #00478a;
}
.board-more-link:hover,
.board-more-link:focus {
    opacity: .8;
}

@media (max-width: 1080px) {
    .board-item li {
        width: 50%;
    }
    .board-item-3, .board-item-4 {
        width: 100%;
        margin-left: 0;
    }
}
@media(max-width: 414px) {
    .board-list-outer .pic-box {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .board-list-outer p {
        font-size: 12px;
        height: 50px;
    }
    .board-item li { 
        padding: 3px;
    }
    .board-more-link {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        position: static;
    }
}
@media(max-width: 330px) {
    .board-item li {
        width: 100%;
    }

}