/* my css */
/* 压缩工具：http://tool.oschina.net/jscompress */
/*公 共*/

:root{
    --themeColor:#13b7f6;
}
html{
    background:#fff;
}
body {
    margin: 0 auto;
    background: #fff;
    margin: 0px;
    padding: 0px;
    word-wrap: break-word;
    font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体";
}

a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}

.news_go_top_icon {
    background-repeat: no-repeat;
    background-position: 0px -25px;
    height: 36px;
    width: 36px;
}

/*AmazeUI样式修改*/
.am-slider-c2 .am-control-nav li {
    vertical-align: middle;
}

.am-slider-c2 .am-control-nav li a {
    width: 3px;
    height: 3px;
    background-color: var(--themeColor);
    border-radius: 10px;
}

.am-slider-c2 .am-control-nav li a.am-active {
    width: 6px;
    height: 6px;
    background-color: var(--themeColor);
    border-radius: 10px;
}

.am-panel {
    border: 0px;
    margin: 2px;
}

.am-slider-default .am-control-nav li {
    vertical-align: middle;
}

.am-slider-default .am-control-nav li a {
    width: 3px;
    height: 3px;
    background-color: var(--themeColor);
    border-radius: 10px;
}

.am-slider-default .am-control-nav li a.am-active {
    width: 6px;
    height: 6px;
    background-color: var(--themeColor);
    border-radius: 10px;
}

.am-gotop-fixed {
    width:37px!important;
    margin-bottom: 47px;
}

.am-tabs-default .am-tabs-nav > .am-active a {
    color: white;
    background-color: var(--themeColor);
}

.live_panel_right {
    color: white;
    /*border: 1px solid white;*/

}

.am-tabs-default .am-tabs-nav > .am-active .live_panel_left :hover,
.am-tabs-default .am-tabs-nav > .am-active .live_panel_left:visited,
.am-tabs-default .am-tabs-nav > .am-active .live_panel_left:link,
.am-tabs-default .am-tabs-nav > .am-active .live_panel_left:focus {
    color: var(--themeColor);
    background-color: white;
    border: 1px solid white;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    padding: 0px;
}

.live_panel_left {
    color: white;
    /*border: 1px solid white;*/
}

.am-tabs-nav {
}

.am-tabs-default .am-tabs-nav > .am-active .live_panel_right :hover,
.am-tabs-default .am-tabs-nav > .am-active .live_panel_right:visited,
.am-tabs-default .am-tabs-nav > .am-active .live_panel_right:link,
.am-tabs-default .am-tabs-nav > .am-active .live_panel_right:focus {
    color: var(--themeColor);
    background-color: white;
    /*border: 1px solid white;*/
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    padding: 0px;
}
/*提交评论*/
.live_input {
    width:100%;
    /*height:50px;*/
    background-color: #ffffff;
    clear: both;
    position: fixed!important;
    /*bottom: 55px!important;*/
    top: auto;
    /*padding: 0px 15px 0px 0px;*/
    /*margin: 0px 7px 0px 0px;*/
    z-index: 1012;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;


    /*width: 108%;*/
    border-top:1px solid #dddddd;
}

.live_input_content {
    float: left;
    height:31px;
    border-radius: 8px;
    width: 79%;
    padding: 5px 0px 5px 10px;
    margin: 5px 2px 5px 4px;
    background: #ffffff;
    border: 1px solid #dddddd;
    -webkit-appearance:none;
    font-size: 1.5rem;
    /*border-top-left-radius: 8px;*/
    /*-webkit-border-top-left-radius: 8px;*/
    /*border-bottom-right-radius: 8px;*/
    /*-webkit-border-bottom-left-radius: 8px;*/
    outline:0;
}
/*.live_input_content>input{*/
/*float: left;*/
/*}*/

.live_input_content:focus {
    outline-color: transparent;
}

.live_submit_btn {
    float: right;
    width: 17%;
    height:31px;
    margin-left:3px;
    padding: 4px;
    background-color: var(--themeColor);
    padding-bottom: 6px;
}

.am-tabs-default .am-tabs-nav a {
    color: white;
}

.am-tabs-default .am-tabs-nav {
    background-color: transparent;
}

.am-tabs-bd {
    border: 0px;
}

/*标题栏*/
.nav_home_header {
    background-color: var(--themeColor);
    height: 30px;
    width: 100%;
    top: 0;
    left: 0;
}

.nav_logo img {
    height: 30px;
    padding: 5px;
    margin: 0px;
}

.nav_login {
    float: right;
    margin-top: 0px;
    background-color: transparent;
    border: 0px solid transparent;
}

.nav_header {
    color: #ff0000;
}

.news-hidden {
    display: none;
}

.news-show {
    display: block;
}

/* xx-small | x-small | small | medium | large | x-large | xx-large */
.font_size_lg {
    font-size: 120%;
}

.font_size_md {
    font-size: 100%;
}

.font_size_sm {
    font-size: 90%;
}

.font_size_xs {
    font-size: 80%;
}

/* 栏目导航 */
.news_column_nav {
    width: 100%;
    padding: 5px 0px 0px 0px;
    margin: 0px;
    overflow: hidden;
    position: relative;
    background-color: #eeeeee;
}

.news_column_logo {
    width: 100px;
    height: 25px;
    float: left;
    display: block;
}

.news_column_more {
    color: white;
    font-size: 150%;
    position: absolute;
    top: 5px;
    right: 4px;
    float: right;
    display: block;
}

.news_column_nav ul {
    padding: 8px 20px 5px 0px;
}

.news_column_nav li {
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 105%;
}

.news_column_nav li a {
    color: black;
}

.news_column_up {
    border-width: 0 6px 6px;
    border-color: transparent transparent white;
    width: 0;
    height: 0;
    border-style: solid;
    margin: 2px auto;
    position: relative;
}

.news_column_up span {
    border-color: transparent transparent #ffffff;
    border-width: 0 8px 8px;
    top: 1px;
    left: -8px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

/* 新闻列表 */
.news_list_head_title {
    padding: 0px 5px 0px 0px;
    color: white;
    font-size: 105%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_list_head_tag {
    color: var(--themeColor);
    padding: 0px 0px 0px 0px;
    font-size: 90%;
}

.news_list_head_read {
    padding: 0px;
    color: white;
    font-size: 90%;
}

.news_list {
    border-top: 1px solid #e3e3e3;
}

.news_list ul li:first-child {
    border: 0px;
    margin-top: 0px;
}

.news_list ul li {
    border-bottom: 1px solid #e9e9e9;
}

.news_list ul li a {
    color: #000000;
}

.news_list_left {
    float: left;
}

.news_list_img {
    width: 120px;
    height: 90px;
    padding: 10px;
}

.news_list_right {
    width: 100%;
}

.news_list_title {
    font-size: 105%;
    height: 60px;
    padding-top: 5px;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}

.news_list_title span {
    padding: 0px 0px 5px 0px;
}

.news_list_info {
    vertical-align: bottom;
    font-size: 70%;
    color: darkgrey;
    padding-left: 10px;
    padding-bottom: 5px;
}

.news_list_tag_video {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.news_list_tag {
    /*color: #0069bc;*/
    color: var(--themeColor);
}

.news_list_time {
    padding: 0px;
}

.news_list_comment {
    float: right;
    padding-right: 10px;
}

.news_list_adv_tag {
    float: right;
    margin: 3px 5px 0px 5px;
    font-size: 90%;
    color: var(--themeColor);
}

.news_list_big_img {
    padding: 10px;
    width: 100%;
}

.news_list_group_img_left {
    padding: 5px 0px 0px 10px;
}

.news_list_group_img_center {
    padding: 5px;
}

.news_list_group_img_right {
    padding: 5px 10px 5px 0px;
}

.news_list_group_title {
    padding: 0px 10px;
    font-size: 100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.news_list_group_info {
    padding: 5px 0px 5px 10px;
    font-size: 70%;
    color: darkgrey;
}

.news_list_more {
    text-align: center;
    color: red;
    display: block;
}

.news_list_index {
    color: red;
    font-size: 120%;
}

/*新闻详情*/
.img_desc{
    display: block;
    width: 100%;
    margin: 0;
    text-align: justify;
    padding: 0;
    /*font-size: 80%;*/
    color: gray;
    /*float: left;*/
    text-indent: 0em;
    line-height: 1.6;
    font-weight: normal;
    font-size: 12px;
    padding-left: 15px;
}

#triangle-up {
    /*width: 20px;*/
    /*height: 20px;*/
    /*border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid darkgray;*/
    /*float: left;*/
    /*margin-right: 8px;*/
    margin-top: 0;
    margin-right: 8px;
    display: block;
    width:100%;
    /*overflow: hidden;*/
    margin-bottom: 15px;
}
#triangle-up img{
    /*margin-bottom: 0;*/
    /*display: inline-block;*/
    float: left;
    margin: 4px 5px 0 0!important;
    padding:0;
}
#triangle-up:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}
.news_detail_content_135 #triangle-up{
    /*padding-top:5px;*/
    padding-top:1px;
}
.news_detail {
    padding: 0px 30px 10px 0px;
    border-right: 1px solid #dddddd;
}

.news_detail_title {
    margin: 0;
    padding: 10px 10px 0 10px;
    font-size: 120%;
    color: #333333;
    font-weight: bold;
}

.news_detail_subtitle {
    margin: 0;
    padding: 10px 5px 0 10px;
    font-size: 100%;
    color: #333333;
}

.news_detail_introtitle {
    margin: 0;
    padding: 10px 5px 0 10px;
    font-size: 100%;
    color: #333333;
}

.news_detail_meta {
    margin: 0 0 10px 10px;
}

.news_detail_time {
    padding: 2px 5px 0px 2px;
    color: #999999;
    font-size: 90%;
    margin: 0px;
}

.news_detail_source {
    padding: 5px 0px 5px 0px;
    color: #999999;
    font-size: 90%;
}

.news_detail_line {
    color: red;
}

.news_detail_img {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    max-width: 100%;
}

.news_detail_img_title {
    padding: 5px;
    color: gray
}
.news_detail_video{
    margin:10px 0;
}
.news_detail_content {
    padding: 10px 15px 5px 15px;
    margin: 0px;
    font-size: 110%;

}
.news_detail_content_135 {
    padding: 10px 15px 5px 15px;
    margin: 0px;
    overflow: hidden;
}
.news_detail_content_135 * {max-width: 100%;}
.news_detail_content_135 .news_detail_img{
    max-width: 100%;
    padding: 0px;
    /*margin: 0px auto;*/
    /*margin: 2px auto !important;*/
}
.news_detail_content_135 p{
    margin: 0;
    max-width:100%;
}

.news_detail_content_135 img{
    width:auto;
    height:auto;
    /*display: inline-block;*/
    /*margin:0 auto;*/
    display: block;
    /*margin: auto!important;*/
    /*margin-top: .6rem!important;*/
}
.news_detail_content_135 img {
    vertical-align: initial;
    display: initial;
    margin: initial;

}
.news_detail_content_135 iframe{
    margin:auto;
}
.news_detail_content_135 .news_detail_video img{
    width:100%;
}
.news_detail_content p{
    margin-bottom: 10px !important;
    font-size: 110% !important;
    margin-top: 1rem;
}
.news_detail_video video {
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
}

.news_detail_praise {
    text-align: center;
    width: 64px;
    margin: 0 auto;
}

.news_detail_praise_icon {
    background-repeat: no-repeat;
    background-position: 0px -115px;
    height: 64px;
    width: 64px;
}

.news_detail_praise span {
    margin-left: 5px;
    color: #999999;
}

.news_detail_praise_hl {
    text-align: center;
    width: 60px;
    margin: 0 auto;
}

.news_detail_praise_hl span {
    margin-left: 5px;
    color: var(--themeColor);
}

.news_detail_relate {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}

.news_detail_relate ul li:first-child {
    border: 0px;
    margin-top: 5px;
}

.news_detail_relate ul li {
    border-bottom: 1px solid #e9e9e9;
    background-color: transparent;
}

.news_detail_relate ul li a {
    color: #000000;
}

.news_detail_related_ul {
    padding: 0px 5px;
}

.news_detail_related_ul li {
    padding: 0px 5px;
}

.news_detail_related_title {
    min-height: 40px;
    font-size: 110%;
    color: #333333;
}

.news_detail_related_info {
    color: #999999;
}

.news_detail_group_name {
    text-align: center;
    border-radius: 30px;
    width: 90px;
    border-left: 3px solid var(--themeColor);
    background-color: var(--themeColor);
    color: white;
    margin: 40px 10px 10px 10px;
    padding: 3px;
}

.news_detail_group_line {
    margin: -25px 5px 0px 110px;
    color: #333333;
}

.news_detail_adv_img {
    width: 100%;
    padding: 0px;
}

.news_detail_adv_title {
    padding: 5px;
    color: black;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height:60px;
}

.news_detail_adv_tag {
    padding: 0px 5px 0px 0px;
    color: var(--themeColor);
    font-size: 100%;
    max-width: 80px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    word-break: keep-all;
}

.news_detail_share {
    text-align: right;
    margin: 20px auto;
    padding: 10px;
    border: 0px;
}

.news_detail_sina_icon {
    margin: 0px 5px;
    float: right;
    background-repeat: no-repeat;
    background-position: -24px 0px;
    height: 24px;
    width: 24px;
}

.news_detail_qq_icon {
    margin: 0px 5px;
    float: right;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 24px;
    width: 24px;
}

.news_detail_wx_icon {
    margin: 0px 5px;
    float: right;
    background-repeat: no-repeat;
    background-position: -48px 0px;
    height: 24px;
    width: 24px;
}

.new_detail_ad {
    border: 1px solid #e6e6e6;
    margin: 10px 6px 0px 6px;
}

.doc_author {
    float: right;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.doc_author_ePaper{
    float: none;
    text-align: right;
    margin-top: 10px;
}
.my_p_style {
    text-indent: 2em;
}

/*投票*/
.news_vote {
    clear: both;
    border: 1px solid #d3d3d3;
    margin: 15px 5px 30px 5px;
}

.news_vote_label {
    color: var(--themeColor);
    font-size: 105%;
    border-bottom: 1px solid #d3d3d3;
}

.news_vote_label h3 {
    margin: 0px;
    padding: 5px;
}

.news_vote_title {
    font-size: 110%;
    margin: 0px;
    padding: 10px 5px 0px 5px;
}

.news_vote_time {
    color: #999999;
    font-size: 80%;
    padding-left: 5px;
}

.news_vote_status {
    color: #999999;
    font-size: 80%;
}

.news_vote_count {
    margin: 5px;
    color: #999999;
    font-size: 80%;
    float: right;
    padding-right: 5px;
}

.news_vote_type {
    margin: 3px;
    padding: 0px 5px;
    font-size: 80%;
    float: right;
    background-color: var(--themeColor);
    color: #ffffff;
    border-radius: 2px;
}

.news_vote_radio {
    margin: 20px 5px;
    font-size: 105%;
}

.news_vote_submit {
    border-top: 1px solid #d3d3d3;
    color: var(--themeColor);
    text-align: center;
    padding: 5px 0px;
    font-size: 110%;
}

.news_vote_option_title {
    padding: 5px;
    font-size: 105%;
}

.news_vote_option_meta {
    width: 100%;
}

.news_vote_option_line {
    float: left;
    width: 100px;
    height: 5px;
    padding-left: 5px;
    margin: 10px 10px 10px 5px;
}

.news_vote_option_percent {
    font-size: 80%;
}

/*评论*/
.news_comment_submit_info {
    margin: 20px 6px 8px 6px;
    overflow: hidden;
    margin-bottom:30px!important;
    position:relative;
}

.news_comment_submit_info textarea {
    width: 100%;
    border-color: #e3e3e3;
}

.news_comment_submit {
    float: right;
    border-radius: 3px;
    padding: 5px;
    margin: 5px 0px;
    width: 80px;
    height: 28px;
    font-size: 100%;
}

.news_comment_cell {
    padding: 0;
    margin-bottom: 0 !important;
    /*margin-top: 2px !important;*/
}

.news_comment_cell li:first-child {
    border-top:2px solid #dddddd;
    margin-top: 0px;
}

.news_comment_cell li {
    padding: 0px;
}

.news_comment_face {
    float: left;
    margin: 8px 2px 5px 5px;
    height: 25px;
    width: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

/*官方回复*/
.askOfficialStyle {
    float: left;
    height: 35px;
    width: 35px;
    margin: 2px;
    border: 1px solid #f39700;
    border-radius: 50%;
    padding: 2px;
}

.askPersonStyle {
    float: left;
    margin: 5px;
    height: 35px;
    width: 35px;
    border: 1px solid #00d0ba;
    border-radius: 50%;
    padding: 2px;
}
.news_comment_info {
    float: left;
    margin: 8px 5px 5px 5px;
}
.news_comment_info p{
    margin-bottom: 3px!important;
}

.news_comment_info>p{
    margin-bottom: 0 !important;
    line-height:1.2;
}
.news_comment_nickname {
    color: var(--themeColor);
    /*font-size: 85%*/
    font-size: 1.2rem;
}

.news_comment_time {
    color: #999999;
    /*font-size: 14px;*/
}

.news_comment_operation {
    width:55px;
    float: right;
    margin: 2px 2px 5px 0px;
    overflow: hidden;
}

.news_comment_praise_icon {
    float: right;
    background-repeat: no-repeat;
    background-position: -72px -25px;
    height: 36px;
    width: 36px;
}

.news_comment_praise_hl_icon {
    float: right;
    background-repeat: no-repeat;
    background-position: -36px -25px;
    height: 36px;
    width: 36px;
}

.news_comment_praise_count {
    font-size: 100%;
    float: right;
    padding: 0px 7px 0px 0px;
    color: #999999;
    line-height:25px;
    font-size: 1.2rem;
}

.news_comment_reply {
    font-size: 90%;
    float: right;
    color: var(--themeColor);
    padding: 10px 0px 0px 10px;
}

.news_comment_content {
    padding-left: 40px;
    width: 100%;
    text-align:left;
}

.news_comment_text {
    float: left;
    width: 100%;
    font-size: 95%;
    color: #333333;
    padding: 5px 10px 5px 9px;
    margin: 0px 5px 0px 5px;
}

.news_comment_reply_info {
    float: left;
    width: 98%;
    background-color: #f3f3f3;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.news_comment_reply_nickname {
    color: var(--themeColor);
    padding: 0px;
    margin: 0px;
}

/*专题详情*/
.special_header {
    border: 1px solid #dddddd;
}

.special_header img {
    width: 100%;

}

.special_header p {
    font-size: 100%;
    width: 100%;
    margin: 0px;
    padding: 12px 10px 16px 10px;
    color: #333333;
}

.special_column_cell {
    border: 0px;
    margin: 0px;
    padding: 5px;
}

.special_list {
    margin: 0px;
}

.special_list ul li {
    padding: 0px;
    border-top: 0px;
    border-bottom: 1px solid #e9e9e9;
    background-color: transparent;
    margin: 0!important;
}

.special_list ul li a {
    color: #000000;
}

.special_column_info {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 8px 15px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
}
#navClounParent{
    padding-bottom:4px;
}
.special_header{
    border:none;
    border-bottom:4px solid #E8E9EA;
    background:#fff
}
.moreListBtn{
    float: right;
    padding: 0 8px;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    height: 24px;
    flex-basis: 70px;
    flex-shrink: 0;
}
.arrowTip.up{
    border-color:#999;
}
.arrowTip.up span{
    border-top: 5px solid #999;
    border-bottom: none;
}
.arrowTip{
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid var(--themeColor);
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
}
.arrowTip span{
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid  var(--themeColor);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.hideOver{
    display:block;
    overflow: hidden;
    height: 50px;
}
.downArea{
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.001) 0%,#ffffff 50%);
    padding-left: 30px;
}
.freedom.downArea{
    position: relative;
    padding: 0;
    float: right;
}
#description-hasMore{
    font-size:14px;
    line-height:25px;
    display: inline-block;
    position: relative;
}
.special_column_info .navTitleL{
    padding: 0 8px;
    border-left: 3px solid var(--themeColor);
    line-height: 24px;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex:2;
}
.special_column_info span {
    padding: 5px 20px 5px 8px;

    color: #333333;
    /* border-left: 2px solid #f6f6f6;*/
}

/*直播详情*/
.live_detail_header {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color:#f6f6f6;
}

.live_header_top {
    /*
     border: 1px solid var(--themeColor);
     border-top-left-radius: 100em;
     -webkit-border-top-left-radius:  100em;*/

}

.live_header_top a {
    color: white;
}

.am-tabs-default .am-tabs-nav a {
    line-height: 30px;
}

.live_header {
    margin: 0px 0px 0px 0px;
    border: 0px solid #dddddd;
}

.live_header img {
    width: 100%;
    height: 100%;
    padding: 0px;
}
/* live status*/
.live-head-title-detail{
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    margin:0;
    padding:0;
    background: #FFFFFF;
    /*z-index:1099;*/
    overflow: hidden;
    border: 1px solid #dddddd;
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}
.live-title-left-img{
    /*float: left;*/
    width: 25px;
    height: 25px;
    /*margin:0 0 0 10px;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.live-title-left-img img{
    float: left;
    width:100%;
    height:100%;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:0;
}
.public-style{
    margin:0;
    padding:0;
}
.live-title-center{
    /*float: left;*/
    /*height: 15px;*/
    /*margin-top: 14px;*/
    /*line-height: 15px;*/
    font-size: 15px;
    /*width:50%;*/
    margin-left: 11px;
    color: var(--themeColor);
    text-align: left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 100%;
}

.live-title-status{
    /*float: right;*/
    /*height: 14px;*/
    /*line-height: 14px;*/
    font-size: 14px;
    width: max-content;
    /*margin-top: 15px;*/
    /*margin-right: 10px;*/
    text-align: right;
    /*max-width: 20%;*/
    margin-left: 10px;
    white-space: nowrap;
    line-height: 1;
}
/*.live-appPayment-div{*/
/*margin:0;*/
/*padding:0;*/
/*position: fixed;*/
/*right: 10px;*/
/*bottom: 100px;*/
/*width: 44px;*/
/*height:44px;*/
/*line-height: 44px;*/
/*font-size: 18px;*/
/*color: #ffffff;*/
/*text-align: center;*/
/*-webkit-box-shadow: 1px 1px 10px #FA6A4E,-1px -1px 10px #FA6A4E;*/
/*-moz-box-shadow:  1px 1px 10px #FA6A4E,-1px -1px 10px #FA6A4E;*/
/*box-shadow: 1px 1px 10px #FA6A4E,-1px -1px 10px #FA6A4E;*/
/*-webkit-border-radius: 50%;*/
/*-moz-border-radius: 50%;*/
/*border-radius: 50%;*/
/*background: #FA6A4E;*/
/*z-index: 1002;*/
/*}*/
/*.live-appPayment-word{*/

/*}*/

.p_description {
    display:none;
    /*position:absolute;*/
}
.p_description_on{
    font-size: 110%;
    text-align: left;
    padding:2px 3px 0 3px;
    color: #666666;
    margin:0;
    display: inline-block;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    /*position:absolute;*/
    /*top:20px;*/
}
.live_tabs {
    background-color:#FFFFFF;
    margin:0px 0 10px 0;
    width:100%;
    position:relative;
}
.live_tabs>li{
    text-align: center;
}

.live_tabs>li>a{
    display: inline-block;
}
.live_tabs_nav{
    width:100%;
    overflow:hidden;
    padding:0;
    margin:0;
}

.live_tabs_nav li{
    margin:0;
    width:50%;
    list-style: none;
    float:left;
    margin-bottom:10px;
}

.live_tabs_nav a{
    color:var(--themeColor) ;
    width:110px;
    height:50px;
    border-bottom:1px solid var(--themeColor);
}

.live_tabs_nav a:hover {
    margin:5px 10px;
    color:#999999;
    width:110px;
}



.am-tabs-d2 .am-tabs-nav li{
    font-size: 15px;
    line-height: 1;
    height: 2.2em;
}

.am-tabs-d2 .am-tabs-nav.live_tabs  a{
    font-size: 15px;
    line-height: 2.2em;
    /*height: 2.2em;*/
    height: 2.2em;
    /*height: auto;*/
    min-width: 60px;
    width: auto;
}

.am-tabs-d2 .am-tabs-nav li.live_panel_left_li a{
    margin-right: -70px;
    display: inline-block;
}

.am-tabs-d2 .am-tabs-nav li.live_panel_right_li a{
    margin-left: -70px;
    display: inline-block;
    /*line-height: 33px;*/
    bottom: -1px;
    font-size: 15px;
}

.am-tabs-d2 .am-tabs-nav>.am-active{
    background-color:#ffffff;
    border-bottom: 1px solid #dddddd;
    border-bottom:0!important;
    /*margin-bottom:2px;*/
}

/*视频播放插件*/
#player video {
    object-fit: fill
}

.skip {
    /*width: 215px;*/
    /*height: 26px;*/
    /*line-height: 26px;*/
    /*position: fixed;*/
    position: absolute;
    /*top: 120px;*/
    left: 0px;
    right: 0px;
    color: #ffffff;
    z-index: 1022;
    margin: 0 auto;
    text-align: center;
    /*background: rgba(0, 0, 0, 0.4);*/
    /*border-radius: 5px;*/
    /*font-size: 1.2rem;*/
    /*line-height: 1;*/
    /*width: 21.5rem;*/
    max-width: 90%;
    font-size: 12px;
    line-height: 1.5;
}
.skip>span{
    display: inline-block;
    color: #ffffff;
    z-index: 1022;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.5;
}

div.sewise-player-ui div.buffer div.buffer-text{
    display:none;
}

div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-totalline{
    background: none!important;
    background-color: #514f52!important;
    height:2px!important;
    margin-top: 2px;

}
div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-loadedline{
    background: none!important;
    background-color: #797979!important;
    height:2px!important;
    margin-top: 2px;

}
div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playedline{
    background: none!important;
    background-color: #b5b5b5!important;
    height:2px!important;
    margin-top: 2px;

}
/*#curPlayTime{*/
/*width:55px;*/
/*height:20px;*/
/*position: fixed;*/
/*top: 156px;*/
/*left: 36px;*/
/*right: 0px;*/
/*z-index: 1022;*/
/*color:#ffffff;*/
/*font-size:14px;*/
/*}*/

div.sewise-player-ui div.buffer div.buffer-bg{
    background:none!important;
}
div.sewise-player-ui div.buffer div.buffer-text{
    /*background:none!important;*/
}
/*大的播放按钮*/
div.sewise-player-ui div.big-play-btn a.big-play-icon {
    width: 70px !important;
    height: 70px !important;
    margin-left: 10px;
    background: url(/app/v1/common/img/bigPlayer.png) 0px 0px no-repeat !important;
    background-size: 100% 100% !important;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

div.sewise-player-ui div.controlbar div.controlbar-bg {
    background: none !important;
    height: 30px !important;
    bottom: 0px;
}

div.sewise-player-ui div.controlbar ul.controlbar-btns {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: -24px;
    padding-top: 5px !important;
}

/*小的播放按钮*/
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-play {
    width: 25px !important;
    height: 25px !important;
    margin-top: -1px !important;
    background: url(/app/v1/common/img/smallPlayer.png) 0px 0px no-repeat !important;
    background-size: 80% 80% !important;
    -moz-background-size: 80% 80%;
    -webkit-background-size: 80% 80%;
}

/*暂停按钮*/
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-pause {
    width: 25px !important;
    height: 25px !important;
    background: url(/app/v1/common/img/playerPause.png) no-repeat !important;
    background-size: 80% 80% !important;
    -moz-background-size: 80% 80%;
    -webkit-background-size: 80% 80%;
}

/*全屏按钮*/
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-fullscreen {
    width: 25px !important;
    height: 25px !important;
    margin-top: 0px !important;
    background: url(/app/v1/common/img/fullScreen.png) no-repeat !important;
    background-size: 70% 70% !important;
    -moz-background-size: 70% 70%;
    -webkit-background-size: 70% 70%;
}

div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-normalscreen {
    width: 25px !important;
    height: 25px !important;
    background: url(/app/v1/common/img/fullScreen.png) no-repeat !important;
    background-size: 70% 70% !important;
    -moz-background-size: 70% 70%;
    -webkit-background-size: 70% 70%;
}
div.sewise-player-ui div.clarity-switch-btn{
    width:0!important;
    height:0!important;
}
div.sewise-player-ui div.topbar div.topbar-program{
    display:none!important;
}
/*div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-fullscreen{*/
/*background:none!important;*/
/*}*/

div.sewise-player-ui div.clarity-switch-btn a.clarity-btn-text{
    display:none;
}
div.sewise-player-ui div.logo a.logo-icon{
    display:none!important;
}

div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-volumeline{
    display:none;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundopen{
    display:none!important;
    background:none!important;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns li a.controlbar-btns-soundclose{
    display:none!important;
    background: none!important;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-playtime{
    width: 55px!important;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-totaltime{
    width:55px!important;
}
div.sewise-player-ui div.controlbar ul.controlbar-btns div.controlbar-progress{
    width:130px;
    left:5px!important;
}


div.sewise-player-ui div.controlbar div.controlbar-progress div.controlbar-progress-playpoint{
    width:10px!important;
    height:10px!important;
    border-radius: 50%;
    background-image: none!important;
    background-color: #ffffff!important;
    /*background-color: linear-gradient(180deg, red, blue);*/
    top:5px;
    /*left:5px!important;*/
}
div.sewise-player-ui div.topbar div.topbar-clock{
    display:none!important;
}
div.sewise-player-ui div.clarity-switch-btn a.clarity-btn-text{
    display:none!important;
}


div.sewise-player-ui div.controlbar ul.controlbar-btns li {
    padding-left: 10px;
}

.controlbar-btns-soundclose {
    display: none !important;
}

div.sewise-player-ui div.clarity-switch-btn {
    background: none !important;
}
/*排序*/
.live-sequence{
    position: absolute;
    top:0;
    bottom: 0;
    right:10px;
    /*width: 50px;*/
    height: 2.2em;
    line-height: 2.2em;
    font-size: 12px;
    color: #999999;
    max-width: 100px;
    margin: auto;
}
.live-sequence-img{
    width: 8px;
    height: 10px;
    margin-top: -2px;
}

/*时间轴*/
.time_line{
    /*margin-left:10px;*/
    border-left:1px solid #dddddd;
    /*margin-top:0;*/
    /*padding-top:20px;*/
    margin-top: 3px;
    padding-top: 16px ;
    padding-bottom: 14px ;
}
.time_content{
    position:relative;
    border-top:0;
    border-bottom:0;
}


.live_list {
    padding: 0px 10px;
    margin: 0px;
    background-color: #f6f6f6;
    /*padding-top: 15px;*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    /*border-top:1px solid #dddddd;*/

}
.am-list-live li {
    width: 100%;
    margin: 0px auto 6px auto;
    background-color: transparent;
    padding: 0px;
}

.live_user_head {
    /*float: left;*/
    /*width: 5%;*/
    /*padding-top: 8px;*/
    margin-left:10px;
    line-height:24px;
    font-size:12px;
    color:#888;
}
.live_content>span{/*时间*/
    margin-left:20px;
    line-height:24px;
    font-size:12px;
    color:#888;
    /*color:#13b7f6;*/
}
.live_content span:after{/*原点*/
    content:'';
    position:absolute;
    top:18px;
    left:-14px;
    width:3px;
    height:3px;
    background-color:var(--themeColor);
    border:1px solid var(--themeColor);
    border-radius:50%;
    border-top-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    box-sizing:content-box;
    display: block;
}

.live_user_head img {
    clear: both;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    margin: 0px;
    padding: 0px;
}

.live_content {
    /*float: right;*/
    /*margin-right:10px;*/
    /*width: 95%;*/
    background-color: transparent;
    /*margin-bottom: 10px;*/
    /*z-index: 1;*/
    /*margin-right: 2px;*/
    padding: 0px;
}

/*下拉刷新*/
.loading{
    color:#999999;
    /*font-size:90%;*/
    margin-bottom:0px;
    font-size: 13px!important;
    height: 2em;
}
/*直播&聊天室样式*/
.am-tabs-d2 .am-tabs-nav>.am-active a{
    /*z-index:1!important;*/
}
.am-tabs-bd .am-tab-panel.am-active{
    border:none;
}
#tabs{
    margin-left:0!important;
    margin-right:0!important;
    margin-top:0!important;
    margin-bottom:7px!important;
}
.am-tabs-d2 .am-tabs-nav>.am-active:after{
    border: 0!important;
}
.am-tabs-d2 .am-tabs-nav>.am-active a{
    color:var(--themeColor)!important;
    border-bottom: 1px solid var(--themeColor);
    /*height: 3.4rem*/
    /*bottom: 0.1rem;*/
    /*z-index:1200;*/
    /*position:relative;*/
}
.am-tabs-d2 .am-tabs-nav a{
    width:60px;
    color:#999999!important;
    border-bottom: 2px solid transparent;
    bottom:0px;
}

#img-live-head {
    position: absolute;
    /*top: -1px;*/
    left: 0px;
}

/*聊天室里ul第一个li*/
.am-list>li{
    padding:5px 0;
}
.am-list>li:first-child{
    border-top:0!important;

}
.am-tabs-d2 .am-tabs-nav{
    background-color:#ffffff;
    /*margin-bottom:-2px!important;*/
    /*z-index:1000;*/
}

.live_list ul li {
    /*border-bottom: 1px solid #dddddd;*/
}
.am-list-live li:last-child{
    margin-bottom: 0;
}

.live_title_info_left span{
    color:var(--themeColor);
}

.live_title_info {
    font-size: 100%;
    text-align:left;
    margin-bottom: 7px;
}

.live_list_title {
    color: var(--themeColor);
}

.live_list_name {
    color: var(--themeColor);
}

.live_list_time {
    color: #999999;
    /*font-size: 75%;*/
    /*display:inline-block;*/
}

.live_list_content {
    color: #333333;
    /*font-size: 95%;*/
    /*text-align:left;*/
    /*margin-top:3px;*/
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
    word-wrap: break-word;
}

.live_list_right_content {
    position: relative;
    border: 1px solid #dddddd;
    padding: 10px;
    padding-bottom: 9px;
    /*left: 16px;*/
    margin-left: 10px;
    border-radius: 2px;
    /*width: 94%;*/
    background-color: white;

}
.live_list_content *{max-width: 100%;white-space:pre-wrap}


.out {
    position: absolute;
    top: 15px;
    border-color: transparent #dddddd transparent transparent;
    border-style: dashed dashed solid dashed;
    border-width: 6px;
    left: -1px;
    z-index: 3;
}

.in {
    position: absolute;
    border-color: transparent #ffffff transparent transparent;
    border-style: dashed dashed solid dashed;
    border-width: 9px;
    top: -9px;
    left: -8px;
}

.live_list_image1 {
    width: 100%;
    padding: 5px 2px;
}

.live_list_image2 {
    width: 49%;
    padding: 5px 2px;
}

.live_list_image3 {
    width: 33%;
    padding: 5px 2px;
}

.live_list_video {
    width: 100%;
    padding: 5px 0px;
}
.live_list_video video {
    width: 100% !important;
    margin: 0 auto !important;
    display: block;
    z-index: 0;
}

.live_bottom_bar {
    text-align: center;
    vertical-align: middle;
    background-color: var(--themeColor);
    padding: 10px 0px;
    color: white;
}

.live_comment_tips {
    text-align: center;
    color: var(--themeColor);
    font-size: 100%;
    padding-top: 80px;
    /*border-top: 1px solid #dddddd;*/
}

.live_refresh_img {
    max-height: 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    float: right;
    position: absolute;
    margin-left: 15px;
}

/*登录*/
.nav_login {
    color: #000000;
}

.login_no_bg li {
    background-color: transparent;
    border: 0px;
}

.login_verify_change {
    color: cornflowerblue;
}

.login_verify_code {
    color: #00a0e9;
}

.login_forget {
    color: cornflowerblue;
    padding-right: 10px;
}

.login_register {
    color: cornflowerblue;
    padding-left: 10px;
}

.login_info_div {
    padding: 5px;
    border-bottom: 1px solid #d3d3d3;
}

.login_info_div span {
    float: right;
    color: #00a0e9;
    padding-top: 5px;
}

/*数字报*/
.epaper_layout_head {
    background-color: #eeeeee;
    padding: 10px 0px 5px 0px;
    text-align: center;
    margin: 0px;
}

.epaper_head_tab {
    color: black;
    padding: 5px 20px 5px 20px;
    margin: 0px;
}

.epaper_head_tab_split {
    color: #999999;
    font-size: 90%;
}

.epaper_head_paper {
    float: left;
    border: 0px;
}

.epaper_head_paper span {
    background-color: transparent;
    color: white;
    padding-right: 10px;
}

.epaper_head_date {
    float: right;
    margin: 0px 5px 0px 0px;
    background-repeat: no-repeat;
    background-position: -72px 0px;
    height: 24px;
    width: 24px;
}

.epaper_head_date span {
    background-color: transparent;
    color: var(--themeColor);
    padding-right: 10px;
}

.am-icon-calendar:before{
    color: #838383;
}
.am-icon-calendar-active:before{
    color: var(--themeColor);
}
.epaper_tab_active {
    /*border-bottom: 1px solid black;*/
    color: var(--themeColor);
}

.epaper_news_list {
    padding: 0px 20px 0px 20px;
}

.epaper_news_list ul li:first-child {
    border: 0px;
    background-color: transparent;
}

.epaper_news_list ul li {
    border-bottom: 0px;
    border-top: 1px solid #e9e9e9;
    background-color: transparent;
}

.epaper_news_list ul li a {
    color: #999999;
}

.epaper_sub_layout_info {
    padding: 0px;
    margin: 0px;
}

.epaper_list_title {
    font-size: 100%;
    padding: 10px 0px;
}

.epaper_date_list {
    float: right;
    color: var(--themeColor);
}

.epaper_date_paper {
    color: #333333;
    padding-left: 0px;
}

.epaper_date_date {
    color: #000000;
    padding-left: 10px;
}

.epaper_date_read {
    color: var(--themeColor);
    padding-left: 10px;
}

.epaper_dir_date {
    margin: 10px;
}

.epaper_dir_date span {
    padding: 5px;
    color: #333333;
}
.wxBottom{
    bottom:35px;
}
.am-slider-c3 .am-slider-counter {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    letter-spacing: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.am-slider-c3 .am-slider-counter .am-active {
    font-size: 10px;
    font-weight: 300;
}
.news_detail_content p{
    font-size: 17px!important;
    max-width: 100%;
    overflow: hidden;
}

/* 底部浮动打开或下载app条目 */
.bottom_open_app {

}

.bottom_open_app a:hover,
.bottom_open_app a:focus,
.bottom_open_app a:link,
.bottom_open_app a:visited {
    color: #FFFFFF;
}

/*大型投票样式*/
.vote_option_bottom {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 55px;
    z-index: 1012;
    text-align: center;
    background-color: var(--themeColor);
}

.vote_option_button {
}

.vote_topic_img img {
    width: 100%;
}

.vote_topic_description {
    font-size: 110%;
    padding: 5px 10px;
    color: #696969
}

.vote_topic_title h3 {
    font-size: 120%;
    padding: 5px 15px;
    margin: 0;
    font-weight: bold;
}

.vote_topic_description {
    font-size: 100%;
    color: #696969;
    padding: 5px 10px;
}

.vote_topic_description span {
    width: 100%;
    padding: 3px;
}

.vote_topic_search {
    /*padding: 10px 10px;*/
    position: relative;
    width:100%;
    padding: 3.2rem 1rem 2rem;
}

.input-vote-btn{
    /*position: absolute;*/
    /*display: inline-block;*/
    /*right:0;*/

}

.vote_topic_search input {
    padding: 10px;
    border-radius: 6px;
    border:none;
}



.vote_topic_search span {
    border: 0px;
}

.vote_topic_search_b {
    background-color: transparent;

}


.vote_topic_result_l {
    /*font-size: 90%;*/
    padding: 2px 10px 2px 25px;
    margin: 0;
    float: right;
    border: .05rem solid var(--themeColor);
    border-right: .05rem solid white;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    font-size: 1.2rem;
}

.vote_topic_result_r {
    font-size: 90%;
    padding: 2px 25px 2px 10px;
    margin: 0;
    float: left;
    border: .05rem solid var(--themeColor);
    border-left: 0px;
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    font-size: 1.2rem;
}

.vote_sort_btn_sel {
    color: white;
    background-color: var(--themeColor);
}

.vote_sort_btn_unsel {
    color: var(--themeColor);
    background-color: white;
}

.vote_topic_option {
    float: left;
    width: 50%;
    padding: 0px .5rem 1rem;
    /*border: 1px solid #e3e3e3;*/
}

.vote_topic_option img {
    width: 100%;
    /*padding: 2px;*/
}



.vote_topic_option_t {
    min-height: 5.4rem;
    max-height: 5.4rem;
    /*padding: 5px;*/
    padding:.7rem 1.2rem .4rem;
    overflow: hidden;
    font-size: 1.4rem;
    line-height:1.9rem;
}

.vote_topic_vote_c {
    /*float: left;*/
    width: 100%;
    padding: 0 1.2rem 1.8rem;
    margin: 0px;
}

.vote_topic_vote_c img{
    display: inline-block;
    border:0;
    width: 1.3rem;
    height: 1.35rem;
    margin-right:.8rem;
    vertical-align: middle
}
.vote_topic_vote_c span {
    font-size: 1.2rem;
    color: #999999;
    vertical-align: bottom;
}

.vote_topic_vote_img {
    padding: 0;
    margin: 0;
    position: absolute;
}
.vote_topic_option_close {
    float: right;
    padding: 5px;
}

.vote_topic_option_close img {
    width: 40px;
    height: 40px;
}

.vote_topic_option_tb {
    float: right;
}

.vote_topic_option_tb img {
    width: 100%;
}

.vote_topic_vote_name {
    color: white;
    padding-right: 10px;
}

.vote_topic_submit_div {
    width: 100%;
    margin: 0px auto;
    position: fixed;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
}
.div-vote-detail-alert{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 98%;
    margin-top: 10px;
    background: #f8f8f8; z-index: 10000;
    padding-bottom: 0px;
}

.vote_topic_submit {
    text-align: center;
    position: absolute;
    bottom: 35px;
    opacity: 1;
    z-index: 9999;
    background: var(--themeColor);
    color: #fff;
}

.vote_topic_ot img {
    width: 100%;
}

.vote_topic_ot h3 {
    font-size: 120%;
    padding: 0px 10px;
    margin: 0px;
}

.vote_detail_bar_vote {
    position: fixed;
    right: 0px;
    margin: 0px auto;
    bottom: 0px;
    width: 60px;
    height: 60px;
    opacity: 1;
    z-index: 1012;
}

.vote_detail_bar_vote div {
    float: right;
}

.vote_detail_bar_vote div img {
    float: right;
    width: 100%;
}

.vote_detail_bar_close {
    position: fixed;
    right: 0px;
    margin: 0px auto;
    top: 0px;
    width: 60px;
    height: 60px;
    opacity: 1;
    z-index: 1012;
}

.vote_detail_bar_close div {
    float: right;
    width: 40px;
    padding: 5px;
}

.vote_detail_bar_close div img {
    float: right;
    width: 100%;
    background-color: #000000;
    border-radius: 20px;
    opacity: 0.3
}

/*活动样式*/
.activity_image img {
    width: 100%;
    padding: 0px;
}

.activity_title {
    color: #666666;
    font-size: 110%;
    padding: 5px 5px;
}

.activity_time {
    color: #666666;
    font-size: 80%;
    padding: 0px 5px;
}
.div-invite-alert-container{
    margin: 10px;padding: 10px;width: 90%;position: relative;display: inline-block;vertical-align: middle;max-width: 100%;border-radius: 0;background: #f8f8f8;
}
/*邀请码样式*/
.am-thumbnail {
    background-color: transparent;
    border: none;
    margin-bottom: 8px;
    width: 43px;
    margin: 0px auto;
}

.share-description {
    color: #FFFFFF;
    font-size: 1.5rem;
    margin: 25px 10px 0px 10px;
    z-index: 1999;
}

.share-img-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
    margin: 0px auto;
    /*width: 100%;*/
}

.inviteNum-detail{
    color: #FFFFFF;
    font-size:80%;
    margin: 20px 30px 10px 30px;
}
.inviteNum-detail span{
    color:#e6d413;
}
.share-icon-li {
    font-size: 80%;
}

.share_icon_div {
    border: none;
}

.invite-input {
    border-radius: 5px;
    padding: 1.2em;
    line-height: 2;
    border: none;
}

.invite-input:active, .invite-input:hover, .invite-input:visited, .invite-input:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*邀请码分享出去页面*/
.code-share-container {
    width: 98%;
    margin: 0px auto;
    padding: 5px;
}

.code-share-top-img {
    margin: 26px auto 0px auto;
}

.code-share-desc {
    text-align: center;
    color: white;
    font-size: 120%;
    vertical-align: middle;
    margin-top: 20px;
}

.code-share-btn-down {
    border-radius: 4px;
    background-color: #f2dc11;
    color: black;
    margin: 45px auto 0px auto;
    text-align: center;
    display: block;
    padding: 15px 25px;
    border: none;
}

.code-share-btn-down:active, .code-share-btn-down:hover, .code-share-btn-down:visited, .code-share-btn-down:focus {
    background-color: #f2dc11;
    color: black;
}

.code-share-bottom-img {
    left: 0;
    right: 0;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    z-index: -10;
}

.alertvalueclass {
    color: #f2dc11;
}

/*用户积分记录*/
.container-top {
    padding: 20px 10px;
}

.score-des {
    color: #999999;
    font-size: 100%;
    background: none;
    border: none;
}

.score-des:hover, .score-des:active, .score-des:visited, .score-des:focus, .score-des:link {
    background: none;
    border: none;
}

.score-help {
    width: 20px;
    height: 20px;
    margin: 2px 5px 0px 5px;
    float: left;
}

.score-total {
    margin: 30px 5px 30px 0px;
    font-size: 200%;
    color: #13d7f6;
}

.score-btn-mall {
    color: white;
    width: 98%;
    margin: 10px auto 0px auto;
    padding: 8px 20px;
    display: block;
    font-size: 110%;
    background-color: #0dd17a;
    border: none;
    border-radius: 3px;
}

.score-btn-mall:active, .score-btn-mall:hover, .score-btn-mall:visited, .score-btn-mall:focus {
    background-color: #0dd17a;
    color: white;
}

.score-day-task-bg {
    background-color: #EDEDED;
    height: 30px;
    color: #999999;
}

.score-day-task-bg span {
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    color:var(--themeColor);
}

.score-day-task-div {
    border: none;
    padding: 0px;
}

.score-table {
    margin-bottom: 0px;
    border-right: none;
}

.score-td-left {
    text-align: left;
    border: none;
    padding-left: 10px;
    vertical-align: middle;
}

.score-rule {
    color: #333333;
    font-size: 110%;
    margin-bottom: 5px;
}

.score-description {
    margin-top: 0px;
    color: #999999;
    font-size: 80%;
}
.score-td-right {
    padding-left: 10px;
}
.score-td-right span:not(:first-child){
    color:#999999;
}
.score-finish-times {
    font-size: 130%;
    color: var(--themeColor);
}

/* 生活服务 */
.life_service_list {
    padding: 0px;
    margin: 0px;
}

.life_service_p {
    color: #333333;
    padding: 5px 20px;
    margin: 0px;
    background-color: #fff0f5;
}

.life_service_img {
    padding: 15px;
}

.life_service_img img {
    width: 60%;
}

.life_service_list ul {
    padding: 0px;
    margin: 0px;
}

.life_service_list ul li {
    border-right: 1px solid #fff0f5;
    border-bottom: 1px solid #fff0f5;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.life_service_list ul li a {
    color: #484848;
    margin: 0px;
    padding: 0px
}

/*我的问答服务*/
.div-ask-answer {
    padding: 0px;
}

.ask_detail_header {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #ededed;
}

.ask_tabs {
    border: 1px solid white;
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;

    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;

    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;

    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    width: 65%;
    margin: 0px auto 0px auto;
    border: none;
    line-height: 10px;
    padding: 5px 0px;
    background-color: #ededed;
    position: relative;
}

.am-tabs-default .am-tabs-nav > .am-active a {
    color: var(--themeColor) !important;
}

.ask_panel_left {
    color: #333333;
    background-color: transparent;
}

.am-tabs-default .am-tabs-nav > .am-active .ask_panel_left :hover,
.am-tabs-default .am-tabs-nav > .am-active .ask_panel_left:visited,
.am-tabs-default .am-tabs-nav > .am-active .ask_panel_left:link,
.am-tabs-default .am-tabs-nav > .am-active .ask_panel_left:focus {
    color: #333333;
    background-color: transparent;
    border-bottom: 1px solid var(--themeColor);
    padding: 0px;
}

.ask_panel_right {
    color: #333333;
    background-color: transparent;

}

.am-tabs-nav {
}

.am-tabs-default .am-tabs-nav > .am-active .ask_panel_right :hover,
.am-tabs-default .am-tabs-nav > .am-active .ask_panel_right:visited,
.am-tabs-default .am-tabs-nav > .am-active .ask_panel_right:link,
.am-tabs-default .am-tabs-nav > .am-active .ask_panel_right:focus {
    color: #333333;
    background-color: transparent;
    border-bottom: 1px solid var(--themeColor);
    padding: 0px;
}

.ask_comment_content {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    font-size: 120%;
    color: black;
}

.ask_comment_text {
    float: left;
    width: 100%;
    font-size: 80%;
    color: #999999;
    padding: 5px 10px 5px 9px;
    margin: 5px 5px 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.ask_comment_text_on {
    float: left;
    width: 100%;
    font-size: 80%;
    color: #999999;
    padding: 5px 10px 5px 9px;
    margin: 5px 5px 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ask_comment_cell {
    padding: 0px 0px
}

.ask_comment_cell li:first-child {
    border: 0px;
    margin-top: 0px;
}

.ask_comment_cell li {
    padding: 0px;
    border: none;
}

.ask_comment_nickname {
    color: var(--themeColor);
    font-size: 16px;
}

.ask_comment_time {
    color: #999999;
    font-size: 15px;
}

.ask_comment_face {
    float: left;
    margin: 8px 5px 5px 5px;
    background-repeat: no-repeat;
    background-position: -48px -66px;
    height: 48px;
    width: 48px;
    border-radius: 24px;
}

.ask_comment_info {
    float: left;
    margin: 5px 5px 5px 10px;
    width: 60%;
}

.ask_comment_info img {
    width: 100%;
}
.ask_comment_operation {
    width: 50px;
    height: 40px;
    float: right;
    margin: 10px 5px 5px 5px;
}

.ask_comment_praise_count {
    font-size: 100%;
    float: left;
    color: #999999;
}

.ask_divider {
    background-color: #EDEDED;
    height: 5px;
    margin: 5px 0px;
}

.ask_divider_no_answer {
    clear: both;
    background-color: #EDEDED;
    height: 5px;
    margin: 18px 0px 2px 0px;
}

/*我的问答*/

/*问答栏目列表*/
.div-container {
    height: 100%;
    overflow: hidden;
}

.div-header {
    position: relative;
}

.div-header-td {
    position: relative;
    overflow: hidden;
}

.div-header-td-img-bg {
    width: 100%;
    position: relative;
    vertical-align: bottom
}

.div-header-td-div {
    position: relative;
    width: 100%;
    height: 36px;
    z-index: 1;
    bottom: 34px;
    padding: 6px 30px;
    color: var(--themeColor);
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    font-size: 14px;
}

.div-header-td-div-focus {
    padding: 0px 7px 1px 7px;
    border: 1px solid var(--themeColor);
    float: right;
    border-radius: 3px;
    color: var(--themeColor);
    float:right;
}

.myAskPlusFocus {
    margin-right: 15px;
    font-size: 90%;
}
.div-header-p {
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    z-index: 3;
    line-height: 35px;
    text-align: center;
    top: 46px;
    margin: 5px 0px;
    font-size: 16px;
    padding: 0px 15px;
    color:#ffffff;
    text-shadow:#555555 0.5px 0.5px 0.5px;
}

.div-askContent {
    width: 100%;
    height: 38px;
    background-color: #f2f2f2;
    margin-top: 5px;
    line-height: 38px;
    padding: 0 11px;
    color: #999999;
}

.div-header-td-img-user-header {
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    border: 2px solid white;
    left: 0px;
    bottom: -15px;
    right: 0;
    margin: 0px auto;
    vertical-align: bottom;
    height:65px;
    width: 65px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.div-right-fixed {
    position: fixed;
    bottom: 30px;
    width:80px;
    z-index: 1012;
    right: 0px;
}

.div-right-fixed-content {
    float: right;
    color: #ffffff;
    font-size: 16px;
    width: 80px;
    height: 30px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background-color: var(--themeColor);
    padding: 0px 6px;
    color: white;
    display: block;
    vertical-align: middle;
    opacity: 0.8;
}

.div-right-fixed-content img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: 0px auto 0px auto;
    padding: 3px 3px 5px 5px;
    position: relative;
    top: 0px;

}

.div-right-fixed-content span {
    height: 30px;
    margin: auto;
    text-align: center;
    display: inline-block;
    line-height: 30px;
}

.span_description {
    font-size: 110%;
    text-align: left;
    color: #666666;
    display: inline-block;
    /*display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.span_description_on {
    font-size: 110%;
    text-align: left;
    color: #666666;
    display: inline-block;
    /*display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*具体某问答提问评论*/
.div-title {
    width: 100%;
    position: relative;
    height: 45px;
}

.div-title-text {
    position: absolute;
    top: 10px;
    width: 100%;
    padding:0px 15px;
    color:#ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    text-shadow:#555555 0.5px 0.5px 0.5px;
}

.comment-footer {
    background-color: #e0e0e0;
    height: 46px;
}

.comment-footer .am-input-group-label {
    background-color: transparent !important;
    border: none !important;
}

.comment-footer input {
    width: 230px !important;
    height: 35px !important;
    border-radius: 30px !important;
}
/*问吧标题内容*/
.span_tetle{
    margin-top:5px;
    font-size:95%;
    text-align:left;
    display:block;
    color:#333333;
    /*overflow:hidden;*/
    /*text-overflow:ellipsis;*/
    /*white-space:nowrap;*/
}


/*顶部导航＋底部导航的首页样式*/
.top-nav-header {
    background-color: #0069bc;
    height: 45px;
    width: 100%;
    top: 0;
    left: 0;
}

.top-nav-header-logo {
    text-align: center;
    height: 45px;
}

.top-nav-header-logo img {
    height: 45px;
}

.top-nav-header-logo span {
    height: 45px;
    line-height: 45px;
    color: white;
    font-size: 110%;
    vertical-align: middle;
    text-align: center;
}

.top-nav-header-back {
    padding: 0px;
    margin: 0px;
}

.top-nav-header-back img {
    float: left;
    width: 45px;
    height: 45px;
    padding: 8px;
}

.top-column-nav {
    padding: 5px 4px;
    color: black;
    background-color: #f6f6f6;
    width: 100%;
    padding: 0px;
    margin: auto 0px;
    height: 40px;
    vertical-align: middle;
    overflow: hidden;
}

.top-column-nav ul {
    padding: 0px;
    margin: 0px;
    line-height: 40px;
    height: 40px;
}

.top-column-nav li {
    line-height: 40px;
    height: 40px;
    margin: 0px;
    text-align: center;
    font-size: 100%;
    vertical-align: middle;
    display: inline-block;
}

.top-column-nav-select {
    padding: 5px 4px;
    color: white;
    background-color: #0069bc;
    border-radius: 3px;

    width: 100%;
    margin: auto 0px;
    height: 40px;
    vertical-align: middle;
    overflow: hidden;
}

.top-column-nav:hover, .top-column-nav:focus {
    color: black;
    text-decoration: none;
}

.top-column-nav-select:hover, .top-column-nav-select:focus {
    color: white;
    text-decoration: none;
}

.top-column-nav-more {
    color: #0069bc;
    font-size: 150%;
    position: absolute;
    top: 40px;
    right: 4px;
    float: right;
    display: block;
}

.content-div {
    border-top: 1px solid #0069bc;
}

.bottom-column {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    z-index: 1011;
}

.bottom-column ul {
    margin: 0px;
    padding: 0;
    height: 100%;
}

.bottom-column ul li {
    float: left;
    height: 100%;
    color: black;
    text-align: center;
    font-size: 110%;
    display: inline-block;
    line-height: 100%;
    background-color: #FFFFFF;

}

.bottom-column-span {
    vertical-align: middle;
    height: 55px;
    text-align: center;
    line-height: 55px;
    display: inline-block;
    width: 100%;
    color: black;
    border-right: 1px solid #eeeeee;
    border-bottom: 7px solid white;
}

.bottom-column-span:hover,
.bottom-column-span:visited,
.bottom-column-span:link,
.bottom-column-span:focus {
    color: #0069bc;
}

.bottom-column-span-sel {
    vertical-align: middle;
    height: 55px;
    text-align: center;
    line-height: 55px;
    display: inline-block;
    width: 100%;
    color: #0069bc;
    border-right: 1px solid #eeeeee;
    border-bottom: 4px solid #0069bc;
}

.wx_news_detail_related_title {
    min-height: 30px;
    font-size: 100%;
    color: #333333;
    width: 98%;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wx_related_header {
    display: inline;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.wx_related_header span {
    font-size: 100%;
    color: #666666;
    display: block;
    float: left;
    padding-top: 6px;
}

.wx_related_header img {
    width: 35px;
    height: 35px;
    float: left;
    margin-left: 10px;
}

.wx_news_detail_related_ul {
    padding: 5px 5px;
    clear: both;
    border: 1px solid #adb1b4;
    margin: 5px 10px 0px 10px;
    border-radius: 3px;
}

.wx_news_detail_related_ul li {
    padding: 0px 5px;
    border: none;
    font-size: 90%;
    color: #666666;
}
.my-voice{
    overflow: hidden;margin:25px 10px 0 10px;padding:15px 10px;border:1px solid #eeeeee;
}
.voice_img{
    width: 38px;height: 38px; margin-top: 10px 10px 0 0;float:left;
}
.voice_title{
    float:left;
    margin-left:20px;
    width:205px;
    margin-top:5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.voice_time {
    width: 60px;
    float:right;
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
}

/*积分排行*/
.am-u-sm-4{
    text-align: center;
    padding:0;
    margin:0;
}
.score-header{
    width:100%;
    margin: 10px 0 10px 0;
}
.score-header tr td{
    text-align: center;
    border:none!important;
}
.score-header .am-g{
    position:relative;
}
.score-header .am-g div{
    position: relative;
    bottom: 0;
}
.score-header-second{
    width:70%;
    border-radius: 50%;
    border:2px solid #fa8e41;

}
.score-order-type-sel{
    color:var(--themeColor);;
    border-bottom: 2px solid var(--themeColor);
}
.score-order-type{
    color:#999999;
    border-bottom: 0px solid #eeeeee;
}
.score-my-info-dot{
    color:var(--themeColor);
    font-size: 0.8rem;
    margin:0 1px 0px 1px;
    vertical-align: middle;
}
.score-my-info-nk{
    color:#666666;
    font-size:91%;
    padding:5px 5px 5px 0;
}
.score-task{
    float:right;
    font-size:89%;
    padding:3px 8px 1px 8px;
    /*margin-right:15px;*/
    color:var(--themeColor);
    border:1px solid var(--themeColor);
    border-radius:20px;
    text-align:center;
    line-height:19px;
}
.score-task a{
    color:var(--themeColor);
}
.score-header-nk{
    color:#f4ba3c;
    padding-bottom:0!important;
    font-size:90%;
    height:100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
.score-header-rank{
    color:#ffffff;
    background-color:#fb7c21;
    width:23px;
    height:23px;
    line-height:19px;
    border:2px solid #fb7c21;
    border-radius:50%;
    position:absolute;
    left:41%;
    bottom:-10%;
    padding:0px;
    margin:0px;
    font-size:90%;
    font-weight:bold;
}
.score-header-score{
    padding:0!important;
    color:#999999;
    font-size:90%;
}
/*每日任务*/
.am-table-bordered>tbody>tr:first-child>td, .am-table-bordered>tbody>tr:first-child>th{
    padding:9px!important;
}

/*我的问答新*/
.my_askPlus {
    padding-left: 10px;
    overflow: hidden;
}

.my_askPlus div {
    float: left;
    display: inline-block;
}

.my_askPlus span {
    font-size: 90%;
}
.my_askPlus div:first-child {
    margin-right: 35px;
}

.my_askPlusContent {
    margin: 10px;
    background-color: #eeeeee;
}

.my_askPlusContent div {
    padding: 5px 10px;
}

.my_askPlusStatus div {
    text-align: right;
    padding-right: 12px;
    font-size: 90%;
    color: var(--themeColor);
}
/*我的问答*/
/*我的关注*/
.ask_comment_user {
    padding-left: 90px;
    margin: 8px 0px;
    height: 26px;
}

.ask_comment_user p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.ask_comment_user p span {
    font-size: 90%;
    color: #999999;
}
.ask_comment_img {
    width: 100%;
}

.ask_comment_img_face {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 12px;
    border: 1px solid #ffffff;
}

.ask_comment_title {
    width: 100%;
    padding: 10px 10px;
    color: #333333;
    font-size: 100%;
}

.am-list-item-desced-tip {
    text-align: center;
}

.am-list-item-desced-tip div {
    text-align: center;
}

.am-list-item-desced-tip div:first-child {
    margin-top: 100px;
}

.am-list-item-desced-tip div:last-child {
    font-size: 110%;
    margin-top: 10px;
}

#tipShow {
    display: none;
}

#tapShow {
    display: none;
}
/*没有提问和关注*/
#askInfoList {
    display: none;
}
.question_header {
    color: #999999;
    padding: 0px;
    padding-left: 85px;
    margin: 10px 0px;
}

.question_header p {
    margin: 0px !important;
}

.question_img {
    width: 100%;
    position: relative;
}

.question_img_user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 12px;
    border: 1px solid #ffffff;
}

.question_img_btn {
    position: absolute;
    bottom: 10px;
    right: 13px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: var(--themeColor);
    color: #ffffff;
    font-size: 85%;
    border-radius: 3px;
    text-align: center;
}

.question_nav {
    padding-left: 10px;
}

.question_nav p {
    margin: 10px;
}

.askInfoListTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.askAuthorName {
    color: #333333;
    font-size: 103%;
    width: 60px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;

}

/*导航*/
.column_style{
    overflow-x:scroll;
    scrollbar-face-color:#B3DDF7;
    scrollbar-shadow-color:#B3DDF7;
    scrollbar-highlight-color:#B3DDF7;
    scrollbar-3dlight-color:#EBEBE4;
    scrollbar-darkshadow-color:#EBEBE4;
    scrollbar-track-color:#F4F4F0;
    scrollbar-arrow-color:#000000;
    width:100%;
    height:30px;
    font-size:120%;
}
.td-column a{
    color: black;
    padding: 0px;
}
/*弹框提示*/

#my-alert .am-modal-dialog {
    width: 270px !important;
}

#myAlert .am-modal-dialog {
    width: 270px !important;
}

#my-alert .am-modal-dialog {
    width: 270px;
}

#my-alert .am-modal-btn {
    background-color: #37de93;
    color: #ffffff;
}



#myAlert .am-modal-btn {
    background-color: #37de93;
    border-radius: 10px;
    color: #ffffff;
}

#myAlert .am-modal-btn:first {
    margin-right: 10px !important;
}
/*图片模糊处理*/
.blur{
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */

    -webkit-filter: blur(2px); /* Chrome, Opera */
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}

/*首页版权显示*/
.list_copyRight{
    margin-top:30px;
    background-color: var(--themeColor);
    color:#ffffff;
    font-size: 14px;

}
.list_copyRight p{
    margin:3px auto;
    text-align:center;
}
.copyRight_hide{
    display: none;
}
/*邀请码底部固定*/
.invite_code_footer{
    width: 100%;
    position:fixed;
    bottom:0;
    height:100px;
}
#img-invite-share {
    object-fit: cover;
    object-position: center;
}
/*底部声明*/
.news_states{
    color:#666666;
    background-color:#efefef;
    font-size: 14px;
    padding:10px;
    /*margin-top:30px;*/
}
.content-padding{
    padding-bottom:110px;
}


#my-voice-play{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*活动*/
.div_active {
    width: 100%;
    margin: 0px auto;
    position: fixed;
    /*left: 0;*/
    right: 7px;

    width: 56px;
    height: 56px;
    bottom: 6rem;
    padding-bottom: 10px;
}

.submit_active_btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    /*background-color: var(--themeColor);*/
    /*color: #ffffff;*/
    text-align: center;
    line-height: 70px;

    font-size: 18px;
    margin: 0px auto;
}

.submit_active_btn_clicked {

    /*width: 80px;*/
    /*height: 80px;*/
    /*border-radius: 40px;*/
    /*background-color: #d2d2d2;*/
    /*color: #ffffff;*/
    /*text-align: center;*/
    /*line-height: 80px;*/
    /*line-height: 80px;*/
    /*font-size: 20px;*/
}

.div_active img {
    margin: 0px auto;
    padding: 0px;
}


.index_body {
    overflow-y: hidden;/*为了兼容普通PC的浏览器*/

    height: 100%;
    position: fixed;
}

.news_comment_cell>li:last-child {
    border-bottom:1px solid #dddddd!important;
}
.am-list-live>li{
    padding: 0;
}
.am-list-live>li:last-child{
    margin-bottom: 0px !important;
}


/*news_detail 订阅*/
.sub-banner{
    width: 100%;
    height: 25px;
    color: #333333;
    font-size: 13px;
    margin: 22px auto;
}

.sub-img{
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 15px;
}
.sub-img img{
    float: left;
    width:100%;
    height:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sub-name{
    float: left;
    width:50%;
    margin-left: 9px;
    line-height: 25px;
    overflow: hidden;
}

.sub-change{
    float: right;
    display: inline-block;
    width: 50px;
    /*height: 23px;*/
    margin-right: 16px;
    line-height: 1;
    font-size: 12px;
    text-align: center;
    border: .5px solid #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*margin-top: 1px;*/
    padding: 5px 0;
}


.newsListController .am-list>li,.columnViewController .am-list>li{
    padding:0;
}
.img-box {
    position: relative;
    margin: 10px auto 5px;
    /*z-index: -1;*/
}

.img_loading {
    /*display: block;*/
    /*!*margin: 10px auto;*!*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*width: 100%;*/
    /*height: 100%;*/
    background-color: #eee !important;
    /*border: 1px solid #eeedeb;*/
    background-size: 15px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image: url(data:image/gif;base64,R0lGODlhgACAAKIAAP///93d3bu7u5mZmQAA/wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBQAEACwCAAIAfAB8AAAD/0i63P4wygYqmDjrzbtflvWNZGliYXiubKuloivPLlzReD7al+7/Eh5wSFQIi8hHYBkwHUmD6CD5YTJLz49USuVYraRsZ7vtar7XnQ1Kjpoz6LRHvGlz35O4nEPP2O94EnpNc2sef1OBGIOFMId/inB6jSmPdpGScR19EoiYmZobnBCIiZ95k6KGGp6ni4wvqxilrqBfqo6skLW2YBmjDa28r6Eosp27w8Rov8ekycqoqUHODrTRvXsQwArC2NLF29UM19/LtxO5yJd4Au4CK7DUNxPebG4e7+8n8iv2WmQ66BtoYpo/dvfacBjIkITBE9DGlMvAsOIIZjIUAixliv9ixYZVtLUos5GjwI8gzc3iCGghypQqrbFsme8lwZgLZtIcYfNmTJ34WPTUZw5oRxdD9w0z6iOpO15MgTh1BTTJUKos39jE+o/KS64IFVmsFfYT0aU7capdy7at27dw48qdS7eu3bt480I02vUbX2F/JxYNDImw4GiGE/P9qbhxVpWOI/eFKtlNZbWXuzlmG1mv58+gQ4seTbq06dOoU6vGQZJy0FNlMcV+czhQ7SQmYd8eMhPs5BxVdfcGEtV3buDBXQ+fURxx8oM6MT9P+Fh6dOrH2zavc13u9JXVJb520Vp8dvC76wXMuN5Sepm/1WtkEZHDefnzR9Qvsd9+/wi8+en3X0ntYVcSdAE+UN4zs7ln24CaLagghIxBaGF8kFGoIYV+Ybghh841GIyI5ICIFoklJsigihmimJOLEbLYIYwxSgigiZ+8l2KB+Ml4oo/w8dijjcrouCORKwIpnJIjMnkkksalNeR4fuBIm5UEYImhIlsGCeWNNJphpJdSTlkml1jWeOY6TnaRpppUctcmFW9mGSaZceYopH9zkjnjUe59iR5pdapWaGqHopboaYua1qije67GJ6CuJAAAIfkEBQUABAAsCgACAFcAMAAAA/9Iutz+ML5Ag7w46z0r5WAoSp43nihXVmnrdusrv+s332dt4Tyo9yOBUJD6oQBIQGs4RBlHySSKyczVTtHoidocPUNZaZAr9F5FYbGI3PWdQWn1mi36buLKFJvojsHjLnshdhl4L4IqbxqGh4gahBJ4eY1kiX6LgDN7fBmQEJI4jhieD4yhdJ2KkZk8oiSqEaatqBekDLKztBG2CqBACq4wJRi4PZu1sA2+v8C6EJexrBAD1AOBzsLE0g/V1UvYR9sN3eR6lTLi4+TlY1wz6Qzr8u1t6FkY8vNzZTxaGfn6mAkEGFDgL4LrDDJDyE4hEIbdHB6ESE1iD4oVLfLAqPETIsOODwmCDJlv5MSGJklaS6khAQAh+QQFBQAEACwfAAIAVwAwAAAD/0i63P5LSAGrvTjrNuf+YKh1nWieIumhbFupkivPBEzR+GnnfLj3ooFwwPqdAshAazhEGUXJJIrJ1MGOUamJ2jQ9QVltkCv0XqFh5IncBX01afGYnDqD40u2z76JK/N0bnxweC5sRB9vF34zh4gjg4uMjXobihWTlJUZlw9+fzSHlpGYhTminKSepqebF50NmTyor6qxrLO0L7YLn0ALuhCwCrJAjrUqkrjGrsIkGMW/BMEPJcphLgDaABjUKNEh29vdgTLLIOLpF80s5xrp8ORVONgi8PcZ8zlRJvf40tL8/QPYQ+BAgjgMxkPIQ6E6hgkdjoNIQ+JEijMsasNY0RQix4gKP+YIKXKkwJIFF6JMudFEAgAh+QQFBQAEACw8AAIAQgBCAAAD/kg0PPowykmrna3dzXvNmSeOFqiRaGoyaTuujitv8Gx/661HtSv8gt2jlwIChYtc0XjcEUnMpu4pikpv1I71astytkGh9wJGJk3QrXlcKa+VWjeSPZHP4Rtw+I2OW81DeBZ2fCB+UYCBfWRqiQp0CnqOj4J1jZOQkpOUIYx/m4oxg5cuAaYBO4Qop6c6pKusrDevIrG2rkwptrupXB67vKAbwMHCFcTFxhLIt8oUzLHOE9Cy0hHUrdbX2KjaENzey9Dh08jkz8Tnx83q66bt8PHy8/T19vf4+fr6AP3+/wADAjQmsKDBf6AOKjS4aaHDgZMeSgTQcKLDhBYPEswoA1BBAgAh+QQFBQAEACxOAAoAMABXAAAD7Ei6vPOjyUkrhdDqfXHm4OZ9YSmNpKmiqVqykbuysgvX5o2HcLxzup8oKLQQix0UcqhcVo5ORi+aHFEn02sDeuWqBGCBkbYLh5/NmnldxajX7LbPBK+PH7K6narfO/t+SIBwfINmUYaHf4lghYyOhlqJWgqDlAuAlwyBmpVnnaChoqOkpaanqKmqKgGtrq+wsbA1srW2ry63urasu764Jr/CAb3Du7nGt7TJsqvOz9DR0tPU1TIA2ACl2dyi3N/aneDf4uPklObj6OngWuzt7u/d8fLY9PXr9eFX+vv8+PnYlUsXiqC3c6PmUUgAACH5BAUFAAQALE4AHwAwAFcAAAPpSLrc/m7IAau9bU7MO9GgJ0ZgOI5leoqpumKt+1axPJO1dtO5vuM9yi8TlAyBvSMxqES2mo8cFFKb8kzWqzDL7Xq/4LB4TC6bz1yBes1uu9uzt3zOXtHv8xN+Dx/x/wJ6gHt2g3Rxhm9oi4yNjo+QkZKTCgGWAWaXmmOanZhgnp2goaJdpKGmp55cqqusrZuvsJays6mzn1m4uRAAvgAvuBW/v8GwvcTFxqfIycA3zA/OytCl0tPPO7HD2GLYvt7dYd/ZX99j5+Pi6tPh6+bvXuTuzujxXens9fr7YPn+7egRI9PPHrgpCQAAIfkEBQUABAAsPAA8AEIAQgAAA/lIutz+UI1Jq7026h2x/xUncmD5jehjrlnqSmz8vrE8u7V5z/m5/8CgcEgsGo/IpHLJbDqf0Kh0ShBYBdTXdZsdbb/Yrgb8FUfIYLMDTVYz2G13FV6Wz+lX+x0fdvPzdn9WeoJGAYcBN39EiIiKeEONjTt0kZKHQGyWl4mZdREAoQAcnJhBXBqioqSlT6qqG6WmTK+rsa1NtaGsuEu6o7yXubojsrTEIsa+yMm9SL8osp3PzM2cStDRykfZ2tfUtS/bRd3ewtzV5pLo4eLjQuUp70Hx8t9E9eqO5Oku5/ztdkxi90qPg3x2EMpR6IahGocPCxp8AGtigwQAIfkEBQUABAAsHwBOAFcAMAAAA/9Iutz+MMo36pg4682J/V0ojs1nXmSqSqe5vrDXunEdzq2ta3i+/5DeCUh0CGnF5BGULC4tTeUTFQVONYAs4CfoCkZPjFar83rBx8l4XDObSUL1Ott2d1U4yZwcs5/xSBB7dBMBhgEYfncrTBGDW4WHhomKUY+QEZKSE4qLRY8YmoeUfkmXoaKInJ2fgxmpqqulQKCvqRqsP7WooriVO7u8mhu5NacasMTFMMHCm8qzzM2RvdDRK9PUwxzLKdnaz9y/Kt8SyR3dIuXmtyHpHMcd5+jvWK4i8/TXHff47SLjQvQLkU+fG29rUhQ06IkEG4X/Rryp4mwUxSgLL/7IqFETB8eONT6ChCFy5ItqJomES6kgAQAh+QQFBQAEACwKAE4AVwAwAAAD/0i63A4QuEmrvTi3yLX/4MeNUmieITmibEuppCu3sDrfYG3jPKbHveDktxIaF8TOcZmMLI9NyBPanFKJp4A2IBx4B5lkdqvtfb8+HYpMxp3Pl1qLvXW/vWkli16/3dFxTi58ZRcChwIYf3hWBIRchoiHiotWj5AVkpIXi4xLjxiaiJR/T5ehoomcnZ+EGamqq6VGoK+pGqxCtaiiuJVBu7yaHrk4pxqwxMUzwcKbyrPMzZG90NGDrh/JH8t72dq3IN1jfCHb3L/e5ebh4ukmxyDn6O8g08jt7tf26ybz+m/W9GNXzUQ9fm1Q/APoSWAhhfkMAmpEbRhFKwsvCsmosRIHx444PoKcIXKkjIImjTzjkQAAIfkEBQUABAAsAgA8AEIAQgAAA/VIBNz+8KlJq72Yxs1d/uDVjVxogmQqnaylvkArT7A63/V47/m2/8CgcEgsGo/IpHLJbDqf0Kh0Sj0FroGqDMvVmrjgrDcTBo8v5fCZki6vCW33Oq4+0832O/at3+f7fICBdzsChgJGeoWHhkV0P4yMRG1BkYeOeECWl5hXQ5uNIAOjA1KgiKKko1CnqBmqqk+nIbCkTq20taVNs7m1vKAnurtLvb6wTMbHsUq4wrrFwSzDzcrLtknW16tI2tvERt6pv0fi48jh5h/U6Zs77EXSN/BE8jP09ZFA+PmhP/xvJgAMSGBgQINvEK5ReIZhQ3QEMTBLAAAh+QQFBQAEACwCAB8AMABXAAAD50i6DA4syklre87qTbHn4OaNYSmNqKmiqVqyrcvBsazRpH3jmC7yD98OCBF2iEXjBKmsAJsWHDQKmw571l8my+16v+CweEwum8+hgHrNbrvbtrd8znbR73MVfg838f8BeoB7doN0cYZvaIuMjY6PkJGSk2gClgJml5pjmp2YYJ6dX6GeXaShWaeoVqqlU62ir7CXqbOWrLafsrNctjIDwAMWvC7BwRWtNsbGFKc+y8fNsTrQ0dK3QtXAYtrCYd3eYN3c49/a5NVj5eLn5u3s6e7x8NDo9fbL+Mzy9/T5+tvUzdN3Zp+GBAAh+QQJBQAEACwCAAIAfAB8AAAD/0i63P4wykmrvTjrzbv/YCiOZGmeaKqubOu+cCzPdArcQK2TOL7/nl4PSMwIfcUk5YhUOh3M5nNKiOaoWCuWqt1Ou16l9RpOgsvEMdocXbOZ7nQ7DjzTaeq7zq6P5fszfIASAYUBIYKDDoaGIImKC4ySH3OQEJKYHZWWi5iZG0ecEZ6eHEOio6SfqCaqpaytrpOwJLKztCO2jLi1uoW8Ir6/wCHCxMG2x7muysukzb230M6H09bX2Nna29zd3t/g4cAC5OXm5+jn3Ons7eba7vHt2fL16tj2+QL0+vXw/e7WAUwnrqDBgwgTKlzIsKHDh2gGSBwAccHEixAvaqTYcFCjRoYeNyoM6REhyZIHT4o0qPIjy5YTTcKUmHImx5cwE85cmJPnSYckK66sSAAj0aNIkypdyrSp06dQo0qdSrWq1atYs2rdyrWr169gwxZJAAA7) !important;
}

.hztt-font-size p,.hztt-font-size div{
    font-size: 18px!important;
}

/* 微信稿件 去掉内容里标题及媒体信息 */
.rich_media_title ,.rich_media_meta_list{
    display: none!important;
}
.am-figure-default img{
    margin: 0 auto;
}

.am-pureview{
    z-index: 999999;
}
/*cms查看提示 此为临时链接，仅用于预览，将在短期内失效*/
.invalid_msg {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 32px 10px 15px;
    z-index: 999991;
    background-color: #c6e0f8;
    color: #888;
    font-size: 12px;
    text-align: left;
}
.news_detail_mobile .invalid_msg{
    position: fixed;
}
.invalid_msg .invalid_closed {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWBAMAAAA2mnEIAAAAIVBMVEUAAACJiYmJiYmPj4+IiIiJiYmJiYmJiYmJiYmJiYmIiIjOzIpuAAAACnRSTlMA2xoQ58smco1cxA8zVAAAAHFJREFUGNNNjbEJgDAUBR8KailiZaWNdRSnsFKyQgZwFFdIYZMpJf8QfNXjrjjJiZVS04mFS0sc7Vb7oWLowI+Tpjga9hICbAKMACNmw4jeMCJlzEKyBsnTGiRX4iSJkyROEkESAUZsGZtoVfsvfuu3Fx6iGyEAY5nMAAAAAElFTkSuQmCC) no-repeat 0 0;
    width: 11px;
    height: 11px;
    vertical-align: middle;
    display: inline-block;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    color: #576b95;
    text-decoration: none;
}
.news_comment_login{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    line-height: 3.4;
    background: rgba(0,0,0,0.2);
}
.news_comment_login button{
    border-radius: 3px;
    padding: 5px;
    margin: 5px 0px;
    width: 107px;
    font-size: 1.5rem;
}

/* ========= begin 原创标签显示 ========= */
.news_list_group_info,.news_list_info{
    font-size: 11px;
}
.is-copyright-hint{
    padding: .5px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: .5px solid var(--themeColor);
    color: var(--themeColor);
    /*margin-right: 2px;*/
    font-size: 10px;
    margin-right: 5px;
    height: auto;
}
.is-copyright-hint-slider {
    /*font-size: 11px;*/
    padding: .5px 2px;
}


/* ========= end  原创标签显示 =========  */

.gray-filter-html {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}


