<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
	width: 100%;
	min-width: 1230px;
	height: 300px;
	background:url(../../img/banner/banner-blog.jpg);
	background-size: cover;
	background-position: center 0;
	position: relative;
}
.banner::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner h1{
	color: #fff;
	position: absolute;
	z-index: 2;
	transform: translate(-50%,-50%);
	width: 1200px;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: 55px;
	line-height: 1.3;
	font-weight: bold;
}
.content{
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 60px;
}
.content .container{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.content .entry{
	width: 600px;
}
.content .side{
	width: 360px;
}
/*å†…å®¹*/
.entry .tit{
	font-size: 36px;
	line-height: 1.3;
	color: #000;
	margin-bottom: 12px;
	font-weight: bold;
}
.entry .meta {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    align-items: center;
    margin-bottom: 24px;
}
.blog-content{
    font-size: 16px;
    line-height: 1.5;
    color: #273746;
}
.blog-content a{
	color: inherit;
}
.blog-content a:hover{
	color: #dd1215;
}
.blog-content p a{
	color: inherit;
	border-bottom: 1px dashed #273746;
}
.blog-content p a:hover{
	border-bottom: 1px solid #008AEE;
	color: #dd1215;
}
.blog-content p{
    font-size: 16px;
    color: #273746;
	margin: 20px 0;
    line-height: 1.8;
}
.blog-content li{
	font-size: 16px;
    padding: 0;
    margin-left: 32px;
    margin-bottom: 12px;
    line-height: 1.6;
}
.blog-content ul,
.blog-content ol{
	list-style: auto;
    margin: 20px 0;
    padding: 0;
}
.blog-content p:first-child{
    margin-top: 0;
}
.blog-content p:last-child{
    margin-bottom: 0;
}
.blog-content{
	/*margin-top: 10px;*/
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
}
.blog-content img:not(.wpml_ico){
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: #f5f6f9;
    border-radius: 5px;
}
.blog-content p img,
.blog-content figure img{
}
.blog-content figure{
    margin: 15px 0;
}
.blog-content img.wpml_ico{
    width: auto;
    margin: 0;
}
.blog-content hr{
	margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}
.blog-content blockquote, 
.blog-content p.excerpt{
    margin: 20px 0;
    padding: 20px;
    border-left: 8px solid #dd1215;
    background: #f5f6f9;
    line-height: 1.8;
    font-size: 16px;
    font-style: italic;
}
.prev-next{
	margin-top: 20px;
}
.prev-next label{
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 20px;
}
.prev-next ol{
	margin: 0;
    padding-left: 20px;
    list-style: disc;
}
.prev-next ol li{
	display: list-item;
	font-size: 16px;
    padding: 0;
    line-height: 2;
}
.prev-next ol li a {
    color: #333;
    text-decoration: underline;
}
.prev-next ol li a:hover{
	color: #dd1215;
}
.prev-next ol li a .pn-btn {
    font-weight: 600;
}
/*è¾¹æ&nbsp;*/
.side .wrapper{
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, .15);
	margin-bottom: 20px;
}
.side .wrapper:last-of-type{
	margin-bottom: 0;
}
.side .wrapper .w-tit{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 1.8;
}
.side .wrapper .w-con{
	margin-top: 15px;
}
.recent .tiny{
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
	display: flex;
}
.recent .tiny .pic{
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.recent .tiny .pic a{
	width: 100%;
	height: 100%;
	display: block;
}
.recent .tiny .pic a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recent .tiny:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.recent .tiny .con{
	width: calc(100% - 95px);
}
.recent .tiny .con .tit{
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.recent .tiny .con .tit a{
	color: inherit;
	font-size: inherit;
}
.recent .tiny .con .tit a:hover{
	color: #dd1215;
}
.recent .tiny .con .date{
	color: #555;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 10px;
}
.share .social-wrap{
	display: flex;
	justify-content: space-between;
}
.share .social-wrap .social{
	width: 50px;
	height: 50px;
}
.share .social-wrap .social a{
	display: flex;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	align-items: center;
    justify-content: center;
}
.share .social-wrap .social a i{
	color: #111;
	font-size: 30px;
}
.share .social-wrap .social a i{
	color: #fff;
}
.share .social-wrap .social.weibo a{
	background: rgb(230,22,45);
}
.share .social-wrap .social.wechat a{
	background: rgb(30,195,84);
}
.share .social-wrap .social.qzone a{
	background: rgb(253,207,0);
}
.share .social-wrap .social.qq a{
	background: rgb(18,183,245);
}
.share .social-wrap .social.douban a{
	background: #072;
}
.share .social-wrap .social a i{
	color: #fff;
}
.share .social-wrap .social.weibo a:hover{
	background: rgb(230,22,45);
}
.share .social-wrap .social.wechat a:hover{
	background: rgb(30,195,84);
}
.share .social-wrap .social.qzone a:hover{
	background: rgb(253,207,0);
}
.share .social-wrap .social.qq a:hover{
	background: rgb(18,183,245);
}
.share .social-wrap .social.douban a:hover{
	background: #072;
}
.share .social-wrap .social.wechat a{
	position: relative;
}
.share .social-wrap .social.wechat a #cur_sg_qrcode{
	position: absolute;
    background: #FFF;
    padding: 12px;
    box-shadow: 0 0 6px rgb(14 22 30 / 30%);
    z-index: 9;
    width: 150px;
    bottom: 70px;
}
.share .social-wrap .social.wechat a #cur_sg_qrcode img {
    width: 100%;
    height: auto;
    display: block;
}
.share .social-wrap .social.wechat a #cur_sg_qrcode p {
    margin: 0;
    margin-top: 6px;
    line-height: 1.3;
}
.share .social-wrap .social.wechat a #cur_sg_qrcode .p1 {
    font-size: 14px;
    color: #333;
}
.share .social-wrap .social.wechat a #cur_sg_qrcode::after, 
.share .social-wrap .social.wechat a #cur_sg_qrcode::before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}
.share .social-wrap .social.wechat a #cur_sg_qrcode::before {
    border: 8px solid transparent;
    border-top: 10px solid rgba(0,0,0,.3);
}
.share .social-wrap .social.wechat a #cur_sg_qrcode::after {
    border: 8px solid transparent;
    border-top: 10px solid #fff;
}</pre></body></html>