﻿/* 全局CSS定义 !important */
body,input,select,textarea,table,td,tr,th{margin:0; padding:0; font-family:Arial, "微软雅黑"; font-size:14px; color:#333;}
div,form,img,ul,ol,li,dl,dt,dd,p {margin:0px; padding:0px; list-style:none; border:0;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;font-family:Microsoft YaHei,Microsoft JhengHei,STHeiti,MingLiu;}


/* 链接颜色 a:link,a:visited,a:hover,a:active */ 
a {margin: 0px;padding:0px;border:0px;}
a:link {text-decoration: none; color:#a81c1c;}
a:visited {text-decoration: none; color:#a81c1c;}
a:hover {text-decoration:none; color:#d30000;}
a:active {text-decoration: none; color:#d30000;}

.mr100{margin-right:100px;}
.mr12{margin-right:12px;}
.mtf13{margin-top:-13px;}
.mtf11{margin-top:-11px;}
.unLine,.unLine a{text-decoration: none;}
.clear { clear:both;}

.inlineBox{
	width: 1200px;
	margin: 0 auto;
}

#index .inlineBox{
	display: table;
}

#index .inlineBox a:hover{
	color: #a62b00;	
}

#index .tab_typeLine{	
	width: 1200px;
	height: 495px;
	margin-top: 15px;
}
#index .tab_typeLine .btnLine{
	height: 95px;
	padding-left: 300px;
	position: relative;   
}

#index .tab_typeLine  .titleimg{
	margin-top: 25px;
	
}

#index .tab_typeLine .more{
	float: right;
	width: 52px;
	height: 95px;
	line-height: 95px;
	color: #1c1c1c;
	cursor: pointer;
	font-size: 14px;
}

#index .tab_typeLine .content_typeLine{
	float: right;
	height: 400px;
	width: 300px;
	overflow: hidden;
}
#index .tab_typeLine .top{
}
#index .tab_typeLine .top li {
    height:100px;
	position: relative;
	margin:0;
	color: #3d3d3d;
	background-color: #f8f8f8;
	padding-left: 35px;	
	box-sizing: border-box;	
}
#index .tab_typeLine .top .click,#index .tab_typeLine .top li:hover {
	height:100px;
	position: relative;
	margin:0;
	color: #3d3d3d;
	background-color: #fff;
	padding-left: 35px;
	box-sizing: border-box;
	background-image: url(images/imgnews_hover.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#index .tab_typeLine .top .click b,#index .tab_typeLine .top li:hover  b{
	position: absolute;
	left: 5px;
	top: 20px;
	height: 20px;
	width: 20px;
	background-color: #a41700;
	-moz-border-radius: 4px;      /* Gecko browsers */
	-webkit-border-radius: 4px;   /* Webkit browsers */
	border-radius:4px;            /* W3C syntax */
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}
#index .tab_typeLine .top li h3{
    width: 250px;
	margin: 18px 0 0px 0;
	padding: 0;
	color: #3f3f3f;
	font-size: 14px;
	 overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
    display: inline-block;
}
#index .tab_typeLine .top li p{
    width: 250px;
	height:40px;
	margin: 10px 0 20px 0;
	color: #3f3f3f;
	font-size: 12px;
	padding: 0 5px;
	line-height: 20px;
    margin-bottom: 5px;
	 overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;  
    display: inline-block;
}
#index .tab_typeLine .top li b{
	position: absolute;
	left: 5px;
	top: 20px;
	height: 20px;
	width: 20px;
	background-color: #b5b5b5;
	-moz-border-radius: 4px;      /* Gecko browsers */
	-webkit-border-radius: 4px;   /* Webkit browsers */
	border-radius:4px;            /* W3C syntax */
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
}
#index .tab_typeLine .top li a,#index .tab_typeLine .top li a:link{    
	color: #3d3d3d;	
}
#index .tab_typeLine .top li a:hover{    
	color: #a62b00;	
}
#dissolve{
	width: 898px;
	height: 400px;
	float: left;
    position: relative;
}
#dissolve ul {
    position: relative;
}
#dissolve ul li {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
}
#dissolve ul li img{width:898px;height:403px;}
#dissolve .point {
	position: absolute;
    bottom: -6px;
    width: 100%;
}
#dissolve .point .container {
	text-align: center;
    padding-right: 12px;
    margin-bottom: 8px;
}
#dissolve .point a {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 1px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #9d9d9d;
}
#dissolve .point a.click {
    background-color: #e80000;
}

#creditimg{width: 1200px;
	height: 175px;
	margin-top: 35px;
	margin-bottom: 35px;}



#block_grey{
	background-color: #fafafa;
	padding-top: 20px;
	padding-bottom: 20px;
}
#index .tab_typeBg{
	width: 570px;
	height: 390px;
	
}
#index .tab_typeBg .title{
	position: relative;
	height:80px;	
	display: block;
}
#index .tab_typeBg .title img{	
	margin-top:30px;
	
}
#index .tab_typeBg  .line{
	background-image: url(images/title_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;}
#index .tab_typeBg .more{
	color: #1c1c1c;
	cursor: pointer;
	font-size: 14px;
	line-height: 80px;
	float: right;
	text-decoration: none;
}
#index .tab_typeBg .more:hover{	color: #a62b00;}
#index .tab_typeBg  dl{
	
	width: 48%;
	display: block;
	
    
}
#index .tab_typeBg  dt{
	font-size: 18px;
	color: #940000;
	line-height: 26px;
	margin-top: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
#index .tab_typeBg  dt .more{
	color: #1c1c1c;
	cursor: pointer;
	font-size: 14px;
	line-height: 26px;
	float: right;
	text-decoration: none;
}
#index .tab_typeBg  dd{
    width:240px;
	line-height: 30px;
	height: 30px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c5c5c5;
	text-indent: 20px;
	background-image: url(images/icon_dd_block.png);
	background-repeat: no-repeat;
	background-position: left center;	
	 overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
    display: inline-block;
}
#index .tab_typeBg  dd a,#index .tab_typeBg  dd a:link{
	font-size: 14px;
	color: #1c1c1c;
	line-height: 30px;
}
#index .tab_typeBg ul{
	
	
	padding: 10px 6px;
	
}
#index .tab_typeBg ul li {
	width:420px;
	padding: 0 100px 0 40px;
	position: relative;
	border-bottom: dashed 1px #d6d6d6;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	color: #3d3d3d;
	font-family: '';
	 overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
    display: inline-block;
}



#index .tab_typeBg ul li a{
 }
#index .tab_typeBg ul li span{
	position: absolute;
	right: 10px;
	color: #3d3d3d;
}
#index .tab_typeBg ul li i{
	width: 8px;
	height: 8px;
	position: absolute;
	left: 10px;
	top: 12px;
	background-image: url(images/icon_dd_block.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}




.pullLeft{
	float: left;
}
.pullRight{
	float: right;
}

#index .info_img{
	width: 576px;
	margin-top: 10px;
	margin-bottom:10px;
}
#index .info_img .title img{
	margin-bottom:20px;
	margin-top:20px;
	
}
#index .info_img .title{
	position: relative;
	height: 80px;
}
#index .info_img .more{
	color: #1c1c1c;
	cursor: pointer;
	font-size: 14px;
	line-height: 80px;
	float: right;
	text-decoration: none;
	position: absolute;
	right: 0px;
}
#index .info_img .borderBlock{	
	padding: 0 0px;
	background-color: #fff;
}
#index .info_img .top{
	padding: 0px 7px 7px 290px;
	width:570px;
	height: 150px;
    box-sizing: border-box;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	
}
#index .info_img .top >img{
	position: absolute;
	top: 0px;
	left: 0px;
	width:276px;
	height:148px;
}
#index .info_img .top >h6{
	width:270px;
	color: #1f1f1f;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	display: inline-block;
}

#index .info_img .top >p{
    width:270px;
    height:40px;
	font-size: 12px;
	line-height: 20px;
	overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    display: inline-block;
}
#index .info_img .top a,#index .info_img .top a:link{color: #1f1f1f;}
#index .info_img .top a:hover{color: #a62b00;}
#index .info_img .bottom{
	padding: 10px 0;
}
#index .info_img .bottom li {
	padding: 0 10px 10px 30px;
	position: relative;	
	height: 80px;
	margin-top: 5px;
	color: #3d3d3d;
	font-family: ''
}
#index .info_img .bottom li dt a{
    width:530px;
	color: #1f1f1f;
	margin-top: 20px;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
	display: inline-block;}
#index .info_img .bottom li dd a{
    width:530px;
    height:40px;
	color: #1f1f1f;
	margin-top:10px;
	font-size: 12px;
	line-height: 20px;
	overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    display: inline-block;
}
#index .info_img .bottom li i{
	width: 12px;
	height: 7px;
	position: absolute;
	left: 5px;
	top: 25px;
	background-image: url(images/icon_listItem.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#index .info_img .bottom a:hover{color: #a62b00;}
#index .footLink{
	margin-top: 20px;
	padding:0;
	background-color: #333333;
	height: 40px;
	width: 100%;
	color: #bebebe;
	display: block;
}
#index .footLink  dt{
	width: 90px;
	float: left;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #bebebe;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bebebe;
	text-align: center;
}
#index .footLink  dd{
	width: 130px;
	float: left;
	height: 40px;
	line-height: 40px;	
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #bebebe;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bebebe;
	text-align: center;
}


.friendlinkselect{
	width: 128px;
	height: 40px;
	position: relative;
	overflow: hidden;
	float: left;
	display: inline-block;
	}

.friendlinkselect .icon
       {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 17px;
	height:17px;
	z-index: 99;
	background-image: url(images/icon_select_01.jpg);
	background-repeat: no-repeat;
	display: block;
	}
.friendlinkselect   select {
	width: 160px;
	margin:10px 0px;
	height: 20px;
	font-size: 14px;
	color: #bebebe;
	background-color: #333333;
	line-height: 20px;
	color: #bebebe;
	text-align: left;
	text-indent: 16px;
	border: 1px solid #333333;
	
}


#index .footLink  li{
	float: left;
	vertical-align: middle;
}
#index .footLink  li img{
	vertical-align: middle;
}
#index .footLink   .li1{
	color: #ffb371;
	padding:0 10px;
	
	line-height: 40px;
	background-image: url(images/flink_li1_bg.jpg);
	background-repeat: no-repeat;
}
#index .footLink   .imgweix{
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#index .footLink   .li2{
	background-color: #595959;
	color: #999999;
	padding:0 10px;
	
	line-height: 40px;
}
#index .footLink   .li2 a,#index .footLink   .li2 a:link{
	background-color: #595959;
	color: #999999;
	padding:0 10px;	
	line-height: 40px;
}
#index .footLink   .li2 a:hover{
	background-color: #595959;
	color: #fff;
	padding:0 10px;	
	line-height: 40px;
}
#index .footLink  .li2 img{
	margin:0 10px;
}

/* 行政公示 */
.section {
    margin-bottom: 20px;
}

.fn-clear {
    zoom: 1;
}
.left-zw-main {
    width: 928px;
}

.fn-left {
    float: left;
}
.fn-left, .fn-right {
    display: inline;
}
.left-zw-main .box-item {
    width: 440px;
    background-color: white;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}
.left-zw-main .lastBoxItem {
    margin-right: 0;
}

.box-zw {
    height: 338px;
}
.list-tab li {
    width: 50%;
    float: left;
}
.list-tab h2 {
    border-color: #f7f7f7;
}
.list-tab .thistab h2 {
    background-color: white;
    border-color: #E12423;
}
.title {
    height: 58px;
    border-top: 2px solid #E12423;
    background: #f7f7f7;
    line-height: 58px;
    font-size: 22px;
    color: #444;
    font-weight: 700;
}

.title img {
    float: left;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
}
.list{
	height: 263px;
    margin-top: 60px;
    overflow: hidden;
	width: 440px;
	position: relative;
}
.list li {
    line-height: 16px;
    color: #999;
}
.list li a {
    color: #333;
    display: inline-block;
    width: 320px;
    padding-left: 20px;
    float: left;
    overflow: hidden;
    height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list li span {
	line-height: 32px
}
.fn-right {
	float: right;
	height: 337px;
}
.block1 {
    width: 272px;
    background-color: #fff;
}
.title a {
    float: right;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-right: 16px;
}
.list-273{
	position: relative;
	height: 265px;
	overflow: hidden;
}
.list-273 li a {
    display: block;
    color: #333;
    width: 273px;
    overflow: hidden;
    height: 32px;
    line-height: 36px;
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}