@charset "utf-8";
/* CSS Document */

.tabs_go_page
{
	cursor:pointer;
	width:100%;
	height:40px;
	line-height:40px;
	
	border:1px solid rgba( 227 , 142 , 110 , 1 );
	color: rgba( 227 , 142 , 110 , 1 );
}
.tabs_go_page_focus
{
	background:rgba( 227 , 142 , 110 , 1 );
	color:#FFF;
}
.tabs_sub_go_page
{
	cursor:pointer;
	width:100%;
	line-height:40px;
	border:1px solid rgba( 227 , 142 , 110 , 1 );
	border-left: 5px solid rgba( 227 , 142 , 110 , 1 );
	color: rgba( 227 , 142 , 110 , 1 );
}
.tabs_sub_go_page div
{
	padding-left:15px;
	cursor:pointer;
	
	transition: all .15s ease-in-out;
}
.tabs_sub_go_page div:hover, .tabs_sub_go_page div.active, .tabs_thover:hover
{
	background-color:rgba( 227 , 142 , 110 , 0.7 );
	color:#fff;
}
.tabs_top
{
	border-bottom-width:0px;
}

.news_area
{
	/* background: rgba( 0, 0, 0, 0.2 ); */
	background: rgba( 255, 255, 255, 0.45 );
	padding:15px;
}
.title_text
{
	font-size:1.5rem;
	font-weight:700;
}
.title_tag
{
	width:25%;
	display:inline-block;
	background:rgba( 227 , 142 , 110 , 1 );
	color:#FFF;
	padding:0 5px;
}

.context
{
	width:70%;
	display:inline-flex;
	color:#333;
	
}
.context_desrp div
{	
	height:80px;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

.readmore
{
	display:inline-block;
	width:95px;
	
	background:rgba( 227 , 142 , 110 , 1 );
	color:#FFF;
	
	transition: all .15s ease-in-out;
}
.readmore:hover
{
	background:rgba( 227 , 142 , 110 , .8 );
}

.sub_title
{
	font-size:1.333rem;
	font-weight:700;
}
.block_relative
{
	position:relative;
}
.act_iconblock
{
	position:absolute;
	top:-25px;
	right:5px;
	font-size:2rem;
}
.act_iconblock i
{
	color:#85858E;
	cursor:pointer;
	transition: all .15s ease-in-out;
}
.act_iconblock i:hover, .act_iconblock i.active
{
	color:#383838;
}

@media (max-width: 768px)
{
	
}
