.announce-calendar {
padding:0 25px 0 0;
}

.announce-item a {
    display: block;
    background-color: #f0f0f0;
    border: 0;
    padding: 10px 30px;
    text-align: center;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.announce-item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-box-shadow: 0 0 30px 20px #F0F0F0;
    -moz-box-shadow: 0 0 30px 20px #F0F0F0;
    box-shadow: 0 0 30px 20px #F0F0F0;
}

.announce-item a i {
    font-size: 24px;
}

.announce-item-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin: 10px 0;
}

.announce-item-text {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
}

.announce-slider {
    position: relative;
    margin-top: 15px;
}

.announce-slider.new{
	margin-top:0;
}

@media screen and (max-width: 1279px) {
    .announce-slider {
        padding: 0 50px;
    }

	.announce-calendar {
		padding:0;
	}

    .announce-item:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .announce-item:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
	.announce-slider.new{
		padding:0;
	}

    .announce-item a {
        height: auto;
    }

    .announce-item a:after {
        display: none;
    }
    .announce-item-title {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 479px) {
    .announce-slider {
        padding: 0;
    }
}
