@charset "utf-8";
/* CSS Document */

.blog_left{
	float:left;
	width:65%;
}

.blog_right{
	float:right;
	width:32%;
}

.cat_menu a{
	font-size:18px;
	color: #000;
	display: block;
	margin:0px 0px;
	padding:10px 0px;
	border-bottom:2px solid #3d5586;
}

.blog_left .blog_prev:nth-child(2n-1){
	margin-left:0px !important;
}

.blog_left .blog_prev .blog_topwrap{
	
}

.blog_left .blog_prev .blog_topwrap .blog_title{
	margin:0 auto;
	padding:0px 0px;
}

.blog_left .blog_prev .blog_topwrap .blog_title h2{
	font-size:24px;
	color:#000000;
	font-weight: bold;
}

.blog_left .blog_prev .cats_content{
	padding:0px 25px;
}

.blog_left .blog_prev .cats_content .blog_det{
	padding-top:0px;
	padding-bottom:10px;
	font-size:16px;
	font-weight:normal;
	color:#d9d9d9;
}

.blog_left .blog_prev .blog_pic{
	width:100%;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:0px;
	margin-top:0px;
}

.blog_left .blog_prev .blog_pic img{
	width:100%;
	height:auto;
}

.blog_left .blog_prev .blog_prevtext{
	padding:0px 25px;
}

.blog_left .blog_prev .blog_prevtext .blog_short{
	font-size:16px;
	color:#000000;
	margin-top:15px;
}

.blog_left .blog_prev .blog_prevtext .options_left{
	width:307px;
	height:48px;
	float:left;
	position:relative;
}

.socials{
	float:right;
	padding:10px 20px;
	background-color:#fff;
	border-radius:40px;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1);
	margin-top:20px;
}

.socials a{
	width:24px;
	height:24px;
	margin:0px 3px;
	display:inline-block;
	vertical-align:top;
}

.blog_left .blog_prev .blog_prevtext .options_right{
	width:124px;
	height:48px;
	float:right;
	position:relative;
}

.blog_left .blog_prev .blog_prevtext .options_right a{
	width:22px;
	height:22px;
	display:block;
	float:left;
	margin-right:7px;
	background-position:top;
}

.blog_left .blog_prev .blog_prevtext .options_right a:hover{
	background-position:bottom;
}

a.button_more{
	padding:10px 35px;
	display:block;
	color:#4cd2d4;
	font-size:18px;
	font-weight:500;
	text-align:center;
	text-decoration:none;
	border:2px solid #4cd2d4;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:5px;
}

.pager_wrap{
	height:87px;
	width:650px;
	padding-top:21px;
}

.pager_wrap .pager{
	width:100%;
	margin:0 auto;
}

.pager_wrap .num_zamik a,
.pager_wrap .num_sel{
	width:33px;
	height:38px;
	display:inline-block;
	line-height:38px;
	margin-right:8px;
	border:#cbcccc 1px solid;
	text-align:center;
	color:#c2c2c2;
	font-size:18px;
	font-weight:500;
}

.pager_wrap .num_sel,
.pager_wrap .num_zamik a:hover{
	border:#4eb8e5 1px solid;
	background-color:#4eb8e5;
	color:#FFF;
}

.blog_right{
	float:right;
}

.blog_right .side_sec_top{
	width:100%;
	margin-bottom:26px;
	margin-top:40px;
}

.blog_right .side_title{
	
}

.blog_right .side_sec_top .latest_item{
	padding:20px 0px 0px 0px;
	font-size:15px;
}

.blog_right .side_sec_def{
	width:257px;
	background-color:#FFF;
	padding:0 29px 0 29px;
	margin-bottom:26px;
}

.blog_right .side_sec_def .code_wrap{
	padding-top:25px;
	padding-bottom:28px;
}

.blog_right .side_sec_def .code_wrap a{
	display:block;
	float:left;
	padding:5px 25px;
	margin-right:7px;
	margin-bottom:10px;
	border:#d7d7d7 2px solid;
	text-align:center;
	color:#4cd2d4;
	font-size:15px;
	text-decoration:none;
	border-radius:5px;
}

.blog_right .side_sec_def .code_wrap a:hover,
.blog_right .side_sec_def .code_wrap a.sel{
	border:#4cd2d4 2px solid;
	background-color:#4cd2d4;
	color:#FFF;
}

.blog_short a{
	color:#25aae2;
}

.page_style{
	
}

.page_style .pager{
	width:100%;
	margin:0 auto;
}

.page_style .num_zamik{
	border-left:2px solid #d2e3d7;
}

.page_style .num_zamik:nth-child(2){
	border:none !important;
}

.page_style .num_zamik a,
.page_style .num_sel{
	width:27px;
	display:inline-block;
	text-align:center;
	color:#b2b2b2;
	font-size:18px;
	line-height:18px;
}

.page_style .num_sel,
.page_style .num_zamik a:hover{
	color:#000000;
}


.latest_item{
	display:block;
}

.latest_item .image{
	float:left;
	width:180px;
	padding-top:35%;
}

.latest_item .num{
	float:left;
	width:40px;
	font-size:36px;
	color:#3d5586;
	font-weight:bold;
}

.latest_item .desc{
	float:right;
	width:calc(100% - 40px);
}