﻿html.app *.app-invisible {
    display: none;
}

html *.app-visible {
    display: none;
}

html.app *.app-visible {
    display: block;
}

html.app #commentsform {
    display:none;
}

html#story.app body {
    margin-top: 0;
}

html.app .about-banner {
    margin-top:0px;
}

html.app *.app-visible {
    display: block;
}

@media only screen and (max-width: 750px) {
    html#story.app body {
        margin-top: 0;
    }

    html.app .about-banner {
        margin-top:0px;
    }
}

body {
}

/*首页顶部大图*/
.superlede .superlede-cover {
    position: relative;
}

    .superlede .superlede-cover img {
        width: 100%;
        height: 100%;
        position: absolute;
        /*left:-50%;*/
    }
/*新闻无图片时样式*/
.list-card-text.noimg {
    width: 100%;
}
/*summary*/
/*.top-story h3 {
     letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}*/
.top-story .summary {
    /*letter-spacing: 1px;*/
    overflow: hidden;
    /*display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;*/
    word-break: break-all;
    word-wrap: break-word;
    word-break: normal;
    font-size: 1.5rem;
    color: #111;
    /*max-height: 82px;*/
}

    .top-story .summary p {
        margin-bottom: 0;
        word-wrap: break-word;
        word-break: normal;
        font-size: 1.5rem;
        color: #111;
    }

.list-story .list-card-text .summary {
    overflow: hidden;
    /*display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;*/
    word-break: break-all;
    word-wrap: break-word;
    word-break: normal;
    font-size: 1.5rem;
    color: #111;
    max-height: 82px;
}

    .list-story .list-card-text .summary p {
        margin-bottom: 0;
        word-wrap: break-word;
        word-break: normal;
        font-size: 1.5rem;
        color: #111;
    }
/*.list-story .list-card-thumb img {
height:270px;
}*/


@media only screen and (max-width: 750px) {
    .top-story .summary {
        display: none;
    }

    .list-story .list-card-text .summary {
        display: none;
    }
}

/*详情页：内容图片*/
#story .content img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width:100%;
    height: auto;
}

#story .content a {
    color: #337ab7;text-decoration:underline
}

#story .content video {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
    /*width: 100%;*/
    background-color: #000;
    z-index: 0;
}
#story .content > div:first-child video {
    margin-top:20px;
}

#story .author {
    margin-right: 0rem;
}
/*#story .authorList .author:last-child .dh{
    display:none;
    }*/

.list-story .story-info {
    margin-bottom: .8rem;
}



/*详情页-相关新闻*/
.keywords .key:last-child .keydh {
    display: none;
}

.keywords {
    display: none;
}

.topNewsTen {
    display: none;
}

.author-cover .contacts-wrapper a:hover {
    color: #da1c5c;
}

/*.noSearch {
    padding-bottom:2rem;
}*/
.SearchStory {
    display: none;
}

    .SearchStory:first-child {
        display: block;
    }


/*分享 start*/
body .jiathis_top {
    display: block;
    position: absolute;
    left: 50%;
    float: left;
    margin-left: 500px;
    width: 4rem;
    margin-top: 0;
}

body .container.active .jiathis_top {
    display: block;
}

@media only screen and (max-width: 1200px) {
    body .jiathis_top,
    body .container.active .jiathis_top {
        display: none;
    }
}

#story .pix-container {
    text-align: center;
    margin-top:2rem;
}

#story .pix-wrapper {
    display: block;
    margin: 0 auto;
}

#story .content .caption {
    text-align: left;
}
    #story .content .caption p {
    font-size:14px;
    }

#story .content iframe.embed-load {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

#story .content embed {
    display: block;
    margin: 0 auto;
    max-width:100%;
    margin-bottom: 10px;
}

#story .content iframe {
    display: block;
    margin: 0 auto;
    max-width:100%;
    margin-bottom: 10px;
}

#story .content ul li {
    list-style:outside;
        font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
#story .content ol li {
    list-style:decimal;
        font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

#story .content h3 {
    margin-top:2rem;
}

#story .content .gallery {
	position: relative;
}

#story .content .gallery_index {
	font-size: 16px;
	color: #fff;
	background-color: #000;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	display: none;
}
#story .content .gallery-container ul{
    display:none;
}

/*分享 end*/

.list-card-thumb .tag-wrapper .glyphicon {
    display: none;float:left;
}

.list-card-thumb .tag-wrapper-videoCount-1 .glyphicon.glyphicon-facetime-video {
    display: block;
}

.list-card-thumb .tag-wrapper-imageCount-1 .glyphicon.glyphicon-camera {
    display: block;
}

.list-card-thumb .tag-wrapper-pollCount-1 .glyphicon.glyphicon-equalizer {
    display: block;
}


.tag-wrapper .glyphicon {
    display: none;
    float:left;
}

.tag-wrapper.tag-wrapper-video .glyphicon.glyphicon-facetime-video {
    display: block;
}
/*.tag-wrapper.tag-wrapper-embed .glyphicon.glyphicon-facetime-video {
    display: block;
}*/
.tag-wrapper.tag-wrapper-image .glyphicon.glyphicon-camera {
    display: block;
}
.tag-wrapper.tag-wrapper-poll .glyphicon.glyphicon-equalizer {
    display: block;
}


.m-quote {
    position: relative;
}

.m-quote-boder-left {
    float: none;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
}

.container-split {
    background:#ccc;margin-bottom:2rem;height:1px;
}

.poll-box 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 100%;
    background: #FFf;
	/*margin: 10px auto;*/
	padding:10px;
}
.poll-box *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.poll-box ul 
{
    margin-top: 0;
    margin-bottom: 10px;
	list-style-type: none;
	font-size: .95em;
	color: #111;
    padding: 0px;
}
#story .content .poll-box li
{
    list-style-type: none;
	margin: .2em;
	border-bottom:solid 1px #eaeaea;
    padding:0px;
}
#story .content .poll-box .poll-summary p {
    margin:10px 0;
    font-weight:700;
}

.poll-box .poll-option 
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin-left:0px;
	width: 50%;
	float: left;
	padding-top: 1em;
	padding-right: 1em;
	font-size:.95em;
	font-weight:normal;
}
.poll-box .radio, .poll-box .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.poll-box input, .poll-box button, .poll-box select, .poll-box textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.poll-box input {
    line-height: normal;
}
.poll-box button, .poll-box input, .poll-box optgroup, .poll-box select, .poll-box textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.poll-box .checkbox {
     width: 15px;
     height: 15px;
     display: block;
     clear: left;
     float: left;
}
.poll-box input[type=checkbox], .poll-box input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.poll-box input[type=radio], .poll-box input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.poll-box .poll_result_data {
	float: left;
	width: 50%;
}
.poll-box .poll_stats_wrapper {
	position: relative;
}
.poll-box .poll_percentage {
	font-weight: 100;
	font-size: 1.6em;
	color: #07E;
    padding-bottom:.3rem;
}
.poll-box .poll_votes {
	display: none;
	font-weight: 600;
	color: #8C8C8C;
	font-size: 1em;
	position: absolute;
	right: 0;
	bottom: 0;
}
.poll-box .poll_bar_outer {
	height: 14px;
	border: solid 1px #07E;
	background: #fff;
}
.poll-box .poll_bar_inner {
	height: 12px;
	background: #07E;
	transition: width 0.5s ease-out 0.5s
}

.poll-box .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.poll-box .btn.disabled, .poll-box .btn[disabled], .poll-box fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.poll-box .btn-submit{
	padding:auto 4em;
	background:#07E;	
	color:#fff;
}

.poll-box .btn-submit:hover{	
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background:#07539f;
	color:#fff;
}

.poll-box .vote-error-info
{
    display: inline-block;
    margin-left: 20px;
    padding-top: 0px;
    vertical-align: bottom;
    margin-bottom: 12px;
    color:Red;
}

.poll-box-total .btn-submit{
	padding:auto 4em;
	background:#07E;	
	color:#fff;
}

.poll-box-total .btn-submit:hover{	
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background:#07539f;
	color:#fff;
}

.poll-box-total .vote-error-info
{
    display: inline-block;
    margin-left: 20px;
    padding-top: 0px;
    vertical-align: bottom;
    margin-bottom: 12px;
    color:Red;
    font-size: 16px;
    font-family: arial;
}

.pix-wrapper,.pix-wrapper.pix-wrapper-large {
    width:100%;
}
.pix-wrapper.pix-wrapper-medium {
    width:650px;
}
.pix-wrapper.pix-wrapper-small {
    width:375px;
}

@media only screen and (max-width: 750px) {
	
	.poll-box .poll-option, .poll-box .poll_result_data{
		float:none;
		width:100%;
        padding-top :10px;
	}
	
	.poll-box .poll_result_data{
		margin-bottom:1em;	 
	}
	
	.poll-box .poll_percentage{
		font-size:1.4em;	
	}

    #story .content .poll-box .poll-summary p {
        margin:0;
    }
	
    .pix-wrapper.pix-wrapper-medium {
        width:100%;
    }
    .pix-wrapper.pix-wrapper-small {
        width:100%;
    }
}


.m-author-half{
	height: 2.1rem;
	line-height:2.1rem;
}

.pagination-holder > .active > a
, .pagination-holder > .active > a:focus
, .pagination-holder > .active > a:hover
, .pagination-holder > .active > span
, .pagination-holder > .active > span:focus
, .pagination-holder > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #da1c5c;
    border-color: #da1c5c;
}



.jiathis_style_shine  .jtico{text-align:left;overflow:hidden;display:block!important;height:32px!important;line-height:32px!important;padding-left:36px!important;background:url(../images/jiathis_ico_32x32.png) no-repeat left;cursor:pointer}
.jiathis_style_shine  .jtico:hover{opacity:0.8;}
.jiathis_style_shine  .jiathis_txt{float:left;font-size:22px;text-decoration:none;line-height:32px!important;}
.jiathis_style_shine  .jiathis_separator{display:block;float:left;margin:0 5px;line-height:32px!important;}
.jiathis_style_shine  .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;}

.jiathis_style_shine .jtico_tsina{background-position:0px 0px}
.jiathis_style_shine .jtico_qzone{background-position:0px -32px}
.jiathis_style_shine .jtico_renren{background-position:0px -64px}
.jiathis_style_shine .jtico_gmail{background-position:0px -96px}
.jiathis_style_shine .jtico_fav{background-position:0px -128px}
.jiathis_style_shine .jtico_tieba{background-position:0px -160px}
.jiathis_style_shine .jtico_kaixin001{background-position:0px -192px}
.jiathis_style_shine .jtico_douban{background-position:0px -224px}
.jiathis_style_shine .jtico_hi{background-position:0px -256px}
.jiathis_style_shine .jtico_qingbiji{background-position:0px -288px}
.jiathis_style_shine .jtico_t163{background-position:0px -320px}
.jiathis_style_shine .jtico_baidu{background-position:0px -352px}
.jiathis_style_shine .jtico_translate{background-position:0px -384px}
.jiathis_style_shine .jtico_sina{background-position:0px -416px}
.jiathis_style_shine .jtico_huaban{background-position:0px -448px}
.jiathis_style_shine .jtico_hotmail{background-position:0px -480px}
.jiathis_style_shine .jtico_hexun{background-position:0px -512px}
.jiathis_style_shine .jtico_fanfou{background-position:0px -544px}
.jiathis_style_shine .jtico_poco{background-position:0px -576px}
.jiathis_style_shine .jtico_waakee{background-position:0px -608px}
.jiathis_style_shine .jtico_xianguo{background-position:0px -640px}
.jiathis_style_shine .jtico_mingdao{background-position:0px -672px}
.jiathis_style_shine .jtico_qileke{background-position:0px -704px}
.jiathis_style_shine .jtico_diandian{background-position:0px -736px}
.jiathis_style_shine .jtico_leshou{background-position:0px -768px}
.jiathis_style_shine .jtico_gmw{background-position:0px -800px}
.jiathis_style_shine .jtico_115{background-position:0px -832px}
.jiathis_style_shine .jtico_msn{background-position:0px -864px}
.jiathis_style_shine .jtico_caimi{background-position:0px -896px}
.jiathis_style_shine .jtico_renjian{background-position:0px -928px}
.jiathis_style_shine .jtico_fb{background-position:0px -960px}
.jiathis_style_shine .jtico_ujian{background-position:0px -992px}
.jiathis_style_shine .jtico_twitter{background-position:0px -1024px}
.jiathis_style_shine .jtico_delicious{background-position:0px -1056px}
.jiathis_style_shine .jtico_digg{background-position:0px -1088px}
.jiathis_style_shine .jtico_diglog{background-position:0px -1120px}
.jiathis_style_shine .jtico_wong{background-position:0px -1152px}
.jiathis_style_shine .jtico_zsvs{background-position:0px -1184px}
.jiathis_style_shine .jtico_stumbleupon{background-position:0px -1216px}
.jiathis_style_shine .jtico_tsohu{background-position:0px -1248px}
.jiathis_style_shine .jtico_chouti{background-position:0px -1280px}
.jiathis_style_shine .jtico_cnfol{background-position:0px -1312px}
.jiathis_style_shine .jtico_dig24{background-position:0px -1344px}
.jiathis_style_shine .jtico_yijee{background-position:0px -1376px}
.jiathis_style_shine .jtico_sdonote{background-position:0px -1408px}
.jiathis_style_shine .jtico_buzz{background-position:0px -1440px}
.jiathis_style_shine .jtico_wealink{background-position:0px -1472px}
.jiathis_style_shine .jtico_evernote{background-position:0px -1504px}
.jiathis_style_shine .jtico_linkedin{background-position:0px -1536px}
.jiathis_style_shine .jtico_reddit{background-position:0px -1568px}
.jiathis_style_shine .jtico_fwisp{background-position:0px -1600px}
.jiathis_style_shine .jtico_cyzone{background-position:0px -1632px}
.jiathis_style_shine .jtico_youdao{background-position:0px -1664px}
.jiathis_style_shine .jtico_netvibes{background-position:0px -1696px}
.jiathis_style_shine .jtico_myspace{background-position:0px -1728px}
.jiathis_style_shine .jtico_tqq{background-position:0px -1760px}
.jiathis_style_shine .jtico_feixin{background-position:0px -1792px}
.jiathis_style_shine .jtico_youshi{background-position:0px -1824px}
.jiathis_style_shine .jtico_xiaoyou{background-position:0px -1856px}
.jiathis_style_shine .jtico_tifeng{background-position:0px -1888px}
.jiathis_style_shine .jtico_dream163{background-position:0px -1920px}
.jiathis_style_shine .jtico_ifengkb{background-position:0px -1952px}
.jiathis_style_shine .jtico_email{background-position:0px -1984px}
.jiathis_style_shine .jtico_taobao{background-position:0px -2016px}
.jiathis_style_shine .jtico_jiathis{background-position:0px -2048px}
.jiathis_style_shine .jtico_tyaolan{background-position:0px -2080px}
.jiathis_style_shine .jtico_masar{background-position:0px -2112px}
.jiathis_style_shine .jtico_binzhi{background-position:0px -2144px}
.jiathis_style_shine .jtico_51{background-position:0px -2176px}
.jiathis_style_shine .jtico_qq{background-position:0px -2208px}
.jiathis_style_shine .jtico_digu{background-position:0px -2240px}
.jiathis_style_shine .jtico_douban9dian{background-position:0px -2272px}
.jiathis_style_shine .jtico_yixin{background-position:0px -2304px}
.jiathis_style_shine .jtico_pdfonline{background-position:0px -2336px}
.jiathis_style_shine .jtico_printfriendly{background-position:0px -2368px}
.jiathis_style_shine .jtico_duitang{background-position:0px -2400px}
.jiathis_style_shine .jtico_diigo{background-position:0px -2432px}
.jiathis_style_shine .jtico_friendfeed{background-position:0px -2464px}
.jiathis_style_shine .jtico_mixx{background-position:0px -2496px}
.jiathis_style_shine .jtico_plaxo{background-position:0px -2528px}
.jiathis_style_shine .jtico_tpeople{background-position:0px -2560px}
.jiathis_style_shine .jtico_print{background-position:0px -2592px}
.jiathis_style_shine .jtico_plurk{background-position:0px -2624px}
.jiathis_style_shine .jtico_189mail{background-position:0px -2656px}
.jiathis_style_shine .jtico_i139{background-position:0px -2688px}
.jiathis_style_shine .jtico_thexun{background-position:0px -2720px}
.jiathis_style_shine .jtico_tianya{background-position:0px -2752px}
.jiathis_style_shine .jtico_kansohu{background-position:0px -2784px}
.jiathis_style_shine .jtico_ganniu{background-position:0px -2816px}
.jiathis_style_shine .jtico_189cn{background-position:0px -2848px}
.jiathis_style_shine .jtico_mop{background-position:0px -2880px}
.jiathis_style_shine .jtico_alibaba{background-position:0px -2912px}
.jiathis_style_shine .jtico_mailru{background-position:0px -2944px}
.jiathis_style_shine .jtico_leihou{background-position:0px -2976px}
.jiathis_style_shine .jtico_139{background-position:0px -3008px}
.jiathis_style_shine .jtico_139mail{background-position:0px -3040px}
.jiathis_style_shine .jtico_w3c{background-position:0px -3072px}
.jiathis_style_shine .jtico_99earth{background-position:0px -3104px}
.jiathis_style_shine .jtico_xqw{background-position:0px -3136px}
.jiathis_style_shine .jtico_google{background-position:0px -3168px}
.jiathis_style_shine .jtico_jcrb{background-position:0px -3200px}
.jiathis_style_shine .jtico_miliao{background-position:0px -3232px}
.jiathis_style_shine .jtico_tuita{background-position:0px -3264px}
.jiathis_style_shine .jtico_copy{background-position:0px -3296px}
.jiathis_style_shine .jtico_pingfm{background-position:0px -3328px}
.jiathis_style_shine .jtico_pocket{background-position:0px -3360px}
.jiathis_style_shine .jtico_funp{background-position:0px -3392px}
.jiathis_style_shine .jtico_phonefavs{background-position:0px -3424px}
.jiathis_style_shine .jtico_instapaper{background-position:0px -3456px}
.jiathis_style_shine .jtico_myshare{background-position:0px -3488px}
.jiathis_style_shine .jtico_bitly{background-position:0px -3520px}
.jiathis_style_shine .jtico_netlog{background-position:0px -3552px}
.jiathis_style_shine .jtico_ydnote{background-position:0px -3584px}
.jiathis_style_shine .jtico_meilishuo{background-position:0px -3616px}
.jiathis_style_shine .jtico_mogujie{background-position:0px -3648px}
.jiathis_style_shine .jtico_weixin{background-position:0px -3680px}
.jiathis_style_shine .jtico_tianji{background-position:0px -3712px}
.jiathis_style_shine .jtico_tumblr{background-position:0px -3744px}
.jiathis_style_shine .jtico_ishare{background-position:0px -3776px}
.jiathis_style_shine .jtico_pinterest{background-position:0px -3808px}
.jiathis_style_shine .jtico_toeeee{background-position:0px -3840px}
.jiathis_style_shine .jtico_189share{background-position:0px -3872px}
.jiathis_style_shine .jtico_txinhua{background-position:0px -3904px}
.jiathis_style_shine .jtico_googleplus{background-position:0px -3936px}
.jiathis_style_shine .jtico_faxianla{background-position:0px -3968px}
.jiathis_style_shine .jtico_iwo{background-position:0px -4000px}
.jiathis_style_shine .jtico_cqq{background-position:0px -4032px}
.jiathis_style_shine .jtico_mwsq{background-position:0px -704px}

body .jiathis_style_shine .jtico {
	float: left;
	width: 45px!important;
	height: 45px!important;
	margin-bottom: 8px;
	padding: 0!important;
	cursor: pointer;
}

body .jiathis_style_shine .jtico_fb {
	background: url(../assets/ic_share_fb.png?1) no-repeat left top;
	background-size:cover;
}

body .jiathis_style_shine .jtico_fb:hover {
	background: url(../assets/ic_share_fb.png?1) no-repeat right top;
	background-size:cover;
	opacity:1;
}

body .jiathis_style_shine .jtico_twitter {
	background: url(../assets/ic_share_twitter.png?1) no-repeat left top;
	background-size:cover;
}

body .jiathis_style_shine .jtico_twitter:hover {
	background: url(../assets/ic_share_twitter.png?1) no-repeat right top;
	background-size:cover;
	opacity:1;
}

body .jiathis_style_shine .jtico_weixin {
	background: url(../assets/ic_share_wechat.png?1) no-repeat left top;
	background-size:cover;
}

body .jiathis_style_shine .jtico_weixin:hover {
	background: url(../assets/ic_share_wechat.png?1) no-repeat right top;
	background-size:cover;
	opacity:1;
}

body .jiathis_style_shine .jtico_tsina {
	background: url(../assets/ic_share_weibo.png?1) no-repeat left top;
	background-size:cover;
}

body .jiathis_style_shine .jtico_tsina:hover {
	background: url(../assets/ic_share_weibo.png?1) no-repeat right top;
	background-size:cover;
	opacity:1;
}

@media only screen and (max-width: 1200px){
	body .jiathis_style_shine .jtico{
		margin:0 6px;
	}
}

@media only screen and (min-width: 750px) and (max-width: 1200px){
	body .jiathis_style_shine .jiathis_button_weixin{
		display:none;	
	}
}

@media only screen and (max-width: 750px){
	body .jiathis_style_shine .jtico_weixin, body .jiathis_style_shine .btn_custom_comments{
		display:none;	
	}
	
	body .jiathis_style_shine .jtico{
		width: 36px!important;
		height: 36px!important;
	}
}

.jiathis_style_comment  .jtico{text-align:left;overflow:hidden;display:block!important;height:32px!important;line-height:32px!important;padding-left:36px!important;background:url(../images/jiathis_ico_32x32.png) no-repeat left;cursor:pointer}
.jiathis_style_comment  .jtico:hover{opacity:0.8;}
.jiathis_style_comment  .jiathis_txt{float:left;font-size:22px;text-decoration:none;line-height:32px!important;}
.jiathis_style_comment  .jiathis_separator{display:block;float:left;margin:0 5px;line-height:32px!important;}
.jiathis_style_comment  .jialike{position:relative;border:none;overflow:hidden;margin:-3px 5px;}

.jiathis_style_comment .jtico_tsina{background-position:0px 0px}
.jiathis_style_comment .jtico_qzone{background-position:0px -32px}
.jiathis_style_comment .jtico_renren{background-position:0px -64px}
.jiathis_style_comment .jtico_gmail{background-position:0px -96px}
.jiathis_style_comment .jtico_fav{background-position:0px -128px}
.jiathis_style_comment .jtico_tieba{background-position:0px -160px}
.jiathis_style_comment .jtico_kaixin001{background-position:0px -192px}
.jiathis_style_comment .jtico_douban{background-position:0px -224px}
.jiathis_style_comment .jtico_hi{background-position:0px -256px}
.jiathis_style_comment .jtico_qingbiji{background-position:0px -288px}
.jiathis_style_comment .jtico_t163{background-position:0px -320px}
.jiathis_style_comment .jtico_baidu{background-position:0px -352px}
.jiathis_style_comment .jtico_translate{background-position:0px -384px}
.jiathis_style_comment .jtico_sina{background-position:0px -416px}
.jiathis_style_comment .jtico_huaban{background-position:0px -448px}
.jiathis_style_comment .jtico_hotmail{background-position:0px -480px}
.jiathis_style_comment .jtico_hexun{background-position:0px -512px}
.jiathis_style_comment .jtico_fanfou{background-position:0px -544px}
.jiathis_style_comment .jtico_poco{background-position:0px -576px}
.jiathis_style_comment .jtico_waakee{background-position:0px -608px}
.jiathis_style_comment .jtico_xianguo{background-position:0px -640px}
.jiathis_style_comment .jtico_mingdao{background-position:0px -672px}
.jiathis_style_comment .jtico_qileke{background-position:0px -704px}
.jiathis_style_comment .jtico_diandian{background-position:0px -736px}
.jiathis_style_comment .jtico_leshou{background-position:0px -768px}
.jiathis_style_comment .jtico_gmw{background-position:0px -800px}
.jiathis_style_comment .jtico_115{background-position:0px -832px}
.jiathis_style_comment .jtico_msn{background-position:0px -864px}
.jiathis_style_comment .jtico_caimi{background-position:0px -896px}
.jiathis_style_comment .jtico_renjian{background-position:0px -928px}
.jiathis_style_comment .jtico_fb{background-position:0px -960px}
.jiathis_style_comment .jtico_ujian{background-position:0px -992px}
.jiathis_style_comment .jtico_twitter{background-position:0px -1024px}
.jiathis_style_comment .jtico_delicious{background-position:0px -1056px}
.jiathis_style_comment .jtico_digg{background-position:0px -1088px}
.jiathis_style_comment .jtico_diglog{background-position:0px -1120px}
.jiathis_style_comment .jtico_wong{background-position:0px -1152px}
.jiathis_style_comment .jtico_zsvs{background-position:0px -1184px}
.jiathis_style_comment .jtico_stumbleupon{background-position:0px -1216px}
.jiathis_style_comment .jtico_tsohu{background-position:0px -1248px}
.jiathis_style_comment .jtico_chouti{background-position:0px -1280px}
.jiathis_style_comment .jtico_cnfol{background-position:0px -1312px}
.jiathis_style_comment .jtico_dig24{background-position:0px -1344px}
.jiathis_style_comment .jtico_yijee{background-position:0px -1376px}
.jiathis_style_comment .jtico_sdonote{background-position:0px -1408px}
.jiathis_style_comment .jtico_buzz{background-position:0px -1440px}
.jiathis_style_comment .jtico_wealink{background-position:0px -1472px}
.jiathis_style_comment .jtico_evernote{background-position:0px -1504px}
.jiathis_style_comment .jtico_linkedin{background-position:0px -1536px}
.jiathis_style_comment .jtico_reddit{background-position:0px -1568px}
.jiathis_style_comment .jtico_fwisp{background-position:0px -1600px}
.jiathis_style_comment .jtico_cyzone{background-position:0px -1632px}
.jiathis_style_comment .jtico_youdao{background-position:0px -1664px}
.jiathis_style_comment .jtico_netvibes{background-position:0px -1696px}
.jiathis_style_comment .jtico_myspace{background-position:0px -1728px}
.jiathis_style_comment .jtico_tqq{background-position:0px -1760px}
.jiathis_style_comment .jtico_feixin{background-position:0px -1792px}
.jiathis_style_comment .jtico_youshi{background-position:0px -1824px}
.jiathis_style_comment .jtico_xiaoyou{background-position:0px -1856px}
.jiathis_style_comment .jtico_tifeng{background-position:0px -1888px}
.jiathis_style_comment .jtico_dream163{background-position:0px -1920px}
.jiathis_style_comment .jtico_ifengkb{background-position:0px -1952px}
.jiathis_style_comment .jtico_email{background-position:0px -1984px}
.jiathis_style_comment .jtico_taobao{background-position:0px -2016px}
.jiathis_style_comment .jtico_jiathis{background-position:0px -2048px}
.jiathis_style_comment .jtico_tyaolan{background-position:0px -2080px}
.jiathis_style_comment .jtico_masar{background-position:0px -2112px}
.jiathis_style_comment .jtico_binzhi{background-position:0px -2144px}
.jiathis_style_comment .jtico_51{background-position:0px -2176px}
.jiathis_style_comment .jtico_qq{background-position:0px -2208px}
.jiathis_style_comment .jtico_digu{background-position:0px -2240px}
.jiathis_style_comment .jtico_douban9dian{background-position:0px -2272px}
.jiathis_style_comment .jtico_yixin{background-position:0px -2304px}
.jiathis_style_comment .jtico_pdfonline{background-position:0px -2336px}
.jiathis_style_comment .jtico_printfriendly{background-position:0px -2368px}
.jiathis_style_comment .jtico_duitang{background-position:0px -2400px}
.jiathis_style_comment .jtico_diigo{background-position:0px -2432px}
.jiathis_style_comment .jtico_friendfeed{background-position:0px -2464px}
.jiathis_style_comment .jtico_mixx{background-position:0px -2496px}
.jiathis_style_comment .jtico_plaxo{background-position:0px -2528px}
.jiathis_style_comment .jtico_tpeople{background-position:0px -2560px}
.jiathis_style_comment .jtico_print{background-position:0px -2592px}
.jiathis_style_comment .jtico_plurk{background-position:0px -2624px}
.jiathis_style_comment .jtico_189mail{background-position:0px -2656px}
.jiathis_style_comment .jtico_i139{background-position:0px -2688px}
.jiathis_style_comment .jtico_thexun{background-position:0px -2720px}
.jiathis_style_comment .jtico_tianya{background-position:0px -2752px}
.jiathis_style_comment .jtico_kansohu{background-position:0px -2784px}
.jiathis_style_comment .jtico_ganniu{background-position:0px -2816px}
.jiathis_style_comment .jtico_189cn{background-position:0px -2848px}
.jiathis_style_comment .jtico_mop{background-position:0px -2880px}
.jiathis_style_comment .jtico_alibaba{background-position:0px -2912px}
.jiathis_style_comment .jtico_mailru{background-position:0px -2944px}
.jiathis_style_comment .jtico_leihou{background-position:0px -2976px}
.jiathis_style_comment .jtico_139{background-position:0px -3008px}
.jiathis_style_comment .jtico_139mail{background-position:0px -3040px}
.jiathis_style_comment .jtico_w3c{background-position:0px -3072px}
.jiathis_style_comment .jtico_99earth{background-position:0px -3104px}
.jiathis_style_comment .jtico_xqw{background-position:0px -3136px}
.jiathis_style_comment .jtico_google{background-position:0px -3168px}
.jiathis_style_comment .jtico_jcrb{background-position:0px -3200px}
.jiathis_style_comment .jtico_miliao{background-position:0px -3232px}
.jiathis_style_comment .jtico_tuita{background-position:0px -3264px}
.jiathis_style_comment .jtico_copy{background-position:0px -3296px}
.jiathis_style_comment .jtico_pingfm{background-position:0px -3328px}
.jiathis_style_comment .jtico_pocket{background-position:0px -3360px}
.jiathis_style_comment .jtico_funp{background-position:0px -3392px}
.jiathis_style_comment .jtico_phonefavs{background-position:0px -3424px}
.jiathis_style_comment .jtico_instapaper{background-position:0px -3456px}
.jiathis_style_comment .jtico_myshare{background-position:0px -3488px}
.jiathis_style_comment .jtico_bitly{background-position:0px -3520px}
.jiathis_style_comment .jtico_netlog{background-position:0px -3552px}
.jiathis_style_comment .jtico_ydnote{background-position:0px -3584px}
.jiathis_style_comment .jtico_meilishuo{background-position:0px -3616px}
.jiathis_style_comment .jtico_mogujie{background-position:0px -3648px}
.jiathis_style_comment .jtico_weixin{background-position:0px -3680px}
.jiathis_style_comment .jtico_tianji{background-position:0px -3712px}
.jiathis_style_comment .jtico_tumblr{background-position:0px -3744px}
.jiathis_style_comment .jtico_ishare{background-position:0px -3776px}
.jiathis_style_comment .jtico_pinterest{background-position:0px -3808px}
.jiathis_style_comment .jtico_toeeee{background-position:0px -3840px}
.jiathis_style_comment .jtico_189share{background-position:0px -3872px}
.jiathis_style_comment .jtico_txinhua{background-position:0px -3904px}
.jiathis_style_comment .jtico_googleplus{background-position:0px -3936px}
.jiathis_style_comment .jtico_faxianla{background-position:0px -3968px}
.jiathis_style_comment .jtico_iwo{background-position:0px -4000px}
.jiathis_style_comment .jtico_cqq{background-position:0px -4032px}
.jiathis_style_comment .jtico_mwsq{background-position:0px -704px}

body .jiathis_style_comment .jtico {
	width: 30px!important;
	height: 30px!important;
	padding: 0!important;
	cursor: pointer;
    position:absolute;
}

body .jiathis_style_comment .jtico_fb {
	background: url(../assets/ic_share_fb.png?1) no-repeat left top;
	background-size:cover;
    right: 36px;
}

body .jiathis_style_comment .jtico_fb:hover {
	background: url(../assets/ic_share_fb.png?1) no-repeat right top;
	background-size:cover;
	opacity:1;
}

body .jiathis_style_comment .jtico_twitter {
	background: url(../assets/ic_share_twitter.png?1) no-repeat left top;
	background-size:cover;
    right: 72px;
}

body .jiathis_style_comment .jtico_twitter:hover {
	background: url(../assets/ic_share_twitter.png?1) no-repeat right top;
	background-size:cover;
	opacity:1;
}

body .jiathis_style_comment .jtico_weixin {
	background: url(../assets/ic_share_wechat.png?1) no-repeat left top;
	background-size:cover;
    right: 108px;
}

body .jiathis_style_comment .jtico_weixin:hover {
	background: url(../assets/ic_share_wechat.png?1) no-repeat right top;
	background-size:cover;
	opacity:1;
}

body .jiathis_style_comment .jtico_tsina {
	background: url(../assets/ic_share_weibo.png?1) no-repeat left top;
	background-size:cover;
}

body .jiathis_style_comment .jtico_tsina:hover {
	background: url(../assets/ic_share_weibo.png?1) no-repeat right top;
	background-size:cover;
	opacity:1;
}

@media only screen and (max-width: 1200px){
	body .jiathis_style_comment .jtico{
		margin:0 8px;
	}
}

@media only screen and (min-width: 750px) and (max-width: 1200px){
	body .jiathis_style_comment .jiathis_button_weixin{
		display:none;	
	}
}

@media only screen and (max-width: 750px){
	body .jiathis_style_comment .jtico_weixin, body .jiathis_style_comment .btn_custom_comments{
		display:none;	
	}
	
	body .jiathis_style_comment .jtico{
		width: 36px!important;
		height: 36px!important;
	}
}


/*2017-06-29 detail.shtml*/
#story .author .name {
color:#777;
}
.authorList .author a {
text-decoration:none;
}
#story .category span{
color:#777;
}

#story .author .photo {
    background:no-repeat center center;background-size:cover;
}
#story .author .photo.photo-shine,#story .author .photo.photo-Shine {
    background-image:url(../images/ly-ic-shine.png);
}
#story .author .photo.photo-shine,#story .author .photo.photo-SHINE {
    background-image:url(../images/ly-ic-shine.png);
}
#story .author .photo.photo-xinhua,#story .author .photo.photo-Xinhua {
    background-image:url(../images/ly-xinhua.png);
}
#story .author .photo.photo-ap,#story .author .photo.photo-AP {
    background-image:url(../images/ly-ap.png);
}
#story .author .photo.photo-afp,#story .author .photo.photo-AFP {
    background-image:url(../images/ly-afp.png);
}
#story .author .photo.photo-reuters,#story .author .photo.photo-Reuters {
    background-image:url(../images/ly-reuters.png);
}
#story .authorList .author:first-child:last-child .name {
    display: block;
    font-size: 1.6rem;
    color: #777;
}
#story .authorList .author:first-child:last-child .photo {
    margin-right: 0;
}

/*2017-07-04 detail专题*/
#story .column img {
width:50px;height:50px;
}
@media only screen and (max-width: 750px){
    #story .column img {
        height:auto;
    }
}

#story .content .caption p {
    margin-top: 0px;
}

.list-ad-banner img {
    width:100%;
}
/*.list-story .list-card-thumb img {
height:270px;
}
.top-story img {
height:200px;
}*/
.news_list .story:last-child .list-story {
border-bottom:none;
}
.noSearch {
display:block;
}
/*.footer-web .container {
margin-top:2rem;
}*/
#story .footer-web .container {
/*margin-top:0;*/
}
.comment-list .hint {
    font-size:18px;
}

html.wechat .jiathis_bottom {
    width:210px;
}
html.wechat .jiathis_bottom .btn_custom_email {
    display:none;
}
html.wechat .jiathis_top .btn_custom_email {
    display:none;
}

@media only screen and (max-width: 750px) {
    html.wechat .jiathis_bottom {
        width:210px;
    }
    html.wechat .jiathis_bottom .btn_custom_email {
        display:none;
    }
}

.overlay-show{
	background:rgba(0,0,0,.3);
}
.news_list .story:nth-last-child(2) .list-story{
    border-bottom-width:0px;
}
.top-ad-banner img {
    width:100%;
}
.author-sponsored {
    display:none;
}
.category.list-sponsored {
    background-color: #999;
    color: #fff;
    display: inline-block;
    padding: 0px 4px;
}
.category.category-sponsored {
    margin: 0;
    font-style: italic;

    background-color: #999;
    color: #fff;
    display: inline-block;
    padding: 0px 4px;
}
body .btn_custom_favorite.active{
	background: url(../assets/ic_favorites.png) no-repeat right top;
	background-size:cover;
	transition:none;
}

@-webkit-keyframes shining-3times {
	0%{
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	65% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.comment .suggestion.suggestion-shining
{
    -webkit-animation: shining-3times 1.8s ease 0s both;
}

.comment .suggestion.suggestion-error
{
    background-color:#f75769;
}
.comment .suggestion.suggestion-ok
{
    background-color:Green;
}
.comment .suggestion.suggestion-info
{
    background-color:#999;
}
.comment .suggestion .btn-close {
    background:inherit !important;
}
/*.comment .suggestion.suggestion-error .btn-close{
	background-color:#f95063;
}
.comment .suggestion.suggestion-ok .btn-close{
	background-color:#14A714;
}
.comment .suggestion.suggestion-info .btn-close{
	background-color:#aaa;
}*/
.comment .suggestion p {
    float:left;
}
.comment ul.member-list.active {
    display: block;
    background: #fff !important;
}
.post-content .comment-author .photo {
    background: no-repeat center center;
    background-size: cover;
}

.story-info span.story-info-date {
    text-transform: none !important;
}
.story-info span.story-info-comment {
    text-transform: none !important;
}

#home .site-header.site-header-hover .nav-tools.nav-tools-bg .nav-box,
#home .site-header.site-header-focus .nav-tools.nav-tools-bg .nav-box,
.site-header.site-header-hover .nav-tools.nav-tools-bg .nav-box,
.site-header.site-header-focus .nav-tools.nav-tools-bg .nav-box  {
    display:block;
}

#home .site-header .nav-tools .nav-box.newsletter-warp.newsletter-warp-ajax,
.site-header .nav-tools .nav-box.newsletter-warp.newsletter-warp-ajax  {
    display:block;
}
.menu-mail-box form{
	display:block;
}

.menu-mail-box-tips{
    display:none;
}
.site-header-logo, .site-header-logo-transparent{
	z-index:100;
}
.show-menu{
    display:block !important;
    cursor:default;
}
@media only screen and (max-width: 1200px) {
    .nav-tools,.menu-bar,.show-menu {
        display:none !important;
    }
}
@media only screen and (max-width: 767px) {
    .featured-video-container {
        display:none !important;
    }
}
@media only screen and (max-width: 768px) {
    #special-group,.scroll-title{
        display:none !important;
    }
}



.column-container {
    margin:2rem 0;
}
#story .column {
    margin:0;
}

.menu-mail-box{
	padding:1rem 2rem;	
	font-size:15px;
	background:#efefef;
}

.menu-mail-box input{
	display:inline-block;
	border:none;
	font-size:15px;
	height:3.6rem;
	padding:0 10px;
}

.menu-mail-box .input-newsletter{
	width:232px;
	height:3.6rem;
	line-height:3.6rem;	
}

.news_video_list .story:nth-child(2n+1) {
    clear:both;
}

.ad-shine-panel-text .tag-ad{
    display:none;
}

#commentsform {
    display:none !important;
}
.commentsform {
    display:none !important;
}
#userinfo {
    display:none !important;
}
.userinfo{
    display:none !important;
}
.btn_custom_comments {
    display:none !important;
}
.btn_custom_favorite{
    display:none !important;
}
.glyphicon-comment {
    display:none !important;
}
.story-info-comment {
    display:none !important;
}
.jiathis_style_comment{
    display:none !important;
}

