html {
    overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
    font: 12px/18px microsoft yahei, arial;
    background: #F5F6F8;
    color: #5f5f5f;
    min-width: 1000px
}

div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
p,
button {
    padding: 0;
    margin: 0;
}

input,
button {
    font-family: microsoft yahei;
}

li {
    list-style: none;
}

img {
    display: block;
    border: 0;
}

a {
    color: #4c4743;
    text-decoration: none;
    cursor: pointer;
    font-family: microsoft yahei, arial;
}

a:hover {
    color: red;
    text-decoration: underline;
}

textarea {
    font-family: microsoft yahei, arial;
}

th,
h1,
h2,
h3 {
    color: #5F5F5F
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    display: none
}

.clearfix:after {
    height: 0;
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
}

.clearfix {
    display: block;
    zoom: 1
}

.main img:hover {
    opacity: .8
}

.header {
    width: 100%;
    background: #0c0f14;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #222;
    color: #B8BCBF;
    font-size: 14px;
    overflow: hidden;
}

.header .view {
    width: 1200px;
    margin: 0 auto;
}

.header .view p {
    float: left;
}

.header .view span {
    float: right;
    position: relative;
}

.header .view a {
    color: #B8BCBF;
}

.header .view em {
    font-style: normal;
    font-size: 12px;
    margin: 0 5px;
    color: #aaa;
}

.head {
    height: 90px;
    background-color: #02050A
}

.head .cen_main {
    width: 1200px;
    margin: 0 auto
}

.head h1,
.head .hlog {
    float: left;
    padding-top: 10px;
}

.head .hlog a img {
    width: 232px;
    height: 67px
}

.head .logo {
    float: left;
    padding-top: 10px;
    float: left
}

.head .search,
.foot .search {
    float: right;
    padding: 24px 0 0 10px;
}

.head .search input,
.foot .search input {
    width: 280px;
    height: 42px;
    line-height: 42px;
    border: none;
    float: left;
    padding: 0 10px;
}

.head .search input.gray,
.foot .search input.gray {
    color: #999
}

.head .search button,
.foot .search button {
    float: left;
    border: none;
    cursor: pointer;
    width: 80px;
    background-color: #D6231C;
    color: #fff;
    line-height: 42px;
    height: 42px;
    font-size: 14px
}

.head .search div.clearfix {
    padding-bottom: 0
}

.head .search a {
    color: #9A9A9A;
}

.head .search a:hover {
    color: red;
    text-decoration: underline;
}

.head .search .headtag {
    display: none;
}

.head .log {
    float: right;
    padding-top: 30px;
    margin-top: 5px;
}

.head .log a {
    width: 92px;
    height: 42px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 37px;
    float: left;
    margin-left: 20px;
    border-radius: 2px
}

.head .log a:hover {
    text-decoration: none
}

.head .log a.login {
    background-color: #D7241D;
    display: none;
}

.head .log a.registration {
    background-color: #A7A3A2;
    display: none;
}

.head .log a.login i {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/all_bg.png) no-repeat -77px 0;
    margin-right: 5px
}

.nav {
    height: 48px;
    border-top: 3px solid #D5241C;
    background-color: #0C0F14;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.nav .cen_main {
    width: 1200px;
    margin: 0 auto
}

.nav a {
    float: left;
    height: 48px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    border-right: 1px solid #181B20;
    font-size: 18px;
    color: #B8BCBF;
}

.nav a.azmenu {
    display: none;
    float: right;
    background: url(../images/azapp.png) 10px center no-repeat;
    padding: 0 20px 0 36px;
    border-right: 0;
}

.nav a.azmenu:hover {
    background: url(../images/azapp.png) #D6231C 10px center no-repeat;
}

.nav .four {}

.nav .luntan {
    display: none;
    float: left;
    height: 48px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    border-right: 0;
    font-size: 16px;
    color: white;
    font-weight: bolder
}

.nav a.current {
    background-color: #D6231C;
    color: #fff
}

.nav a:hover {
    color: #fff;
    background: #D5241C;
    text-decoration: none;
}

.nav a.app {
    width: 146px;
    background-color: #000;
    color: #fff;
    border-right: none
}

.main {
    width: 1200px;
    margin: 20px auto;
    position: relative
}

.back_top {
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 60px;
    right: 100px;
    background-color: #A2A2A2;
    text-align: center;
    display: none
}

.back_top i {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/all_bg.png) no-repeat -234px 0;
    margin-top: 12px
}

.main_news {
    border: 1px solid #E8EDF0;
    border-bottom-width: 3px;
    margin-top: 10px;
    background-color: #fff
}

.news_lef {
    float: left;
    width: 800px;
    padding: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.lef_banner {
    width: 800px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.lef_banner h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #333;
    display: none;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.lef_banner h2.current {
    display: block
}

.lef_banner .slideshow {
    position: relative;
    width: 100%;
    z-index: 1
}

.lef_banner .slideshow .box {
    width: 100%;
    overflow: hidden;
}

.lef_banner .slideshow .slider {
    height: 330px;
    position: relative
}

.lef_banner .slideshow .slider li {
    width: 100%;
    height: 330px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.lef_banner .slideshow .slider li img {
    width: 100%;
    min-height: 330px;
    height: auto;
}

.lef_banner .slideshow .up_down {
    width: 37px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 130px;
    z-index: 2;
    color: #fff;
    display: inline-block;
    font-family: "å®‹ä½“";
    font-size: 50px;
    background: rgba(0, 0, 0, 0.6)
}

.lef_banner .slideshow .up_down:hover {
    background: #D3251E;
    text-decoration: none
}

.lef_banner .slideshow .up {
    left: 0;
    padding-right: 18px;
    text-align: right
}

.lef_banner .slideshow .down {
    right: 0;
    padding-left: 18px
}

.lef_banner a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-family: microsoft yahei, arial;
}

.lef_banner a:hover {
    color: red;
    text-decoration: none;
}

.news_rig {
    float: left;
    width: 316px;
    border-left: 2px solid #E8EDF0;
    padding: 20px;
    overflow: hidden;
    height: 360px;
}

.news_rig h2 {
    font-size: 20px;
    color: #333
}

.news_rig h2 a {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #555
}

.news_rig h2 a:hover {
    color: red;
}

.news_rig .package {
    padding: 20px 0 0 0
}

.news_rig .package dl {
    padding-bottom: 17px
}

.news_rig .package dl dt {
    float: left;
    width: 120px;
    height: 72px;
}

.news_rig .package dl dt img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.news_rig .package dl dd {
    float: left;
    width: 180px;
    padding-left: 10px
}

.news_rig .package dl dd h3 {
    font-size: 16px
}

.news_rig .package dl dd h3 a {
    display: block;
    color: #333;
    width: 100%;
    /*height: 22px;*/
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.news_rig .package dl dd h3 a:hover {
    color: red;
}

.news_rig .package dl dd p {
    height: 48px;
    line-height: 16px;
    color: #666;
    font-size: 12px;
    margin-top: 2px;
    overflow: hidden;
}

.news_rig .package dl dd p strong {
    font-weight: normal;
    color: #D6241C
}

.news_list {
    width: 100%;
}

.news_list ul li {
    line-height: 25px;
    font-size: 16px
}

.news_list ul li i {
    color: #D3D3D3;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    font-style: normal;
    font-size: 14px
}

.news_list ul li a {
    color: #333;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    max-width: 80%;
    overflow: hidden;
    vertical-align: middle
}

.news_list ul li a:hover {
    color: red;
}

.news_list ul li span {
    display: inline-block;
    vertical-align: middle
}

.news_list ul li .red {
    color: #F6AB9E;
    margin: 0 5px
}

.news_list ul li .green {
    color: #A4DFB4;
    margin: 0 5px
}

.two_column {
    width: 800px;
    margin-top: 20px;
}

.two_column ul {
    float: left;
    padding-right: 10px;
    width: 390px
}

.two_column ul li a {
    max-width: 300px
}

.plan {
    border-bottom: 3px solid #333;
    color: #333;
    font-size: 20px;
    margin-top: 10px;
    line-height: 40px
}

.plan ul {
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle
}

.plan ul li {
    float: left;
    height: 35px
}

.plan ul li a {
    display: inline-block;
    padding: 0 15px;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    font-weight: normal
}

.plan ul li.current a {
    background-color: #333;
    color: #fff
}

.plan ul li a:hover {
    text-decoration: none
}

.plan_content ul {
    margin-left: -22px
}

.plan_content ul li {
    width: 252px;
    height: 150px;
    float: left;
    margin: 22px 0 0 22px
}

.plan_content .more {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #CBCBCB;
    background-color: #FAFAFA;
    margin-top: 20px
}

.plan_content .more:hover {
    text-decoration: underline;
    color: red;
}

.plan_content .more span {
    margin: 0 5px
}

.masking {
    width: 100%;
    height: 100%;
    position: relative
}

.masking a {
    color: #fff;
    font-size: 14px
}

.masking img {
    width: 100%;
    height: 100%
}

.masking .yc {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    background: #ff5500;
    padding: 0 5px;
    border-radius: 0 4px 4px 4px;
}

.masking p {
    line-height: 32px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92%;
    padding: 0 4%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_li .masking p {
    white-space: normal;
    padding: 5px 4% 0 4%;
    line-height: 20px;
    height: 43px;
}

.video_li .masking p .v_icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../images/all_bg.png) no-repeat -95px 0;
    vertical-align: middle;
    margin-right: 5px;
    float: left;
}

.news_rig .week_inventory {
    width: 100%;
    height: 193px;
    margin: 15px 0
}

.news_rig .week_inventory .masking p {
    white-space: normal;
    padding: 10px 4%
}

.news_rig .week_inventory .masking p i {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../images/all_bg.png) no-repeat -95px 0;
    vertical-align: middle;
    margin-right: 5px;
    float: left
}

.news_rig .week_inventory .masking p span {
    float: left;
    width: 240px;
    display: inline-block;
    line-height: 20px
}

.news_rig .news_list li i {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/all_bg.png) no-repeat -134px 0;
    vertical-align: middle;
    margin-right: 5px
}

.news_rig .news_list li a {
    max-width: 290px
}

.live_games_til {
    margin: 5px 0 20px;
}

.live_games_til .live_games_lef,
.live_games_til .live_games_rig {
    float: left
}

.live_games_til .live_games_lef span,
.live_games_til .live_games_rig span {
    width: 472px;
    float: left;
    height: 8px;
    _overflow: hidden;
    display: inline-block;
    margin-top: 42px
}

.live_games_til .live_games_lef span {
    background: url(../images/red_line.png) repeat-x
}

.live_games_til .live_games_rig span {
    background: url(../images/black_line.png) repeat-x
}

.live_games_til .live_games_lef strong,
.live_games_til .live_games_rig strong {
    font-size: 50px;
    float: left;
    display: inline-block;
    line-height: 52px
}

.live_games_til .live_games_lef strong {
    color: #D9241D;
    margin-left: 5px
}

.live_games_til .live_games_rig strong {
    color: #333;
    margin-right: 5px
}

.live_games_til i {
    display: inline-block;
    float: left;
    margin: 0 10px;
    background: url(../images/all_bg.png) no-repeat
}

.live_games_til i.wl_game {
    width: 25px;
    height: 25px;
    background-position: -152px 0;
    margin-top: 27px
}

.live_games_til i.dj_game {
    width: 25px;
    height: 28px;
    background-position: -179px 0;
    margin-top: 24px
}

.live_games_til i.zx_game {
    width: 25px;
    height: 25px;
    background-position: -207px 0;
    margin-top: 27px
}

.photogenic,
.links {
    border: 1px solid #E8EDF0;
    border-bottom-width: 3px;
    background-color: #fff;
    margin-top: 10px;
    padding: 20px;
    margin-bottom: 10px
}

.link_point {
    border: 1px solid #F7C8C8;
    position: relative;
    padding: 2px 5px;
    color: #F7C8C8;
    font-size: 14px;
    display: inline-block;
    font-weight: normal;
    margin-left: 15px
}

.link_point .SA {
    position: absolute;
    top: 1px;
    left: -9px;
}

.link_point .SA em,
.link_point .SA span {
    height: 16px;
    width: 9px;
    color: #F7C8C8;
    position: absolute;
    font: 16px/21px simsun;
    overflow: hidden;
}

.link_point .SA em {
    z-index: 99;
    font-style: normal;
}

.link_point .SA span {
    color: #fff;
    top: 0;
    left: 2px;
    z-index: 999;
}

.links_list {
    padding-top: 10px;
    color: #CECECE;
    line-height: 25px;
    text-indent: -0.8em
}

.links_list a {
    margin: 0 10px;
    font-size: 14px;
    color: #333;
}

.links_list a:hover {
    color: red
}

.foot {
    background-color: #171414
}

.foot_main {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0
}

.foot_main .foot_bottom {
    color: #555;
    text-align: center;
    font-size: 14px
}

.foot_main .foot_bottom p {
    line-height: 30px
}

.foot_main .foot_bottom a {
    color: #555
}

.foot_main .foot_bottom a:hover {
    color: red
}



.jjmgemn87lzk {
    width: 100%;
    height: 64px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.jjmgemn87lzk[data-hasMore="no"] {
    display: none;
}

.jjmgemn87lzk .load-data {
    text-align: center;
}

.jjmgemn87lzk[isLoad="false"] .load-data .loading-data {
    display: none !important;
}

.jjmgemn87lzk[isLoad="true"] .load-data .load-data {
    display: none !important;
}


.aq42bsugnpwtsm9o {
    margin: 20px 0
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700
}

.el-pagination:after,
.el-pagination:before {
    display: table;
    content: ""
}

.el-pagination:after {
    clear: both
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box
}

.el-pagination .el-input__inner {
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal
}

.el-pagination .el-input__suffix {
    right: 0;
    transform: scale(.8)
}

.el-pagination .el-select .el-input {
    width: 100px;
    margin: 0 5px
}

.el-pagination .el-select .el-input .el-input__inner {
    padding-right: 25px;
    border-radius: 3px
}

.el-pagination button {
    border: none;
    padding: 0 6px;
    background: transparent
}

.el-pagination button:focus {
    outline: none
}

.el-pagination button:hover {
    color: #409eff
}

.el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
    background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133
}

.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700
}

.el-pagination .btn-prev {
    padding-right: 12px
}

.el-pagination .btn-next {
    padding-left: 12px
}

.el-pagination .el-pager li.disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
    border-color: transparent;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    min-width: 22px
}

.el-pagination--small .arrow.disabled {
    visibility: hidden
}

.el-pagination--small .more:before,
.el-pagination--small li.more:before {
    line-height: 24px
}

.el-pagination--small button,
.el-pagination--small span:not([class*=suffix]) {
    height: 22px;
    line-height: 22px
}

.el-pagination--small .el-pagination__editor,
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
    height: 22px
}

.el-pagination__sizes {
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #606266
}

.el-pagination__sizes .el-input .el-input__inner {
    font-size: 13px;
    padding-left: 8px
}

.el-pagination__sizes .el-input .el-input__inner:hover {
    border-color: #409eff
}

.el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266
}

.el-pagination__jump {
    margin-left: 24px;
    font-weight: 400;
    color: #606266
}

.el-pagination__jump .el-input__inner {
    padding: 0 3px
}

.el-pagination__rightwrapper {
    float: right
}

.el-pagination__editor {
    line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
    border-radius: 3px
}

.el-pagination__editor.el-input {
    width: 50px
}

.el-pagination__editor.el-input .el-input__inner {
    height: 28px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px
}

.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .el-pager li.disabled {
    color: #c0c4cc
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
    padding: 0
}

.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev:disabled {
    color: #c0c4cc
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #409eff
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #409eff;
    color: #fff
}

.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .el-pager li {
    margin: 0 3px;
    min-width: 22px
}

.el-pager {
    user-select: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0;
    margin: 0
}

.el-pager .more:before {
    line-height: 30px
}

.el-pager li {
    padding: 0 4px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
    line-height: 28px;
    color: #303133
}

.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
    color: #c0c4cc
}

.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
    cursor: pointer
}

.el-pager li.active+li {
    border-left: 0
}

.el-pager li:hover {
    color: #409eff
}

.el-pager li.active {
    color: #409eff;
    cursor: default
}

.el-icon-more:before {
    content: "..."
}

.el-icon-arrow-left:before {
    content: "<";
}

.el-icon-arrow-right:before {
    content: ">";
}

.us2m6fgna4 {
    padding: 20px
}

.y2mwflc09v {}

.y2mwflc09v table {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden;
}

.y2mwflc09v thead,
.y2mwflc09v tbody tr {
    display: table;
    table-layout: fixed;
    text-align: center;
    height: 64px;
    font-size: 16px;
}

.y2mwflc09v thead tr {
    height: 68px;
    background: #f8f8f8;
}

.y2mwflc09v thead tr td {
    font-size: 16px;
    color: #A0ABBAFF;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
}

.y2mwflc09v thead tr td.match {
    position: absolute;
    left: 60px;
    top: 9px;
}

.y2mwflc09v .center {
    text-align: center;
}

.nx29n4fggj {
    display: none;
}

.nx29n4fggj.actthis {
    display: block;
}

.apbdvz1d96 {}

.apbdvz1d96 .hdxo6k5b7q {}

.apbdvz1d96 .hdxo6k5b7q li {
    padding: 0 24px;
    border-radius: 4px;
    border: 1px solid #1B2F4A;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 21px 20px 0;
    display: inline-block;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.apbdvz1d96 .hdxo6k5b7q li.act-this,
.apbdvz1d96 .hdxo6k5b7q li:hover {
    border: 1px solid #D9241D !important;
    background: #D9241D !important;
    color: #FFFFFF !important;
}

.wxrcok034k .match-today {
    height: 46px;
    font-size: 14px;
    font-weight: bold;
    line-height: 46px;
    color: #000000;
    text-align: center;
    background: #EEEEEE;
}

.xpsrb7s581 {
    height: 64px;
    background: #f8f8f8;
    font-size: 16px;
}

.xpsrb7s581:nth-child(2n) {
    background: #fff;
}

.xpsrb7s581 span {
    position: relative;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    float: left
}

.xpsrb7s581 .srxtvf {
    width: 150px;
}

.xpsrb7s581 .srxtvf a {
    display: inline-block;
    line-height: 64px;
}

.xpsrb7s581 .srxtvf .wv1jmk {
    position: absolute;
    top: 17px;
    left: 15px;
}

.xpsrb7s581 .srxtvf .wv1jmk img {
    width: 30px;
    height: 30px
}

.xpsrb7s581 .srxtvf .puk9z7 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 60px;
}

.xpsrb7s581 .uw9y63 {
    color: #008CE9;
    text-align: right;
    line-height: 48px;
    width: 198px
}

.xpsrb7s581 .uw9y63 .flex.center {
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.xpsrb7s581 .uw9y63 .flex a.link {
    height: 36px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    cursor: pointer;
    color: #1B2F4A;
    display: flex;
    align-items: center;
    position: relative;
    top: 12px
}

.xpsrb7s581 .uw9y63 .flex a:hover.link {
    border-color: #d9241d;
    color: #d9241d;
    text-decoration: none
}

.xpsrb7s581 .uw9y63 .flex a.link i {
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent transparent #d9241d;
}

.xpsrb7s581 .flex {
    display: flex;
    align-items: center;
}

.gscdxz .flag {
    width: 32px;
    height: 32px;
    background: transparent;
    object-fit: cover;
    margin-right: 15px;
    vertical-align: middle;
}

.xpsrb7s581 .flex p {
    flex: 1;
}

.gscdxz {
    width: 275px
}

.kb4zn0,
.yuzoja {
    width: 100px;
    text-align: center;
}

.md81u2 {
    text-align: right;
}

.geaa56 {
    width: 60px;
    text-align: center;
}

.md81u2 .flag {
    margin-left: 15px;
    margin-right: 0;
}

.y2mwflc09v .top_info td {
    text-align: center;
    padding: 0
}

.y2mwflc09v .top_info td.w4qqt {
    width: 150px
}

.y2mwflc09v .top_info td.tgb3i {
    width: 100px
}

.y2mwflc09v .top_info td.xkm5o {
    width: 100px
}

.y2mwflc09v .top_info td.t9cm1 {
    width: 610px
}

.y2mwflc09v .top_info td.tigag {
    width: 198px
}

.swiper-slide {
    width: auto !important;
}

.qklcd_area {
    background: #fff;
    padding: 10px
}

.z9qmr {
    display: none;
    width: 20px;
    height: 170px;
    float: left;
    background: url(../images/c1l.png);
}

.qz2ab {
    display: none;
    width: 20px;
    height: 170px;
    float: right;
    background: url(../images/c1r.png);
}

.z9qmr:hover {
    background: url(../images/c1l1.png);
}

.qz2ab:hover {
    background: url(../images/c1r1.png);
}

.g7yotmwgwr91 {
    width: 100%;
    height: 169px;
    /* overflow: hidden; */
    float: left;
    margin-left: 5px;
    background: #fff;
}

.tg0wye8kilik {
    float: left;
    width: 154px;
    margin: 0 5px;
}

.tg0wye8kilik .nosmgbdnw0rz {
    width: 152px;
    border: 1px solid #c8c8c8;
}

.tg0wye8kilik .mtime {
    font-size: 12px !important;
    line-height: 25px !important;
    width: 149px;
    background: #CC1911;
    color: #fff;
    text-align: right;
    padding-left: 5px;
}

.tg0wye8kilik .mtime img {
    float: right;
}

.tg0wye8kilik .mtime a {
    float: left;
    color: #fff
}

.tg0wye8kilik .bisai {
    color: #121212;
}

.tg0wye8kilik p {
    font-family: 微软雅黑, "microsoft Yahei";
    text-align: center;
    line-height: 29px;
    font-size: 12px;
}

.tg0wye8kilik hr {
    width: 49%;
    height: 1px;
    border: none;
    border-top: 1px solid #c8c8c8;
}

.tg0wye8kilik .bifen {
    color: #cc1911 !important;
}

.tg0wye8kilik .bifen span {
    margin-right: 3px;
    font-size: 16px;
}

.tg0wye8kilik .huifang {
    display: block;
    width: 100%;
    line-height: 24px;
    border-top: 1px solid #c8c8c8;
    text-align: center;
    color: #CC1911;
    font-size: 12px;
}

.navposition {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 16px;
    margin: 20px 0;
}

.navposition .home_line {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/lines.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    padding: 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/lines.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/lines.png',sizingMethod='scale')";
}

.navposition .achild {
    padding-left: 30px;
}

.navposition span {
    padding: 0 5px;
}


.newex {
    background: #fff;
}

.newex .LC_lef {
    width: 859px;
    border-right: 1px solid #E8EDF0;
    float: left;
}

.LC_lef .top {
    border-bottom: 1px solid #E8EDF0;
    padding: 20px
}

.LC_lef .top .map {
    color: #A8A8A8
}

.LC_lef .top .map a {
    color: #A8A8A8
}

.LC_lef .top h2 {
    font-size: 25px;
    margin-top: 10px;
    font-weight: bolder;
    color: #333;
    line-height: 40px
}

.LC_lef .top h1 {
    font-size: 25px;
    margin-top: 10px;
    color: #444;
    line-height: 40px
}

.LC_lef .top p {
    color: #888;
    font-size: 12px;
    margin-top: 10px
}

.LC_lef .top p a {
    color: #0055C9
}

.LC_lef .top p a.review {
    color: #D9332B
}

.LC_lef .lef_content dl {
    border-bottom: 1px solid #E8EDF0;
    padding: 20px
}

.LC_lef .lef_content dl:after {
    height: 0;
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
}

.LC_lef .lef_content dt {
    width: 250px;
    height: 150px;
    float: left;
    overflow: hidden
}

.LC_lef .lef_content dt img {
    width: 100%;
    height: auto
}

.LC_lef .lef_content dd {
    float: left;
    width: 470px;
    padding-left: 20px
}

.LC_lef .lef_content dd h3 a {
    font-size: 20px;
    line-height: 30px;
    color: #333
}

.LC_lef .lef_content dd h3 a:hover {
    color: #D6241C;
}

.LC_lef .lef_content dd p {
    line-height: 22px;
    font-size: 14px;
    margin-top: 5px
}

.LC_lef .lef_content dd span {
    float: right
}

.newex .LC_lef {
    width: 859px;
    border-right: 1px solid #E8EDF0;
}

.newex .LC_rig {
    width: 320px;
    padding: 5px 10px 10px 10px;
}

.newex .LC_lef .lef_content dd {
    width: 548px;
}

.pager {
    clear: both;
    margin: 20px 5px;
    line-height: 36px;
    text-align: center;
    color: #676767;
    font-size: 16px;
}

.LC_rig {
    width: 378px;
    padding: 10px 20px 10px 20px;
    float: left
}

.s_title {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.s_title li,
.s_title span {
    float: left;
    padding: 0 8px;
    margin: 0 2px 0 0;
    cursor: pointer;
    color: #666;
    font-size: 16px;
}

.s_title li i {
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    line-height: 16px;
    display: inline-block;
}

.s_title .cur {
    background: #fff;
    color: #D6231C;
    border-bottom: 2px solid #D6231C;
    margin-top: -1px;
    background: #fff;
}

.s_title .one {
    background: #D6231C;
    color: #fff;
    border-color: #D6231C;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sidelist {
    position: static;
    margin-bottom: 15px;
    background: #fff;
}

.sidelist dd {
    overflow: hidden;
}

.info_r li {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
    overflow: hidden;
}

.info_r li .pics {
    width: 100px;
    height: 65px;
    padding-right: 10px;
    float: left;
    overflow: hidden;
}

.info_r li .pics img {
    width: 100px;
    min-height: 65px;
    height: auto;
}

.info_r li .info {
    width: 210px;
    float: left;
}

.info_r li .info a {
    display: block;
    font-size: 15px;
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.info_r li .info span {
    display: block;
    padding-top: 4px;
    font-size: 12px;
    color: #999;
}



.zgtwp7c2i787 {
    padding: 15px 0
}

.part4_left_cont_item {
    height: 38px;
    background: #f5f5f5;
    float: left;
    margin-bottom: 4px;
    margin-right: 5px;
}

.part4_left_cont_item span {
    display: block;
    height: 38px;
    overflow: hidden;
    margin: auto;
}

.part4_left_cont_item span a {
    display: block;
    padding: 0 5px;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 38px;
    text-align: center;
    overflow: hidden;
}

.part4_left_cont_item:hover {
    background: #D5241C;
}

.part4_left_cont_item:hover a {
    color: #ffffff !important;
}



.LC_lef .lef_content .news_content {
    font-size: 16px;
    line-height: 32px;
    padding: 20px 20px 0;
    color: #282828
}

.LC_lef .lef_content .news_content a {
    color: #e67c78;
}

.LC_lef .lef_content .news_content p {
    text-indent: 2em;
    margin-bottom: 20px;
    word-wrap: break-word
}

.LC_lef .lef_content .news_content p.tc {
    text-align: center
}

.LC_lef .lef_content .news_content img {
    max-width: 100%;
    margin: 0 auto;
}

.LC_lef .lef_content .news_content video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.LC_lef .reads {
    border: 1px solid #EBEBEB;
    border-bottom-width: 3px;
    margin: 5px 20px 20px
}

.LC_lef .reads .lef {
    float: left;
    width: 412px;
    border-right: 1px solid #EBEBEB
}

.LC_lef .reads .lef p {
    border-bottom: 1px solid #EBEBEB;
    padding: 0 20px;
    font-size: 16px;
    line-height: 36px;
}

.LC_lef .reads .lef p a {
    color: #333
}

.LC_lef .reads .rig {
    width: 282px;
    float: left;
    padding: 0 20px;
    margin-bottom: 5px
}

.LC_lef .reads .rig h4 {
    line-height: 36px;
    margin: 0 0 2px;
    font-size: 20px;
    font-weight: normal
}

.LC_lef .reads .rig dl dt {
    width: 130px;
    height: 130px;
    float: left
}

.LC_lef .reads .rig dl dt img {
    width: 100%;
    height: 100%
}

.LC_lef .reads .rig dl dd {
    float: left;
    width: 140px;
    padding-left: 10px
}

.LC_lef .reads .rig dl dd p {
    margin-top: 5px;
    font-size: 14px
}

.LC_lef .reads .rig dl dd p.mar_b {
    margin-bottom: 30px
}

.LC_lef .reads .rig dl dd p strong {
    color: #D6241C;
    font-weight: normal
}

.tab_menu {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.tab_menu li {
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    float: left;
    border-top: 3px solid #fff;
    position: relative;
}

.tab_menu li a,
.tab_menu li span {
    display: block;
    height: 20px;
    margin: 14px 0;
    padding: 0 30px;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.tab_menu li.current,
.tab_menu li.cur {
    border-top: 3px solid #D6231C;
    font-weight: 700;
}

.tab_menu li i {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/dot.png) no-repeat;
    top: 5px;
    right: 10px;
}

.newslist ul {
    padding: 5px 0 0 10px;
    font-size: 14px;
    margin-bottom: -1px;
    overflow: hidden;
}

.newslist li {
    width: 393px;
    float: left;
    padding: 12px 0;
    border-bottom: 1px dotted #ddd;
    margin-right: 10px;
}

.newslist li a {
    display: block;
    width: 260px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    float: left;
    border-left: 3px solid #b7b7b7;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newslist span {
    display: block;
    width: 80px;
    height: 20px;
    overflow: hidden;
    float: right;
    color: #b0aaaa;
}

.newslist li.untm a {
    width: 380px;
}

.aguhjj41jv2k {
    margin: 20px
}

.aguhjj41jv2k a {
    background: #aaa;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.aguhjj41jv2k a:hover {
    background: #D6231C;
}

.p3jvcljwcjno {}

.p3jvcljwcjno .LC_lef {
    border: 0;
    width: 100%
}

.jiy50vh1re5r,
.ykm7tnct6afb {
    padding: 20px
}

.classli {
    margin: 0;
    clear: both;
    background: #fff;
    font-size: 14px;
}

.classli li {
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 10px;
    overflow: hidden;
}

.classli li span {
    float: left;
    width: 50px;
    line-height: 36px;
    display: block;
}

.classli li p {
    float: left;
    width: 1074px;
}

.classli li a,
.classli li a:visited {
    float: left;
    padding: 0px 9px 0px;
    display: block;
    line-height: 28px;
    height: 28px;
    margin-right: 2px;
    margin: 5px 10px 5px 0;
}

.classli li a:hover,
.classli li a.curr,
.classli li a.curr:visited {
    background: #D6231C;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}

.es_data_table .es_data_thead {
    font-size: 14px;
    color: #999999;
    background: #f5f7fa;
    line-height: 36px;
    border-radius: 3px;
}

.es_data_table li {
    float: left;
    text-align: center;
}

.es_data_table li.ed_1 {
    width: 75px;
}

.es_data_table li.ed_2 {
    width: 282px;
}

.es_data_table li.ed_3 {
    width: 100px;
}

.es_data_table li.ed_4 {
    width: 100px;
}

.es_data_table li.ed_5 {
    width: 100px;
}

.es_data_table li.ed_6 {
    width: 100px;
}

.es_data_table li.ed_7 {
    width: 100px;
}

.es_data_table li.ed_8 {
    width: 100px;
}

.es_data_table li.ed_9 {
    width: 100px;
}

.es_data_table li.ed_10 {
    width: 100px;
}

.es_data_scroll {
    margin-top: 10px;
}

.es_data_table .es_data_tbody {
    font-family: 'TRADEGOTHIC-BOLD';
    color: #565656;
}

.es_data_table .es_data_tbody ul {
    border: 1px solid #f2f2f2;
    padding: 5px 0;
    border-radius: 3px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fafbfc;
}

.es_data_table .es_data_tbody ul li {
    line-height: 40px;
    font-style: italic !important;
}

.es_data_table .es_data_tbody ul li .es_data_num {
    color: #bdbdbd;
}

.es_data_table .es_data_tbody ul:first-child li .es_data_num {
    color: #ffaf00;
}

.es_data_table .es_data_tbody ul:nth-child(2) li .es_data_num {
    color: #9ea7b6;
}

.es_data_table .es_data_tbody ul:nth-child(3) li .es_data_num {
    color: #b1926d;
}

.es_data_table .es_data_tbody ul li .es_data_hero {
    width: 120px;
    text-align: left;
    padding: 4px 0;
    margin: 0 auto;
}

.es_data_table .es_data_tbody ul li .es_data_hero img {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
}

.es_data_table .es_data_tbody ul li .es_data_hero p {
    margin-left: 8px;
    height: 32px;
    line-height: 32px;
    float: left;
    font-size: 18px;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-style: italic !important;
}

.es_data_table .es_data_tbody ul:hover {
    background: #fff;
}

.es_data_table .es_data_tbody ul.active {
    background: #edf4ff;
    border: 1px solid #a8c8ff;
}

.ehd5fbrhpw35 {
    padding: 0 20px 20px 20px
}

.yow7i4j38piu {
    border-bottom: 1px solid #dddddd;
    height: 52px;
    line-height: 52px;
}

.yow7i4j38piu h3 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    line-height: 52px;
}

.yow7i4j38piu h4 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    line-height: 52px;
}

.yow7i4j38piu h3 span {
    color: #bb2828;
}

.yow7i4j38piu em {
    float: right;
}

.yow7i4j38piu em a {
    width: 15px;
    height: 52px;
    background: url(../images/more.png) center center no-repeat;
    display: block;
    text-indent: -999em;
}

.yow7i4j38piu em a:hover {
    background: url(../images/morehover.png) center center no-repeat;
}

.yow7i4j38piu h3 span i {
    font-size: 36px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    font-family: arial;
}

.n11lvdoez7b4 h3 {
    background: url(../images/sc4.png) 0 center no-repeat;
    text-indent: 38px;
}

.gx56bpliwhu2 ul {
    width: 1200px;
}

.gx56bpliwhu2 li {
    float: left;
    width: 210px;
    margin-right: 29px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 1px 1px 2px #ccc;
    position: relative;
}

.gx56bpliwhu2 li img {
    width: 210px;
    height: 140px;
    display: block;
}

.gx56bpliwhu2 li p {
    background: #fff;
    font-size: 12px;
    padding: 8px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.gx56bpliwhu2 li span {
    font-size: 12px;
    background: url(../images/png.png) 0 0 repeat;
    ;
    color: #fff;
    padding: 0px 8px;
    position: absolute;
    bottom: 65px;
    border-radius: 2px;
}

.gx56bpliwhu2 li span.sy {
    left: 5px;
}

.gx56bpliwhu2 li span.te {
    right: 5px;
}

.gx56bpliwhu2 li i {
    width: 210px;
    height: 140px;
    display: none;
    background: url(../images/v.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.gx56bpliwhu2 li a:hover i {
    display: block;
}

.gx56bpliwhu2 li a:hover span {
    display: none;
}

.c83ra4zfakel {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.f06e200trm8l {
    width: 1160px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 20px 20px 20px;
    overflow: hidden;
}

.hv727qkun8q6 {
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 0;
    overflow: hidden;
}

.hv727qkun8q6>h2,
.hv727qkun8q6>p {
    height: 22px;
    line-height: 20px;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #2e2e2e;
    margin-right: 10px;
    border-left: 5px solid #D5241C;
    padding: 0 0 0 10px;
}

.hv727qkun8q6>h2,
.hv727qkun8q6>p {
    margin-bottom: 10px;
}

.hv727qkun8q6 a {
    float: right;
    line-height: 28px
}

.yb0g8fjdxv2e {
    width: 100%;
    /*height: 210px;*/
    overflow: hidden;
    margin-top: 10px;
}

.yb0g8fjdxv2e ul li i {
    display: block;
    float: left;
    width: 3px;
    height: 3px;
    background: #ccc;
    margin: 15px 16px 0 2px;
}

.yb0g8fjdxv2e ul li a {
    display: block;
    float: left;
    width: 1030px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #2e2e2e;
}

.yb0g8fjdxv2e ul li a:hover {
    color: #D5241C;
}

.yb0g8fjdxv2e ul li:hover i {
    background: #D5241C;
}

.yb0g8fjdxv2e ul li span {
    display: block;
    float: right;
    width: 92px;
    text-align: center;
    line-height: 36px;
    font-size: 13px;
    color: #9e9e9e;
}

.w4p8uaulo9mg ul li {
    display: inline-block;
    width: 50%;
    float: left;
}

.w4p8uaulo9mg ul li a {
    width: 390px;
}

.e2l8nmyh5503 {
    padding: 20px 20px 0;
    border-bottom: 1px solid #E8EDF0
}

.raq7guvdkhwx li {
    /* float: left; */
}

.raq7guvdkhwx li a {
    padding: 0 24px;
    border-radius: 4px;
    border: 1px solid #1B2F4A;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 21px 20px 0;
    display: inline-block;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.raq7guvdkhwx li.zqy7nbumtjca a,
.raq7guvdkhwx li a:hover {
    border: 1px solid #D9241D !important;
    background: #D9241D !important;
    color: #FFFFFF !important;
    text-decoration: none
}

.numfgrt4h9lh {
    position: relative;
}

.t9h7qx2u4va7,
.c3sqf06hkrus {
    width: 400px;
    position: absolute;
    top: 25px;
}

.t9h7qx2u4va7 {
    left: 0;
}

.c3sqf06hkrus {
    right: 0;
}

.t9h7qx2u4va7 img,
.c3sqf06hkrus img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 20px;
}

.t9h7qx2u4va7 img,
.t9h7qx2u4va7 p {
    float: right;
    text-align: right;
}

.t9h7qx2u4va7 p,
.c3sqf06hkrus p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    font-family: 'TRADEGOTHIC-BOLD';
    line-height: 120px;
    width: 240px;
}

.c3sqf06hkrus img,
.c3sqf06hkrus p {
    float: left;
    text-align: left;
}

.rdpywzr73fe3 {
    text-align: center;
}

.rdpywzr73fe3 h3 {
    color: #848e99;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
}

.rdpywzr73fe3 .vs {
    color: #777;
    font-size: 48px;
    font-weight: bold;
    font-family: 'TRADEGOTHIC-BOLD';
    line-height: 84px;
}

.rdpywzr73fe3 .kj6qmdi0ti8u {
    color: #777777;
    font-size: 16px;
}

.rdpywzr73fe3 .kj6qmdi0ti8u .w7ogniokt506 {
    margin-left: 5px;
    display: inline-block;
}

.rdpywzr73fe3 .kj6qmdi0ti8u .t8axa3jz3055 {
    color: #777777;
}

.t7ht7by71cgf {
    text-align: center;
}

.raq7guvdkhwx {
    display: flex;
    justify-content: center;
}
.m62brnoxma06 {
    padding: 20px;
    background:#fff;
}
.m62brnoxma06 .u0wa2stb8uvc {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eee;
}
.m62brnoxma06 .u0wa2stb8uvc h2 {
    font-weight: 400;
    border-left: 3px solid #d6231c;
    padding: 0 0 0 8px;
}

.uzx28pk2mdh0{display:block;height:auto;overflow: hidden;padding:5px 0 0 0;}
.uzx28pk2mdh0 a{text-decoration:none;color:#fff;padding:4px 15px;display:inline-block;border-radius:3px;margin:10px 10px 0 0;font-size:16px;height:30px;line-height:30px;letter-spacing:0.8px;background:#bbb;}
.uzx28pk2mdh0 a:nth-child(1){background-color: rgb(113, 205, 202);}
.uzx28pk2mdh0 a:nth-child(2){background-color: rgb(173, 104, 211);}
.uzx28pk2mdh0 a:nth-child(3){background-color: rgb(253, 188, 62);}
.uzx28pk2mdh0 a:nth-child(4){background-color: rgb(167, 221, 159);}
.uzx28pk2mdh0 a:nth-child(5){background-color: rgb(58, 184, 206);}
.uzx28pk2mdh0 a:nth-child(6){background-color: rgb(79, 188, 130);}
.uzx28pk2mdh0 a:nth-child(7){background-color: rgb(173, 104, 211);}
.uzx28pk2mdh0 a:nth-child(8){background-color: rgb(79, 188, 130);}
.uzx28pk2mdh0 a:nth-child(9){background-color: rgb(253, 188, 62);}
.uzx28pk2mdh0 a:nth-child(10){background-color: rgb(173, 104, 211);}
.uzx28pk2mdh0 a:nth-child(11){background-color: rgb(113, 205, 202);}
.uzx28pk2mdh0 a:nth-child(12){background-color: rgb(173, 104, 211);}
.uzx28pk2mdh0 a:nth-child(13){background-color: rgb(253, 188, 62);}
.uzx28pk2mdh0 a:nth-child(14){background-color: rgb(113, 205, 202);}
.uzx28pk2mdh0 a:nth-child(15){background-color: rgb(253, 188, 62);}
.uzx28pk2mdh0 a:nth-child(16){background-color: rgb(167, 221, 159);}
.uzx28pk2mdh0 a:nth-child(17){background-color: rgb(79, 188, 130);}
.uzx28pk2mdh0 a:nth-child(18){background-color: rgb(167, 221, 159);}
.uzx28pk2mdh0 a:nth-child(19){background-color: rgb(253, 188, 62);}
.uzx28pk2mdh0 a:nth-child(20){background-color: rgb(173, 104, 211);}
.uzx28pk2mdh0 a:nth-child(21){background-color: rgb(253, 188, 62);}
.uzx28pk2mdh0 a:nth-child(22){background-color: rgb(173, 104, 211);}
.uzx28pk2mdh0 a:nth-child(23){background-color: rgb(113, 205, 202);}
.uzx28pk2mdh0 a:nth-child(24){background-color: rgb(79, 188, 130);}
.uzx28pk2mdh0 a:nth-child(25){background-color: rgb(247, 122, 190);}
.uzx28pk2mdh0 a:nth-child(26){background-color: rgb(79, 188, 130);}
.uzx28pk2mdh0 a:nth-child(27){background-color: rgb(173, 104, 211);}
.uzx28pk2mdh0 a:nth-child(28){background-color: rgb(58, 184, 206);}
.uzx28pk2mdh0 a:nth-child(29){background-color: rgb(79, 188, 130);}
.uzx28pk2mdh0 a:nth-child(30){background-color: rgb(167, 221, 159);}
.uzx28pk2mdh0 a:hover{background:#d6231c!important;}
.bq6j30oeazjp{text-align: center;font-weight: bold;font-size: 20px;padding: 30px;width: 100%;box-sizing: border-box;}