@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0
}

:focus {
    outline: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code,
kbd,
samp,
tt {
    font-size: 100%
}

input,
button,
textarea,
select {
    *font-size: 100%
}

body {
    line-height: 1.5
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline
}

:link,
:visited,
ins {
    text-decoration: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

/* CSS Document */
.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

b,
em,
i {
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #f6f6f6;
    position: relative;
}

html,
body {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

button,
input,
select,
textarea,
th {
    background: #fff;
    font-size: 12px;
    line-height: 1.5em;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    -webkit-transition: color 50ms ease-in 0ms, background-color 50ms ease-in 50ms;
    -moz-transition: color 50ms ease-in 0ms, background-color 50ms ease-in 50ms;
    -ms-transition: color 50ms ease-in 0ms, background-color 50ms ease-in 50ms;
    -o-transition: color 50ms ease-in 0ms, background-color 50ms ease-in 50ms;
    transition: color 50ms ease-in 0ms, background-color 50ms ease-in 50ms;
}

.rotate360:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

a:hover {
    color: #12cdb0;
}
table {
    border-collapse: collapse;
}
.rotate360 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.h20 {
    width: 100%;
    height: 20px;
}

.hide {
    display: none;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.padding20 {
    padding: 20px;
}
.bgfff{
    background:#fff;
}
.title_black {
    border-bottom: 3px solid #333;
    position: relative;
}

.title_black h3 {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 3px solid #12cdb0;
    padding-bottom: 5px;
    position: relative;
    top: -5px;
}

.title_black .more {
    display: block;
    width: 55px;
    line-height: 40px;
    text-align: center;
    color: #999;
    position: absolute;
    right: 0;
    top: -14px;
}

.title_black .more:hover {
    color: #12cdb0;
}
.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.home-wrap {
    background: #F5F7FA;
}

.h-p {
    padding: 20px 0 20px 24px;
    box-sizing: border-box;
}

.h-bg-w {
    background: #fff;
}

.t-o {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.t-o2 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.nav {
    height: 80px;
    line-height: 80px;
    background: #12CDB0;
    border-bottom: 5px solid #BBCBCE;
}

.nav .logo {
    float: left;
    width: 164px;
    height: 48px;
    margin-top: 16px;
    margin-right: 52px;
}

.nav ul {
    float: left;
}

.nav li {
    float: left;
}

.nav li a {
    display: block;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
}

.nav li.current a,
.nav li a:hover {
    background: #0F9B85 url('../images/home_nav_icon.png') no-repeat center 72px;
    background-size: 12px 8px;
}

.lb-news-hotTags {
    margin-top: 20px;
}

.lb-news-hotTags .left {
    width: 956px;
    box-sizing: border-box;
    float: left;
    padding: 20px 24px;
    margin-right: 16px;
}

.lb-news-hotTags .lb {
    float: left;
    width: 506px;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
}

.lb-news-hotTags .lb a,
.lb-news-hotTags .lb img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.lb-news-hotTags .lb .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 357px;
    height: 40px;
    line-height: 40px;
    padding: 0 137px 0 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
}

.lb-news-hotTags .swiper-pagination {
    position: absolute;
    text-align: right;
    padding-right: 10px;
    right: 0 !important;
    bottom: 7px !important;
    box-sizing: border-box;
}

.lb-news-hotTags .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.lb-news-hotTags .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border: 2px solid rgba(18, 205, 176, 0.5);
    background: #12CDB0;
}

.lb-news-hotTags .news {
    float: left;
    width: 386px;
    height: 250px;
    overflow: hidden;
    padding-top: 4px;
}

.lb-news-hotTags .news .item {
    display: block;
    margin-bottom: 10px;
}

.lb-news-hotTags .news .item:last-child {
    margin-bottom: 0;
}

.lb-news-hotTags .news .title {
    box-sizing: border-box;
    height: 21px;
    font-size: 16px;
    color: #333;
    /* font-weight: bold; */
    line-height: 21px;
    background-position: 0 center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.lb-news-hotTags .news .title:hover {
    color: #12CDB0;
    cursor: pointer;
}

.lb-news-hotTags .news .title.has-tag-H {
    padding-left: 28px;
    background-image: url('../images/home_news_H.png');
}

.lb-news-hotTags .news .title.has-tag-N {
    padding-left: 28px;
    background-image: url('../images/home_news_N.png');
}

.lb-news-hotTags .news .text {
    margin-top: 8px;
    height: 39px;
    font-size: 13px;
    color: #999;
    line-height: 22px;
}

.title_default2 {
    height: 22px;
    background: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #DDDDDD;
}

.title_default2 h3 {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border-left: 4px solid #12cdb0;
    padding-left: 10px;
    float: left;
}

.title_default2 .more {
    display: block;
    font-size: 14px;
    width: auto;
    padding-right: 40px;
    line-height: 22px;
    color: #7FA3CC;
    float: right;
    cursor: pointer;
    background-image: url('../images/home_title_more.png');
    background-position: 37px center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.title_default2 .more:hover {
    color: #12cdb0;
    background-image: url('../images/home_title_more_hover.png');
}

.lb-news-hotTags .hotTags {
    width: 308px;
    float: left;
}

.lb-news-hotTags .hotTags .main_Tag {
    width: 100%;
    height: 240px;
    margin-top: 11px;
    overflow: hidden;
}

.lb-news-hotTags .hotTags .main_Tag a {
    font-size: 14px;
    float: left;
    color: #fff;
    background: #ffa958;
    margin: 5px 5px 0 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    text-align: center;
}

.lb-news-hotTags .hotTags .main_Tag a:hover {
    background: #e89b52;
}

.lb-news-hotTags .hotTags .main_Tag a:nth-of-type(1n+1) {
    background: #ffa958;
}

.lb-news-hotTags .hotTags .main_Tag a:nth-of-type(2n+2) {
    background: #67b4ff;
}

.lb-news-hotTags .hotTags .main_Tag a:nth-of-type(3n+3) {
    background: #ffa9a8;
}

.lb-news-hotTags .hotTags .main_Tag a:nth-of-type(4n+4) {
    background: #61e0c4;
}

.lb-news-hotTags .hotTags .main_Tag a:nth-of-type(5n+5) {
    background: #ff7f7d;
}

.lb-news-hotTags .hotTags .main_Tag a:nth-of-type(1n+1):hover {
    background: #fb9b41;
}

.lb-news-hotTags .hotTags .main_Tag a:nth-of-type(2n+2):hover {
    background: #50a5f9;
}

.lb-news-hotTags .hotTags .main_Tag a:nth-of-type(3n+3):hover {
    background: #f59897;
}

.lb-news-hotTags .hotTags .main_Tag a:nth-of-type(4n+4):hover {
    background: #54e2c3;
}

.lb-news-hotTags .hotTags .main_Tag a:nth-of-type(5n+5):hover {
    background: #de6c6a;
}

.tf28zplol0 {
    width: 100%;
    height: 50px;
    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;
}

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

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

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

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

.crumb {
    margin: 10px 0;
}

.crumb,
.crumb a {
    font-size: 12px;
    color: #aaa;
}

.crumb a:hover {
    color: #12cdb0;
}


.n2n0n2yds6 {
    padding: 3px;
    margin: 40px 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: ">";
}

.bottom_k {
    width: 100%;
    overflow: hidden;
    height: auto;
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 40px 0 0 0;
    background-color: #333;
}

.bottom_k a {
    color: #999;
}

.bottom_k a:hover {
    color: #CCC;
}


.yl_tit {
    font-size: 20px;
    line-height: 46px;
    height: 46px;
    width: 1200px;
    position: relative;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    color: #12cdb0;
}

.yl_tit a {
    font-family: Arial;
    font-size: 10px;
    color: #FFF;
    background-color: #12cdb0;
    padding: 2px 8px;
    line-height: 16px;
    position: absolute;
    top: 15px;
    right: 0px;
    border-radius: 6px;
}

.yl_k {
    background-color: #222;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0 10px 0;
}

.yl {
    margin: auto;
    width: 1150px;
    overflow: hidden;
    height: auto;
    padding: 0px 0 15px 0;
}

.logo2 {
    width: 300px;
    height: auto;
    overflow: hidden;
    margin: auto;
    text-align: center;
    float: left;
    padding: 15px 0 0 45px;
}
.logo2 img{
    width: 200px;
    height: 90px;
}
.yl a {
    padding: 5px 15px 5px 0;
    float: left;
    color: #999;
    display: block;
    white-space: nowrap;
}

.footer_right {
    float: left;
    text-align: left;
}

.footer {
    width: 1200px;
    overflow: hidden;
    height: auto;
    line-height: 28px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #666;
}

.footer a {
    color: #999;
    padding: 0 5px 0 0;
    margin: 0 0 0 5px;
}
.h-hot-zq {
    margin-top: 20px;
}

.h-hot-zq li {
    float: left;
    width: 200px;
    height: 133px;
    margin-top: 16px;
    margin-right: 16px;
}

.h-hot-zq ul li:nth-child(6n+6) {
    margin-right: 0;
}

.h-hot-zq a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.h-hot-zq img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.h-hot-zq a:hover img {
    transform: scale(1.2);
}

.h-hot-zq .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    padding-right: 42px;
    background: rgba(0, 0, 0, 0.5) url('../images/home_jiantou.png') no-repeat;
    background-size: 7px 13px;
    background-position: 182px center;
    color: #fff;
    font-size: 13px;
}

.h-hot-zq .text:hover {
    color: #12CDB0;
}
.fl_wrap {
    width: 860px;
    background:#fff;
    overflow: auto;
    float: left
}
.fr_wrap {
    width: 360px;
    float: right;
}
.hd8jx4axld{
    padding: 20px
}
.pbmkr92omz ul li {
    width: 142px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #555;
    float: left;
    border-radius: 3px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
}
.pbmkr92omz ul li i {
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 36px;
    right: 67px;
}
.pbmkr92omz ul li.current {
    background: #12cdb0;
}
.pbmkr92omz ul li.current i {
    border-color: #12cdb0 transparent transparent transparent;
}
.rnekpype9d .cont {
    width: 310px;
    overflow: hidden;
}

.rnekpype9d ul {
    width: 320px;
    margin-top: 10px;
}

.rnekpype9d li {
    float: left;
    margin: 10px 10px 0 0;
}

.rnekpype9d li a {
    display: block;
    padding: 0 6px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rnekpype9d li a:hover {
    background: #12cdb0;
    color: #fff;
}
.ok6r4a64b1{
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    padding-left: 16px;
    font-weight: bold;
    font-size: 16px;
}
.ok6r4a64b1 span{

}
.eg1q2axlao{
    display: none;
    margin-top: 30px;
}
.eg1q2axlao.current{
    display: block;
}
.cont_figure_li{
    height: 70px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd
}
.cont_figure_li00 {
    float: left;
    width: 50px;
    text-align: center;
    line-height: 60px;
    _display: inline;
}
.cont_figure_li00 img {
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.cont_figure_li01 {
    float: left;
    width: 80px;
    text-align: center;
    padding-top: 13px;
    _display: inline;
}
.cont_figure_li01 p{
    line-height: 40px
}
.cont_figure_li02 {
    float: left;
    width: 70px;
    text-align: center;
    padding-top: 13px;
    _display: inline;
}
.cont_figure_li02 .oneline {
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
}
.cont_figure_li03 {
    float: left;
    width: 520px;
    padding: 10px 10px 0;
    text-align: center;
    _display: inline;
}
.cont_figure_li03_l, .cont_figure_li03_r {
    float: left;
    width: 35px;
    margin-top: 5px;
    _display: inline;
}
.cont_figure_li03 img {
    width: 35px;
    height: 35px; 
}
.cont_figure_li03_m {
    float: left;
    width: 370px;
    text-align: center;
    _display: inline;
}
.cont_figure_li03_m h4 {
    font: 400 16px/26px 'Arial','Microsoft Yahei';
}
.cRed {
    color: #e10000 !important;
}
.cBlue {
    color: #4f77b3 !important;
}
.cont_figure_li03_m p a:link {
    color: #4a4a4a;
}
.cont_figure_li04 {
    float: left;
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    _display: inline;
}
.cont_figure_li04 a{

background: #12cdb0;

color: #fff;

padding: 5px 10px;

border-radius: 3px;
}
.cont_figure_li04 a:hover{
    opacity: .8
}
.giw3n5iz57 a img {
    float: left;
    height: 50px;
    width: 85px;
    padding-right: 15px;
}
.giw3n5iz57 a {
    line-height: 22px;
    display: block;
    padding: 25px 0 0 0;
    overflow: hidden;
    height: auto;
    font-size:14px;
}
.kr1baign0j{
    margin-top: 10px;
}
.kr1baign0j a {
    line-height: 36px;
    display: block;
    height: 36px;
    background-image: url(../images/dian.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    text-indent: 20px;overflow: hidden;
}
.ec5wuz4ob6{
    padding: 20px
}
.ec5wuz4ob6 ul {
    padding: 0 10px;
}

.ec5wuz4ob6>ul>li {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.ec5wuz4ob6>ul>li:hover {
    background: #f2f6fc;
}

.ec5wuz4ob6>ul> li a,
.ec5wuz4ob6>ul> li img,
.ec5wuz4ob6>ul> li span {
    display: block;
}

.ec5wuz4ob6>ul> li .img_box {
    width: 150px;
    height: 110px;
    float: left;
    margin-right: 20px;
}

.ec5wuz4ob6 li img {
    width: 150px;
    height: 110px;
}

.ec5wuz4ob6 li .info {
    width: 620px;
    float: left;
}

.ec5wuz4ob6 li .info .name {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ec5wuz4ob6 li .info .time {
    color: #999;
    margin: 3px 0 6px 0;
}

.ec5wuz4ob6 li .info .time i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: 0 -203px;
    position: relative;
    top: 5px;
}

.ec5wuz4ob6 li .info p {
    height: 22px;
    font-size: 14px;
    margin-bottom: 5px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ec5wuz4ob6 li .info p a{
    display: inline-block;
    margin-right: 5px;
    color: #ccc
}
.ec5wuz4ob6 li .info p a:hover{
    color: red
}
.vlm3pry9j7 .top_c1 {
    height: 73px;
    margin: 0 0 0 3px;
    overflow: hidden;
    padding-left: 19px;
    text-align: center;
}
.vlm3pry9j7 .top_c1 h1 {
    font-size: 39px;
    font-weight: bold;
    color: #2169b3;
    line-height: 40px;
}
.vlm3pry9j7 .top_c1 p {
    font-size: 16px;
    padding-top: 13px;
}
.vlm3pry9j7 .top_c2 {
    padding: 30px 100px 0 100px;
}
.vlm3pry9j7 .blk_tw_pic {
    zoom: 1;
    text-align: center;
}
.vlm3pry9j7 .btw01 {
    float: left;
    width: 85px;
}
.vlm3pry9j7 .blk_tw_pic img {
    border: solid 1px #e5e5e5;
    margin: 0 auto;
    background: #fff;
    display: block;
    width: 85px;
    height: 85px
}
.vlm3pry9j7 .blk_tw_pic p {
    color: #333;
    line-height: 24px;
}
.vlm3pry9j7 .btw01 p {
    font-size: 16px;
    padding-top: 12px;
}
.vlm3pry9j7 .score {
    float: left;
    display: inline;
    padding: 0 90px;
    text-align: center;
}
.vlm3pry9j7 .score td {
    font-size: 60px;
    font-family: Arial;
    line-height: 76px;
    font-weight: bold;
    width: 100px;
    text-align: center;
}
.vlm3pry9j7 .score tr.end td {
    font-size: 14px;
    font-family: "Microsoft YaHei", 微软雅黑, Simsun, 宋体;
    line-height: 20px;
    font-weight: normal;
}
.vlm3pry9j7 .score td span {
    background: #d8eafc;
    border: solid 1px #c7e3fe;
    border-radius: 3px;
    font-size: 14px;
    color: #2169b3;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
}
.w9cxabt5v4{
    padding: 20px 0
}
.w9cxabt5v4 a {
    font-size: 16px;
    float: left;
    color: #fff;
    background: #ffa958;
    margin: 5px 5px 0 0;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    text-align: center;
}
.w9cxabt5v4 a:hover {
    opacity: .8
}

.w9cxabt5v4 a:nth-of-type(1n+1) {
    background: #ffa958;
}

.w9cxabt5v4 a:nth-of-type(2n+2) {
    background: #67b4ff;
}

.w9cxabt5v4 a:nth-of-type(3n+3) {
    background: #ffa9a8;
}

.w9cxabt5v4 a:nth-of-type(4n+4) {
    background: #61e0c4;
}
.jsk0yg5r1k {
    width: 100%;
    overflow: hidden;
}

.jsk0yg5r1k ul {
    width: 100%;
}

.jsk0yg5r1k li {
    width: 155px;
    float: left;
    margin: 20px 17px 0 0;
}

.jsk0yg5r1k li a {
    display: block;
}

.jsk0yg5r1k li a:hover p {
    color: #12cdb0;
}

.jsk0yg5r1k li img {
    display: block;
    width: 155px;
    height: 108px;
}

.jsk0yg5r1k li p {
    height: 40px;
    color: #666;
    overflow: hidden;
    margin-top: 10px;
}
.wb00cwmhwa{
    margin-top: 10px;
}
.wb00cwmhwa .b3iag7xlmv {
    position: relative;
    padding: 10px 10px;
    width: 410px;
    float: left;
}

.wb00cwmhwa .b3iag7xlmv a {
    display: block;
}

.wb00cwmhwa .b3iag7xlmv .tag {
    float: left;
    height: 18px;
    width: 36px;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 12px;
}

.wb00cwmhwa .b3iag7xlmv .yuyue {
    border: 1px solid #FF7F7D;
    color: #FF7F7D;
}

.wb00cwmhwa .b3iag7xlmv .gl {
    border: 1px solid #67B4FF;
    color: #67B4FF;
}

.wb00cwmhwa .b3iag7xlmv .title {
    float: left;
    width: 310px;
    height: 21px;
    font-size: 16px;
    line-height: 21px;
    color: #333;
}

.wb00cwmhwa .b3iag7xlmv .title:hover {
    color: #12CDB0;
}

.wb00cwmhwa .b3iag7xlmv .time {
    float: right;
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

.home-newslist2 .b3iag7xlmv:last-child::after {
    height: 0;
    width: 0;
}
.ypcal9q1nz .q01zbsxivd {
    padding: 20px 0;
    text-align: center;
    margin: 0 20px;
    border-bottom: 1px solid #d9d9d9;
}
.ypcal9q1nz .q01zbsxivd h1 {
    display: block;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 20px 0;
}
.ypcal9q1nz .q01zbsxivd .v1z40yfrwc {
    color: #999;
}
.ypcal9q1nz .q01zbsxivd .v1z40yfrwc span {
    margin: 0 20px;
}
.csymduw6cf {
    padding: 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}
.csymduw6cf p {
    margin-bottom: 20px;
    word-break: break-all;
}
.csymduw6cf img,.csymduw6cf video{
    max-width: 100% !important
}
.rmv09l4oa3{
    padding-bottom: 20px;
}
.rmv09l4oa3 a{
    display: inline-block;
    padding: 2px 10px;
    background:#12cdb0;
    color: #fff;
    border-radius: 3px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.rmv09l4oa3 a:hover{
    opacity: .8
}
.ic2pq7rwhh{
    margin: 30px auto 20px auto;
    width: 1155px;
    overflow: hidden;
    height: auto;
    border: 1px solid #E6E6E6;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
}
.ntbegvp1tl {
    list-style-type: none;
    height: auto;
    overflow: hidden;
    margin: 0 0 6px 0;
}
.el92xusbz8 .ms6qfywm8t {
    overflow: hidden;
    margin: 0 5px 0 0;
}
.ms6qfywm8t dl {
    
}
.ms6qfywm8t dt {
    float: left;
    width: 70px;
    line-height: 28px;
}

.ms6qfywm8t dd {
    line-height: 28px;
    height: 28px;
    float: left;
    padding:0 0 8px 0;
    
}
.ms6qfywm8t dd a {
    display: block;
    padding:0 15px;
}
.ms6qfywm8t .dangqian{ display:block; text-align:center; background-color:#12cdb0; color:#fff; padding:0 10px; border-radius:50px;}
.ms6qfywm8t .dangqian:hover{color:#fff;}


.table-scores{width: 100%;}
.table-scores th{background-color: #12cdb0;height: 40px;line-height: 40px;color: #fff;}
.table-scores th,.table-scores td{font-size: 14px;text-align: center;}
.table-scores td.rank{font-size: 16px;}
.table-scores td{height: 50px;line-height: 50px;color: #888;}
.table-scores td.left,.table-scores th.left{ text-align:left; padding-left: 1px; }
.table-scores th.left{ padding-left: 10px; }
.table-scores .last td{border-bottom: 0px;}
.table-scores td a{color: #333;}
.table-scores td a:visited{color: #333;text-decoration: none;}
.table-scores td a:hover{color: #dd0000;text-decoration: none;}
.need-larger .table-scores .larger{color: #dd0000;font-size: 24px; }
.table-scores .team-pic{width: 30px;}
.table-scores .team-pic img{width: 30px;height: 30px;display: block;}
.table-scores .team-name{text-align: left;text-indent: 10px;}
table .highlight-td{background-color: #e3eefa;border-bottom: 1px solid #d2dde9;}
.table-scores .highlight{background-color: #e3eefa;border-bottom: 1px solid #d2dde9;}
.table-scores .fifth td{border-bottom: 1px solid #12cdb0;}
.table-scores td{ border-bottom: 1px solid #ebebeb; }
table.table-line-light tbody tr:hover{ background: #d5f1eb6e }

.pikqa4n5aj{}
.idjuuxwmwt{
    float: left;
    margin: 20px 0 0 20px;
    width: 190px;
    height: 130px;
    overflow: hidden;
    _display: inline;
    -webkit-transform: translate3d(0,0,0);
}
.idjuuxwmwt a{
    display: block;
    color: #333;
    overflow: hidden;
}
.idjuuxwmwt .qdr3blw3on {
    position: relative;
    height: 106px;
    overflow: hidden;
    width: 100%;
    display: block;
}
.idjuuxwmwt .qdr3blw3on img {
    width: 100%;
}
.idjuuxwmwt .dli1spzlrs {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -16px;
    z-index: 10;
    pointer-events: none;
    width: 34px;
    height: 33px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.bkf27cve4k {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat -999em -999em;
    overflow: hidden;
}
.pkv38x1d3q {
    width: 34px;
    height: 33px;
    background-position: -40px -120px;
}
.idjuuxwmwt .kh693hqvji .bkf27cve4k {
    display: none;
    margin: 0 auto;
}
.idjuuxwmwt .s54z7u7bf1 {
    width: 100%;
    padding-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.125;
    font-size: 14px;
    display: block;
}
.idjuuxwmwt a:hover .kh693hqvji .bkf27cve4k {
    display: block;
}
.idjuuxwmwt:hover img {
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(0.19,1,.22,1);
    -ms-transition-timing-function: cubic-bezier(0.19,1,.22,1);
    transition-timing-function: cubic-bezier(0.19,1,.22,1);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    pointer-events: none;
    opacity: .3;
    pointer-events: none;
}
.idjuuxwmwt:hover .qdr3blw3on {
    background: hsla(0,0%,0%,1);
}
.idjuuxwmwt a:hover {
    text-decoration: none;
    color: #9d141f;
}
.ehvijjfhvd{
    margin-top: 10px;
}
.wsp2o75iai{
    padding: 7px 0;
    height: 20px;
    text-indent: 12px;
    line-height: 20px;
    background: url(../images/prefix-makeupurl.png) left center no-repeat;
    white-space: nowrap;
    font-size: 16px;
    float: left;
    width: 50%
}
.wsp2o75iai a {
    color: #333;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 380px;
    display: block;
}
.wsp2o75iai a:hover{
    color: #d00 
}

.siuomu6h6p .swiper-button-prev,
.siuomu6h6p .swiper-button-next {
    position: absolute;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/slide.png) 0 0 no-repeat;
    z-index: 100;
}

.siuomu6h6p .swiper-button-next {
    left: auto;
    right: 0;
    background: url(../images/slide.png) -50px 0 no-repeat;
}

.siuomu6h6p .swiper-button-prev:hover,
.siuomu6h6p .swiper-button-next:hover {
    border-color: #f60;
}
.k5491aetea {
    width: 188px;
    height: 109px;
    position: relative;
    overflow: hidden;
    margin-left: 10px
}

.k5491aetea:first-child {
    margin-left: 0
}

.k5491aetea .k5491aetea_cont {
    display: block;
    width: 164px;
    height: 63px;
    padding: 10px 12px;
    color: #333;
    background: #fff
}

.k5491aetea_hd {
    line-height: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    position: relative
}

.k5491aetea_hd p {
    overflow: hidden;
    font-size: 14px
}

.k5491aetea_hd .hd_rnd {
    display: inline-block;
    font-size: 14px
}

.k5491aetea_hd .icon_status {
    width: 15px;
    height: 13px
}

.k5491aetea_bd p {
    line-height: 12px;
    font-size: 12px;
    margin-bottom: 10px
}

.k5491aetea_bd .team_name {
    position: absolute;
    line-height: 22px;
    width: 140px;
    max-height: 45px;
    overflow: hidden
}

.k5491aetea_bd .bd_date,.k5491aetea_bd .bd_score,.k5491aetea_bd .bd_time {
    text-align: right;
    font-size: 14px
}

.k5491aetea_bd .bd_score {
    font-size: 14px
}

.k5491aetea .k5491aetea_ft {
    position: absolute;
    width: 166px;
    left: 0;
    bottom: 0;
    padding: 0 12px;
    height: 30px
}

.k5491aetea .k5491aetea_ft ul {
    text-align: center;
    float: left;
    position: relative;
    left: 50%
}

.k5491aetea .k5491aetea_ft li {
    padding: 9px 0;
    float: left;
    position: relative;
    left: -50%;
    list-style: none;
    display: inline
}

.k5491aetea .k5491aetea_ft a {
    float: left;
    text-align: center;
    color: #4e4d5d;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0 10px
}

.k5491aetea .k5491aetea_ft li:last-child a {
    border-right: none
}

.k5491aetea .k5491aetea_ft a:hover {
    color: #d00;
    text-decoration: underline
}
.k5491aetea:hover {
    border: 1px solid #FF5858;
    border-top: 4px solid #e10000;
}

.k5491aetea {
    border: 1px solid #d7d7d7;
    border-top-width: 4px;
    border-top-color: #d7d7d7;
}
.k5491aetea .k5491aetea_ft {
    background: #f9f9f9;
}
.k5491aetea.jvuqcb9vbdmo{border-color: red}
.k5491aetea.eof93ohh4e4w{border-color: #12cdb0}
.k5491aetea:hover,.k5491aetea.jvuqcb9vbdmo:hover,.k5491aetea.eof93ohh4e4w:hover{
    border: 1px solid #409eff;
    border-top: 4px solid #409eff;
}
.jk021qd4ee,.mle485kvb0{margin-bottom: 35px;}
.n8q9ohv8alfa{text-align: center;font-weight: bold;font-size: 20px;padding: 30px;width: 100%;box-sizing: border-box;}
.qkvh4e5dqb6a{width: 25px;height: 25px;vertical-align: middle;margin-right: 5px;}