﻿/*css Document*/
.fontFamily{
	font-family:PingFangTC-Regular,'Microsoft JhengHei','Poppins',sans-serif;
}

body{
	margin:0;
	background-color: #f2f2f2;
}

.content{
	position:relative;
	width:100%;
	min-height:500px;
	background-color: #f2f2f2;
}

.blogBlock{
	position:relative;
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-top: 30px;
}

.blogArticleOuter{
	position:relative;
	width:850px;
	float:left;
	overflow:hidden;
	background-color: #f2f2f2;
}

.blogArticle{
	position:relative;
	width:100%;
	overflow:hidden;
}

.recommendArticle{
	position:relative;
	width:270px;
	padding:0 20px;
	float:right;
	overflow:hidden;
	background-color: #fff;
	padding-bottom:20px;
}

.recommendTxtDiv{
	position: relative;
    width: 100%;
    height: 28px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.recommendIcon{
	position: relative;
    float: left;
    width: 4px;
    height: 18px;
    background-color: #206cc4;
    margin: 4px 0;
}

.recommendTxt{
    position: relative;
	float:left;
	margin-left:10px;
    font-size: 20px;
    color: #206cc4;
    font-weight: 700;
}

.recommendItem{
    position: relative;
    width: 100%;
    height: 67px;
    padding: 15px 0;
	border-bottom: solid 0.5px rgba(155, 155, 155, 0.5);
}
.recommendItem:hover{
	cursor:pointer;
	padding: 20px 0;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.37);
	transition: 0.2s;
}

.recommendItemPic{
	position:relative;
	width:100px;
	height:100%;
	float:left;
	background-size:auto 100%;
	background-position:center;
	background-repeat:no-repeat;
}

.recommendItemPic:hover{
	background-size: auto 120%;
	transition: 0.5s;
}

.recommendItemTitle{
	position:relative;
	float:left;
	width:calc(100% - 120px);
	margin-left:20px;
	font-size: 12px;
    line-height: 1.58;
    text-align: left;
    color: #000;
	padding-bottom: 20px;
}

.blogItem{
	position: relative;
    width: calc(100% - 150px);
    overflow: hidden;
    padding: 0 105px 0 45px;
	background-color: #fff;
	margin-bottom:30px;
}

.blogItemTitle{
	position:relative;
	width:100%;
	margin-top:50px;
	/*font-size: 24px;*/
	font-size: 260%;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0.2px;
	text-align: left;
	color: #222222;
}

.blogItemDate{
	position:relative;
	width:100%;
	margin-top:20px;
	font-size: 14px;
	text-align: left;
	color: #9b9b9b;
}

.blogItemPic{
	position:relative;
	width:100%;
	height:300px;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:auto 100%;
	margin-top:35px;
}

.blogItemCnt{
	position:relative;
	width:100%;
	/* height:60px; */
	height:100px;
	/*font-size: 18px; */
	font-size: 200%;
	line-height: 1.67;
	letter-spacing: 0.2px;
	text-align: left;
	color: #222;	
	overflow:hidden;
	margin-top:25px;
}

.keepReadTxt{
	position: relative;
    font-size: 16px;
    text-align: left;
    color: #9b9b9b;
    margin-top: 15px;
    margin-bottom: 30px;
    float: left;
}

.keepReadTxt:hover{
	color: #206cc4;
	cursor: pointer;
}


.pager{
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #fff;
    margin-bottom: 30px;
}

.pagerInner{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    width: 87.5%;
    height: 25px;
    top: 12.5px;
    position: relative;
    margin: 0 auto;
    color: #4a4a4a;
    line-height: 25px;
    text-align: center;
}

.pagerItemDiv{
    position: relative;
    width: calc(100% / 9);
    height: 100%;
    float: left;
}


.pagerItem{
    width: 25px;
    position: relative;
    margin: 0 auto;
    height: 100%;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: cover;
	cursor:pointer;
}


.pagerItemChosen{
    background-color: #206cc4;
    color: #fff;
}

/*
   Modify by Tom 2019/6/5
*/
a:link { 
	text-decoration: none;
	color: #9b9b9b;
	
} 

a:visited { 
	text-decoration: none;
	color: #9b9b9b;
} 

a:hover { 
	text-decoration: none;
	color: #206cc4;
} 

a:active { 
	text-decoration: none;
	color: #206cc4;
}