@import url(https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900);
@font-face { font-family: 'AdobeFanHeitiStd-Bold'; src: url("../font/AdobeFanHeitiStd-Bold.otf") format("opentype"); }
.center-section { top: 50%; left: 50%; transform: translate(-50%, -50%); }

.news-section { position: relative; background-color: white; width: 100%; text-align: center; padding: 10px 0 50px 0; }
.news-section a { text-decoration: none; }
.news-section a .news-tab { position: relative; display: inline-block; width: 30%; cursor: pointer; padding: 10px 0 10px 0; }
.news-section a .news-tab .icon-container { display: inline-block; border: 3px solid #e5e9ef; border-radius: 50%; height: 75px; width: 75px; text-align: center; line-height: 75px; margin: 10px 0 5px 0; }
.news-section a .news-tab .icon-container .news-icon { display: inline-block; height: 40px; vertical-align: middle; }
.news-section a .news-tab span { display: inline-block; vertical-align: middle; color: #003577; font-size: 18px; }
@media screen and (max-width: 360px) { .news-section a .news-tab span { font-size: 16px; } }
