﻿

.news-page {
  padding-bottom: 20px;
}

.news-page h1 {
  margin-bottom: 20px;
}

.news-page h2 {
  font-size: 38.5px;
  margin-bottom: 20px;
}

.news-page .top-news {
  margin-top: 0;
}

.info_tab_long {
	height: 28px;
	border-bottom: 2px solid #284f6e;
}

.info_tab_long .item {
	margin-right: 2px;
	cursor: pointer;
	line-height: 28px;
	text-align: center;
	float: left;
	height: 28px;
	width: 124px;
	color: #0e5c9a;
	background: url("../files/tab_3.png") no-repeat;
	font-weight: 600;
	font-size: 18px;
}

.info_tab_long .selected {
	color: white;
	background: url("../files/tab_2.png") no-repeat !important;
	font-weight: 600;
}

.news-blocks {
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  background: #f8f8f8;
  border-top: solid 2px #ffffff;
}

.news-blocks:hover {
  /*
  background: #0da3e2;
  border-color: #0da3e2;
  */
  color:#000000;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.news-blocks:hover a {
  color:#000000;
}

.news-blocks h3 {
  margin: 0 0 5px 0;
  font-size: 17px;
  line-height: 32px;
  width: 80%;
  float:left;
}

.news-blocks h3 a {
  color: #000;
}

.news-blocks h3 a:hover {
  color: #000000;
  text-decoration: underline;
}

.news-blocks p {
  overflow: hidden;
}

.news-blocks a.news-block-btn {
  color: #000;
  display: block;
  font-size: 14px;
  background: none;
  padding: 5px 10px 0;
  text-align: right;
  text-decoration: none;
}

.news-blocks a.news-block-btn i {
  margin-left: 3px;
}


.news-blocks a.news-block-btn:hover {
  text-decoration: none;
}

.news-blocks img.news-block-img {
  width: 70px;
  height: 70px;
  margin: 5px 10px 0 0;
}

.news-blocks .news-block-tags {
  margin-bottom: 8px;
  
}

.news-blocks .news-block-tags strong {
  margin-right: 10px;
  font-weight: 300;
}

.news-blocks .news-block-tags em {
  font-style: normal;
   margin: 0 0 5px 0;
  font-size: 15px;
  line-height: 32px;
}


.news-item-page {
  padding: 10px 0;
}

.blog-tag-data ul {
  margin-bottom: 5px;
}

.blog-tag-data li {
  padding: 0;
}

.blog-tag-data li i {
  color: #78cff8;
}

.blog-tag-data li a {
  padding: 0;
  color: #555;
  margin-right: 8px;
}

.blog-tag-data {
  margin-bottom: 10px;
}

.blog-tag-data img {
  margin-bottom: 12px;
}

.blog-tag-data ul.blog-tags a {
  background: #eee;
  padding: 1px 4px;
  margin: 0 4px 4px 0;
  display: inline-block;
}

.blog-tag-data ul.blog-tags a:hover {
  background: #ddd;
  text-decoration: none;
}

.blog-tag-data .blog-tag-data-inner {
  text-align: right;
}
#searchword {
    width: 300px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    border: 0px none;
    background-image: url("../files/new-search-box.jpg");
}
#searchbot {
    width: 50px;
    height: 23px;
    margin-left: 10px;
    margin-top: 2px;
}
#searalign{
	text-align: right;
}
.button {
    border: medium none;
    background: url("../files/button_1_2.png") no-repeat scroll 0% 0% transparent;
    width: 70px;
    height: 27px;
    cursor: pointer;
    color: #FFF;
}