@charset "utf-8";

/*新闻详情页样式*/
.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 span:last-child{
	border-right:none;
}
.new-detail-title .detailwarn .thelast{
	border-right: 0px;
}
.column-detail{
	overflow: hidden;
}
.column-detail .detail-con{
	/*width: 922px;*/
	width: 72.484276%;
	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;
}
.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: 93.6%;
	margin: 3% auto 0px;
	background: #fafafa;
	padding: 10px 0px 10px 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 .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 .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 .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%;
	min-height: 600px;
	margin: 3% auto;
}



@media screen and (max-width:1300px){

	.new-detail-title,
	.new-detail-title .thetitle,
	.new-detail-title .detailwarn{
		width: 100%;
	}
	.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;
	}
	
}
@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:first-child{
		padding-left: 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{
		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: #ff4343;
		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: #003352;
	}
	.art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .iconfont{
		font-size:20px;
		color: #999999;
	}
	.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: #003352;
	}
	.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;
	}

}

