@charset "utf-8";
/* CSS Document */
body {
    font-size: 14px;
    font-family: 微软雅黑, Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #333333;
    background: #f5f5f5;
    -webkit-font-smoothing: antialiased;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}
fieldset, img {
    border: 0;
    vertical-align: text-top;
}
ol, ul, li {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before, q:after {
    content: '';
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #e60012;
}
.clear {
    clear: both;
}
input {
    outline: none;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_15 {
    margin-bottom: 15px;
}
.header_linet {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 0px;
    background: #ffffff;
    top: 0px;
    z-index: 1001;
    min-width: 1200px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
/*---------------------------header-------------------------------*/
.main-content {
    min-width: 1200px;
    width: 100%;
}
.allwidth {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header {
    min-width: 1200px;
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
}
.header1 {
    min-width: 1200px;
    background: #ffffff;
    box-shadow: 0 0 10px #666666;
}
.header_top {
    border-bottom: 1px solid #f2f2f2;
}
.wrap_notice {}
.notice {
    float: left;
    width: 800px;
    font-size: 13px;
    color: #969696;
    padding: 8px 0;
}
.notice img {
    vertical-align: middle;
}
.wrap_language {
    float: right;
    padding-top: 3px;
}
.wrap_language li {
    color: #969696;
    border: 1px solid #dedede;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 15px 5px 35px;
    font-size: 12px;
    cursor: pointer;
}
.wrap_language li:hover {
    color: #e60012;
}
.wrap_language li span {
    float: right;
    margin: 7px 0px 0 13px;
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #969696;
}
.wrap_language .lan {
    background: url("../images/in_ico02.png") 10px center no-repeat;
    position: relative;
}
.wrap_language .lan:hover {
    background: url("../images/in_ico02_1.png") 10px center no-repeat;
}
.wrap_language .lan .lan_list {
    padding: 0px 1%;
    position: absolute;
    left: 5px;
    top: 27px;
    width: 98%;
    background: #ffffff;
    box-shadow: 0 0 5px #eeeeee;
    border-radius: 3px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: .3s all;
    z-index: 1005;
}
.wrap_language .lan:hover .lan_list {
    opacity: 1;
    height: auto;
    left: 0;
    z-index: 1005;
}
.wrap_language .lan .lan_list a {
    display: block;
    padding: 6px 10px;
    margin: 5px 0;
    transition: .3s all;
}
.wrap_language .lan .lan_list a:hover {
    background: #e60012;
    color: #ffffff;
}
.wrap_language .appdown {
    background: url("../images/in_ico03.png") 10px center no-repeat;
    position: relative;
}
.wrap_language .appdown:hover {
    background: url("../images/in_ico03_1.png") 10px center no-repeat;
}
.wrap_language li img {
    vertical-align: middle;
}
.wrap_language .appdown .app_list {
    padding: 0px 1%;
    position: absolute;
    left: 5px;
    top: 27px;
    width: 98%;
    background: #ffffff;
    box-shadow: 0 0 5px #eeeeee;
    border-radius: 3px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: .3s all;
}
.wrap_language .appdown .app_list img {
    margin: 3px 1%;
}
.wrap_language .appdown:hover .app_list {
    opacity: 1;
    height: auto;
    left: 0;
    z-index: 1005;
}
.header_bottom {
    padding: 15px 0;
}
.header_logo {
    float: left;
    width: 233px;
    margin-right: 20px;
}
.nav {
    float: left;
    width: 780px;
    margin-top: 15px;
}
.nav li {
    float: left;
    padding: 0 2px;
    position: relative;
}
.nav li a {
    padding: 5px 20px;
    display: block;
    font-size: 16px;
    transition: .5s all;
}
.nav li a:hover {
    background: #e60012;
    color: #ffffff;
    border-radius: 25px;
}
.nav li .sec_nav_kuan {
    padding: 0px 1%;
    position: absolute;
    left: 5px;
    top: 30px;
    width: 150px;
    border-radius: 3px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: .3s all;
    z-index: 10000;
}
.nav li .sec_nav_list {
    background: #ffffff;
    box-shadow: 0 0 5px #eeeeee;
    padding: 10px 0 0 0;
    line-height: 26px;
}
.nav li .sec_nav_list a {
    font-size: 13px;
    font-weight: normal;
}
.nav li .sec_nav_list a:hover {
    border-radius: 0px;
    font-size: 13px;
}
.nav li:hover .sec_nav_kuan {
    opacity: 1;
    height: auto;
    left: 0;
}
.header-right {
    float: right;
    margin-top: 10px;
}
.header-right a {
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    margin: 0 2px;
}
.header-right a.search_ico {
    border: 1px solid #dedede;
    border-radius: 50px;
    transition: .5s all;
    width: 100px;
    letter-spacing: 2px;
    color: #aaaaaa;
}
.header-right a.search_ico:hover {
    border: 1px solid #d50000;
    color: #d50000;
}
.header-right a.search_ico img {
    margin: 4px 0px;
}
.header-right a.search_ico span, .header-right a.search_ico img, .header-right a.menber, .header-right img.avatar {
    vertical-align: middle;
}
.header-right a.menber {
    background: url("../images/in_ico05.png") #f2f2f2 center center no-repeat;
    transition: .5s all;
    width: 45px;
    height: 45px;
}
.header-right a.menber:hover {
    background: url("../images/in_ico05_1.png") #e60012 center center no-repeat;
}
.header-right a img {
    margin-top: 8px;
}
.header-right img.avatar {
    transition: .5s all;
    width: 45px;
    height: 45px;
    margin: 4px 0px;
}
/*---------------------------search--------------------------------*/
.search_shadow {
    background: rgba(255, 255, 255, .95);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001;
    display: none;
}
.search_text {
    width: 1170px;
    padding: 10px 15px;
    margin: 9% auto 0 auto;
    height: 550px;
    background: #ffffff;
    box-shadow: 0 0 15px #cccccc;
    border-radius: 15px;
}
.search_text dt {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}
.search_text dt span {
    cursor: pointer;
}
.search_boder {
    border: 1px solid #eeeeee;
    border-radius: 50px;
    width: 600px;
    margin: 20px auto 0 auto;
    padding: 6px 20px;
}
.search_content {
    border: 0;
    height: 35px;
    line-height: 35px;
    color: #888888;
    width: 93%;
    vertical-align: middle;
}
.search_submit {
    vertical-align: middle;
    margin-left: 10px;
}
.key_word {
    width: 638px;
    margin: 25px auto 0 auto;
    color: #666666;
}
.key_word strong {
    display: block;
    padding: 0 0 10px 10px;
    font-size: 15px;
    color: #000000;
}
.key_word a {
    color: #666666;
    display: inline-block;
    padding: 2px 15px;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    margin: 0 1px 5px 1px;
}
.key_word a:hover {
    color: #e60012;
}
/*-----------------------------left nav----------------------------------*/
.tab_flow {
    position: fixed;
    width: 1px;
    bottom: 100px;
    z-index: 1;
    /* position: -webkit-sticky;















            position: sticky; */
}
.tab_flow .sideBar {
    background: #fff;
    -webkit-animation: blurFadeInOut-data-v-eef5ab74 1.5s ease-in backwards;
    animation: blurFadeInOut-data-v-eef5ab74 1.5s ease-in backwards;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 90px;
    position: relative;
    left: -120px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.tab_flow .sideBar.show {
    opacity: 1 !important;
}
.tab_flow .sideBar ul {
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    width: 90px;
}
.tab_flow .sideBar ul li {
    cursor: pointer;
    padding: 13px;
    font-size: 14px;
    line-height: 14px;
    transition: all .1s;
}
.tab_flow .sideBar ul li:hover {
    background: #e60012;
    color: #ffffff;
}
.tab_flow .sideBar ul li:hover a {
    display: block;
    color: #ffffff;
}
/*---------------------------content-------------------------------*/
.main {
    margin-top: 35px;
    margin-bottom: 8px;
}
.modle_bottom {
    padding-bottom: 15px;
}
.modle_1 img {
    border-radius: 15px;
    overflow: hidden;
}
.in_banner {
    width: 816px;
    height: 414px;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}
.inban_r{
    width: 371px;
    height: 374px;
    float: right; 
}
.in_adgg{ width:371px;
    height: 130px;
    border-radius:15px;
    overflow:hidden;
    margin-bottom:13px;
}
.hot_news {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px 20px;
}
.hot_news dt {
    overflow: hidden;
	margin-bottom:8px;
}
.hot_news dt span {
    display: block;
    float: left;
    height: 20px;
}
.hot_news dt h2 {
    display: block;
    float: left;
    padding-left: 6px;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
	cursor:pointer;
}
.hot_news dt h2:hover {
    color: #e60012;
}
.hot_news dt h2.inbtc_click{  color: #e60012;}
.inbtc_more{ padding:14px 0}
.inbtc_more a {
    display: block;
    float: right;
    font-size: 12px;
    background: #f6f6f6;
    color: #a3a2a2;
    width: 56px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border-radius: 25px;
    transition: .5s all;
}
.inbtc_more a:hover {
    background: #e60012;
    color: #ffffff;
}
.kx_flex_l{ flex:0 0 240px;}
a.hot_news_list {
    display: flex;
	justify-content:space-between;
    border-left: 1px solid #e1e1e1;
    margin-left: 9px;
    padding: 10px 5px 0 14px;
}
a.hot_news_list em {
    display: block;
    width: 10px;
    height: 10px;
    background: #dadada;
    border-radius: 25px;
    float: left;
    margin-left: -20px;
    margin-top: 5px;
    transition: .5s all;
}
a.hot_news_list:hover em {
    background: #e60012;
}
a.hot_news_list h5 {
    font-size: 14px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
a.hot_news_list span {
    display: block;
	flex:0 0 65px;
    text-align: right;
    color: #aeaeae;
    font-size: 12px;
}
a.hot_news_list span img {
    vertical-align: middle;
}
.inbtc_kxlist{ display:none;}
.modle_3 {
    overflow: hidden;
}
.modle_3 li {
    float: left;
    width: 592px;
    height: 150px;
    position:relative;
    border-radius: 15px;
    overflow: hidden;
}
.modle_3 li:nth-child(2n) {
    float: right;
    width: 592px;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
}
span.righttop_gg{
    position:absolute;
    right:8px;
    top:3px;
    border-radius:5px;
    text-align:center;
    display:block;
    width:38px;
    height: 16px;
    line-height: 16px;
    font-size:12px;
    border:1px solid #ffffff;
    background:rgba(255,255,255,0.7);
    z-index: 99;
    color:#666666;
}
.modle_news_left {
    width: 825px;
    float: left;
    z-index: 10;
}
.modle_news_right {
    width: 355px;
    float: right;
}
.title_tab {
    overflow: hidden;
    border-bottom: 2px solid #e60012;
}
.title_tab li {
    float: left;
    padding: 10px 14px 10px 14px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    margin-right: 1px;
    transition: .5s all;
}
.title_tab li:hover {
    background: #e60012;
    color: #ffffff;
}
.title_click, .title_click:hover {
    background: #e60012;
    color: #ffffff;
}
.title_click a, .title_click:hover a {
    background: #e60012;
    color: #ffffff;
}
.news_bg {
    background: #ffffff;
    padding: 10px 0px;
    margin-bottom: 15px;
}
.news_list_item {
    padding: 10px 10px;
    overflow: hidden;
    transition: .3s all;
}
.news_list_item:hover {
    padding: 6px 10px 14px 10px;
    box-shadow: 0 0 20px #cccccc;
    position: relative;
    z-index: 1000;
}
.news_list_img {
    width: 220px;
    height: 150px;
    float: left;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.news_list_img img {
    width: 100%;
    display: block;
    height: 150px;
    overflow: hidden;
    object-fit: cover;
}
.news_list_item img {
    transition: all 0.3s;
    z-index: 100;
}
.news_list_img p {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #e60012;
    z-index: 900;
    color: #ffffff;
    display: block;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}
.news_list_item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.news_list_text {
    width: 560px;
    float: right;
}
.news_list_text h5 {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
    word-break:break-all;
}
.news_list_text h5 span {
    display: inline-block;
    background: #e60012;
    color: #ffffff;
    font-size: 12px;
    border-radius: 15px;
    padding: 1px 6px;
    margin-right: 6px;
}
.news_list_text p {
    color: #565656;
    overflow: hidden;
    word-break:break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.author_time_img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    overflow: hidden;
}
.relate-info {
    margin-top: 10px;
    font-size: 13px;
    color: #969696;
}
.relate-info li {
    float: left;
    padding: 5px 15px 5px 0;
}
.relate-info li img {
    vertical-align: middle;
}
.relate-info li img.relate-imgss {
    vertical-align: middle;
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    object-fit: cover;
}
.relate-info li span {
    vertical-align: middle;
}
.relate-info li:last-child {
    float: right;
}
.relate-info li:last-child a {
    display: inline-block;
    background: #f8f8f8;
    border-radius: 15px;
    padding: 2px 10px;
    margin: 0 1px;
    color: #969696;
}
.relate-info li:last-child a:hover {
    background: #e60012;
    color: #ffffff;
}
.advertise {
    border-radius: 15px;
    overflow: hidden;
    width: 823px;
    height: 150px;
    margin-bottom: 15px;
}
.advertise img {
    border-radius: 15px;
}
.ranking_board dt {
    font-size: 18px;
    padding: 10px 0 10px 0;
    border-bottom: 0px solid #e60012;
    overflow: hidden;
}
.ranking_board dt strong {
    float: left;
}
.ranking_board dt strong img {
    vertical-align: middle;
}
.ranking_board dt a {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #a0a0a0;
}
.ranking_board dt a:hover {
    color: #e60012;
}
.ranking_board dd {
    background: #ffffff;
    border-radius: 15px 15px;
    padding: 20px 18px;
}
.randking_list {
    padding: 0 8px;
}
.randking_list li {
    margin: 15px 0;
}
.randking_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.randking_list i {
    display: inline-block;
    font-weight: bold;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #ffffff;
    color: #b7b7b7;
    text-align: center;
    line-height: 20px;
    border-radius: 0 5px 0 5px;
}
.randking_list li:nth-child(1) i {
    background: #e60012;
    color: #ffffff;
}
.randking_list li:nth-child(2) i {
    background: #f06671;
    color: #ffffff;
}
.randking_list li:nth-child(3) i {
    background: #f599a0;
    color: #ffffff;
}
.side_advertise {
    width: 358px;
    height: 146px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.side_advertise img {
    border-radius: 15px;
}
.hot_textlist li {
    padding: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    transition: .5s all;
}
.hot_textlist li .hot_text_img {
    float: left;
    border-radius: 15px;
    overflow: hidden;
    width: 112px;
    height: 77px;
    overflow: hidden;
}
.hot_textlist li .hot_text_img img {
    transition: all 0.3s;
    z-index: 100;
    width: 100%;
    display: block;
    height: 77px;
    object-fit: cover;
}
.hot_textlist li:hover .hot_text_img img {
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 5s;
    -webkit-transition: all 1s;
}
.hot_textlist li .hot_text_right {
    float: right;
    width: 195px;
}
.hot_textlist li .hot_text_right h5 {
    font-size: 15px;
    margin-bottom: 10px;
    word-break:break-all;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot_textlist li .hot_text_right1 {
    float: right;
    width: 100%;
}
.hot_textlist li .hot_text_right1 h5 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}
.tags {
    color: #adadad;
    font-size: 12px;
}
.tags a {
    color: #adadad;
}
.tags a:hover {
    color: #e60012;
}
.tags img {
    vertical-align: middle;
}
.hot_tags {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px 16px;
}
.hot_tags dt {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 10px 0;
}
.hot_tags dd a {
    display: inline-block;
    background: #f5f5f5;
    padding: 5px 17px;
    border-radius: 3px;
    margin: 3px 0px 1px 0px;
    color: #7e7e7e;
    font-size: 12px;
    transition: .5s all;
}
.hot_tags dd a:hover {
    background: #e60012;
    color: #ffffff;
}
.see_more {
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    padding: 20px 0;
    text-align: center;
    margin-top: -12px;
}
.see_more a {
    color: #787878;
    font-size: 14px;
}
.see_more a:hover {
    color: #e60012;
}
/*--------------------footer------------------------*/
.footer_bgs {
    background: #333333;
    color: #9a9a9a;
    min-width: 1200px;
}
.links_line {
    border-bottom: 1px solid #5c5c5c;
}
.links {
    margin: 0 auto;
    width: 1200px;
    padding: 25px 0;
    overflow:hidden;
}
.links strong {
    color: #ffffff;
    font-size: 16px;
}
.links_left{ float:left; width:89%;line-height: 24px;}
.s_qq{ float:right; width:10%; text-align:right;}
.s_qq a{ display:inline-block; width:120px; height: 35px; text-align:center; line-height:35px; background:#444444; border-radius:5px; transition:.3s all;}
.s_qq a:hover{ background:#e60012; color:#ffffff !important;}

.footer_bgs a {
    color: #9a9a9a;
}
.footer_bgs a:hover {
    color: #e60012;
}
.footer_content {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}
.footer_con {
    width: 355px;
    float: left;
    margin-right: 60px;
}
.share {
    padding: 20px 0 0 0;
}
.share li {
    float: left;
    margin: 0 5px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    background: #464649;
    transition: .5s all;
}
.share li:hover {
    background: #e60012;
}
.footer_middle {
    float: left;
    width: 650px;
}
.footer_nav {
    float: left;
    width: 200px;
}
.footer_nav dt {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 10px;
}
.footer_nav dd {
    line-height: 24px;
}
.footer_nav dd a i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #999999;
    margin: 0px 8px 3px 1px;
    border-radius: 10px;
}
.footer_app img {
    border-radius: 10px;
    margin-bottom: 6px;
}
.footer_app {
    float: right;
    width: 125px;
    text-align: center;
}
.copyright_bgs {
    background: #2e2e2e;
}
.copyright {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}
.copyright_left {
    float: left;
}
.copyright_nav {
    float: right;
}
/*---------------------server Icon---------------------*/
.sidebar-v1 {
    position: fixed;
    right: 49%;
    margin-right: -650px;
    bottom: 261px;
    width: 52px;
    height: 52px;
    background: #fff;
    z-index: 1001;
    overflow: visible;
}
.sidebar-v1 table {
    width: 100%;
    height: 100%;
}
.sidebar-v1 table, .sidebar-v1 td {
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    height: 52px;
}
.sidebar-v1 a {
    display: block;
    width: 52px;
    font-size: 0;
    background-image: url("../images/top.jpg");
    overflow: hidden;
    cursor: pointer;
}
.sidebar-v1 li {
    position: relative;
}
.sidebar-v1 li span {
    position: absolute;
    right: 52px;
    top: 0;
    visibility: hidden;
    padding: 0 14px;
    opacity: 0;
    color: #fff;
    font-size: 12px;
    background: #0DA056;
    transition: .3s all ease-in;
    -webkit-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    white-space: nowrap;
}
.sidebar-v1 li:hover span {
    right: 52px;
    opacity: 1;
    visibility: visible;
}
.sidebar-v1 li span i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    margin: -5px -10px 0 0;
    font-size: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #0DA056;
    overflow: hidden;
}
.sidebar-v1 li .popup-qr {
    top: -38px;
    padding: 8px;
    background: #fff;
    box-shadow: 0 0 5px #dddddd;
}
.sidebar-v1 li .popup-qr i {
    border-color: transparent transparent transparent #fff;
}
.sidebar-v1 li .popup-qr .qr-title {
    display: block;
    padding-top: 8px;
    color: #000;
    line-height: 12px;
    font-size: 12px;
}
.sidebar-v1 .wechat a, .sidebar-v1 .wechat span {}
.sidebar-v1 .wechat a {
    height: 52px;
    background-position: -52px -52px;
}
.sidebar-v1 .wechat:hover a {
    background-position: 0 -52px;
}
.sidebar-v1 .weibo a, .sidebar-v1 .weibo span {
    height: 52px;
    line-height: 52px;
}
.sidebar-v1 .weibo a {
    background-position: -52px -104px;
}
.sidebar-v1 .weibo:hover a {
    background-position: 0 -104px;
}
.sidebar-v1 .gotop {
    position: absolute;
    bottom: 52px;
}
.sidebar-v1 .gotop a, .sidebar-v1 .gotop span {
    height: 52px;
    line-height: 52px;
}
.sidebar-v1 .gotop a {
    background-position: -52px 0px;
}
.sidebar-v1 .gotop:hover a {
    background-position: 0 0px;
}
.sidebar-v1 .sidebar-line {
    width: 19px;
    height: 1px;
    margin: 7px auto;
    background: #ccc;
}
.hold_events {
    position: absolute;
    top: 0;
    right: 25px;
    display: block;
    width: 106px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    color: #FFF;
    background: #F43700;
    font-weight: 600;
    font-size: 14px;
    text-align: center
}
.hold_events a {
    color: #FFF;
    text-decoration: none;
}
.hold_events a:hover {
    color: #FFF;
    text-decoration: underline;
}
/*------------------------news list--------------------------*/
.sub_content_l {
    width: 825px;
    background: #ffffff;
    float: left;
    padding: 10px 0px 0px 0px;
    border-radius: 15px;
    margin-bottom: 8px;
}
.sub_title {
    position: relative;
    height: 82px;
    margin: 0 25px;
}
.sub_title h5 {
    display: inline-block;
    font-size: 34px;
    color: #000000;
    vertical-align: middle;
    font-weight: bold;
    padding: 17px 0;
}
.sub_title img {
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 2px;
}
.sub_title span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #f0f0f0;
    width: 100%;
    z-index: 1;
}
.sub_title_top {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 10px 0 5px;
    border-bottom: 3px solid #e60012;
    z-index: 10;
}
.sub_content {
    padding: 30px 0 20px 0;
}
.sub_content1 {
    padding: 30px 0 0px 0;
}
.sub_list_item {
    padding: 12px 29px;
    overflow: hidden;
    transition: .3s all;
}
.sub_list_item:hover {
    padding: 12px 24px 12px 24px;
    box-shadow: 0 0 20px #cccccc;
}
.sub_list_img {
    width: 200px;
    height: 138px;
    float: left;
    overflow: hidden;
    border-radius: 15px;
}
.sub_list_img > img {
    width: 100%;
    display: block;
    height: 138px;
    object-fit: cover;
}
.sub_list_item > img {
    transition: all 0.3s;
    z-index: 100;
    width: 100%;
}
.sub_list_item:hover > img {
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.sub_list_text {
    width: 550px;
    float: right;
}
.sub_list_text h5 {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
    word-break:break-all;
}
.sub_list_text h5 span {
    display: inline-block;
    background: #e60012;
    color: #ffffff;
    font-size: 12px;
    border-radius: 15px;
    padding: 1px 6px;
    margin-right: 6px;
}
.sub_list_text p {
    color: #565656;
    overflow: hidden;
    word-break:break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sub_relate-info {
    margin-top: 5px;
    font-size: 13px;
    color: #969696;
}
.sub_relate-info li {
    float: left;
    padding: 5px 15px 5px 0;
}
.sub_relate-info li img {
    vertical-align: middle;
}
.sub_relate-info li:last-child {
    float: right;
}
.sub_relate-info li:last-child a {
    display: inline-block;
    background: #f8f8f8;
    border-radius: 15px;
    padding: 2px 10px;
    margin: 0 1px;
    color: #969696;
    transition: .5s all;
}
.sub_relate-info li:last-child a:hover {
    background: #e60012;
    color: #ffffff;
}
.sub_author_time span {
    color: #aaaaaa;
    vertical-align: middle;
}
.sub_content_r {
    width: 358px;
    float: right;
    border-radius: 15px;
    margin-bottom: 8px;
}
a.load_more {
    display: block;
    border-top: 1px dotted #eeeeee;
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    color: #787878;
    transition: .5s all;
}
a.load_more:hover {
    color: #e60012;
}
.app_download {
    position: relative;
}
.app_content {
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    z-index: 12;
}
.app_ewmimg {
    width: 97px;
    height: 97px;
    margin: 55px auto 70px auto;
}
.app_text {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}
.app_text strong {
    display: block;
    font-size: 22px;
    color: #000000;
    padding: 0 0 8px 0;
}
.app_text span {
    display: block;
    font-size: 18px;
    color: #696969;
    margin-bottom: 20px;
}
a.app_btm {
    display: block;
    width: 290px;
    height: 54px;
    line-height: 54px;
    background: linear-gradient(to right, #12c1f4, #38a6f3);
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    transition: .5s all;
}
a.app_btm:hover {
    background: linear-gradient(to right, #f14d4d, #cc0909);
}
/*--------------------news detail-------------------*/
.news_detail {
    padding: 20px 25px 30px 25px;
}
.news_detail dt {
    padding: 10px 0 25px 0;
}
.news_detail dt > strong {
    font-size: 33px;
    display: block;
    text-align: center;
    padding: 0 0 15px 0;    
    word-break: break-all;
}
.news_ico {
    text-align: center;
}
.news_ico li {
    display: inline-block;
    color: #9a9a9a;
    margin: 0 10px;
    font-size: 12px;
}
.news_ico li img {
    vertical-align: middle;
    margin-right: 5px;
}
.news_ico li span {
    vertical-align: middle;
}
.news_summary {
    background: #f7f7f7;
    border-top: 3px solid #e9e9e9;
    padding: 25px 23px;
    line-height: 26px;
    color: #8b8b8b;
}
.news_summary strong {
    color: #000000;
}
.news_content {
    padding: 25px 5px 40px 5px;
    line-height: 28px;
    font-size: 15px;
}
.news_content h1{
    font-size: 20px;
    margin-bottom: 12px;
}
.news_content h2{
    font-size: 18px;
    font-weight:bold;
    margin-bottom: 12px;
}
.news_content h3{
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 12px;
}
.news_content h4{
    font-size: 14px;
    font-weight:bold;
    margin-bottom: 12px;
}
.news_content h5{
    font-size: 13px;
    font-weight:bold;
    margin-bottom: 12px;
}
.news_content p {
    margin-bottom: 12px;
}
.news_content img {
    max-width: 100% !important;
    height: auto !important;
}
.share_tag {
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
    padding: 15px 15px;
}
.share_tag_l {
    float: left;
    width: 250px;
}
.share_list li {
    display: inline-block;
    width: 28px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    padding-top: 3px;
    margin: 0 2px;
    border-radius: 50px;
}
.share_list .weixin {
    background: #3eb52b;
}
.share_list .weibo {
    background: #ffbe5b;
}
.share_list .qq {
    background: #5ec8ff;
}
.share_list1 li {
    display: inline-block;
    width: 28px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    padding-top: 3px;
    margin: 0 2px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #eeeeee;
}
.share_list1 .weixin {
    background: #ffffff;
}
.share_list1 .weibo {
    background: #ffffff;
}
.share_list1 .qq {
    background: #ffffff;
}
.share_title {
    float: left;
    padding: 7px 5px 0 0;
}
.share_title img {
    vertical-align: middle;
}
.share_tag_r {
    float: right;
    width: 480px;
    text-align: right;
    padding: 5px 0px 0 0;
}
.share_tag_r a {
    display: inline-block;
    background: #ffffff;
    border-radius: 25px;
    padding: 3px 12px;
    margin: 0 2px;
    font-size: 12px;
    transition: .5s all;
    color: #999999;
}
.share_tag_r a:hover {
    background: #e60012;
    color: #ffffff;
}
.disclaimer {
    padding: 25px 15px;
    line-height: 28px;
    color: #6b6b6b;
    border-bottom: 0px dashed #eeeeee;
}
.extended_read {
    padding: 20px 0 30px 0;
}
.extended_read dt {
    font-size: 24px;
    font-weight: bold;
}
.extended_read_list {
    float: left;
    margin: 0 8px 0 0;
    width: 185px;
}
.extended_read_img {
    width: 185px;
    height: 126px;
    border-radius: 15px;
    overflow: hidden;
}
.extended_read_list .extended_read_img img {
    transition: all 0.3s;
    z-index: 100;
}
.extended_read_list:hover .extended_read_img img {
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.extended_read_list > a {
    display: block;
    padding: 10px 0;
    font-weight: normal;
}
/*-------------------------kuaixun---------------------------*/
.kuaix_title {
    width: 105px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    color: #000000;
    letter-spacing: 3px;
    padding: 0 0 0 50px;
    margin: 45px 29px 10px 29px;
    border: 1px dashed #afafaf;
    border-radius: 5px;
    background: url("../images/time_ico.png") 15px center no-repeat;
    font-family: Arial;
}
.kuaix_list {
    padding: 30px 29px 0 29px;
    transition: .5s all;
}
.kuaix_line {
    border-bottom: 1px dotted #eeeeee;
    height: 20px;
}
.kuaix_list:hover {
    background: #fafafa;
    box-shadow: 0 0 10px #cccccc;
}
.kuaix_time {
    padding: 0 0 15px 0;
}
.kuaix_time > strong {
    display: block;
    font-weight: normal;
    background: #acacac;
    color: #ffffff;
    font-size: 12px;
    width: 65px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    text-align: center;
}
.kuaix_time > span {
    display: block;
    margin-left: 20px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #acacac;
}
.kuaix_time > strong.time_click {
    background: #e60012;
    color: #ffffff;
}
.kuaix_time > span.time_click {
    display: block;
    margin-left: 20px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #e60012;
}
.kuaix_news h5 {
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    padding: 0 0 10px 0;
}
.kuaix_list:hover .kuaix_news h5 {
    color: #e60012;
}
.kuaix_news span a {
    color: #7a7a7a;
    line-height: 22px;
}
.kuaix_news span a:hover {
    color: #e60012;
}
.kuaix_share {
    padding: 15px 0 0 0;
}
.kuaix_share_l {
    width: 500px;
    float: left;
}
.kuaix_share_r {
    width: 200px;
    float: right;
    padding: 5px 0 0 0;
    text-align: right;
}
.kuaix_share_r a {
    display: inline-block;
    width: 76px;
    height: 26px;
    line-height: 26px;
    background: url("../images/kaix_ico1.png") #f6f6f6 10px center no-repeat;
    padding: 0 0 0 40px;
    border-radius: 25px;
    text-align: left;
    transition: .5s all;
}
.kuaix_share_r a:hover {
    background: url("../images/kaix_ico1_1.png") #e60012 10px center no-repeat;
    color: #ffffff;
}
/*--------------------------shilian JOB-----------------------------*/
.shilian_job {
    padding: 20px 29px 0 29px;
    transition: .5s all;
}
.shilian_job:hover {
    background: #fafafa;
    box-shadow: 0 0 10px #cccccc;
}
.shilian_job_l {
    width: 200px;
    height: 138px;
    float: left;
    border-radius: 15px;
    overflow: hidden;
    margin: 0px 0 0 0;
}
.shilian_job_r {
    width: 545px;
    float: right;
}
.shilian_job_r h5 {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
}
.shilian_job_r h5 span {
    display: inline-block;
    background: #e60012;
    color: #ffffff;
    font-size: 12px;
    border-radius: 15px;
    padding: 1px 6px;
    margin-right: 6px;
}
.shilian_job_r p {
    color: #565656;
}
.shilian_job_info {
    margin-top: 8px;
    font-size: 13px;
    color: #969696;
}
.shilian_job_info li {
    float: left;
    padding: 5px 15px 5px 0;
}
.shilian_job_info li img {
    vertical-align: middle;
}
.shilian_job_info li:last-child {
    float: right;
}
.shilian_job_info li:last-child a {
    display: inline-block;
    background: #f8f8f8;
    border-radius: 15px;
    padding: 2px 10px;
    margin: 0 1px;
    color: #969696;
}
.shilian_job_info li:last-child a:hover {
    background: #e60012;
    color: #ffffff;
}
a.load_more1 {
    display: block;
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    color: #787878;
    transition: .5s all;
}
a.load_more1:hover {
    color: #e60012;
}
.shilian_job_ewm {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 30px;
}
.shilian_job_ewm_l {
    width: 165px;
    float: left;
}
.shilian_job_ewm_l h5 {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 15px;
}
.shilian_job_ewm_l span {
    line-height: 20px;
    color: #888888;
}
.shilian_job_ewm_r {
    width: 120px;
    float: right;
}
.shilian_job_ewm_r img {
    max-width: 100%;
}
.shilian_job_ewm_r strong {
    display: block;
    text-align: center;
    font-weight: normal;
}
/*-------------------------------register----------------------------------*/
.shilian_log {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 28px 30px;
    text-align: center;
}
.shilian_log h5 {
    font-size: 26px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 10px;
}
.shilian_log span {
    display: block;
    font-size: 15px;
    color: #838383;
    padding-bottom: 18px;
}
.shilian_log a {
    display: inline-block;
    background: #e60012;
    color: #ffffff;
    width: 190px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    transition: .5s all;
}
.shilian_log a:hover {
    background: #b6232e;
}
.author_all {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 27px 25px;
}
.author_all dt {
    border-bottom: 1px dotted #dddddd;
    overflow: hidden;
    padding-bottom: 15px;
}
.author_all dt span {
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    float: left;
}
.author_all dt a {
    display: block;
    float: right;
    font-size: 12px;
    width: 60px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #f6f6f6;
    border-radius: 25px;
    color: #a3a2a2;
    transition: .5s all;
}
.author_all dt a:hover {
    background: #e60012;
    color: #ffffff;
}
.author_all dd {
    padding: 20px 0 5px 0;
}
.author_img {
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 100px;
    overflow: hidden;
    border: 6px solid #f7f7f7;
    float: left;
    margin-left: 10px;
}
.author_list {
    padding: 8px 0;
}
.author_list a img {
    transition: all 0.3s;
    z-index: 100;
    display: block;
    width: 100%;
    height: 72px;
    object-fit: cover;
}
.author_list:hover a img {
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.author_list > span {
    display: block;
    float: right;
    width: 195px;
    padding: 15px 0 0px 0;
}
.author_list > span > a {
    display: inline-block;
    font-size: 17px;
    padding-bottom: 8px;
}
.sub_author_icos li {
    display: inline-block;
    padding-right: 10px;
}
.sub_author_icos li img {
    vertical-align: middle;
}
.sub_author_icos li span {
    vertical-align: middle;
    color: #989898;
}
/*---------------------------------Member Login-------------------------------------------*/
.members_content {
    background: #ffffff;
    width: 950px;
    border-radius: 15px;
    box-shadow: 0 0 15px #aaaaaa;
    margin: 125px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row
}
.member_left {
    width: 435px;
    border-radius: 15px 0 0 15px;
    heigth: 572px;
    overflow: hidden;
}
.member_left img {
    display: block;
}
.member_right {
    width: 510px;
}
.member_close {
    padding: 0 0 10px 0;
    overflow: hidden;
}
.close {
    position: relative;
    display: inline-block;
    width: 4px;
    height: 4px;
    overflow: hidden;
    float: right;
    padding: 35px 15px 10px 15px;
    cursor: pointer;
}
.close.black::before, .close.black::after {
    height: 3px;
    margin-top: -0px;
}
.close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50%;
    top: 50%;
    left: 0px;
    margin-top: -1px;
    background: #c2c2c2;
}
.close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.member_title {
    margin: 10px 50px 20px 50px;
}
.member_title li {
    display: inline-block;
    position: relative;
    padding: 0 5px 17px 5px;
    margin: 0 -2px;
    font-size: 17px;
    width: 127px;
    cursor: pointer;
    border-bottom: 3px solid #f2f2f2;
}
.member_title li i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 21px;
    background: #ffffff;
    display: none;
}
.member_title li span {
    display: inline-block;
    padding-left: 30px;
}
.member_title li:hover {
    border-bottom: 3px solid #e60012;
}
.member_title li.member_tag {}
.member_title li.member_tag:hover {
    font-weight: bold;
}
.member_title li.member_tag_click, .member_title li.member_tag_click:hover {
    border-bottom: 3px solid #e60012;
    font-weight: bold;
}
.member_title li.member_tag_click i, .member_title li.member_tag_click i:hover {
    display: block;
}
.member_text {
    padding: 10px 50px;
    height: 335px;
    display: none;
}
.member_weixin_ewm {
    text-align: center;
}
.member_ewm_text {
    background: #f4f4f4;
    text-align: center;
    color: #000000;
    border-radius: 50px;
    width: 285px;
    height: 44px;
    line-height: 44px;
    margin: 10px auto 45px auto;
}
.member_tips {
    border-top: 1px solid #eaeaea;
    padding: 15px 0px 0 0px;
    color: #aaaaaa;
    line-height: 22px;
    margin: 0 50px;
}
.member_tips a {
    color: #888888;
    text-decoration: underline;
}
.member_tips a:hover {
    color: #e60012;
}
.member_tel {
    border: 1px solid #dddddd;
    border-radius: 50px;
    margin-top: 25px;
}
.member_tel span {
    display: inline-block;
    padding: 15px 20px;
    background: #f9f9f9;
    border-radius: 50px 0 0 50px;
    font-size: 18px;
    font-family: Arial, "sans-serif"
}
.form_text {
    height: 30px;
    line-height: 30px;
    margin: 0 1% 0 3%;
    border: 0;
    color: #999999;
    font-size: 15px;
    letter-spacing: 1px;
}
input::-webkit-input-placeholder {
    color: #999999;
    font-size: 15px;
}
.member_code {
    overflow: hidden;
}
.member_code_left {
    width: 46%;
    float: left;
    border: 1px solid #dddddd;
    border-radius: 50px;
    margin-top: 20px;
    padding: 10px 3%;
}
.member_code_right {
    width: 43%;
    float: right;
    border: 1px solid #dddddd;
    border-radius: 50px;
    margin-top: 20px;
    padding: 15px 1% 16px 1%;
    color: #e60012;
    border: 1px solid #ffbdc2;
    text-align: center;
    cursor: pointer;
}
.input_width70 {
    width: 70%;
}
.input_width90 {
    width: 90%;
}
a.member_submit {
    display: block;
    border-radius: 50px;
    background: #e60012;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin: 25px 0 0 0;
    padding: 15px 1% 16px 1%;
    transition: .5s all;
}
a.member_submit:hover {
    color: #ffffff;
    background: #b6232e;
}
button.member_submit {
    border: none;
    width: 100%;
    border-radius: 50px;
    background: #e60012;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    margin: 25px 0 0 0;
    padding: 15px 1% 16px 1%;
    transition: .5s all;
}
button.member_submit:hover {
    color: #ffffff;
    background: #b6232e;
}
.member_pass {
    border: 1px solid #dddddd;
    border-radius: 50px;
    margin-top: 20px;
    padding: 10px 3% 10px 5%;
}
.member_pass i {
    display: inline-block;
    vertical-align: middle;
}
.forget_password {
    text-align: right;
    padding: 23px 0 0 0;
}
.forget_password a {
    font-size: 15px;
}
.member_popup {
    background: rgba(245, 245, 245, .95);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001;
    display: none;
}
/*-----------------------------about----------------------------------*/
.company_all {
    position: relative;
}
.subbanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.about_content {
    position: inherit;
    padding-top: 370px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    z-index: 500;
}
.about_text_bgs {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 40px 45px 50px 45px;
    box-shadow: 0 0 1px #aaaaaa;
}
.about_text_bgs dt {
    padding: 0px 0 30px 5px;
    border-bottom: 1px solid #eeeeee;
}
.about_text_bgs dt h5 {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    margin-left: 10px;
}
.about_text_bgs dd {
    padding: 40px 0;
    line-height: 28px;
    min-height: 350px;
}
.subbanner1 img {
    width: 100%;
}
.shilian_gp {
    padding: 10px 0;
}
.shilian_gp_list {
    padding: 18px;
    background: #ffffff;
    border-radius: 15px;
    margin: 20px 0;
    transition: .5s all;
}
.shilian_gp_list:hover {
    box-shadow: 0 0 25px #cccccc;
}
.shilian_gp_l {
    float: left;
    width: 334px;
    height: 215px;
    border-radius: 10px;
    overflow: hidden;
}
.shilian_gp_l img {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 215px;
    object-fit: cover;
}
.shilian_gp_list:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.shilian_gp_r {
    float: right;
    width: 780px;
    padding: 15px 10px;
    transition: .5s all;
}
.shilian_gp_list:hover .shilian_gp_r {
    padding: 15px 5px 15px 15px;
}
.shilian_gp_list:nth-child(2n) .shilian_gp_l {
    float: right;
    width: 334px;
    height: 215px;
    border-radius: 10px;
    overflow: hidden;
}
.shilian_gp_list:nth-child(2n) .shilian_gp_r {
    float: left;
    width: 780px;
    padding: 15px 10px;
}
.shilian_gp_list:nth-child(2n):hover .shilian_gp_r {
    padding: 15px 5px 15px 15px;
}
.shilian_gp_r strong {
    display: block;
    padding-bottom: 10px;
    font-size: 22px;
}
.shilian_gp_list:hover .shilian_gp_r strong {
    color: #e60012;
}
.shilian_gp_r span {
    display: block;
    color: #888888;
    padding-bottom: 20px;
}
.shilian_gp_r a {
    display: block;
    border: 1px solid #dddddd;
    width: 150px;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
    color: #aaaaaa;
    transition: .5s all;
}
.shilian_gp_r a:hover {
    background: #e60012;
    color: #ffffff;
    border: 1px solid #e60012;
}
/*-----------------------------mining-------------------------------*/
.mining_eatitle {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.mining_cons {
    position: relative;
    overflow: hidden;
    height: 130px;
}
.feature_jts {
    padding-top: 5px;
}
.feature_alllist {
    position: absolute;
    left: 0;
    width: 20000px;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
}
.feature_alllist li {
    width: 209px;
    display: inline-block;
    padding: 0 10px 10px 10px;
    height: 122px;
}
.mining_left {
    width: 906px;
    float: left;
}
.mining_bgs {
    background: #ffffff;
    border-radius: 15px;
}
.mining_kjkc {
    padding: 36px 30px;
}
.mining_titiles {
    overflow: hidden;
}
.mining_titiles h2 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #e60012;
}
.kjkc_iterm {
    float: left;
    padding: 3px 0 0 15px;
    color: #7a7a7a;
}
.kjkc_iterm li {
    display: inline-block;
    padding: 2px 10px;
    cursor: pointer;
    transition: .5s all;
}
.kjkc_iterm li:hover {
    background: #e60012;
    color: #ffffff;
    border-radius: 5px;
}
.kjkc_click {
    background: #e60012;
    color: #ffffff;
    border-radius: 5px;
}
a.tags_more {
    display: block;
    background: #f6f6f6;
    padding: 3px 12px;
    float: right;
    font-size: 12px;
    color: #7a7a7a;
    border-radius: 50px;
    transition: .5s all;
}
a.tags_more:hover {
    background: #e60012;
    color: #ffffff;
}
.mining_right {
    width: 281px;
    ;
    float: right;
}
.mining_tops_l {
    font-weight: bold;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mining_tops {
    display: flex;
    justify-content: space-between;
    align-contetn: center;
    margin: 0 0 8px 0;
}
.mining_list {
    width: 20%;
    float: left;
    margin: 0 1% 8px 0;
    background: #fcfcfc;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 16px 2% 5px 2%;
    transition: .5s all;
}
.mining_list:nth-child(4n) {
    width: 20%;
    margin: 0 0 8px 0;
}
.mining_list:hover {
    box-shadow: 0 0 10px #aaaaaa;
}
.mining_imgs {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    overflow: hidden;
}
.mining_imgs img {
    width: 32px;
    height: 32px;
}
.mining_text {
    font-size: 12px;
    color: #949494;
    height: 41px;
    word-break:break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mining_in {
    padding: 25px 0;
    display: none;
}
.tutorial_con {
    padding: 20px 0 0 0;
    overflow: hidden;
}
.tutorial_con_l {
    width: 46%;
    margin: 0 2% 0 0;
    float: left;
}
.tutorial_con_l:nth-child(2n) {
    width: 48%;
    margin: 0 0 0 0;
    float: right;
}
.tutorial_list {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.tutorial_list a {
    width: 81%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.tutorial_list span {
    text-align: right;
    width: 18%;
    font-size: 12px;
    color: #aaaaaa;
}
.mining_faq {
    background: #ffffff;
    border-radius: 15px;
    padding: 36px 30px;
}
.mining_faq_al {
    padding: 20px 0 0 0;
}
.mining_faq_list {
    width: 32.3%;
    margin: 0 1.5% 20px 0;
    float: left;
}
.mining_faq_list:nth-child(3n) {
    width: 32.3%;
    margin: 0 0 20px 0;
    float: right;
}
.mining_faq_list dt {
    margin: 0 0 10px 0;
}
.mining_faq_list dt a {
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    transition: .3s all;
}
.mining_faq_list dt:hover a {
    color: #e60012;
}
.mining_faq_list dt .fa-2x {
    font-size: 2.5em !important;
}
.mining_faq_list dt i {
    vertical-align: middle;
    color: #898989;
    transition: .3s all;
}
.mining_faq_list dt:hover i {
    color: #e60012;
}
.mining_faq_list dt h5 {
    display: block;
    margin: 0 0 0 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-top: 5px;
    line-height: 28px;
}
.mining_faq_list dd {
    background: #fcfcfc;
    padding: 15px 18px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    font-size: 12px;
    color: #818181;
    line-height: 20px;
}
.mining_faq_list dd p {
    height: 64px;
    word-break:break-all;
    overflow: hidden;
    text-overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mining_article {
    padding: 10px 0 0 0;
}
.mining_artlist {
    overflow: hidden;
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 0;
}
.mining_artlist:nth-child(2n) {
    width: 48%;
    float: right;
    margin: 0 0 0 0;
}
.mining_art_imgs {
    width: 112px;
    height: 77px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}
.mining_art_imgs img {
    display: block;
    height: 77px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.mining_artlist:hover .mining_art_imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.mining_art_right {
    width: 69%;
    float: right;
}
.mining_art_right h5 {
    font-size: 15px;
    margin: 2px 0 8px 0;
    font-weight: bold;
    word-break:break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mining_tags {
    background: #ffffff;
    border-radius: 15px;
    padding: 28px 20px;
}
a.leader_more {
    font-size: 12px;
    color: #a3a2a2;
    float: right;
    margin: 5px 0 0 0;
}
a.leader_more:hover {
    color: #e60012;
}
.htags_list:first-child {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
}
.htags_list {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}
.htags_list i {
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: normal;
    width: 20px;
    height: 20px;
    background: #d1d1d1;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    border-radius: 0 5px 0 5px;
}
.htags_list:nth-child(1) i {
    background: #e60012;
    color: #ffffff;
}
.htags_list:nth-child(2) i {
    background: #f06671;
    color: #ffffff;
}
.htags_list:nth-child(3) i {
    background: #f599a0;
    color: #ffffff;
}
.htags_list_img {
    width: 49px;
    height: 49px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 0px 0 20px;
}
.htags_list_img img {
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: block;
    object-fit: cover;
}
.htags_list_text {
    margin: 3px 0 0 10px;
}
.htags_list_text h5 {
    color: #000000;
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: bold;
}
.htags_list_text p {
    color: #919191;
    font-size: 12px;
}
.hot_ranking {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px 16px 28px 16px;
}
.hot_ranking dt {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 10px 0;
    overflow: hidden;
}
.tags_adervise {
    border-radius: 15px;
    overflow: hidden;
}
.tags_adervise img {
    display: block;
    width: 100%;
}
.mining_contact {
    border-radius: 15px;
    overflow: hidden;
    padding: 1px;
    background: #ffffff;
}
.mining_contact dt {
    font-size: 20px;
    font-weight: bold;
    background: #e8e8e8;
    padding: 18px 25px;
}
.mining_contact dd {
    padding: 25px 25px;
}
.mining_conlist {
    padding: 9px 0;
}
.mining_conlist span {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    line-height: 33px;
    margin: 0 5px 0 0;
}
/*--------------------------------author-------------------------------------*/
.author_main {
    padding: 35px 0;
}
.author_banner {
    background: url("../images/arthor_bg.jpg") center top no-repeat;
    height: 240px;
}
.author_left {
    float: left;
    width: 820px;
    margin-bottom: 8px;
    padding: 0 0 20px 0;
}
.author_iterm {
    background: #ffffff;
    border-radius: 15px;
    padding: 20px 0 0 0;
}
.author_tab {
    padding: 0 0 20px 0;
}
.author_tab a {
    font-size: 18px;
    padding: 0 15px;
}
.author_tab a:hover {
    font-size: 18px;
    padding: 0 15px;
    font-weight: bold;
}
.author_tabclick, .author_tabclick:hover {
    font-weight: bold;
    color: #e60012;
}
.author_right {
    width: 358px;
    float: right;
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 8px;
}
.author_mems {
    width: 155px;
    float: left;
    padding: 0px 20px 0 0;
}
.author_mems strong {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 25px;
}
.author_gr {
    font-size: 14px;
    color: #ffde00;
    padding: 5px 0 0 0;
    text-align: center;
}
.author_gr img {
    vertical-align: middle;
}
.author_imgs {
    width: 88px;
    height: 88px;
    border-radius: 100px;
    overflow: hidden;
    background: #ffffff;
    margin: 40px auto 10px auto;
}
.author_imgs img {
    width: 100%;
    display: block;
    height: 88px;
    object-fit: cover;
}
.author_infor {
    width: 690px;
    float: left;
}
.author_content {
    margin: 50px 0 0 0;
}
.author_content li {
    display: inline-block;
    padding: 0 30px;
    border-right: 1px dotted #888888;
}
.author_content li:last-child {
    border-right: 0;
}
.author_content li span {
    font-size: 15px;
    color: #cccccc;
    display: block;
    padding: 0 0 10px 0;
}
.author_content li strong {
    font-size: 34px;
    color: #ffffff;
    display: block;
}
.author_intro {
    padding: 25px 0 0 30px;
    color: #aaaaaa;
}
.author_share {
    width: 290px;
    float: right;
    padding: 20px 0 0 0;
    text-align: right;
}
.author_share li {
    display: inline-block;
    padding: 0 10px;
}
.author_share li a {
    color: #ffffff;
}
.author_share li a:hover {
    color: #e60012;
}
.author_share li a img {
    vertical-align: middle;
}
/*-------------------------------------Member Centre----------------------------------------*/
.member_bgs {
    position: relative;
}
.member_imgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.member_imgs img {
    height: 196px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.member_content {
    width: 1200px;
    margin: 0px auto 20px auto;
    padding: 20px 0 0 0;
    z-index: 501;
}
.member_l {
    width: 18%;
    float: left;
    border-radius: 10px;
    background: #ffffff;
    margin-top: 95px;
    padding: 0 1% 30px 1%;
}
.member_timg_bds {
    width: 120px;
    height: 120px;
    background: url("../images/member_border.png");
    border-radius: 150px;
    margin: -75px auto 0 auto;
    padding: 10px;
}
.member_timg {
    border-radius: 150px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
}
.member_timg img {
    width: 100%;
}
.member_timg_bds1 {
    width: 120px;
    height: 120px;
    background: url("../images/member_border.png");
    border-radius: 150px;
    margin: 25px auto 0 auto;
    padding: 10px;
}
.member_timg1 {
    border-radius: 150px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
}
.member_timg1 img {
    width: 100%;
}
.member_l h5 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    color: #000000;
}
.member_r {
    width: 79%;
    float: right;
}
.member_out_ps {
    text-align: right;
}
a.member_out {
    color: #aaaaaa;
    display: inline-block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 40px 0 0 0;
}
.member_shares {
    background: #ffffff;
    border-radius: 10px;
    padding: 38px 3%;
    margin: 20px 0 15px 0;
}
.member_shares li {
    display: inline-block;
    border-right: 1px dotted #aaaaaa;
    width: 27%;
    padding: 10px 2%;
    text-align: center;
    color: #626262;
}
.member_shares li strong {
    font-size: 30px;
    display: inline-block;
    padding: 0 0 3px 10px;
    color: #000000;
    vertical-align: middle;
}
.member_shares li:nth-child(3n) {
    border-right: 0;
}
.member_btm {
    padding: 25px 0;
}
.member_btm > li {
    padding: 15px 5%;
    background: url("../images/member_itern_line.png") center bottom no-repeat;
    font-size: 16px;
}
.member_btm > li > a:hover {
    color: #e50000;
}
.member_btm > li span {
    display: inline-block;
    background: #dcdcdc;
    width: 25px;
    height: 25px;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    margin: 0 12px;
}
.sec_nav {
    padding: 10px 0;
}
.sec_nav > li {
    padding: 4px 0 4px 25%;
}
.sec_nav > li > a {
    display: block;
    font-size: 14px;
    color: #999999;
}
.sec_nav > li > a:hover {
    color: #d50000;
}
.sec_nav > li > a q {
    font-size: 8px;
}
.member_articles {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 4%;
    min-height: 350px;
}
.member_articles dd {
    padding: 25px 0;
}
.art_line {
    background: #f0f0f0;
    height: 3px;
}
.art_titles {
    overflow: hidden;
    padding: 10px 0 0px 0;
    background: url("../images/member_titleline.jpg") left bottom repeat-x;
}
.art_titles strong {
    font-size: 22px;
    display: block;
    float: left;
    color: #000000;
    border-bottom: 3px solid #e60012;
    padding: 0 0 18px 0;
}
.art_titles a {
    display: block;
    float: right;
    background: #e60012;
    color: #ffffff;
    border-radius: 50px;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.art_lists {
    overflow: hidden;
    background: #f6f6f6;
    margin: 0 0 2px 0;
    padding: 15px 2%;
}
.art_lists:nth-child(2n) {
    background: #fafafa;
    margin: 0 0 2px 0;
}
.art_lists_l {
    width: 70%;
    float: left;
}
.art_lists_l h5 {
    font-size: 16px;
}
.art_lists_r {
    width: 25%;
    float: right;
    padding: 10px 0 0 0;
    text-align: right;
}
.art_lists_r li {
    display: inline-block;
    width: 28%;
    margin: 5px 2% 0 2%;
}
.art_lists_r li a {
    display: block;
    background: #ffffff;
    width: 100%;
    text-align: center;
    padding: 3px 7%;
    font-size: 12px;
    border-radius: 50px;
    color: #888888;
}
.art_lists_r li a:hover {
    background: #e60012;
    width: 100%;
    text-align: center;
    padding: 3px 7%;
    font-size: 12px;
    border-radius: 50px;
    color: #ffffff;
}
.art_times {
    padding: 6px 0;
}
.art_times li {
    display: inline-block;
    font-size: 13px;
    color: #aaaaaa;
}
.art_times li img {
    vertical-align: middle;
}
.see_more1 {
    padding: 15px 0;
    text-align: center;
}
.see_more1 a {
    display: block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    color: #bbbbbb;
    border: 1px solid #cccccc;
    border-radius: 50px;
    margin: 15px auto 0 auto;
}
.see_more1 a:hover {
    background: #e60012;
    color: #ffffff;
    border: 1px solid #e60012;
}
.person_infor {
    background: #ffffff;
    border-radius: 10px;
    padding: 35px 4% 25px 4%;
    min-height: 550px;
    margin-top: 20px;
}
.person_infor dd {
    padding: 35px 0;
}
.person_image {
    text-align: center;
}
.person_image a {
    display: inline-block;
    margin: 10px 0;
    font-size: 13px;
    color: #aaaaaa;
    text-decoration: underline;
}
.person_image a:hover {
    color: #d50000;
}
.person_infor_itern {
    padding: 15px 0;
}
.person_infor_itern li {
    overflow: hidden;
    width: 80%;
    margin: 5px auto;
}
.person_infor_itern li strong {
    display: block;
    width: 18%;
    float: left;
    text-align: right;
    margin: 12px 2% 3px 0;
    font-size: 14px;
    color: #333333;
}
.person_infor_text {
    padding: 3px 0 3px 0;
    width: 80%;
    float: right;
}
.person_input {
    border: 1px solid #efefef;
    padding: 10px 2%;
    width: 80%;
    color: #888888;
}
.person_input1 {
    border: 1px solid #efefef;
    padding: 10px 2%;
    width: 50%;
    margin: 0 10px 0 0;
    color: #888888;
}
.person_btm {
    background: #d50000;
    color: #ffffff;
    border-radius: 50px;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 0;
    margin: 15px 0;
}
.person_article {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000001;
}
.person_article_form {
    width: 96%;
    margin: 2% auto 0 auto;
    padding: 2%;
}
.person_article_form li {
    overflow: hidden;
    width: 95%;
    margin: 5px auto;
}
.person_article_form li label {
    display: block;
    width: 18%;
    float: left;
    text-align: right;
    margin: 12px 2% 3px 0;
    font-size: 14px;
    color: #333333;
}
.person_select {
    border: 1px solid #efefef;
    padding: 10px 2%;
    width: 84.3%;
    color: #888888;
}
.person_textarea {
    border: 1px solid #efefef;
    padding: 10px 2%;
    width: 80%;
    color: #888888;
}
.pa_title {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}
.pa_close {
    float: right;
}
.ps_border {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
/*-----------------------------mining-------------------------------*/
.mining_title {
    overflow: hidden;
    margin-bottom: 16px;
}
.mining_title h1 {
    float: left;
    font-size: 30px;
    font-weight: bold;
}
.m_location {
    float: right;
    color: #999999;
    padding: 15px 0 0 0;
}
.m_location a {
    color: #999999;
}
.m_location a:hover {
    color: #d50000;
}
.m_advertise {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
}
.m_advertise img {
    width: 100%;
    display: block;
}
.m_imgs {
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
}
.m_bans {
    float: left;
    width: 42.5%;
}
.m_bans img {
    display: block;
    overflow: hidden;
    height: 365px;
    width: 100%;
    object-fit: cover;
}
.m_hnews {
    float: right;
    width: 53%;
    padding: 20px 2% 5px 0;
}
.m_hnews dt {
    padding: 5px 0 10px 0;
    overflow: hidden;
}
.m_hnews_title {
    font-size: 20px;
    color: #d50000;
    font-weight: bold;
    float: left;
}
.m_seemore {
    display: block;
    float: right;
    background: #f6f6f6;
    border-radius: 50px;
    padding: 3px 10px;
    color: #a3a2a2;
    font-size: 12px;
    margin: 5px 0 0 0;
    transition: .5s all;
}
.m_seemore:hover {
    background: #d50000;
    color: #ffffff;
}
.m_hnews_l {
    width: 47%;
    float: left;
    border-right: 1px solid #eeeeee;
    padding: 10px 2% 0 0;
    margin-right: 2%;
}
.m_hnews_l:last-child {
    border-right: 0;
    width: 47%;
    margin-right: 0;
    padding: 10px 0 0 1%;
}
.m_hnews_list {
    overflow: hidden;
    margin: 0 2% 16px 0;
}
.m_hnews_list time {
    float: left;
    display: block;
    width: 15%;
    color: #afafaf;
    font-size: 12px;
}
.m_hnews_list h5 {
    float: right;
    width: 84%;
    overflow: hidden;
    word-break:break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.m_featur {
    padding: 30px 0 15px 0;
}
.m_featur dt {
    overflow: hidden;
    margin: 0 0 15px 0;
}
.m_featur dd {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px 20px 40px 20px;
}
.m_jt {
    float: right;
}
.m_jt_kuan {
    border: 1px solid #f1f1f1;
    background: #ffffff;
    width: 14px;
    text-align: center;
    color: #cfcfcf;
    height: 14px;
    display: inline-block;
    margin: 0 0 0 4px;
}
.featured_list {
    width: auto;
    float: left;
    margin: 10px 0px;
}
.tags1 a {
    display: inline-block;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    padding: 3px 8px;
    transition: .5s all;
    font-size: 12px;
    color: #888888;
}
.tags1 a:hover {
    background: #d50000;
    border: 1px solid #d50000;
    border-radius: 50px;
    padding: 3px 8px;
    color: #ffffff;
}
.featured_list h5 {
    display: block;
    margin: 11px 0 0px 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.featured_list h5 a {
    color: #000000;
    word-break:break-all;
    transition: .5s all;
}
.featured_list h5 a:hover {
    color: #d50000;
}
.featured_list time {
    font-size: 12px;
    color: #9a9a9a;
}
.mining_content {}
/*-----------------------------------author list---------------------------------------*/
.au_imgs {}
.au_imgs img {
    display: block;
    z-index: 12;
}
.au_zhezhao {
    height: 185px;
    background: rgba(0, 0, 0, 0.65);
    overflow: hidden;
}
.columnist {
    text-align: center;
    color: #ffffff;
}
.columnist_top {
    padding-top: 55px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.columnist_top h5, .tags_top h5 {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
}
.colum_black_l {
    display: block;
    width: 11px;
    height: 18px;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    margin: 5px 20px 0 0;
}
.colum_black_r {
    display: block;
    width: 11px;
    height: 18px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    margin: 25px 0 0 20px;
}
.columnist span {
    display: block;
    padding: 15px;
    font-size: 14px;
    color: #cccccc;
}
.locat_bg {
    background: #ffffff;
}
.location {
    height: 43px;
    line-height: 43px;
    color: #999999;
    position: relative;
    padding-left: 20px;
}
.location:before {
    content: "";
    background: url("../images/location.svg") center center no-repeat;
    position: absolute;
    left: 0;
    top: 13px;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
}
.location a {
    color: #999999;
}
.location a:hover {
    color: #d50000;
}
.au_content {
    padding: 40px 0;
}
.au_list {
    float: left;
    margin: 0 1.8% 25px 0;
    background: #ffffff;
    border-radius: 15px;
    width: 32.1%;
    box-shadow: 0 0 5px #efefef;
    transition: .5s all;
}
.au_list:nth-child(3n) {
    float: right;
    margin: 0 0 25px 0;
    width: 32.1%;
}
.au_list:hover {
    box-shadow: 0 0 20px #aaaaaa;
}
.au_list_content {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    padding: 26px 30px 20px 30px;
}
.au_list_text {
    width: 60%;
}
.au_list_text h2 {
    font-size: 20px;
    color: #000000;
    padding: 0 0 10px 0;
}
.au_list_text h2:hover {
    color: #d50000;
}
.au_list_text span {
    color: #aaaaaa;
}
.au_list_img {
    width: 105px;
    height: 105px;
    border-radius: 150px;
    overflow: hidden;
}
.au_list_img img {
    display: block;
    width: 105px;
    height: 105px;
    object-fit: cover;
}
.au_share {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    background: #fafafa;
    border-top: 1px solid #f5f5f5;
    border-radius: 0 0 15px 15px;
}
.au_share li {
    color: #999999;
    font-size: 13px;
}
.au_share li i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    vertical-align: bottom;
}
.au_share li i img {
    width: 100%;
}
a.author_more {
    display: block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 10px auto;
    border-radius: 100px;
    transition: .5s all;
}
a.author_more:hover {
    background: #d50000;
    color: #ffffff;
}
/*---------------------------------tags-----------------------------------*/
.tags_top {
    padding: 50px 0 0 50px;
    text-align: left;
}
.tags_left {
    display: block;
    padding: 10px 0 0 50px !important;
    text-align: left;
}
.tags_content {
    padding: 25px 0;
}
.tags_con_l {
    width: 360px;
    float: right;
}
.tags_con_r {
    width: 770px;
    ;
    float: left;
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 25px;
}
.tags_news {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 25px 7%;
}
.tags_news dt {
    font-size: 18px;
    color: #000000;
    position: relative;
    padding: 0 0 0 15px;
    font-weight: bold;
}
.tags_news dt i {
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #d50000;
    vertical-align: middle;
    border-radius: 25px;
}
.tags_news dd {
    padding: 15px 0 5px 0;
}
.tags_news1 dt {
    font-size: 18px;
    color: #000000;
    position: relative;
    padding: 0 0 0 15px;
    font-weight: bold;
}
.tags_news1 dt i {
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #d50000;
    vertical-align: middle;
    border-radius: 25px;
}
.tags_news1 dd {
    padding: 15px 0 5px 0;
}
.tags_newlist {
    padding: 0 0 0 15px;
    position: relative;
    margin: 0 0 10px 0;
}
.tags_newlist time {
    font-size: 12px;
    color: #888888;
}
.tags_newlist h5 {
    display: block;
    padding: 4px 0 0 0;
}
.tags_newlist:before {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 5px;
    height: 5px;
    background: #d50000;
    content: "";
    border-radius: 5px;
}
.tags_infor_title {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 15px 0;
}
.tags_infor_text {
    color: #888888;
    line-height: 22px;
    margin-bottom: 40px;
    padding-top:20px;
}
.sub_list_item21 {
    padding: 12px 2px;
    overflow: hidden;
    transition: .3s all;
}
.sub_list_img21 {
    width: 200px;
    height: 138px;
    float: left;
    overflow: hidden;
    border-radius: 15px;
}
.sub_list_item21 a img {
    transition: all 0.3s;
    z-index: 100;
    width: 100%;
    display: block;
    height: 138px;
    object-fit: cover;
}
.sub_list_item21:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 1s;
    -webkit-transition: all 1s;
}
/*--------------------------download----------------------------*/
.down_foot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 300px;
    background: url("../images/dw_foot.png") center top repeat-x;
}
.down_logo {
    padding: 20px 0;
    overflow: hidden;
}
.down_logo_l {
    float: left;
    width: 50%;
}
a.go_back {
    float: right;
    background: rgba(255, 255, 255, .2);
    color: #ffffff;
    border-radius: 50px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: .5s all;
}
a.go_back:hover {
    float: right;
    background: #d50000;
    color: #ffffff;
    border-radius: 50px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.down_bgs {
    min-height: 1050px;
    background: url("../images/dw_bgs.jpg") center top;
    position: relative;
}
.down_content {
    padding: 75px 0 0 0;
}
.down_con_left {
    width: 50%;
    float: left;
    padding: 25px 0 0 0;
}
.down_con_right {
    width: 42%;
    float: right;
}
.down_con_right img {
    max-width: 100%;
}
.down_infor {
    color: #ffffff;
    padding: 30px 0 0 2%;
}
.down_infor strong {
    font-size: 40px;
    font-weight: bold;
}
.down_infor span {
    font-size: 24px;
    display: block;
    padding: 15px 0;
}
.down_infor p {
    line-height: 26px;
}
.down_lists {
    padding: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 90%;
}
.down_lists a {
    border-radius: 50px;
    text-align: center;
    color: #ffffff;
    width: 32%;
    padding: 10px 0;
    font-size: 16px;
    transition: .5s all;
}
.down_lists a:hover {
    background-color: #c82c00;
}
.down_lists i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    vertical-align: middle;
    margin: 0 4% 0 0;
}
.down_lists i img {
    width: 100%;
}
.az_bgs {
    background: #18ac37;
}
.az_ico {
    background: url("../images/az_d.svg") center center;
}
.apple_bgs {
    background: #339aee;
}
.apple_ico {
    background: url("../images/apple_d.svg") center center;
}
.pc_bgs {
    background: #dd3f12;
}
.pc_ico {
    background: url("../images/pc_d.svg") center center;
}
/*-----------------------------mining_d--------------------------------*/
.mining_d_left {
    width: 281px;
    float: left;
}
.mining_d_right {
    width: 906px;
    float: right;
}
.md_location {
    color: #999999;
    padding: 5px 0 10px 0;
}
.md_location a {
    color: #999999;
}
.md_location a:hover {
    color: #d50000;
}
.mining_d_pad {
    padding: 25px 36px;
}
.mining_d_pds {
    padding: 25px 33px;
}
.mining_d_title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.mining_d_navs {
    padding: 0 0 15px 0;
}
a.mining_alink {
    border-bottom: 1px solid #f5f5f5;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    transition: .8s all;
    border-radius: 15px;
}
a.mining_alink:hover {
    border-bottom: 1px solid #d50000;
    color: #d50000;
}
a.mining_alink h2 {
    font-size: 15px;
    transition: .4s all;
    padding-left: 10px;
}
a.mining_alink:hover h2 {
    padding-left: 15px;
    color: #d50000;
}
a.mining_alink i {
    color: #eeeeee;
    transition: .4s all;
    padding-right: 10px;
    margin-top: 2px;
}
a.mining_alink:hover i {
    color: #d50000;
}
a.mining_clicks, a.mining_clicks:hover {
    border-bottom: 1px solid #d50000;
}
a.mining_clicks h2 {
    color: #d50000;
    padding-left: 15px;
}
a.mining_clicks i {
    color: #d50000;
}
.md_article_list {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
}
.md_art_imgs {
    float: left;
    width: 75px;
    height: 75px;
    border-radius: 75px;
    margin: 0 15px;
    box-shadow: 0 0 7px #dddddd;
    overflow: hidden;
}
.md_art_imgs img {
    width: 100%;
    display: block;
    height: 75px;
    object-fit: cover;
}
.md_art_text {
    float: right;
    width: 710px;
}
.md_art_text h5 {
    font-size: 20px;
    font-weight: bold;
}
.md_art_text span {
    font-size: 13px;
    padding: 8px 0;
    display: block;
    color: #666666;
}
.md_art_text p {
    color: #aaaaaa;
    font-size: 12px;
    line-height: 18px;
}
.md_tutorial {
    padding: 5px 0;
}
.md_tutorial li {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding: 15px 0;
    transition: .5s all;
    border-radius: 3px;
}
.md_tutorial li:hover {
    background: #d50000;
    color: #ffffff;
    padding: 15px 8px;
}
.md_tutorial li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 24px;
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background: #999999;
    transition: .3s all;
}
.md_tutorial li:hover:before {
    background: #ffffff;
    left: 8px;
}
.md_tutorial li h5 {
    padding: 0 0 0 16px;
    font-size: 16px;
}
.md_tutorial li:hover h5 a {
    color: #ffffff;
}
.md_view {
    color: #aaaaaa;
}
.md_tutorial li:hover .md_view {
    color: #ffffff;
}
.md_view i {
    display: inline-block;
    width: 18px;
    margin: 0 4px 0 0;
}
.md_tutorial li:hover .md_view {
    display: none;
    width: 18px;
    margin: 0 4px 0 0;
}
.md_view i img {
    width: 100%;
    opacity: 0.5;
    filter: drop-shadow(#ffffff 80px 0);
}
.md_faqlist {
    padding: 10px 0;
}
.md_faqlist li {
    margin: 10px 0;
}
.md_faqlist li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-radius: 50px;
    background: #f8f8f8;
    padding: 0 13px;
    transition: .5s all;
    color: #000000;
}
.md_faqlist li > a:hover {
    background: #d50000;
    color: #ffffff;
}
.md_faqlist li > a i {
    font-size: 22px;
    vertical-align: text-bottom;
    margin: 0 10px 0 0;
    color: #c5c5c5;
}
a.md_faq_click, a.md_faq_click:hover {
    display: block;
    background: #d50000 !important;
    color: #ffffff !important;
}
.md_faq_click a {
    color: #ffffff;
}
.md_faq_click i {
    color: #ffffff !important;
}
.md_faqlist li a:hover i {
    color: #ffffff;
}
.md_faq_text {
    display: none;
    padding: 15px 15px 15px 35px;
    font-size: 13px;
    color: #999999;
    line-height: 22px;
}
.md_faq_text > a {
    color: #e60012;
}
/*--------------------------kuaixun detail-------------------------------*/
.kx_detail {
    padding: 20px 25px 30px 25px;
}
.kx_detail dt {
    padding: 10px 0 8px 0;
    font-size: 26px;
    font-weight: bold;
}
.share_title_k {
    padding: 7px 5px 0 0;
}
.share_title_k img {
    vertical-align: middle;
}
.kx_shares {
    padding: 40px 0 50px 0;
    color: #999999;
}
.kx_sharesall {
    display: flex;
    justify-content: flex-end;
}
.share_list_k li {
    display: inline-block;
    width: 28px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    padding-top: 3px;
    margin: 0 2px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #eeeeee;
}
.share_list_k .weixin {
    background: #ffffff;
}
.share_list_k .weibo {
    background: #ffffff;
}
.share_list_k .qq {
    background: #ffffff;
}
.kx_content {
    padding: 10px 0px 10px 0px;
    line-height: 28px;
    font-size: 15px;
}
.kx_date {
    padding: 20px 25px 0 25px;
}
.kx_date_top {
    padding: 10px 0 8px 2px;
    color: #a1a1a1;
}
.kx_date_top i {
    margin: 0 8px 0 0;
}
.kx_date time {
    font-size: 32px;
    color: #d50000;
}
.disclaimer_k {
    padding: 25px 0px;
    line-height: 28px;
    color: #6b6b6b;
    border-top: 1px dashed #eeeeee;
}
/*--------------------------------check--------------------------------*/
.check_infor {
    background: #ffffff;
    border-radius: 15px;
    margin: 30px auto 0 auto;
    padding: 30px 0px;
}
.check_infor_title, .check_infor_text {
    margin: 0 28px;
}
.check_content {
    padding: 20px 0 25px 0;
}
.check_infor_title {
    overflow: hidden;
}
.check_infor_title h5 {
    font-size: 34px;
    font-weight: bold;
    padding: 10px 0 5px 0;
    float: left;
}
.check_infor_title a {
    display: block;
    float: right;
    border-radius: 25px;
    background: #e60012;
    color: #ffffff;
    width: 111px;
    height: 33px;
    text-align: center;
    line-height: 30px;
    transition: .5s all;
    margin: 10px 0 0 0;
}
.check_infor_title a svg {
    vertical-align: middle;
}
.check_infor_title a span {
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.check_infor_title a:hover {
    background: #e64600;
}
.check_infor_text {
    padding: 15px 0 10px 0;
    line-height: 24px;
    color: #666666;
}
.check_titles dt {
    font-size: 18px;
    color: #000000;
    position: relative;
    padding: 0 0 0 0px;
    font-weight: bold;
}
.check_titles dt span {
    color: #e60012;
}
.check_titles dd {
    padding: 5px 0 5px 0;
}
.check_titles_r {
    background: #ffffff;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 25px 7%;
}
.check_titles_r dt {
    font-size: 18px;
    color: #000000;
    position: relative;
    padding: 0 0 0 0px;
    font-weight: bold;
}
.check_titles_r dt span {
    color: #e60012;
}
.check_titles_r dd {
    padding: 5px 0 5px 0;
}
.hot_textlist li .hot_text_right2 {
    float: right;
    width: 185px;
}
.hot_textlist li .hot_text_right2 h5 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.check_bgs {
    background: rgba(245, 245, 245, .95);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000001;
    animation: check_animation .5s;
}
.check_zz_con {
    background: #ffffff;
    width: 850px;
    border-radius: 15px;
    box-shadow: 0 0 15px #aaaaaa;
    margin: 125px auto 0 auto;
}
.check_list {
    padding: 45px 60px 5px 60px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 300px;
}
.check_list dt {
    width: 50px;
}
.check_list dd {}
.check_texts {
    width: 620px;
    height: 250px;
    padding: 15px;
}
.submit_btms {
    padding: 0 60px 60px 110px;
}
.sub_bt {
    background: #e60012;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 35px;
    border: 0;
}
.sub_bt:hover {
    color: #ffffff;
    background: #b6232e;
}
.check_closes {
    text-align: right;
    padding: 15px 15px 0 0;
}
.check_closes span {
    cursor: pointer;
}
@keyframes check_animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*------------------------mining faqdetail---------------------------*/
.faq_d_title {
    padding: 30px 0 20px 0;
    font-size: 30px;
    font-weight: bold;
}
.faq_shares {
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
.faq_shares li {
    padding: 0 10px 0 0;
}
.faq_shares li span {
    color: #999999;
}
.mfaq_wb, .mfaq_wx, .mfaq_qq {
    font-size: 16px;
    cursor: pointer;
}
.mfaq_wx {
    color: #60cd6d;
}
.mfaq_wb {
    color: #e76264;
}
.mfaq_qq {
    color: #fec369;
}
.all_answer {
    margin: 15px 0;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.all_answer span {
    position: relative;
    display: blcok;
    height: 30px;
    width: 100%;
}
.all_answer span:before {
    content: "";
    position: absolute;
    width: 99%;
    left: 0;
    top: 12px;
    z-index: 0;
    ;
    height: 2px;
    display: block;
    background: #f5f5f5;
}
.all_answer strong {
    display: inline-block;
    background: #ffffff;
    z-index: 100;
    font-size: 18px;
    white-space: nowrap;
}
.all_answer strong ins {
    text-decoration: none;
    color: #e60012;
}
.mfaq_lists {
    padding: 25px 0;
}
.mfaq_lists dt {
    background-image: linear-gradient(to right, rgba(158, 158, 158, 0.1), rgba(158, 158, 158, 0));
    padding: 3px 10px 10px 10px;
    font-size: 18px;
    font-weight: bold;
}
.mfaq_lists dt i {
    display: inline-block;
    font-size: 22px;
    margin: 0 6px 0 0;
    color: #e60012;
}
.mfaq_lists dd {
    position: relative;
}
.faq_texts_full {
    padding: 25px 0 0px 0;
    line-height: 27px;
    color: #444444;
    overflow: hidden;
}
.more_topb {
    border-top: 1px dashed #eeeeee;
    margin: 25px 0 0 0;
}
.faq_seemore {
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #4173AF;
    ;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 2%, #fff 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 2%, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 2%, #fff 100%);
}
.faq_seemore a {
    display: inline-block;
    border-bottom: 1px solid #aaaaaa;
    border-radius: 50px;
    height: 40px;
    width: 130px;
    margin: 100px 0 0 0;
    line-height: 40px;
    color: #E60012;
    opacity: 0.6;
    transition: .5s all;
}
.faq_seemore a:hover {
    opacity: 1;
}
.seeall_article {
    height: auto !important;
}
.kuaix_imgs {
    padding: 20px 0 6px 0;
}
a.kuaix_imglist {
    display: inline-block;
    width: 31%;
    margin-right: 1%;
    max-height: 105px;
    overflow: hidden;
}
a.kuaix_imglist img {
    max-width: 100%;
}
.kuaix_bimgs {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1010;
}
.kuaix_bimgs img {
    max-width: 1000px;
    z-index: 1020;
}
.kuaix_bwidth {
    width: 1000px;
    margin: 5% auto 0 auto;
    text-align: center;
}
.kx_tags{ color:#888888;font-size:13px;}
.kx_tags a{ display:inline-block; background:#f5f5f5; border-radius:50px;padding:5px 20px; margin:0 2px 3px 2px;color:#888888;transition:.5s all; }
.kx_tags a:hover{ background:#d50000; color:#ffffff;}


/*---------------------------bit-----------------------------*/
.tags_infor_title {
	border-bottom: 1px solid #eeeeee;
}

.quotes {
	padding: 35px 0;
    color:#000000;
}

.cryptodatas {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 8px;
}

.cryptodatas img {
	max-height: 50px;
	margin-right: 10px;
}

.cryptodatas img+div {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 73px;
	vertical-align: top;
	flex: 1;
}

.bold {
	font-weight: 700;
}

.top,.alignTop {
	vertical-align: top !important;
}

.inlineblock {
	display: inline-block;
}

.cryptodatas .top span:first-child {
	font-size: 50px;
}

.upArrow {
	background: url("../images/up_ico.png") no-repeat;
	background-position:0 50px;
	display: inline-block;
	width: 22px;
	height: 21px;
	margin: 3px 5px 0 3px;
}

.bit_datasnum {
	font-size: 20px;
}

.bit_datas {
	display: flex;
	justify-content: flex-start;
	margin: 20px 0 20px 0;
	/*background: linear-gradient(#ffffff, #f5f5f5);*/
	background:#f9f9f9;
	border: 1px solid #f1f1f1;
	border-radius: 10px;
	padding: 20px 10px;
}
.parentheses{
	font-size: 20px;
	}
.dataItem {
	flex: 0 0 15%;
}

.dataItem:nth-child(5) {
	flex: 0 0 25%;
}

.dataItem span {
	display: block;
	text-align: center;
}

.dataItem span:first-child {
	font-size: 16px;
	font-weight: bold;
}

.dataItem .title {
	font-size: 12px;
	margin-top: 5px;
	color: #888888;
}

.bit_datas_ts{ color:#000000;}
.greenFont{ color:#0ea600;}
.greenFont .upArrow{ background-position:0 0px;}
.redFont{ color:#ff0000;}
.redFont .upArrow{ background-position:0 -20px !important;}
.dataItem .greenFont{color:#0ea600; }
.dataItem .redFont{color:#ff0000; }

.bit_datas_ts .bold{font-size:12px;}
.bi_hq{font-size:20px; padding-bottom:30px; color:#666666;}
.bi_hq img {width:40px; vertical-align:middle;}


/*----------------------shiliantouyanlinks------------------------*/
span.sl_links{ display:inline-block; width:200px; height:70px; border-radius:10px; margin:0 18px 20px 0; overflow:hidden;}



/*---------------------------BTC----------------------------------*/
.notice_flex{ display:flex; justify-content:flex-start;}
.inbtc_list{ flex:0 0 auto; padding:0 1.5%; color:#000000; }
.inbtc_list span{ display:block; font-size:12px; color:#aaaaaa;}
.b_more{ text-align:center;padding:0 0 0 1%; font-size:12px; }
.b_more a{ color:#aaaaaa;}
.b_more a:hover{ color:#d50000;}

.btc_bgs { width:1200px;  margin:30px auto 30px auto; }
.btc_hqbg,.btc_tags,.btc_news{ background: #ffffff; border-radius: 15px; box-shadow: 0 0 2px #efefef;  padding:25px 25px; margin-bottom:25px;}
.btc_tagstitle{ font-size:24px; color:#000000; font-weight:bold; margin-bottom:15px;}
.btc_tagslist a{ display:inline-block; padding:5px 15px; margin:0 5px 10px 0; border-radius:3px; border:1px solid #eeeeee; transition:.5s all; color:#999999;}
.btc_tagslist a:hover{ background:#d50000; color:#ffffff; border:1px solid #d50000;}

.btc_hqbgtitle{ }
.btc_titless { position: relative; height: 60px; margin-bottom:30px;}
.btc_titless span { display: block; position: absolute; left: 0; bottom: 0; border-bottom: 3px solid #f0f0f0;  width: 100%;  z-index: 1;}
.btc_titless h5 { display: inline-block; font-size: 24px; color: #000000; vertical-align: middle; font-weight: bold; padding: 17px 0 20px 0;}
.btc_items{ display:flex; justify-content:flex-end; padding:45px 0 35px 0;}
.btc_items li{ flex:0 0 auto; padding:10px 25px; color:#999999; margin:0 5px; background:#f5f5f5; border-radius:50px;}
.btc_items li span{ color:#000000;}

.btc_hqbgconts{ box-shadow:0 0 10px rgba(0,0,0,0.08); border-radius:15px; overflow:hidden;}
.btc_hqbgconts dt{ padding:2px;}
.btc_toptitle{ background:#f7f7f7; border-radius:15px 15px 0 0; display:flex; justify-content:space-between; align-items:center; font-size:13px; color:#999999; padding:20px 0; }
.btc_toptitle li{ flex:0 0 140px; padding-right:20px;}
.btc_toptitle li:nth-child(1){ flex:0 0 185px; padding-left:40px;}
.btc_toptitle li:nth-child(7){flex:0 0 95px;padding-right:10px;}
.btc_hqlist{ display:flex; justify-content:space-between; align-items:center; font-size:13px; color:#333333; padding:15px 0; font-size:14px; border-bottom:1px dotted #eeeeee; }
.btc_hqlist li{ flex:0 0 140px; padding-right:20px;}
.btc_hqlist li:nth-child(1){ flex:0 0 185px; padding-left:40px; display:flex; justify-content:flex-start; align-items:center;}
.btc_hqlist li:nth-child(7){flex:0 0 95px;padding-right:10px;}
.btc_hqlist li i{ display:block; width:28px; height: 28px; border-radius:50px; overflow:hidden; margin-right:6px;}
.btc_hqlist li i img{ width:100%; height: 100%;}
.btc_hqlist li span{display:block; font-size:12px; color:#999999;}
.btc_hqlist li .zfbg{ padding:1px 0; width:70px; height: 24px; line-height: 24px; text-align:center; border-radius:5px;}
.btc_hqlist li strong{ font-weight:normal;}
.btctext_red{ color:#ff0000;}
.btctext_red .zfbg{ background:#ffebeb;}
.btctext_green{ color:#009e29;}
.btctext_green .zfbg{ background:#e5f7ea;}
.btc_seemore{ padding:40px 0 20px 0; text-align:center;}
.btc_seemore a{ color:#777777;}
.btc_seemore a:hover{ color:#d50000;}

.btc_newsall{ display:flex; justify-content:space-between; flex-wrap:wrap; padding-bottom:15px;}
.btc_newslists{ flex:0 0 47%; padding:10px 0 10px 0; margin:0 3% 0 0; border-bottom:1px solid #eeeeee; }
.btc_newslists h3{ font-size:15px; margin-bottom:3px;}
.btc_details{ padding-bottom:50px;}

.hot_btclist{ display:flex; justify-content:flex-start; border-bottom:1px solid #eeeeee;padding:0 0 10px 0; margin-bottom:10px;}
.hot_btclist span:nth-child(1){ flex:0 0 130px; color:#999999;font-size:12px;}
.hot_btclist span:nth-child(2){ flex:0 0 110px; color:#999999;font-size:12px;}
.hot_btclist span:nth-child(3){ flex:0 0 70px; color:#999999;font-size:12px;}
.hot_btclist_d{ display:flex; justify-content:flex-start; padding:10px 0; align-items:center;}
.hot_btclist_d li:nth-child(1){ flex:0 0 130px;display:flex; justify-content:flex-start; align-items:center;}
.hot_btclist_d li:nth-child(2){ flex:0 0 110px; }
.hot_btclist_d li:nth-child(3){ flex:0 0 70px;}
.hot_btclist_d li i{ display:block; width:28px; height: 28px; border-radius:50px; overflow:hidden; margin-right:6px;}
.hot_btclist_d li i img{ width:100%; height: 100%;}
.hot_btclist_d li span{ display:block; font-size:12px; color:#999999;}
.hot_btclist_d li .zfbg{ padding:1px 0; width:70px; height: 24px; line-height: 24px; text-align:center; border-radius:5px;}

.btc_search{ position:absolute; right:0; top:0; width:300px; border:1px solid #eeeeee; overflow:hidden; border-radius:5px;}
.btc_search input{ border:0; width:75%; height: 33px; padding-left:3%; line-height:33px; color:#888888;}
.btc_search button{ border:0; background:none; color:#999999; font-size:18px; cursor:pointer; float:right; margin:3px 3% 0 0;}

.other_newslist{ padding:30px 0;overlow:hidden; display:flex; justify-content:space-between;}
.other_newslist li{ flex:0 0 50%; color:#999999;overflow: hidden;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.other_newslist li span{ display:inline-block;}
.other_newslist li a{ color:#666666;}
.other_newslist li a:hover{ color:#d50000;}
.other_newslist li:nth-child(1){ text-align:left; }
.other_newslist li:nth-child(2){ text-align:right; }
