.csItem {
	margin-bottom: 50px;
}
.csItem .picWrap {
	width: 344px;
	height: 190px;
	border: solid 1px #a6a5a6;
	border-radius: 4px;
	overflow: hidden;
	background-color: #732b90;
	background-image: url(../images/service-pic-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: table;
	text-align: center;
	margin: 0 auto;
}
.csItem .picWrap .picWrapInner {
	display: table-cell;
	width: 100%;
	padding-bottom: 25px;
	vertical-align: middle;
}
.csItem .picWrap img {
}
.csItem .contentWrap {
	width: 705px;
	color: #732b90;
	font-size: 14px;
	line-height: 19px;
    font-family: 'fira_sansbook';
    text-align: justify;
}
.csItem .contentWrap h3 {
	margin-top: 10px;
}
.csItem .contentWrap a {
	display: inline-block;
	color: #ffffff;
	height: 35px;
	line-height: 37px;
	padding: 0px 15px;
	font-size: 14px;
    font-family: 'fira_sanssemibold_italic';
    background-color: #2b003b;
    border-radius: 3px;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.csItem .contentWrap a:hover {
	background-color: #62ce02;
}
.csItem .contentWrap .contentTopHeight {
	height: 146px;
}
#serviceContentLeft {
	width: 719px;
	text-align: justify;
}
#serviceContentRight {
	width: 346px;
}
#serviceContentLeft h3 {
	line-height: 23px;
}
#serviceContentLeft h3:first-child {
	margin-top: 0px;
}
#serviceContentLeft h3 + p {
	margin-top: 5px;
}
#serviceContentLeft ul li {
	list-style: none;
	background-image: url(../images/li-green-bg.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 23px;
}
#csFormWrap {
	top: 0px;
}
#csFormWrap br {
	display: none;
}
#csFormWrap input {
	width: 100%;
}
#goodlCap {
	height: 68px;
	margin: 0 auto;
	width: 215px;
}
#csFormWrap .plumText {
	background-size: cover;
	width: 100%;
	height: 49px;
	bottom: -49px;
}
.csItem .picWrap.blogPic {
	width: 310px;
	height: 196px;
	display: block;
}
.csItem .contentWrap.blogContentWrap {
	width: 758px;
}
.csItem .postDate {
    font-family: 'fira_sanssemibold_italic';
}
h1#pageTitle.blogTitle {
	line-height: 20px !important;
	text-align: left !important;
	height: auto !important;
    font-family: 'fira_sansbold';
}
#comments {
	padding-top: 0px;
	margin-top: 0px;
}
#blogPic {
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#blogPic img {
	border: solid 5px #2b003b;
	display: block;
	margin: 0 auto;
}
#commentform label {
	display: block;
}
#commentform input,
#commentform textarea {
	height: 40px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding-left: 10px;
    font-family: 'fira_sansbook';
    font-size: 14px
}
#commentform textarea {
	height: 120px;
	padding-top: 10px;
}
#commentform input[type='submit']{
	border: 0px;
	color: #ffffff;
	background-color: #2b003b;
	border-radius: 4px;
    font-family: 'fira_sanssemibold_italic';
    font-size: 20px;
    height: 50px;
    cursor: pointer;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#commentform input[type='submit']:hover {
	background-color: #62ce02;
}
#reply-title {
	background-image: none !important;
}