.news_content{
	
	height: 100px;
	overflow: hidden;
}

.news_info{
	height: 75px;
	overflow: hidden;
	text-align: justify;
}

.more:after {
    content: "\00a0\203a";
}

.more:after {
    font-size: 1.5em;
    line-height: 1;
    vertical-align: text-bottom;
    display: inline-block;
}

.news_title{
	font-size: 1.2em;
	font-weight: bold;
	color: #4BB;
	padding:5px 0;
}

.news_info{
	color: #999;
}

.news_read{
	text-align: right;
}

.news_read a {
    padding: 0em 0.5em;
    display: inline-block;
    border-radius: 0.25em;
    border: 1px solid #fff;
    color: #FFF;
    transition: background-color 0.5s, color 0.5s;
    background:#4BB;
}

.newsbox{
	margin:20px 0;
}

.detail_title{
	font-size: 2em;
	font-weight: bold;
	color: #4BB;
	padding:20px;
	text-align: center;
}

.detail_date{
	border-top:thin #ddd solid;
	color: #999;
	text-align: center;
	padding:5px 0 10px 0;
}

.detail_main{
	padding:0 20px;
}

.detial_content{
	text-align: justify;
	min-height: 300px;
}

.news_list_subjuct{
	font-size: 1.2em;
	font-weight: bold;
	color: #4bb;
	border:thin #4bb solid;
	padding:10px;
	margin:20px 0 0 0;
}

.news_list{
	list-style-type: none;
	border: thin #4bb solid;
	margin: 0;
	padding: 0;
}

.news_list li{
	padding:5px;
}

.faq {
    border-bottom: 1px dashed #A9DDDC;
  padding:6px 0px 12px 0px;
  font-family:Verdana, Geneva, sans-serif;

  
}
.faqQuestion{
  background:url(/Public/images/btn-faq.gif) left top no-repeat;
  padding-left:24px;
  height:25px;
  line-height:18px;
  cursor:pointer;
}
.faqQuestion:hover{
  background:url(/Public/images/btn-faq-down.png) left top no-repeat;
  padding-left:24px;
  height:25px;
  line-height:18px;
  cursor:pointer;
}
.faqQuestion span:hover{
  background-color:#FF0;
}
.faqQuestionon{
  background:url(/Public/images/btn-faq-up.png) left top no-repeat;
  padding-left:24px;
  height:25px;
  line-height:18px;
  cursor:pointer;
}
.faqQuestionon span{
  background-color:#FF0;
}

.faqAnswer{
  display: none;
  padding:0 20px;
}

.faqCategoryHeader{
  font-size:1.6em;
}

.faqCotent{
	padding:20px;
}