@charset "utf-8";
/* CSS Document */

/*左侧一级栏目*/
.temp01-wrap-Lmenu .title {
    background: #0074bd; /*背景颜色*/
    border-radius: 0;/*边角弧度 上 右 下 左的顺序*/
    color: #fff;/*字体颜色*/
    font-size: 18px;/*字号*/
    font-weight: bold;/*字体粗细*/
    line-height: 28px;/*行距*/
    padding: 15px 10px;/*边距值*/
    text-align: center;/*文字居中*/
	display: block;
}

/*右侧栏目名称*/
.temp01-wrap-R h3 span a{
	float: right;
	padding-right: 5px;
	font-size: 1.4rem; font-size: 14px;
	color: #5060b0;
}
.temp01-wrap-R h3 span a:hover{
	color: #01c0ff;	
}

/*年度报告*/
.table.table-bordered th,
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th{
	border: 1px solid #cfece3;
	background: #EBFDF7;
	color: #0A6782;
	font-size: 1.5rem; font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.table_title_block img {
    float: left;
    height: 110px;
    margin-right: 10px;
    width: 80px;
}
.table_title_block h5{
	margin-bottom: 5px;
}
.table_title_block h5 a {
    color: #0a6782;
    display: block;
	text-align: left;
}
.table_title_block p {
	margin-bottom: 5px;
    color: #999;
    line-height: 20px;
}
.tab_green {
    color: #2b7b00;
}
@media only screen and (max-width: 481px) {
	.table_title_block img {
		float: none;
		height: 110px;
		margin-right: 10px;
		width: 80px;
	}
	
}

/*月度快报*/
.temp01-wrap-Lmenu a{
	margin-bottom: 1px;
}
.temp01-wrap-Lmenu li span a {
	color: #c70000;
}
@media only screen and (max-width: 481px) {
	.col-xs-3{
		padding: 0 3px;
	}
	.temp01-wrap-Lmenu li {
		background: #f0f0f0 none repeat scroll 0 0;
		border-bottom: 1px solid #ddd;
		font-size: 14px;
		padding: 10px 3px;
	}
	.temp01-wrap-Lmenu li i{
		padding-right: 5px;
	}
}

/*TabColumn*/
.wrapTabTit{
	border-bottom: 1px solid #5c9de2;height: 32px;
    margin-bottom: 5px;
	color: #6890be;
}
.wrapTabTit li.active{
	background: #006eb8;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}
.wrapTabTit li{
	margin-right: 1px;
	background: #0882d5;
}
.wrapTabTit li a{
	color: #fff;
	border-radius: 0;
	border: 0 none;
	padding: 0 15px 0 15px;
	display: block;
	line-height: 32px;
	text-decoration: none;
}
.nav-tabs>li>a:hover{
	border-bottom-color:transparent;
}
.nav-tabs > li > a{
	margin-right: 0;
}
.nav-tabs.wrapTabTit>li.active>a,
.nav-tabs.wrapTabTit>li.active>a:focus,
.nav-tabs.wrapTabTit>li.active>a:hover{
	color:#fff;
	cursor:default;
	background-color:transparent;
	border:0 none;
	outline-style:none;
	-moz-outline-style: none;
	text-decoration: none;
}