<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.location {
		padding-left: 15px;
		padding-right: 15px;
		margin: 5px auto 15px;
		font-size: 15px;
	}

	.location .fa {
		margin: 0px 7px 0px;
	}

	.article-detail {
		background: #fff;
		padding: 0px;
		color: #333;
		position: relative;
		z-index: 1;
		font-size: 16px;
		line-height: 28px;
	}

	.article-img {
		max-height: 315px;
		overflow: hidden;
	}

	.article-img img {
		width: 100%;
	}

	.article-tags {
		padding: 30px 30px 0px;
		display: inline-block;
	}
	.article-tags a {
	    margin-bottom: 30px;
	}

	.article-title {
		font-weight: 400;
		font-size: 28px;
		word-break: break-all;
		line-height: 44px;
		color: #222;
		position: relative;
		z-index: 1;
		margin: 0 30px 30px;
	}

	.article-summary {
		margin: 0 30px 30px;
		background-color: #cccccc1a;
		border-radius: 10px;
		padding: 15px;
		font-size: 15px;
		color: #222;
		font-weight: 500;
		border: 1px solid #cccccc5e;
	}

	.article-date {
		margin: 0 30px 30px;
	}

	.article-richtext {
		margin: 0 30px 30px;
	}

	.article-richtext p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
		word-break: break-all;
		word-wrap: break-word;
	}

	.comment-footer {
		font-size: 13px;
		padding: 0 30px 30px;
	}

	.recommend-baoliao { 
		    padding: 20px 30px;
		    margin-top: 15px;
	}
	.tagnew{
		background: rgb(199 199 199 / 10%);
	}
	.entry-copyright{
		    margin: 30px;
		    background-color: #f9f9f9;
		    padding: 15px;
		    border: 1px solid #ebebeb;
		    border-radius: 10px;
		    font-size: 14px;
		    line-height: 25px;
	}
	.question-list-item .summary .text-muted{
			 overflow: hidden;
		    display: -webkit-box;
		    -webkit-line-clamp: 1;
		    -webkit-box-orient: vertical;
	}
	.panel-title {
	    margin-top: 0;
	    margin-bottom: 0;
	    font-size: 18px;
	    color: #222;
	}

	@media (max-width:700px) {

		.col-xs-12,.col-sm-12 {

			position: relative;

			min-height: 1px;

			padding-left: 0px; 

			padding-right: 0px; 

		}

		.about-author{

			 display: none;

			 margin-top:15px;

		}

		.hot-article{

			 margin-top:15px;

		}

		.comment-footer {

		    padding: 0 12px 5px;

		}

	}
.popover-content {
    display: none;
}</pre></body></html>