﻿@charset "utf-8";
.tab2_main {
	height: auto;
	clear: both;
}
.tab2_content {
	clear: both;
	width: 100%;
}
/* tab2 切换效果 */
.tb2_ {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px;
}
.tb2_ ul {
	margin: 0px;
	padding: 0px;
}
.tb2_ li {
	float: left;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	width: 180px;
	text-align: center;
	margin-bottom: 10px;
}
.tb2_ li a {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCC;
}
 @media screen and (max-width: 768px) {
.tb2_ li {
	width: 33.33333%;
}
.tb2_ li a {
	font-size: 14px;
}
}
 @media screen and (max-width: 480px) {
.tb2_ li {
	width: 50%;
}
.tb2_ li a {
	font-size: 14px;
}
.tb2_ {
	margin-bottom: 0px;
}
}
/* 用于控制显示与隐藏的css类 */
.normaltab2 a {
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	color: #333333;
	background-image: url(../images/tab_menu2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.hovertab2 a {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: #344982;
}
.tab2_dis {
	display: block;
}
.tab2_undis {
	display: none;
}
.in_news_m {
	width: 100%;
	font-size: 12px;
}
.in_news_m ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in_news_m li {
	float: left;
	width: 50%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.in_news_m li {
	width: 100%;
	clear: both;
}
}
 @media screen and (max-width: 480px) {
.in_news_m li {
	width: 100%;
	clear: both;
}
}
.in_news_m li:nth-child(3n) {
	margin-right: 0;
}
.in_news_m li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/blog_bg.png) no-repeat;
	color: #888888;
}
.in_news_m li div {
	padding: 15px;
}
.in_news_m li p {
	display: block;
	cursor: pointer;
}
.in_news_m li span {
	display: block;
	cursor: pointer;
}
.in_news_m li a:hover {
	background: url(../images/blog_bg2.png) no-repeat;
}
.in_news_m li a:hover .blog_Rtime {
	background-color: #333333;
}
.in_news_m li a:hover .blog_Rmore b {
	color: #333333;
	text-decoration: underline;
}
.in_news_m li a .blog_Rtime {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.in_news_m li a .blog_Rmore {
	float: left;
}
.in_news_m li .blog_Rtime {
	width: 95px;
	height: auto;
	background-color: #969393;
	text-align: center;
}
.in_news_m li .blog_Rtime span, .in_news_m li .blog_Rtime b {
	display: inline;
	font-family: Arial;
	color: #FFF;
}
.in_news_m li .blog_Rtime b {
	font-size: 31.7px;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	letter-spacing: 2px;
}
.in_news_m li .blog_Rtime span {
	display: inline;
	font-style: normal;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
.in_news_m li .blog_Rmore {
	width: 100%;
}
@media screen and (max-width: 768px) {
.in_news_m li .blog_Rmore {
	width: 100%;
}
}
 @media screen and (max-width: 480px) {
.in_news_m li .blog_Rmore {
	width: 100%;
}
}
.in_news_m li .blog_Rmore b {
	color: #333;
	display: block;
	width: auto;
	height: 24px;
	line-height: 24px; /*font-size:16px;*/
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 5px;
}
.in_news_m li .blog_Rmore span {
	line-height: 22px;
	height: 48px;
	overflow: hidden;/*font-size: 14px;*/
	font-size: 12px;
	width: 90%;
}
