@CHARSET "ISO-8859-1";

.back{
	/* background: linear-gradient(to bottom, #1F2E00, gray  40%, #1F2E00) ; */
	background-color: #CC0000;
	
	color:white;
	font-size:20px;
	padding:2px 2px 5px 10px;
	border-radius:2px; 
}
.li_border{
	border-bottom: solid 1px #C3C3C3;
	
}
.midLine{
	font-size:16px;
	font-family: 'Hammersmith One', Arial, sans-serif;	
}

			* {
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  margin: 0;
	  padding: 0;
	}
	.font{
		font-family: 'Hammersmith One', Arial, sans-serif;
	}
.item {
  position: relative;
  overflow: hidden;
}
.item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.font{
	font-family: 'Hammersmith One', Arial, sans-serif;
}
	* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.head{
	color:white;
	background-color: #3061f3;
	padding: 4px;
	border-radius:3px;
	background-image:url('../logo/back.jpg');
	opacity:0.9;
/* 	border-bottom-style:ridge; */
}
.bot_head{
	color:white;
	
	padding: 8px;
	border-radius:3px;
/* 	border-bottom-style:ridge; */
}
.newsLink{
	color:black;
	text-decoration:none;
	line-height:20px;
}
.panel>ul>li>a{
	font-size:16px;
	text-decoration:none;
	color: black;  
}
.bot{
	padding:5px;
}
.panel-content>ul>li{
	padding:8px;
	font-size:16px;
	color:black;
	
	overflow:hidden;
	text-overflow: ellipsis;
	 white-space: nowrap; 
}
.overText {
    overflow: hidden;
    height:117px;
    width:100%;
    text-overflow: ellipsis; 
}
.subHead2{
	color:darkgreen;
	text-decoration:underline;
	margin-top:5px;
}
.redHead{
		color:white;
		background-color: #f00000 ;
}
#good>li{
	padding:8px;
	font-size:16px;
	color:black;
	
	overflow:hidden;
	text-overflow: ellipsis;
	 white-space: nowrap; 
}
.panel>ul>li{
	overflow:hidden;
	text-overflow: ellipsis;
	 white-space: nowrap; 
}

.panel>ul{
	margin-left: 15px;
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* .thumbnail:hover img {
    border-radius:5px;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
} */
.pstyle{
	padding:10px;
	margin:10px;
	font-size:24px;
	color:black;  
}
.headerCaption{
/* 	background-color: #383838; */
	background-color:#6666FF;
/*	background: linear-gradient(to top, transparent, #0000B2,#6666FF );*/
	color:white;
	padding:5px 0px 5px 20px;

}
.hh {  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hh:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.captionImg{
	position:absolute;
	bottom:0px;
	height: 36%;
	width:97%;
	padding:5px;
	font-family: hind !important;
	font-weight: normal;
	color:white;
	font-size:16px;
	background: rgba(76, 74, 74, 0.37);
}
.padd{
	padding:1px;
}

.seeMore{
	text-decoration: none;
	color:green;
	float: right;
}
	
