@font-face {
    font-family: FSEmeric;
    font-style: normal;
    font-weight: 400;
    src: url('/static/fonts/FSEmericWeb-Regular.eot');
    src: url('/static/fonts/FSEmericWeb-Regular.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/FSEmericWeb-Regular.woff') format('woff'),
    url('/static/fonts/FSEmericWebRegular.ttf') format('truetype'),
    url('/static/fonts/FSEmericWebRegular.svg#Sri-TSCRegular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: FSEmeric;
    font-style: normal;
    font-weight: 600;
    src: url('/static/fonts/FSEmericWeb-SemiBold.eot');
    src: url('/static/fonts/FSEmericWeb-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/static/fonts/FSEmericWeb-SemiBold.woff') format('woff'),
    url('/static/fonts/FSEmericWebSemiBold.ttf') format('truetype'),
    url('/static/fonts/FSEmericWebSemiBold.svg#Sri-TSCRegular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'ArialMT';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ArialMT.ttf') format('truetype'),
    url('../fonts/FSEmericWeb-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Arial-BoldMT';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/arial-boldmt.ttf') format('truetype'),
    url('../fonts/arial-boldmt.woff') format('woff');
    font-display: swap;
}

* {
    font-family: ArialMT, sans-serif;
    margin: auto;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

.clearfloat {
    zoom: 1;
}

.clearfloat:after {
    /* display: block; */
    clear: both;
    content: "";
    overflow: hidden;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    margin: auto;
    text-align: center;
}

.w1200 {
    width: 1200px;
}

.w1280 {
    width: 1280px;
}

.ml70 {
    margin-left: 70px;
}

.pagination {
    float: right;
    margin-top: 15px;
}

.pagination li {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    margin-left: 8px;
}

.pagination li.disabled {
    background-color: #3097df;
    border: solid 1px #3097df;
    color: #fff;
}

.pagination li span, .pagination li a {
    border: none !important;
    border-radius: 0 !important;
}

blockquote {
    padding-left: 80px;
}

.list-t {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.content-info {
    line-height: 1.6;
    color: #141414;
    font-size: 16px;
}

.content-info p {
    margin-bottom: 12px;
}

.content-info a {
    color: #118BCE
}


.title-item{
    font-family: FSEmeric;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.title-item::before{
    content: '';
    display: inline-block;
    width: 6px;
	height: 22px;
	background-color: #1e98d1;
    margin-right: 10px;
}

.forecast-sticky{
    position: sticky;
    top: 0;
}