@charset "gb2312";
/* CSS Document */
/*html{filter:gray;}*/
body{
	font-family:'微软雅黑'; 
	font-size:14px;
	background:#f2f2f2;
}
body{
	font-family:'"Microsoft YaHei", "宋体", "Segoe UI", sans-serif'\9; font-size:14px\9;background:#f2f2f2\9;
} /*IE8以及以下版本浏览器*/
img{
	border:none;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
ul,ol{ list-style:none}
a {
    text-decoration: none;
    color: #333;
}
a:hover{ 
	text-decoration:none;
}
em,i{ 
	font-style:normal
}
.cl{ 
	clear:both
}
.wrapper {
    width: 1024px;
    margin: auto;
    text-align: left;
}
.main_box {
    background: #fff url(main_box.gif) repeat-y left;
    min-height: 300px;
    margin-top: 13px;
}
.main_box .main_left{ 
	width:214px; 
	border-top:2px solid #245cbf; 
	padding-bottom:50px
}
.main_box .main_left .tit_name{ 
	text-align:center; 
	height:49px; 
	line-height:49px; 
	color:#053ba4; 
	font-size:18px; 
	font-weight:bold; 
	border-bottom:1px solid #e8e8e8; 
	margin:0px 12px
}
.main_box .main_left .tit_name span{ 
	display:inline-block; 
	padding-left:40px
}
.main_box .main_left .left_column{ 
	margin:0px 12px
}
.main_box .main_left .left_column p{
	height:35px; 
	line-height:35px; 
	border-bottom:1px solid #e8e8e8; 
	padding:0px 10px
}
.main_box .main_left .left_column p a{ 
	color:#333; 
	font-size:14px; 
	display:block
}
.main_box .main_left .left_column p label{ 
	font-size:16px; 
	font-family:'微软雅黑'; 
	color:#8d8d8d; 
	font-weight:bold
}
.main_box .main_left .left_column p a:hover,.main_box .main_left .left_column p a:hover label,.main_box .main_left .left_column .navhover a,.main_box .main_left .left_column .navhover a label{ 
	color:#245cbf
}
.main_box .main_right{ 
	width:776px; 
	border-top:2px solid #245cbf; 
	padding:0px 12px 12px;
}
.main_box .main_right .location{ 
	color:#333; 
	font-size:14px; 
	height:49px; 
	line-height:49px; 
	border-bottom:1px solid #e8e8e8; 
	font-family:'微软雅黑'
}
.main_box .main_right .location a{ 
	color:#333
}



/*文章样式*/
.main .show_contents {
    background: #fff;
    min-height: 500px;
    margin-top: 13px;
    border-top: 2px solid #245cbf;
    padding: 12px;
}
.main .show_contents .location{ 
	color:#515151; 
	font-size:14px; 
	border-bottom:1px solid #e8e8e8; 
	padding:10px 0px
}
.main .show_contents .location a{ 
	color:#515151
}
.main .show_contents .show_tit{ 
	color:#245cbf; 
	font-size:18px; 
	font-weight:bold; 
	text-align:center; 
	padding:15px 0px 10px
}
.main .show_tit{ 
	color:#245cbf; 
	font-size:18px; 
	font-weight:bold; 
	text-align:center; 
	padding:15px 0px 10px
}
.main .show_contents .show_tit{ 
	color:#245cbf; 
	font-size:18px; 
	font-weight:bold; 
	text-align:center; 
	padding:15px 0px 10px
}
.main .show_tit{ 
	color:#053ba4; 
	font-size:18px; 
	font-weight:bold; 
	text-align:center; 
	padding:15px 0px 10px
}
.main .show_contents .show_time{ 
	text-align:center; 
	color:#505050; 
	border-bottom:1px dashed #c7c7c7; 
	padding-bottom:5px; 
	margin-bottom:20px
}
.main .show_contents .content_text{ 
	padding-bottom:30px
}
.main .show_contents .content_text img{ 
	max-width:1000px
}
.main .show_contents .content_text table{
	width:90%;
	margin:0 auto; 
	border:#cccccc;
}
.content_text * {
    font-size: 14px;
    color: #333;
    line-height: 200%;
}


/*文章列表样式*/
.main_right .news_list ul {
    padding-top: 12px;
}
.main_right .news_list ul li {
    line-height: 30px;
    background: url(jt_icon.png) no-repeat left center;
    display: flex;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 12px;
}
.main_right .news_list ul li a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
    width: 47em;
    padding-right: 28px;
}
.base_page {
    text-align: center;
    margin-top: 0px;
    font-family: '微软雅黑';
    color: #737373;
    line-height: 35px;
}
.base_page a {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    vertical-align: middle;
}
.base_page a:hover{ 
	background:#3a8de2; 
	border:1px solid #3a8de2; 
	color:#fff
}
.base_page label{ 
	margin-left:10px
}
.base_page li {
	float: left;
	padding:0; 
	margin:0; 
	float:left; 
	list-style:none;
}
.base_page>span:first-child{
	float: left;
}
.base_page li span{
	font-weight:bold; 
	width:70px;
}


/*左侧样式*/
.main_box .main_left {
    width: 214px;
    border-top: 2px solid #245cbf;
    padding-bottom: 50px;
}
.main_box .main_left .tit_name {
    text-align: center;
    height: 49px;
    line-height: 49px;
    color: #053ba4;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e8e8e8;
    margin: 0px 12px;
}
.main_box .main_left .tit_name span {
    display: inline-block;
    padding-left: 40px;
}
.main_box .main_left .left_column {
    margin: 0px 12px;
}
.main_box .main_left .left_column .dow_hover {
    color: #053ba4;
}
.main_box .main_left .left_column p {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 10px;
}
.main_box .main_left .left_column p a {
    color: #333;
    font-size: 14px;
    display: block;
}
.main_box .main_left .left_column p label {
    font-size: 16px;
    font-family: '微软雅黑';
    color: #8d8d8d;
    font-weight: bold;
}
.main_box .main_left .left_column .dow_hover a label {
    text-indent: -999em;
    background: url(label.png) no-repeat left center;
    width: 11px;
}
.left_column .dow_column a {
    height: 32px;
    line-height: 32px;
    display: block;
    border-bottom: 1px dashed #cecece;
    text-align: center;
    color: #333;
}
.left_column .dow_column a.on {
    background: #3a8de2;
    color: #fff;
}

/*当前栏目第一篇文章的样式如（机构概况）*/
.main_right .leader_list {
    padding-bottom: 20px;
}
.main .show_tit {
    color: #053ba4;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0px 10px;
}
.main .leader_list .show_time {
    text-align: center;
    color: #333;
    border-bottom: 1px dashed #c7c7c7;
    padding-bottom: 5px;
    margin-bottom: 20px;
}