@charset "utf-8";

.article-pl-list{
	display: none;
}
/*新闻详情页样式*/
.article_m_ad{
	width: 300px;
	position: relative;
	margin: 10px auto 0px;
}
.new-detail-title{
	width: 100%;
	height: auto;
	margin: 30px auto 0px;
	background: #ebebeb;
	padding: 40px 0px;
}
.new-detail-title .thetitle{
	width: 1272px;
	height: auto;
	margin: 0 auto;
	font-size: 34px; 	
	color: #053755;
	text-align: center;
	font-weight: bold;
	word-wrap:break-word;
	line-height: 42px;
}
.new-detail-title .detailwarn{
	width: 1272px;
	height: auto;
	margin: 10px auto 0px;
	text-align: center;
}
.new-detail-title .detailwarn>span{
	display: inline-block;
	border-right: 1px solid #cccccc;
	padding: 0px 10px;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	color: #999999;
}
.new-detail-title .detailwarn .get-into{
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 5px 0px 5px;
	margin-left: 10px;
	background: #b2b2b2;
	color: #fff;
}
.new-detail-title .detailwarn>span:nth-child(n+2){
	border-right:none;
}
.new-detail-title .detailwarn .thelast{
	border-right: 0px;
}
.column-detail{
	overflow: hidden;
}
.column-detail .detail-con{

	width: calc(100% - 300px - 30px);
	width: -moz-calc(100% - 300px - 30px);
	width: -webkit-calc(100% - 300px - 30px);
	height: auto;
	background: #fff;
	float: left;
	padding-bottom: 5%;
	border:1px solid #e5e5e5;
}
.column-detail .detail-con .cover-img{
	width: 100%;
	height: 380px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
}
.column-detail .detail-con .art-lead{
	width: 	93.6%;
	margin: 20px auto 0px;
	background: #fafafa;
	border: 1px dashed #e5e5e5;
	padding: 20px;
	position: relative;
	text-align: center;
}
.column-detail .detail-con .art-lead .iconfont{
	color: 	#003352;
	font-size: 26px;
	position: absolute;
	display: inline-block;
	top: 15px;
	left: 20px;
}
.column-detail .detail-con .art-lead .art-lead-text{
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #003352;
	text-align: center;
	line-height: 34px;
}
.column-detail .detail-con .art-con{
	width: 93.6%;
	height: auto;
	margin: 40px auto 0px;
	font-size: 16px;
	color: #646464;
	overflow: hidden;
}
.column-detail .detail-con .art-con p{
	line-height: 28px;
	margin: 16px 0px;
}
.column-detail .detail-con .art-con .link{
	font-size: 18px;
	margin-top: 20px;
	word-wrap:break-word;
}
.column-detail .detail-con .art-con img{
	display: block;
	margin: 20px auto 0px;
	max-width: 100%;
	height: auto;
}
.article_text{
	width: 100%;
	overflow: hidden;
}
.article_cover{
	width: 100%;
	background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
	background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
	position: relative;
	z-index: 9999;
	padding-top: 120px;
	bottom: 0;
	margin-top: -160px;
	text-align: center;
	font-size: 14px;
	color: #666;
	display: none;
	height:160px;
}
.article_cover a{
	display: inline-block;
	width: 50px;
	height: 24px;
	line-height:24px;
	background: #003352;
	border-radius: 50px;
	color: #fff;
	font-weight: bold;
}


.column-detail .detail-con .article-vote{
    width: 93.6%;
    height: auto;
    margin: 3% auto 0px;
    /*background: #fafafa;*/
    border:1px solid #f0f0f0;
}
.column-detail .detail-con .article-vote .thetitle{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    border-bottom:1px solid #f0f0f0;
    font-size: 16px;
    font-weight: normal;
    padding-left: 20px;
    background: #fafafa;
}
.column-detail .detail-con .article-vote ul{
    padding:2% 0px 0px 20px;
}
.column-detail .detail-con .article-vote ul li{
    line-height: 30px;
    color: #808080;
    font-size: 14px;
    position: relative;
}
.column-detail .detail-con .article-vote ul li input{
    position: absolute;
    top: 3px;
}
.column-detail .detail-con .article-vote ul li span{
    display: inline-block; 
    margin-left: 20px;
}
.column-detail .detail-con .article-vote .vote-btn{
    padding-left: 20px;
    height: 60px;
    /*border-top: 1px solid #f0f0f0;*/
   /* background: #fafafa;
    text-align: center;*/
    margin-bottom: 20px;
}
.column-detail .detail-con .article-vote .vote-btn input{
    padding: 0px 30px;
    height: 34px;
    background: #003352;
    border:none;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    margin: 13px 5px;
}
.column-detail .detail-con .article-vote .vote-btn input:hover{
    background:#1d4a65; 
}
.column-detail .detail-con .article-vote .vote-btn input:last-child{
    background: #f2f2f2;
    border: 1px solid #ededed;
    color: #646464;
}
.column-detail .detail-con .article-vote .vote-btn input:last-child:hover{
    background: #ebebeb;
    border:1px solid #e5e5e5;
}
.column-detail .detail-con .pagelist{
	width: 93.6%;
	background: #fafafa;
	margin: 3% auto 0px;
	text-align: center;
}
.column-detail .detail-con .pagelist a{
	color: #b2b2b2;
    padding: 10px 5px;
    display: inline-block;
    font-size: 14px;
}
.column-detail .detail-con .pagelist b{
	color: #003352;
    font-size: 14px;
}
.column-detail .detail-con .art-relative-tags{
	width: 93.6%;
	margin: 3% auto 0px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 3%;
}
.column-detail .detail-con .art-relative-tags a{
	display: inline-block;
	padding: 4px 12px;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	color: #808080;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
	margin-right: 5px;
	margin-bottom: 8px;
}
.column-detail .detail-con .art-relative-tags a:hover{
	background: #053755;
	color: #fff;
}
.column-detail .detail-con .note{
	width: 100%;
	/*margin: 3% auto 0px;*/
	background: #fafafa;
	padding: 5px;
	color: #ff3b3b;
	font-size: 14px;
	font-style: italic;
}
.column-detail .detail-con .operation-row{
	width: 93.6%;
	height: 50px;
	margin: 25px auto 0px;
	position: relative;
}
.column-detail .detail-con .operation-row .share{
	position: absolute;
	top: 5px;
	left: 0px;
}
.column-detail .detail-con .operation-row .share .share-title{
	display: block;
	float: left;
	line-height: 40px;
}
.column-detail .detail-con .operation-row .share .share-icon,
.column-detail .detail-con .operation-row .share .share-icon1{
	width: 40px;
	height: 40px;
	border: 1px solid #e74c3c;
	border-radius: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #e74c3c;
	cursor: pointer;
	margin-right: 5px;
	float: left;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}

.column-detail .detail-con .operation-row .share .share-icon1 {
    width: auto;
    height: auto;
    border: none;
    position: relative;
}	
.column-detail .detail-con .operation-row .share .share-icon1 .weixin-pic{
	position: absolute;
    top: -160px;
    left: -55px;
    color: #646464;
    display: none;
    width: 150px;
    height: 150px;
}
.column-detail .detail-con .operation-row .share .share-icon1 .weixin-pic img {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    border: 8px solid #f2f2f2;
}

.column-detail .detail-con .operation-row .share .share-icon1:hover .weixin-pic {
    display: block;
}

#share-weixin {
    border: 1px solid #09bb07;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    color: #09bb07;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
    font-size: 24px;
}

.column-detail .detail-con .operation-row .share .share-icon:hover{
	background: #e74c3c;
	color: #fff;
}
.add-share{
	float: left;
	text-align: center;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
	overflow: hidden;
	border-radius: 60px;
}
.add-share .jiathis_style_32x32 .jtico{
	width: 40px;
	height: 40px!important;
	border: 1px solid #b2b2b2;
	border-radius: 40px;
	background: none!important;
	padding-left: 0px!important;
	text-align: center;
	line-height: 40px!important
}
.add-share .jiathis_style_32x32  .jiathis_txt{
	float: none;
	line-height: 40px!important;
}
.add-share .jiathis_style_32x32 .iconfont{
	color: #b2b2b2;
	font-size: 22px;
	line-height: 22px;
}
.add-share:hover{
	background: #b2b2b2;
}
.add-share:hover .jiathis_style_32x32 .jtico {
	opacity: 1.0;
}
.add-share:hover .iconfont{
	color: #fff;
}
#share-weixin{
	border: 1px solid #09bb07;
	color: #09bb07;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#share-weixin:hover{
	background: #09bb07;
	color: #fff;
}
#share-qZone{
	border: 1px solid #008bdb;
	color: #008bdb;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
#share-qZone:hover{
	background: #008bdb;
	color: #fff;
}
.column-detail .detail-con .operation-row .thumbs {
	width: 170px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -85px;
	background: #fafafa;
	text-align: center;
	line-height: 50px;
	border: 1px solid #f0f0f0;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.column-detail .detail-con .operation-row .liked .thumbs{
	background: #053755;
}
.column-detail .detail-con .operation-row .thumbs .iconfont{
	font-size: 24px;
	color: #053755;
}
#diggnum{
	font-size: 20px;
	font-weight: bold;
	color: #053755;
	font-family: 'EnmyFont';
}
.column-detail .detail-con .operation-row .thumbs:hover{
	background: #053755;
}
/*.column-detail .detail-con .operation-row .liked{
	background: #053755;
}*/
.column-detail .detail-con .operation-row .liked .iconfont{
	color: #fff;
}
.column-detail .detail-con .operation-row .liked #diggnum{
	color: #fff;
}
.column-detail .detail-con .operation-row .thumbs:hover .iconfont{
	color: #fff;
}
.column-detail .detail-con .operation-row .thumbs:hover #diggnum{
	color: #fff;
}
.column-detail .detail-con .operation-row .thumbs-up a{
	background: #053755;
	color: #fff;
}
.column-detail .detail-con .operation-row .thumbs-up a strong{
	color: #fff;
}
.column-detail .detail-con .operation-row .return-list{
	position: absolute;
	top: 5px;
	right: 0px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
}
.column-detail .detail-con .operation-row .return-list a{
	color:#053755;
}
.column-detail .detail-con .operation-row .return-list .iconfont{
	font-size: 20px;
	font-weight: normal;
	padding-right: 2px;
}
.column-detail .detail-con .author-message{
	width: 93.6%;
	height: auto;
	margin: 40px auto 0px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	background: #fafafa;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.column-detail .detail-con .author-pic{
	width: 100px;
	float: left;
}
.column-detail .detail-con .author-pic img{
	border-radius: 5px;
}
.column-detail .detail-con .author-text{
	width: calc( 100% - 100px - 20px - 120px );
	width:-webkit-calc( 100% - 100px - 20px - 120px);
	width:-moz-calc( 100% - 100px - 20px - 120px );
	float: left;
	margin-left: 20px;
}
.column-detail .detail-con .author-name{
	font-size: 18px;
	color: #003352;
	font-weight: bold;
	margin-bottom: 10px;
}
.column-detail .detail-con .author-introduce{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.column-detail .detail-con .author-btn{
	float: right;
	width: 100px;
	margin-top: 30px;
}
.column-detail .detail-con .author-btn a{
	display: block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	background: #053755;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}

.column-detail .detail-con .art-part{
	width: 93.6%;
	height: auto;
	margin: 40px auto 0px;
	overflow: hidden;
}
.column-detail .detail-con .art-part span{
	width: 45%;
	display: block;
	float: left;
	color: #646464;
	font-size: 14px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.column-detail .detail-con .art-part span a{
	color: #646464;
}
.column-detail .detail-con .art-part .theright{
	float: right;
	text-align: right;
}
.column-detail .detail-con .code{
	width: 93.6%;
	height: auto;
	margin: 30px auto 0px;
	border:1px solid #f0f0f0;
	border-left: none;
	border-right: none;
	overflow: hidden;
}
.column-detail .detail-con .code .code-img{
	width: 19.72%;
	border-right: 1px solid #f0f0f0;
	padding: 20px 0px;
	float: left;
}
.column-detail .detail-con .code .code-img img{
	display: block;
	margin: 0 auto;
}
.column-detail .detail-con .code .code-follow{
	float: right;
	width: 75%;
	padding-left: 5%;
	font-size: 16px;
	color: #808080;
	padding-top: 8%;
}
.column-detail .detail-con .code .code-follow strong{
	color: #053755;
}
.column-detail .detail-con .art-comment{
	width: 93.6%;
	height: auto;
	margin: 30px auto 0px;
}
blockquote.comment-title{
	padding: 0px 5px;
	border-left: #053755 5px solid;
	margin: 0px;
	font-size: 16px;
}
.column-detail .detail-con .art-comment .comment-box{
	width: 100%;
	height: 128px;
	background: #fafafa;
	border: 1px solid #f0f0f0;
	margin-top: 15px;
	border-radius: 2px;
	line-height: 128px;
	text-align: center;
	font-size: 18px;
	color: #323232;
}
.column-detail .detail-con .art-comment .comment-box span a{
	color: #053755;
	font-weight: bold;
}
.column-detail .detail-con  .comment-user{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.column-detail .detail-con  .comment-user img{
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 200px;
}
.column-detail .detail-con .comment-user span{
	display: inline-block;
	font-size: 16px;
	color: #053755;
	font-weight: bold;
}
.column-detail .detail-con  .comment-area .form-control{
	margin-top: 15px;
	width: 100%;
	height: 128px;
	text-align: left;
	border: 1px solid #f0f0f0;
	background: #fafafa;
	box-shadow: none;
}
.column-detail .detail-con .reply-TA-con .comment-area .form-control{
	background: #fff;
}
.comment-area .btn-default,
.comment-area-xs .btn-default,
.re-comment-area-xs .btn-default{
	margin-top: 10px;
	background: #053755;
	color: #fff;
	border: none;
	padding: 10px 25px;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
	font-size: 16px;
	border-radius: 4px;
}
.comment-area-xs .btn-default,
.re-comment-area-xs .btn-default{
	float: right;
}
.btn-default:hover{
	opacity: 0.9;
}
.column-detail .detail-con .new-comment{
	width: 93.6%;
	height: auto;
	margin: 30px auto 0px;
}
.column-detail .detail-con .new-comment .comment-con{
	margin: 3% auto 0px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 2%;
}
.column-detail .detail-con .new-comment .thelast{
	border-bottom: 0px;
}
.column-detail .detail-con .new-comment .media-object{
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.column-detail .detail-con .new-comment .media-body .thetitle{
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.column-detail .detail-con .new-comment .media-body .thetitle a{
	font-size: 14px;
	color: #323232;
	display: inline-block;
	padding-right: 15px;
}
.column-detail .detail-con .new-comment .media-body .thetitle .thedata{
	font-size: #999999;
}
.column-detail .detail-con .new-comment .media-body .thetitle .comment-thumbs{
	float: right;
	padding-right: 20px;
	color: #cccccc;
}
.column-detail .detail-con .new-comment .media-body .thetitle .comment-thumbsup{
	color: #ff0000;
}
.column-detail .detail-con .new-comment .media-body .thetitle .comment-thumbs strong{
	padding-left: 4px;
	font-weight: normal;
}
.column-detail .detail-con .new-comment .media-body .thecon{
	width: 100%;
	line-height: 22px;
	color: #646464;
}
.column-detail .detail-con .new-comment .comment-con .reply-btn{
	width: 100%;
	font-size: 14px;
	margin: 5px 0px 0px;
}
 .column-detail .detail-con .new-comment .comment-con .reply-btn a{
	color: #808080;
}
 .column-detail .detail-con .new-comment .comment-con .reply-btn span{
 	padding-right: 5px;
 }
 .column-detail .detail-con .new-comment .comment-con .reply-btn a:hover{
 	color: #ff0000;
 }

.column-detail .detail-con .new-comment .comment-con .art-reply{
	width: 100%;
	height: auto;
	padding: 2% 20px;
	background: #fafafa;
	border-left: 3px solid #e5e5e5;
	margin: 15px 0px;
}
.column-detail .detail-con .new-comment .comment-con .art-reply .thetiele{
	width: 100%;
	line-height: 30px;
	color: #999999;
}
.column-detail .detail-con .new-comment .comment-con .art-reply .thetiele a{
	color: #646464;
	font-weight: bold;
	padding-right: 5px;
}
.column-detail .detail-con .new-comment .comment-con .art-reply .thecon{
	color: #808080;
	line-height: 22px;
}
.column-detail .detail-con .new-comment .comment-con .art-reply .reply-btn-TA{
	color: #ff0000;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
　　color: #b3b3b3;
}
input:-moz-placeholder, textarea:-moz-placeholder {
　　color:#b3b3b3;
}
input::-moz-placeholder, textarea::-moz-placeholder {
　　color:#b3b3b3;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　　color:#b3b3b3;
}
.modal-dialog {
    width: 400px;
    height: 100px;
    margin: 200px auto;
    box-shadow: none;
}

.modal-content {
    border: 1px solid rgba(0, 0, 0, .02);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .15);
}

.modal-body {
    height: 100px;
    box-shadow: none;
    line-height: 100px;
    font-size: 16px;
    padding: 0px 15px;
}

.close {
    font-size: 30px;
    margin-top: 30px;
}

.column-detail .detail-con .art-con iframe{
	width: 100%;
	/*margin: 3% auto;*/
}

.column-detail .detail-con .art-con iframe:not(.iframe_video){
	min-height: 600px;
	/*margin: 3% auto;*/
}

.column-detail .media-artcle-ad{
	width: 728px;
	margin: 0 auto;
	position: relative;
}


.column-detail .detail-con .art-con #div-gpt-ad-1566374721706-0 iframe{
	/*width: auto;*/
	min-height: auto;
}
.column-detail .detail-con .art-con ul{
	padding: 0 0 0 2em;
}
.column-detail .detail-con .art-con ol{
	padding: 0 0 0 2em;
}
.column-detail .detail-con .art-con ol li{
	list-style: decimal!important;
}
.column-detail .detail-con .art-con ul li{
	list-style-type:disc!important;
	padding:2px;
}


.r-comment-title{
	width: 100%;
	margin: 20px auto 0px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
}
.r-comment-title li{
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #323232;
	float: left;
	margin-right: 20px;
}
.r-comment-title li:last-child{
	margin-right: 0px;
}
.r-comment-title li a{
	color: #323232;
	font-weight: bold;
}
.r-comment-title .active{
	border-bottom: 2px #003352 solid;
}
.r-comment-title .active a{
	color: #003352;
	font-weight: bold;
}
.nav-tabs{
	border-bottom: 1px solid #d9d9d9!important;
}
.pl-title-tab{
	border-bottom: none!important;
}
.r-comment-tab {
	width: 100%;
	height: auto;
	margin: 20px auto 0px;
	border: 1px solid #EDEDED;
	background: #fff;
}
.r-comment-tab .comment-home-list{
	width: 86.66666%;
	height: auto;
	margin: 0px auto;
	padding-bottom: 12px;
	border-bottom: 1px solid #ededed;
	padding-top: 20px;
}
.r-comment-tab .comment-home-list:last-child{
	margin-bottom: 20px;
}
.comment-home-list .reply{
	position: relative;
	width: 100%;
	background: #f7f7f7;
	padding: 8px 4%;
	line-height: 22px;
	color: #808080;
}
.comment-home-list .reply a{
	color: #808080;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	overflow: hidden;
}
.comment-home-list .reply .saytime{
	color: #999999!important;
}
.comment-home-list .reply .arrow-r{
	position: absolute;
	left: 18px;
	border: 10px solid transparent;
	border-left-color: #f7f7f7;
	bottom: -10px;
}
.comment-home-list .reply .icon-r{
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 12px;
	color: #003352;
	background: #f7f7f7;
	padding-left: 10px;
}
.comment-home-list .reply .icon-r .iconfont{
	font-size: 12px;
}
.comment-home-list .original-artcle{
	width: 100%;
	height: auto;
	margin: 15px auto 0px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	overflow: hidden;
}
.comment-home-list .original-artcle a{
	color: #323232;
}
.comment-home-list .original-artcle a:hover{
	color: #003352;
}
.comment-icon{
	width: 50px;
	height: 50px;
	background: #ededed;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 50px;
	position: fixed;
	right: 3%;
	bottom: 22%;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 999;
}
.comment-icon .iconfont{
	font-size: 24px;
	font-weight: 200;
	color: #003352;
	position: relative;
}
.comment-icon .iconfont strong{
	position: absolute;
	top: -5px;
	right: -8px;
	font-size: 12px;
	font-weight: normal;
	height: 14px;
	display: block;
	line-height: 14px;
	padding: 0px 5px;
	background: #410156;
	border-radius: 500px;
	color: #fff;
}
.row-title{
	width: 93.6%;
	height: 18px;
	margin: 30px auto 0px;
	font-size: 16px;
	color: #003352;
	padding-left: 5px;
	font-weight: bold;
	border-left: 5px solid #003352;
	line-height: 18px;
}
.row-recommend{
	width: 93.6%;
	height: auto;
	margin: 10px auto 0px;
}
.row-recommend li{
	border-bottom: 1px solid #ededed;
	padding: 15px 0px;
}
.row-recommend .thetitle{
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	display: block;
}
.row-recommend .thetitle:hover{
	color: #003352;
}
.row-recommend .thecon{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 10px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.interested-box{
	width: 100%;
	height: auto;
	margin: 20px auto 0px;
	border: 1px solid #EDEDED;
	background: #fff;
	padding: 10px;
}
.interested-box li{
	width: 100%;
	height: auto;
	position: relative;
	padding-left: 16px;
	margin-bottom: 15px;
}
.interested-box li:before{
	position: absolute;
	top: 8px;
	left: 0px;
	content: '';
	width: 7px;
	height: 7px;
	border: 1px solid #003352;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #fff;
	transition: all 0.5s;
}
.interested-box li a{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.interested-box li a:hover{
	color: #003352;
}
.interested-box li:hover:before{
	background: #003352;
}



@media screen and (max-width:1300px){

	.new-detail-title,
	.new-detail-title .detailwarn{
		width: 100%;
	}
	.new-detail-title .thetitle{
		width: 96%;
	}
	/*.column-detail .detail-con{
		width: 72.48%;
	}*/
	.column-detail .detail-con .art-part{
		margin: 5% auto 0px;
	}
	.column-detail .detail-con .art-part span{
		width: 100%;
		float: none;
		padding: 1% 0px;
	}
	.column-detail .detail-con .art-part span a{
		color: #646464;
	}
	.column-detail .detail-con .art-part .theright{
		float: none;
		text-align: left;
	}
	.column-detail .detail-con .art-con  > iframe{
		min-height: 46.15vw;
		height: 46.15vw;
	}
}
@media screen and (max-width:991px){
	.column-detail .detail-con{
		width: 96%;
		margin: 3% auto 0px;
		float: none;
		padding-bottom: 2%;
	}
	.column-detail .detail-con .operation-row{
		position: static;
		height: auto;
		margin: 3% auto 0px;
	}
	.column-detail .detail-con .operation-row .thumbs{
		width: 170px;
		position: static;
		margin: 0 auto;
		display: block;
	}
	.column-detail .detail-con .operation-row .thumbs a{
		margin: 0 auto;
		display: block;
	}
	.column-detail .detail-con .operation-row .share{
		width: 100%;
		height: 20vw;
		position: static;
		background: #f6f6f6;
		text-align: center;
		line-height: 24vw;
		margin: 4% auto 0px;
	}
	.column-detail .detail-con .operation-row .share .share-title,
	.column-detail .detail-con .operation-row .share .share-icon,
	.column-detail .detail-con .operation-row .share .share-icon1,
	.add-share{
		display: inline-block;
		float: none;
	}
	.interested-box{
		width: 96%;
	}
	
}
@media screen and (max-width:767px){
	.column-detail .detail-con{
		border:none;
	}
	.column-detail .detail-con .art-lead{
		border:none;
	}
	.new-detail-title{
		height: auto;
		/*border-left: 0.5rem solid #003352;*/
		border-left: none;
		background: #f5f5f5;
		/*border-bottom: 1px solid #e5e5e5;*/
		border-bottom: none;
		padding: 0px 2%;
		background: none;
	}
	.new-detail-title .thetitle{
		text-align: left;
		font-size: 24px;
		padding: 0px;
		line-height: 34px;
		/*font-weight: normal;*/
	}
	.column-detail{
		margin-top: 0px;
	}
	.new-detail-title .detailwarn{
		text-align: left;
		margin: 5px 0px;
	}

	.new-detail-title .detailwarn>span{
		padding: 0px;
        padding-right: 10px;
        margin-right: 5px;
	}
    .new-detail-title .detailwarn>span:nth-child(n+2){
        border-right: none!important;
        margin-right: 0px;
        padding-right: 0px;
    }
	.new-detail-title .detailwarn .thefirst{
		padding-left: 0px;
	}
	.column-detail .detail-con .art-relative-tags a{
		margin: 5px 5px;
	}	
	.column-detail .detail-con .code{
		width: 100%;
		padding: 2% 0px;
		border-bottom: #f5f5f5 0.5rem solid;
	}
	.column-detail .detail-con .code .code-img{
		width: 100%;
		float: none;
		padding: 0px;
		border-right: 0px;
	}
	.column-detail .detail-con .art-con h1{
		margin: 0px;
		font-size: 26px;
		line-height: 1.5!important;
	}
	.column-detail .detail-con .art-con h2{
		margin: 0px;
		font-size: 24px;
		line-height: 1.5!important;
	}
	.column-detail .detail-con .art-con h3{
		margin: 0px;
		font-size: 22px;
		line-height: 1.5!important;
	}
	.column-detail .detail-con .code .code-follow{
		float: none;
		width: 100%;
		padding: 0px;
		text-align: center;
		padding: 2% 0px;
	}
	.column-detail .detail-con .art-lead,
	.column-detail .detail-con .art-con,
	.column-detail .detail-con .art-relative-tags,
	.column-detail .detail-con .operation-row,
	.column-detail .detail-con .art-part,
	.column-detail .detail-con .art-comment,
	.column-detail .detail-con .new-comment,
	.column-detail .detail-con .author-message{
		width: 100%;
		margin: 5% auto 0px;
	}
	.column-detail .detail-con .note{
		width: 100%;
		margin: 0 auto;
	}
	.column-detail .detail-con .cover-img{
		height: 38.13vw;
	}
	.column-detail .detail-con .new-comment{
		border-bottom: #f5f5f5 0.5rem solid;
	}
	.column-detail .detail-con .new-comment .comment-con{
		margin: 4% auto 0px;
		padding-bottom: 4%;
	}
	.column-detail .detail-con .article-vote{
		width: 96%;
	}
	.art-comment-xs{
		width: 100%;
		height: auto;
		border-top: #ebebeb 1px solid;
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 999999;
		background: #fff;
		padding: 3% 0px;
	}
	.art-comment-xs .art-comment-xs-box{
		width: 96%;
		height: 9vw;
		margin: 0 auto;
	}
	.art-comment-xs .art-comment-xs-box .mypl-xs{
		width: 58%;
		margin-left: 2%;
		height: 9vw;
		float: left;
		border-radius: 50px;
		background: #f5f5f5;
		border: none;
		font-size: 14px;
		padding-left: 3%;
		color: #808080;
		line-height:9vw;
	}
	.art-comment-xs .art-comment-xs-box .myicon-xs{
		width: 40%;
		height: auto;
		float: right;
		height: 9vw;
		line-height: 9vw;
	}
	.art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon{
		width: 33.33%;
		height: auto;
		float: left;
		text-align: center;
	}
	.art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .reply-icon,
	.art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .zan-icon{
		position: relative;
	}
	
	.art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .reply-num{
		position: absolute;
		top: -9px;
		right: -9px;
		background: red;
		display: block;
		height: 14px;
		padding: 0px 15%;
		line-height: 14px;
		color: #fff;
		border-radius: 50px;
		font-size: 12px;
		font-weight: normal;
		font-family: Arail;
	}
	.art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .zan-num{
		top: -9px;
		right: 0px;
		background: red;
	}
	.art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .iconfont{
		font-size:20px;
		color: #808080;
	}
	.art-comment-xs .art-comment-xs-box .myicon-xs .liked_mobile .iconfont{
		color: red;
	}
	.art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .thumbs-up-xs{
		font-size: 24px;
	}
/*	.art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon:hover .iconfont{
		color: red;
	}*/
	.art-comment-xs .comment-area-xs,
	.art-comment-xs .re-comment-area-xs{
		width: 96%;
		height: auto;
		margin: 0 auto;
	}
	.art-comment-xs .comment-area-xs .form-cotrol-xs,
	.art-comment-xs .re-comment-area-xs .form-cotrol-xs{
		width: 100%;
		height: 20vw;
		border-radius: 50px;
		background: #f5f5f5;
		border-radius: 5px;
		border: #ebebeb 1px solid;
		outline: none;
		padding: 2% 0px 0px 2%;
		font-size: 14px;
		color: #808080;
	}
	.comment-area-xs .btn-default,
	.re-comment-area-xs .btn-default{
		margin-top: 1%;
		font-size: 14px;
		padding: 7px 12px;
		border-radius: 3px;
	}
	.bg-layer{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		background: rgba(0,0,0,0.7);
		z-index: 20000;
		display: none;
	}
	.footer{
		margin-bottom: 15.31vw;
	}
	.share-xs{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.share-xs li{
		width: 33.33%;
		height: auto;
		float: left;
		text-align: center;
	}
	.share-xs li span{
		width: 40px;
		height: 40px;
		display: block;
		background: #e74c3c;
		border-radius: 100px;
		margin: 0 auto;
		text-align: center;
		line-height: 40px;
		color: #fff;
		font-size: 26px;
	}
	.share-xs li:nth-child(2) span{
		background: #09bb07;
	}
	.share-xs li:nth-child(3) span{
		background: #008bdb;
	}
	.share-xs li:nth-child(4) span{
		background: #ffcf10;
	}
	.share-xs li strong{
		font-size: 12px;
		font-weight: normal;
		line-height: 30px;
		color: #808080;
	}

	.modal-dialog {
        width: 300px;
        height: 50px;
    }

    .modal-body {
        height: 50px;
        line-height: 50px;
    }

    .close {
        margin-top: 8px;
    }
	.column-detail .detail-con .art-con iframe{
		height: 67vw;
	}

	.column-detail .detail-con .author-pic{
		width: 50px;
	}
	.column-detail .detail-con .author-text{
		width: calc( 100% - 50px - 20px );
		width: -webkit-calc( 100% - 50px - 20px);
		width: -moz-calc( 100% - 50px - 20px );
		min-height: 50px;
	}
	.column-detail .detail-con .author-name{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.column-detail .detail-con .author-introduce{
		font-size: 12px;
		line-height: 22px;
	}
	.column-detail .detail-con .author-btn{
		float: left;
		margin-top: 3%;
		margin-left: 70px;
	}
	.column-detail .detail-con .author-btn a{
		width: 60px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}

	.row-recommend .thetitle{
		font-size: 16px;
	}
	.row-recommend .thecon{
		font-size: 12px;
	}
	.row-title,.row-recommend{
		width: 100%;
	}

	.column-detail .media-artcle-ad{
		width: 300px;
		margin-bottom: 20px;
	}
	.column-detail .media-artcle-ad iframe{
		height: 250px!important;
	}
}

table {
	margin: 0 auto;
}

.new-left .head-pic {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.new-left .head-pic-img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.MathJax {
	outline: 0;
}

.MathJax_Display {
	overflow-x: auto;
	overflow-y: hidden;
}

.sliderBar-huiyi {
	position: fixed;
	right: 20px;
	top: 30%;
	transform: translateY(-30%);
	z-index: 999;
}

.sliderBar-huiyi img {
	display: block;
	width: 180px;
}

@media (max-width: 767px) {
	.sliderBar-huiyi {
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.sliderBar-huiyi img {
		display: block;
		width: 100px;
	}

	.new-left .head-pic {
		height: 38.13vw;
	}

	table {
		font-size: 12px;
		width: 100%;
	}
}

.artice_end_ad img {
	width: 100%;
	margin-top: 0 !important;
}
.executive-editor{
	font-weight: bold;
    float: right;
	margin: 10px 0 20px 0;
}

.share-btn ,.poster-btn{
	cursor: pointer;
	position: relative;
	display: inline-block;
	margin-left: 12px;
	height: 24px !important;
}
.share-btn .iconfont_box,.poster-btn .iconfont_box {
	width: 24px;
	height: 24px;
	border-radius: 1em;
	display: inline-block;
	line-height: 24px;
	text-align: center;
	background-color: #1BB52D;
}
.poster-btn .iconfont_box {
	background-color: #C53937;
}
.share-btn:hover .img-box {
	display: block;
}
.share-btn:hover .iconfont_box,.poster-btn:hover .iconfont_box {
	opacity: .5;
}
.share-btn .iconfont {
	color: white !important;
	font-size: 14px;
}
.poster-btn .iconfont {
	color: white !important;
	font-size: 14px;
}
.share-btn .img-box {
	position: absolute;
	z-index: 100;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
	left: 50%;
	transform: translateX(-50%);
	top: 130%;
	padding-bottom: 5px;
	display: none;
	background: white;
}
.share-btn .img-box span {
	display: block;
	font-size: 12px;
	margin: 0 auto;
	width: max-content;
}
