@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-height: 100%;
	font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background: #F6F6FA;
}

.text-primary {
	color: #4A7FF5;
}

img {
	border: 0;
	vertical-align: top;
}

ul {
	margin: 0;
}

/*li {
	list-style: none;
}*/
p {
	max-width: 800px;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #CD8C5D;
}

input,
button {
	/*-webkit-appearance: none;*/
	border-radius: 0;
}

button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

.scale {
	display: block;
	overflow: hidden;
}

.scale img {
	transition: 0.6s all;
}

.scale:hover img {
	transform: scale(1.06);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex {
	display: flex;
}

.flex_bd {
	flex: 1;
	min-width: 0;
}


.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 显示两行文字 */
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*-webkit-line-clamp: 2;*/
	-webkit-box-orient: vertical;
}

.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}





.head {
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	width: 100%;
	background: #00B960;
}

	.head .navbar {
		padding: 0 30px;
		background: #00B960;
		width: 80%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 0 auto;
	}

.navbar-nav a {
	color: #fff;
}


.nav-link {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 20px !important;
	line-height: 40px;
	position: relative;
}

/*.nav-item.active .nav-link {
	font-weight: 900;
	background-color: #FFFFFF;
	color: #00B960;

}

.nav-item:hover .nav-link {
	font-weight: 900;
	background-color: #FFFFFF;
	color: #00B960;
}*/
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
	font-weight: 900;
	background-color: #FFFFFF;
	color: #00B960;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
	font-weight: 900 !important;
	background-color: #FFFFFF !important;
	color: #00B960 !important;
}

/*.nav-item {
	margin-left: 20px;
}*/

.modal-backdrop {
	z-index: 0 !important
}

a.login-link {
	background-color: #FFFFFF;
	color: #00B960;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
	padding: 8px 16px;
	margin-left: 20px;
	white-space: nowrap;
	line-height: 20px;
	cursor:pointer
}

.search-bar {
	position: relative;
	display: inline-block;
}

.search-bar .form-control {
	border-radius: 4px;
	border: 0;
	box-shadow: unset;
	padding: 0 32px 0 20px;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	color: #FFFFFF;
	background-color: rgba(244, 244, 244, 0.3);
}

.search-bar .form-control::placeholder {
	font-weight: 400;
	color: #FFFFFF;
}

.search-suffix {
	position: absolute;
	right: 6px;
	top: 0;
	line-height: 36px;
	width: 18px;
	height: 36px;
	text-align: center;
}

.search-suffix .iconfont {
	font-size: 16px;
	color: #FFFFFF;
}

.navbar-toggler {
	padding: 0;
	border: 0;
}

.navbar-toggler-icon {
	background-image: url('/bs-432/images/menu.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.navbar-toggler {
	margin-left: 20px;
}
.warrper {
	/*margin-top: 116px;*/
	margin-top: 70px;
}


.navbar-right {
	display: flex;
	align-items: center;
}

.navbar-logo img {
	width: 100%;
}

.hot-topic {
	background-color: #E6F8F0;
	padding: 8px 40px;
	height: 36px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap
}
	.hot-topic .hot-topic-style{
		width:80%;
	}
	.hot-topic span {
		font-size: 14px;
		color: #333;
		font-weight: bold;
		margin-right: 42px;
	}

.hot-topic a {
	font-size: 14px;
	color: #333;
	margin-right: 37px;
}


.foot {
	background-image: url('/bs-432/images/foot_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.foot-logo {
	position: absolute;
	left: 10.5%;
	top: 36px;
}

.foot-main {
	width: 618px;
	margin: 0 auto;
}

.foot-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.foot-top a {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}

.foot-top span {
	width: 1px;
	height: 25px;
	transform: rotate(30deg);
	background-color: #FFFFFF;
	opacity: 0.3;
}


.foot-center {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.foot-center a {
	font-size: 14px;
	color: #FFFFFF;
	opacity: 0.8;
	margin: 0 35px;
}

.foot-center span {
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 15px;
	line-height: 25px;
}

.foot-company {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	margin-bottom: 12px;
}

.foot-top {
	padding: 28px 0 14px;
}

.foot-bottom {
	padding: 17px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}


.foot-copyright {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	opacity: 0.8;
	line-height: 20px;
}

.foot-text {
	height: 120px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.warrper {
	padding: 15px;
}
.mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0,0.3);
	height: 40%;
}
.ad {
	padding: 22px;
	/*text-align: center;*/
	background-image: url('/bs-432/images/ad.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items:baseline;
	justify-content:flex-start
}

.ad-title {
	font-size: 32px;
	color: #FFFFFF;
	margin-right: 30px;
	line-height: 44px;
}

.ad-desc {
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 30px;
	padding-left: 127px!important;
}

.breadcrumb-nav {
	display: flex;
	align-items: center;
}

.breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
	padding: 0;
}

.breadcrumb-item,
.breadcrumb-item a {
	font-size: 16px;
	color: #999999;
}

.breadcrumb-item {
	/*padding-right: 12px !important;*/
	padding-left: .5rem;
	position: relative;
	line-height: 22px;
}

/*.breadcrumb-item::before {
	float: right;
	padding-right: 0;
	color: #999999;
	content: "\e840";
	font-family: "iconfont" !important;
	font-size: 12px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);

}*/
	.breadcrumb-item + .breadcrumb-item::before {
		display: inline-block;
		color: #999999;
		content: "\e840";
		font-family: "iconfont"!important;

	}
.breadcrumb-nav > .breadcrumb-item + .breadcrumb > .breadcrumb-item::before {
	display: inline-block;
	color: #999999;
	content: "\e840";
	font-family: "iconfont"!important;
}
.breadcrumb-nav > .breadcrumb-item + .breadcrumb > .breadcrumb-item:last-child a {
	color: rgb(48, 183, 118);
}
	.breadcrumb-item.active::before {
		display: none;
		
	}
.breadcrumb-item:hover {
	color: rgb(0, 165, 86);
}

.breadcrumb .breadcrumb-item a:hover {
	color: rgb(0, 165, 86);
}
.breadcrumb-item.active {
	color: #00B960;
	padding-left: 0;
}

.breadcrumb-nav {
	margin: 14px 0;
}

.home-row {
	margin: 0 -6px;
}

.home-row>div {
	padding: 0 6px;
}

.home-left {
	width: 65.4%;
	float: left;
}

.home-right {
	width: 34.6%;
	float: left;
}

.home-ad {
	margin-bottom: 14px;
	height:200px
}

.home-ad img {
	max-width: 100%;
	height: 100%;
}

.home-panel {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(188, 188, 188, 0.1);
	margin-bottom: 14px;
}

.home-panel .panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #00B960;
	padding-right: 14px;
}

.home-panel .panel-body {
	padding: 10px;
}

.home-panel .panel-title {
	color: #00B960;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	padding: 10px 0 10px 10px;
	border-bottom: 2px solid #00A757;
	z-index: 1;
	position: relative;
}
	.home-panel .panel-title h5 {
		color: #00B960;
		font-size: 18px;
		font-weight: bold;
	}
.panel-title a {
	color: #00B960;
}
.home-item {
	background-color: #F9F9F9;
	padding: 14px 14px 10px;
}

.home-item .title a {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-item .title {
	margin-bottom: 10px;
}


.home-item .line {
	height: 4px;
	background-color: #CCCCCC;
	width: 35px;
	margin-bottom: 10px;
}

	.home-item .desc {
		font-size: 14px;
		color: #999999;
		line-height: 30px;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-line-clamp: 2;
	}

.home-item:hover {
	background-color: rgba(0, 167, 87, 0.1);
}

.home-item:hover .desc {
	color: rgba(0, 167, 87, 0.8);
}

.home-item:hover .title a {
	color: #00B960;
}

.home-item:hover .line {
	background-color: #00A757;
}

.space14 {
	margin: 0 -7px;
}

.space14>div {
	padding: 0 7px;
}

.space10 {
	margin: 0 -5px;
}

.space10>div {
	padding: 0 5px;
}

.home-item {
	margin: 10px 0;
}

a.more-link {
	color: #999999;
	font-size: 12px
}

.more-link .iconfont {
	font-size: 12px
}

.chapter-item {
	padding: 8px 0;
	border-bottom: 1px solid #EEEEEE;
	position:relative
}

.chapter-item a {
	font-size: 16px;
	line-height: 24px;
	display: block;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


	.chapter-item:last-child {
		border-bottom: 0;
	}

.chapter-items {
	padding: 0 17px;
	border-right: 1px dashed #CECECE;
}

.today-item {
	color: #666666;
	font-size: 18px;
	line-height: 25px;
	margin: 10px 10px 15px;
}

.chapter-item:hover a {
	color: #00B960;
	font-weight: bold;
}

.more-list li {
	padding: 20px 0 3px 34px;
	position: relative;
	list-style:none!important
}

.more-list li::after {
	position: absolute;
	content: '';
	left: 34px;
	bottom: 0;
	right: 1px;
	height: 1px;
	background-color: #EEEEEE;
}

.more-list li a {
	font-size: 16px;
	color: #333333;
	display: block;
	line-height: 22px;
}

.more-list li::before {
	position: absolute;
	content: '';
	left: 0;
	top: 70%;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #CFCFCF;
	transform: translateY(-50%);
}

.more-list li:hover::before {
	background-color: #00A757;
}

.more-list li:hover a {
	font-weight: bold;
	color: #00B960;
}

.more-list {
	padding: 0 20px 20px;
}

.mb-ad {
	display: none;
}

.hot-list {
	display: none;
}

.mb-nav {
	display: none;
}


.head .navbar-collapse {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	z-index: 9;
}


.hot-list {
	background-color: #FFFFFF;
	padding: 8px 18px;
}

.hot-list a {
	font-size: 14px;
	color: #333333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 7px 0;
}

.hot-list a:hover,
.hot-list a.active {
	font-weight: bold;
	color: #00B960;
}


.back_top{
	position: fixed;
	right: 10px;
	bottom: 60px;
	background-color: rgba(255, 255, 255, 0.2);
	padding: 6px;
	border-radius: 50%;
	
}

.back_inner{
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
	color: #00A757;
	height: 74px;
	width: 74px;
	border-radius: 74px;
}

.back_inner img{
	width: 24px;
	height: 24px;
	margin-bottom: 7px;
}




@media (min-width:1400px) {
	.nav-link {
		font-size: 20px;
		padding: 20px !important;
	}


/*
	.nav-item {
		margin-left: 40px;
	}*/
	/*三角形图标*/
	.iconChapter::before {
		position: absolute;
		content: '';
		left: -15px;
		top: 38%;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid green
	}
	.search-bar .form-control {
		padding: 0 42px 0 25px;
		font-size: 16px;
	}

	.search-suffix .iconfont {
		font-size: 18px;
	}

	.search-suffix {
		width: 18px;
		right: 12px;
	}
}



@media (min-width:1720px) {
	.nav-link {
		font-size: 24px;
		padding: 20px 33px !important;
	}


	/*.nav-item {
		margin-left: 60px;
	}*/
	/*三角形图标*/
	.iconChapter::before {
		position: absolute;
		content: '';
		left: -15px;
		top: 38%;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid green
	}
}

@media (max-width:1500px) {
	.hot-topic a {
		margin-right: 20px;
	}

	.hot-topic span {
		margin-right: 30px;
	}

	.ad-title {
		font-size: 24px;
	}

	.ad-desc {
		/*font-size: 14px;*/
		font-size: 16px;
		padding-left:82px!important
	}


	.foot-logo {
		position: absolute;
		left: 1%;
	}
	/*三角形图标*/
	.iconChapter::before {
		position: absolute;
		content: '';
		left: -15px;
		top: 38%;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid green
	}
}


@media (max-width:1300px) {}


@media (max-width:1200px) {
	.navbar-logo {
		width: 120px;
	}

	/*.nav-link {
		padding: 10px !important;
	}*/

	a.login-link {
		font-size: 12px;
	}

	.head .navbar {
		height: 60px;
	}

	.head {}


	.ad-title {
		font-size: 20px;
	}

	.ad-desc {
		margin-right: 0;
	}

	.foot-logo {
		left: 15px;
	}

	.hot-topic span {
		margin-right: 15px;
	}

	.hot-topic a {
		margin-right: 10px;
		font-size: 12px;
	}
	
	.warrper{
		margin-top: 96px;
	}
	/*三角形图标*/
	.iconChapter::before {
		position: absolute;
		content: '';
		left: -15px;
		top: 38%;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid green
	}


}

@media (max-width:1024px) {
	.home-panel .panel-title {
		font-size: 16px;
	}

	.today-item {
		font-size: 16px;
	}

	.ad-title {
		margin-right: 10px;
	}

	.ad {
		display: block;
	}

	.ad-title {
		display: block;
	}

	.chapter-items {
		padding: 0 7px;
	}

	.chapter-item {
		padding: 15px 0;
	}

	.more-list {
		padding: 0 10px 10px;
	}

	.more-list li a {
		font-size: 14px;
	}

	.more-list li {
		padding: 15px 0 15px 24px;
	}

	.more-list li::before {
		width: 6px;
		height: 6px;
	}

	.home-item .desc {
		font-size: 12px;
		line-height: 22px;
	}

	.home-item .title a {
		font-size: 14px;
	}

	.home-item .line {
		height: 3px;
		width: 25px;
	}

	.chapter-item a {
		font-size: 14px;
	}
	/*三角形图标*/
	.iconChapter::before {
		position: absolute;
		content: '';
		left: -15px;
		top: 38%;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid green
	}
}

@media (max-width:992px) {
	.navbar .navbar-nav {
		display: none;
	}

	.foot-logo {
		display: none;
	}

	.hot-topic {
		display: none;
	}

	.mb-nav {
		background-color: #fff;
		padding: 12px 0 10px;
		display: block;
		word-break:keep-all
	}

	.hot-list {
		display: block;
	}


	.mb-nav .navbar-nav {
		flex-direction: row;
	}

	.mb-nav .nav-link {
		color: #333333;
		font-size: 14px;
		float: left;
		padding: 6px 5px !important;
		line-height: 20px;
	}

	.mb-nav .nav-item {
		position: relative;
	}

	.mb-nav .nav-item.active::after {
		position: absolute;
		left: 5px;
		right: 5px;
		bottom: 0;
		content: '';
		height: 2px;
		background-color: #00A757;

	}
	
	.warrper{
		margin-top: 114px;
	}

	/*三角形图标*/
	.iconChapter::before {
		position: absolute;
		content: '';
		left: -15px;
		top: 38%;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid green
	}


}

@media (min-width:768px) {
	.back_top{
		display: none!important;
	}
	/*三角形图标*/
	.iconChapter::before {
		position: absolute;
		content: '';
		left: -10px;
		top: 39%;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid green
	}
}


@media (max-width:768px) {

	.home-left {
		width: 100%;
		padding: 0 !important;
	}

	.home-right {
		width: 100%;
		padding: 0 !important;
	}

	.warrper {
		padding: 0;
	}

	.home-row {
		margin: 0;
	}


	.home-item {
		padding: 12px;
		margin: 5px 0;
	}

	.home-panel .panel-title {
		padding: 7px 0 10px 5px;
		margin-bottom: -1px;
	}

	.home-panel .panel-head {
		padding-right: 10px;
	}

	.chapter-items {
		padding: 0 2px;
		border-right: 0;
	}

	.chapter-item a {
		font-weight: bold;
	}

	.more-list {
		padding: 0 5px 20px;
	}

	.more-list li {
		padding-left: 20px;
	}

	.more-list li a {
		font-weight: bold;
	}

	.more-list li::after {
		left: 20px;
	}

	.chapter-panel .space10>div {
		display: none;
	}

	.chapter-panel .space10>div:first-child {
		display: block;
	}

	.breadcrumb-nav {
		display: none;
	}

	.foot-main {
		width: 100%;
		padding: 0 15px;
	}

	.foot-top a {
		font-size: 14px;
	}

	.foot-top span {
		height: 16px;
	}

	.foot-center a {
		font-size: 12px;
		margin: 0 5px;
	}

	.foot-center span {
		font-size: 14px;
	}

	.foot-company {
		font-size: 14px;
	}

	.foot-copyright {
		font-size: 14px;
	}

	.head .navbar {
		height: 44px;
		padding: 0 14px;
		flex-wrap: nowrap;
	}

	.search-bar {
		width: 167px;
	}

	a.login-link {
		padding: 6px 10px;
		margin-left: 12px;
	}

	.navbar-logo {
		width: 77px;
	}
   /*新增移动版logo样式*/
	.navbar-logo img {
		width: 77px;
	}

	.navbar-toggler-icon {
		width: 20px;
		height: 20px;
	}

	.navbar-toggler {
		margin-left: 12px;
	}

	.search-bar .form-control {
		height: 32px;
		line-height: 32px;
		padding: 0 24px 0 10px;
		border-radius: 16px;
	}

	.search-suffix .iconfont {
		font-size: 12px;
	}

	.search-suffix {
		height: 32px;
		line-height: 30px;
	}



	.ad {
		display: none;
	}

	.mb-ad {
		padding: 8px 22px 6px 36px;
		background-image: url('/bs-432/images/ad_sm.png');
		background-repeat: no-repeat;
		background-size: cover;
		height: 91px;
		margin-bottom: 12px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
		.ad .ad-desc{
			padding-left:10px;
		}
		.ad-title {
			font-size: 16px;
			line-height: 22px;
			margin-bottom: 7px;
		}

	.ad-desc {
		font-size: 9px;
		line-height: 13px;
	}

	.home-ad {
		min-height: 45px;
	}
	
	.warrper{
		margin-top: 187px;
	}
	
	.home-ad{
		margin-bottom: 12px;
	}
	
	.home-panel{
		margin-bottom: 12px;
	}
	/*三角形图标*/
	.iconChapter::before {
		position: absolute;
		content: '';
		left: -8px;
		top: 40%;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid green
	}
}


@media (max-width:512px) {
	.warrper{
		margin-top: 200px;
	}
	/*三角形图标*/
	.iconChapter::before {
		position: absolute;
		content: '';
		left: -8px;
		top: 41%;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid green
	}
}

.home-left .post-single {
	background-color: #fff !important;
	padding: 30px;
	border-radius: 10px !important;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
	/* box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);*/
}
.home-left .post-single h4 {
	color: #04477c;
	font-size: 24px;
	padding-bottom: 10px;
	text-align: center;
	font-weight:900
}
.home-left .post-single .post-single-body {
		/*text-indent: 28px;*/
		margin-top: 30px;
	}
.post-single {
	background-color: #fff !important;
	padding: 30px;
	border-radius: 10px !important;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1);
	box-shadow: 0 5px 20px 0 rgba(69, 67, 96, 0.1)
}




.content-body-fontsize {
	font-size: 16px !important;
}

/*  */
