<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css Document*/

body{
	margin:0;
	font-family:PingFangTC-Regular,'Microsoft JhengHei','Poppins',sans-serif;
}

.content{
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
	padding-bottom:70px;
}


.blogBlockOuter{
    position: relative;
    background-color: #f2f2f2;
    width: 100%;
    overflow: hidden;
}

.blogBlock{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #fff;
	padding-bottom: 30px;
}

.blogDiv{
	position:relative;
	width:940px;
	margin:0 auto;
	overflow:hidden;
}

.blogTitle{
	position:relative;
	margin-top:50px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.3px;
	text-align: left;
	color: #222222;
}


.blogDate{
	position:realtive;
	margin-top:25px;
	font-size: 18px;
	text-align: left;
	color: #9b9b9b;
}

.blogClassifyDiv{
	position: relative;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.blogClassify{
    position: relative;
    float: left;
    padding: 5px 10px;
    border: solid 2px #222222;
    color: #222222;
    font-size: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    border-radius: 8px;
}

.blogPic{
	position:relative;
	margin-top:25px;
	width:100%;
	overflow:hidden;
}

.blogContent{
	position:relative;
	width:100%;
	text-align: left;
	color: #222222;
	padding:40ox 0;
}

.blogPre{
	position:relative;
	margin-top:80px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.3px;
	text-align: left;
	color: #206cc4;
	text-decoration: underline;
	cursor:pointer;
}

.blogNext{
	position:relative;
	margin-top:25px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.3px;
	text-align: left;
	color: #206cc4;
	text-decoration: underline;
	cursor:pointer;
}

.blogPreNextIcon{
    position: relative;
    float: left;
    width: 4px;
    height: 4px;
    background-color: #206cc4;
    margin: 12px;	
}

.sameTypeDiv{
	position: relative;
    background-color: #fff;
    width: 940px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    padding: 0 130px;
}

.sameTypeTxtDiv{
	position:relative;
	margin-top:50px;
	width:100%;
	overflow: hidden;
}

.sameTypeTxtBlack{
	position:relative;
	float:left;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 1.4px;
	text-align: left;
	color: #222222;	
}

.sameTypeTxtBlue{
	color: #206cc4;
}

.sameTypeBar{
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top:25px;
	padding-bottom:78px;
}

.sameTypeItem{
	position:relative;
	float:left;
	width:300px;
}


.sameTypeItem:hover{
	cursor:pointer;
	width:298px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.37);
	transition:0.2s;
}


.marginLR20{
	margin:0 20px;
}

.sameTypePic{
	position:relative;
	height:200px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
}

.sameTypePic:hover{
	background-size:120% auto;
	transition:0.5s;
}

.sameTypeTitle{
	position:relative;
	width:calc(100% - 36px);
	margin:0 auto;
	margin-top:16px;
}

/*
   Modify by Tom 2019/6/5
*/
a:link { 
	text-decoration: none;
	color: #206cc4;
	
} 

a:visited { 
	text-decoration: none;
	color: #206cc4;
} 

a:hover { 
	text-decoration: none;
	color: #206cc4;
} 

a:active { 
	text-decoration: none;
	color: #206cc4;
}</pre></body></html>