@charset "UTF-8";
/* CSS Document */

.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt75 {
	margin-top: 75px;
}
.mt100 {
	margin-top: 100px;
}
.table-category th,.table-category td {
	line-height: 1;
}
.table-category th {
	width: 10%;
}
.va-middle{
	vertical-align:middle;
}
.news_yy {
	padding: 0 0 0.5rem;
	border-bottom: 1px solid #ccc;
}
.current {
	font-weight: 600;
}
.news-body{
	margin-top: 100px;
	line-height: 1.733;
}
.news-date {
	text-align: left;
	font-weight: 600;
}
.news-col {
	margin: 0 0 30px;
	overflow: hidden;
}
.news-copy {
	font-size: 18px;
}
.btn-all {
  color: #fff;
  background-color: rgba( 162, 167, 158, 1 );
}
.btn-topics {
  color: #fff;
  background-color: rgba( 150, 21, 0, 1 );
}
.btn-infor {
  color: #fff;
  background-color: rgba( 63, 130, 109, 1 );
}
.btn-press {
  color: #fff;
  background-color: rgba( 255, 144, 0, 1 );
}
.btn-news {
  color: #fff;
  background-color: rgba( 39, 64, 96, 1 );
}
.btn-all:hover{
	background-color: rgba( 162, 167, 158, 0.5 );
	color: #fff!important;
}
.btn-topics:hover{
	background-color: rgba( 150, 21, 0, 0.5 );
	color: #fff!important;
}
.btn-infor:hover{
	background-color: rgba( 63, 130, 109, 0.5 );
	color: #fff!important;
}
.btn-press:hover{
	background-color: rgba( 255, 144, 0, 0.5 );
	color: #fff!important;
}
.btn-news:hover{
	background-color: rgba( 39, 64, 96, 0.5 );
	color: #fff!important;
}

.icon-topics {
  	display: inline-block;
  	background: #961500;
  	padding: 1px 5px;
  	margin-left: 5px;
  	vertical-align: middle;
  	font-size: 0.6em;
  	font-weight: bold;
  	color: #fff;
  	border-radius: 2px;
}
.icon-info {
  	display: inline-block;
  	background: #3f826d;
  	padding: 1px 5px;
  	margin-left: 5px;
  	vertical-align: middle;
  	font-size: 0.6em;
  	font-weight: bold;
  	color: #fff;
  	border-radius: 2px;
}
.icon-press {
  	display: inline-block;
  	background: #ff9900;
  	padding: 1px 5px;
  	margin-left: 5px;
  	vertical-align: middle;
  	font-size: 0.6em;
  	font-weight: bold;
  	color: #fff;
  	border-radius: 2px;
}
.icon-news {
  	display: inline-block;
  	background: #274060;
  	padding: 1px 5px;
  	margin-left: 5px;
  	vertical-align: middle;
  	font-size: 0.6em;
  	font-weight: bold;
  	color: #fff;
  	border-radius: 2px;
}
.news-body .btn {
	margin-bottom: 5px;
}
.link-off {
	color:#ccc;
}
.news-member {
	padding: 0;
	margin-top: 15px;
}
.news-member, .news-img {
	position: relative;
	overflow: hidden;
	border-radius:5px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}
.info-img {
	padding: 15px 0;
	overflow: hidden;
	position: relative;
	display: table-cell;
}
.info-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
}
.news-img{
	overflow: hidden;
	position:relative;
	height: 250px;
	border: 1px solid #e5e5e5;
}
.news-img img {
	position: absolute;
    left: -100%;
    right: -100%;
    margin: auto;
    width: auto;
    height: 100%;
}
.news-details {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	top: 50%;
	margin-top: -16px;
}
.news-title {
	margin-top: 40px;
	margin-bottom: 5px;
	font-size: 18px;
}
.news-member span {
	font-size: 14px;
	font-style: italic;
}
.overlay {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	display: none;
	text-align: center;
}
.overlay.light {
	background-color: rgba(255,255,255,.5);
}
.overlay.dark {
	background-color: rgba(24,28,33,.5);
}
.news-member:hover .overlay {
	opacity: 1;
	display: block;
	animation: fadeIn .5s ease 0s 1 normal;
    -webkit-animation: fadeIn .5s ease 0s 1 normal;
}
.news-subtxt-col {
	margin-top: 15px;
	line-height: 1.5;
}
.news-subtxt-col h4{
	font-size: 18px;
	font-weight: 600;
}
.date {
	 color:#666;
}
.icon-topics-l {
  	background: #961500;
  	padding: 20px;
  	vertical-align: middle;
  	font-size: 18px;
  	font-weight: bold;
  	color: #fff;
  	border-radius: 3px;
}
.icon-info-l {
  	background: #3f826d;
  	padding: 50px 20px;
  	vertical-align: middle;
  	font-size: 18px;
  	font-weight: bold;
  	color: #fff;
  	border-radius: 3px;
}
.icon-press-l {
  	background: #ff9900;
  	padding: 15px 20px;
  	vertical-align: middle;
  	font-size: 18px;
  	font-weight: bold;
  	color: #fff;
  	border-radius: 3px;
	float: left;	
}
.icon-news-l {
  	background: #274060;
  	padding: 20px;
  	vertical-align: middle;
  	font-size: 18px;
  	font-weight: bold;
  	color: #fff;
  	border-radius: 3px;
	float: left;
}
.table-news th {
	width:20%;
}
.table-news th,.table-news td {
	border: none!important;
	padding: 10px 0!important;
}
@media (min-width: 768px){
	.table-news th {
	width:10%;
}
}