* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus,
:active,
a:focus,
a:active {
    outline: 0
}

body,
html,
div,
p,
a,
ul,
li,
input,
button,
form,
textarea,
span,
img,
h1,
h2 {
    margin: 0;
    padding: 0
}

body {
    background-color: #f0f1f1;
    color: #585858;
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
}

li {
    list-style-type: none
}

a {
    color: #15609b;
    text-decoration: none
}

a:hover {
    color: #010101
}

h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase
}

.cent {
    margin: 0 auto;
    overflow: hidden;
    display: block;
    float: none;
}

.header {
    background-color: none
}

.header .cent {
    overflow: visible
}

.header-up {
    overflow: hidden;
    padding: 2px 0 8px 0;
}

.logo {
    display: flex;
    padding-top: 5px;
}

.logo a {
    display: block;
    background-image: url("../images/logo.png");
    background-size: 269px 50px;
    background-repeat: no-repeat;
    width: 269px;
    height: 50px;
    margin: 0 auto;
    float: left;
}

.thumb-bl {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

.thumb {
    margin: 2px 5px;
    overflow: hidden;
    position: relative;
    padding: 1px 1px 1px 1px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #b6b6b6;
}

.section-thumb a {
    line-height: 43px;
    font-weight: bold;
    margin: 0 5px 0 5px;
    overflow: hidden;
    display: block;
}

.wrapper-line {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.wrapper-line .title {
    line-height: 30px;
    font-size: 30px;
    color: #585858;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

.f1 {
    font-size: 36px;
}

.f11 {
    font-size: 22px;
    color: #585858;
    font-weight: 700
}

.f2 {
    font-size: 28px;
}

.f22 {
    font-size: 18px;
    color: #585858;
    font-weight: 700
}

.f3 {
    line-height: 27px !important;
    font-size: 22px;
}

.f33 {
    font-size: 14px;
    color: #585858;
    font-weight: 700
}

.thumb-meta {
    display: inline-block;
    color: #585858;
    overflow: hidden;
    margin: 0 10px 0 10px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

.thumb-meta span {
    display: inline-block !important;
    text-align: center !important;
    height: 13px;
    line-height: 13px;
    margin: 5px;
    float: left;
}

.thumb-in {
    text-align: center !important;
    display: inline-block !important;
}

.thumb-in-icon {
    background-image: url("../images/in.svg");
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 3px
}

.thumb-out {
    text-align: center !important;
    display: inline-block !important;
    padding-left: 20px;
}

.thumb-out-icon {
    background-image: url("../images/out.svg");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    margin-right: 3px
}

.bottom-bl {
    background-color: none;
    overflow: hidden;
    padding: 0px 5px 20px 5px;
    font-size: 12px;
    text-align: center;
}

.footer-desc {
    line-height: 16px;
    overflow: hidden;
    text-align: left;
}

.footer-desc span {
    color: #15609b;
}

.footer-logo {
    float: left;
    margin-right: 50px;
}

@media all and (max-width:950px) {
    .footer-logo {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .footer-desc {
        float: none;
        text-align: center;
        width: 100%;
        max-width: 930px;
        margin: 0 auto;
    }
    .footer-logo a {
        margin: 0 auto;
    }
}

.footer-logo a {
    display: block;
    background-image: url("../images/logo.png");
    background-size: 269px 50px;
    background-repeat: no-repeat;
    width: 269px;
    height: 50px;
    margin-top: 20px;
}

.footer-links {
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    font-size: 14px;
}

.footer-links li {
    float: left;
    margin: 12px 0px 0px 0px;
    border-left: 1px solid #c6c6c6;
    font-weight: 600;
}

.footer-links span {
    float: left;
    padding: 0;
    color: #585858;
    margin-right: 5px;
    font-weight: 600;
}

.footer-links li:first-child {
    border-left: 0 none;
}

.footer-links li a {
    color: #15609b;
}

.footer-links li a:hover {
    color: #010101;
    text-decoration: none;
}

@media all and (min-width:950px) {
    .cent {
        width: 930px
    }
    .thumb-bl {
        width: 100%
    }
}

@media all and (min-width:980px) {
    .cent {
        width: 960px
    }
    .header {
        height: 70px
    }
    .header-up {
        display: block;
        padding: 0
    }
}

.container {
    width: 100%;
    padding: 0 10px;
    max-width: 980px;
    margin: 0 auto
}

.sites-list-bl {
    overflow: hidden;
    max-height: 76px;
    font-size: 15px;
    margin-top: 30px;
}

.sites-list-title {
    float: left;
    padding: 10px 10px 0 4px;
    font-weight: 700;
    height: 25px;
    line-height: 25px
}

.sites-list {
    overflow: hidden
}

.sites-list li {
    float: left;
    margin: 8px 8px 0 0
}

.sites-list li a {
    background-color: #15609b;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 4px;
    webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.sites-list li a:hover {
    background-color: #191919;
    color: #fff
}

.text-box {
    padding: 30px 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center !important;
    font-weight: 700;
}

.lika {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 2px 5px 3px 5px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 3px;
    overflow-y: hidden;
    border: 1px solid #b6b6b6;
}

.lika>*:not(script) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    min-width: 0;
    display: block;
    margin: 0;
    max-width: calc(100% - 20px)
}

.lika iframe {
    width: 756px;
    height: 192px;
}

@media all and (max-width:787px) {
    .lika iframe {
        width: 567px;
    }
}

@media all and (max-width:598px) {
    .lika iframe {
        width: 378px;
    }
}

@media all and (max-width:409px) {
    .lika iframe {
        width: 189px;
    }
}