
/**************************************************************************************/
/**************************************************************************************/
/* PC Site*/
/**************************************************************************************/
/**************************************************************************************/




.news_section{
	width: 100% ;
	padding: 100px 0px 115px ;
	background-color: #F9F9FA ;
}

.news_inner{
	width: 100% ;
	max-width: 1080px ;
	padding : 0px 40px ;
	margin : 0px auto ;
}

.news_cate{
	display: inline-block;
	height: 36px ;
	line-height: 36px ;
	padding : 0px 20px ;
	background-color: #72A4CE ;
	color : #FFFFFF ;

}

.news_date{
	font-size: 16px ;
	margin-top : 44px ;
}

.news_title{
	font-size: 24px ;
	margin-top :10px ;
}


.news_story{
	padding-top : 40px ;
	margin-top : 40px ;
	border-top : 1px solid #D9D9D9 ;
	font-size: 16px ;
}

.news_story p{
	margin-bottom : 20px ;
}
.news_story img{
	width: auto ;
	max-width: 100% ;
	margin : 0px auto 20px ;
}

.news_story a{
	text-decoration: underline ;
	font-weight: 700 ;
}

.news_story a:hover{
	opacity: 0.7 ;
}
.news_story strong{
	font-weight: 700 ;
}




































































































































@media screen and (max-width: 1200px) {



}


/**************************************************************************************/
/**************************************************************************************/
/* TB Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 960px) {






.news_section{
}

.news_inner{
}

.news_cate{
}

.news_date{
}

.news_title{
	font-size: 20px ;
}


.news_story{
}

.news_story p{
}
.news_story img{
}

.news_story a{
}

.news_story a:hover{
}
.news_story strong{
}













}