
.block h2 a,
.block h3 a,
.block h4 a {
	color: #062c41;
	text-decoration: none;
	outline: 0;
    font-family: "Microsoft YaHei";
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/*文章顶部*/
.arthead-logo img {
    width: 320px;
    display: block;
    margin: auto;
}
.arthead-title {
	margin: 20px 0;
	text-align: center;
	color: #062c41;
}
.arthead-title span {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-family: serif;
    letter-spacing: 5px;
}
.arthead-title span::before,
.arthead-title span::after {
    content: "";
    position: absolute;
    border-top: 1px solid #cdd5d9;
    top: 44%;
    width: 70px;
}
.arthead-title span::before {
    right: 100%;
    margin-right: 15px;
}
.arthead-title span::after {
    left: 100%;
    margin-left: 15px;
}
/*文章主体*/
.artblock-title {
    text-align: center;
}
.artblock-title .square-title {
    display: inline-block;
    width: 84px;
    height: 84px;
    padding: 28px 20px;
    font-weight: 700;
    font-family: "楷体";
    background: url(http://www.gzwebway.com/page/product/css/images/bgd-date-2.png) no-repeat;
    background-size: 100%;
}
.artsection {
    margin-top: 100px;
}
.artsection-table {
    display: table;
}
.artblock-title .square-title span {
    display: block;
    color: #c7b374;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 33px;
}
.artblock-txt {
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
}
.artblock-txt ul li p {
    margin: 15px 0;
    font-family: "Microsoft YaHei";
}
.artblock-col {
    width: 50%;
    display: table-cell;
}
.artblock-col.border-right {
    border-right: 1px solid #ccc;
}
.artblock-col h1 {
    margin: 28px 0;
	font-size: 28px;
    font-family: "楷体";
    color: #e67817;
}
.artblock-col P {
    margin: 15px 0;
    font-family: "Microsoft YaHei";
}
.artblock-row {
    padding: 50px 0;
    background: #22516b;
    color: #eee;
}
.artblock-row h1 {
    display: inline-block;
    padding-bottom: 3px;
    margin-top: 0;
    margin-bottom: 28px;
    font-family: "楷体";
    font-size: 28px;
    line-height: 32px;
    border-bottom: 1px solid #eee;
}
.artblock-row p {
    font-size: 14px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
}



/*时间轴*/
.river .river-block {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	clear: both
}

.river .river-block:last-child {
	border-bottom: 0
}

.river .block {
	margin: 0;
	border-left: 3px solid #e8e8e8;
	overflow: visible
}

.river .block {
    padding: 30px 0 16px 16px;
    margin-left: 120px;
}

.river .block-featured {
	padding-left: 0
}

.river .post-title {
    position: relative;
    font-size: 23px;
    margin: 19px 0;
}
.river .post-title a:hover {
	margin-left: 10px;
	text-decoration: underline;
}

.river .post-title:before {
	content: "";
	position: absolute;
	left: -28px;
	top: 3px;
	display: block;
	width: 14px;
	height: 14px;
	border: 3px solid #d2d3d2;
	border-radius: 14px;
	background: #f9f9f9
}

.river .byline {
	padding: 4px 0
}

.river .timestamp {
    font-size: 12px;
    position: absolute;
    top: 48px;
    left: -18px;
    display: block;
    width: 102px;
    padding: 7px 6px;
    margin-bottom: 18px;
    background: #c7b374;
    color: #fff;
    font-style: italic;
    text-align: center;
}

.river .timestamp:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0;
	pointer-events: none;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 11px solid #c7b374;
}

.river .block-content {
	padding-right: 90px;
}

.river .excerpt {
    font-size: 14px;
    line-height: 22px;
    font-family: "Microsoft YaHei";
}

.river .excerpt:first-letter {
    float: left;
    color: #e67817;
    font-size: 30px;
    font-weight: 700;
    padding-top: 10px;
    padding-right: 8px;
    padding-left: 3px;
    margin: -2px 0 0;
    font-family: "Noto Serif";
}

.river .thumb {
	max-width: 300px;
	float: right;
	margin: 0 0 8px 16px;
	cursor: pointer;
	display: block;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.river .thumb img {
	width: 100%;
	border: 1px solid #d5d5d5;
	display: block;
	max-height: 230px!important;
	overflow: hidden!important;
	margin: 0;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.river .thumb:hover img {
    transform: scale(1.1);	
}

