a{
    text-decoration: none;
    outline: 0;
}
img{
    border: 0;
}
body{
    font: 14px '微软雅黑';
    background-color: #10568a;
    width: 100%;
    min-width: 1200px;
}
.left{
    float: left;
}
.right{
    float: right;
}
/* banner内容开始
* 包含logo和电子税务局地址
*/
.banner{
    padding: 0;
    width: 1200px;
    margin:0 auto;
    height: 146px;
    position: relative;
}
.logo {
    position: absolute;
    top: 20px;
    left: 2px;
    width: 478px;
    height: 103px;
}
.logo img{
    float: left;
}
.logo .main-title{
    font-size: 30px;
    color:#ffffff;
    margin-left: 100px;
    margin-top: 12px;
}
.logo .subtitle{
    font-size: 36px;
    margin-left: 100px;
    color: #ffffff;
    font-family: '方正大黑简体';
}

.city_name{
    position: absolute;
    top: 56px;
    left: 500px;
    padding: 7px 15px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}


.dzswj{
    position: absolute;
    top: 50px;
    right: 1px;
    width: 296px;
    height: 62px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    text-align: center;
}
.dzswj a{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 62px;
}
/* banner内容结束 */

/* 导航条样式开始 */
.header .nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0e4a75;
}
.header .nav ul{
    width: 1200px;
    margin: 0 auto;
}
.header .nav li{
    float: left;
    width: 150px;
    font-size: 22px;
    height:50px;
    text-align: center;
}

/* 导航条选中样式开始 */
.header .nav li.active{
    background-color: #ffffff;
    position: relative;
    width: 150px;
}
.header .nav li:hover{
    background-color: #ffffff;
    position: relative;
    width: 150px;
}
.header .nav li.active::after{
    content: ' ';
    width: 45px;
    position: absolute;
    border-bottom: 2px solid #0e4a75;
    left: 50%;
    margin-left: -22.5px;
    bottom: 0;
}
.header .nav li:hover::after{
    content: ' ';
    width: 45px;
    position: absolute;
    border-bottom: 2px solid #0e4a75;
    left: 50%;
    margin-left: -22.5px;
    bottom: 0;
}

/* 兼容ie8 */
.header .nav li.active:after{
    content: ' ';
    width: 45px;
    position: absolute;
    border-bottom: 2px solid #0e4a75;
    left: 50%;
    margin-left: -22.5px;
    bottom: 0;
}
.header .nav li:hover:after{
    content: ' ';
    width: 45px;
    position: absolute;
    border-bottom: 2px solid #0e4a75;
    left: 50%;
    margin-left: -22.5px;
    bottom: 0;
}
.header .nav li.active a{
    color: #17648a;
    background-color: #ffffff;
}
.header .nav li:hover a{
    color: #17648a;
    background-color: #ffffff;
}
/* 导航条选中样式结束 */

.header .nav li a {
    font-weight: bold;
    color: #ffffff;
}
/* 导航条样式结束 */



/* 主体内容开始 */
.section {
    margin: 35px auto 30px auto;
    width: 1160px;
    padding: 20px;
    background: #ffffff;
}
.section .content{
    overflow: hidden;
}

.section .nav{
    overflow: hidden;
    margin-top:20px;
}
.section .nav .title{
    width: 16px;
    float: left;
    font-size: 16px;
    border-radius: 6px;
    color: #10568a;
    font-weight: bold;
    background-color: #edf2f8;
    border: 1px solid #edf2f8;
    padding: 52px 12px;
}
.section .nav .sublink{
    float: left;
    width: 1094px;
	min-height:150px;
    margin-left: 20px;
    border-radius: 10px;
    background: #edf2f8;
}
.section .nav .sublink ul{
    overflow: hidden;
    padding:15px;
}
.section .nav .sublink li{
    border: 1px solid #10568a;
    border-radius: 10px;
    display: inline-block;
    background-color: #edf2f8;
    margin:4px 3px;
}
.section .nav .sublink li:hover{
    border: 1px solid #10568a;
    border-radius: 10px;
    display: inline-block;
    background-color: #10568a;
    margin:4px 3px;
}
.section .nav .sublink a{
	padding:0 5px;
    font-size: 16px;
    display: block;
    color: #666666;
    text-align: center;
    min-width: 130px;
    height: 50px;
    line-height: 50px;
}
.section .nav .sublink li:hover a{
    color: #ffffff;
}

.left a{
    font-size: 0;
    display: block;
}
.btn-margin-top{
    margin-top: 15px;
}
.btn-margin-left{
    margin-left: 15px;
}

/* 主体内容结束 */


/* 底部开始 */
.footer {
    width: 100%;
    color: #ffffff;
}
.footer .container{
    width: 1200px;
    padding-bottom: 30px;
    margin: 0 auto;
    position: relative;
}
.footer .container .left p{
	margin:10px 0;
}
.footer .img{
    position: absolute;

}
.footer .img2{
	left: 90px;
    top: 14px;
}
.footer .info{
    margin-left:224px;
    overflow: hidden;
}
.footer .nav {
   margin-right: 0px;
}
.footer .nav li{
    margin-left:15px;
    float: left;
}
.footer .nav li a{
    color: #ffffff;
}
/* 底部结束 */



/* 内容页样式开始 */

.sidebar{
    float: left;
    width: 260px;
}
.sidebar ul{
    position: relative;
}
.sidebar li{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding:0 50px 0 26px;
    background: #f1f1f1;
    margin-top: 5px;
    position: relative;
}
.sidebar li:hover{
	background:#D6F1F4;
}
.sidebar li.active{
    background: #1765a8;
}
.sidebar li.active:hover{
    background: #1765a8;
}
.sidebar li span{
    position: absolute;
    right: 26px;
    top: 17px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    background: url(../images/sidebar-right.png) no-repeat center;
}
.sidebar li.active span{
    background: url(../images/sidebar-right-active.png) no-repeat center;
}
.sidebar a{
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    float: left;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.sidebar li.active a:link {
    color: #ffffff;
}
.sidebar li.active a:visited {
    color: #ffffff;
}
.sidebar a:link {
    color: #17648a;
}
.sidebar a:visited {
    color: #17648a;
}

/* 省略文字 */
.ellipsis{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}    

.content-box{
    float: left;
    width: 842px;
}
.content-nav{
    border-bottom: 1px solid #cccccc;
    background: url(../images/postion.png) no-repeat 1px center;
    padding-left: 30px;
}

.content-nav a{
    font-size: 14px;
    line-height: 48px;
    color: #666666;
}
.content-nav a:visited{
    color: #666666;
}
/* 内容页样式结束 */


/* 列表页样式开始 */

.content-title{
	margin-top:30px;
	margin-bottom:5px;
	padding-left:7px;
	border-left: 5px solid #0A4E8B;
	font-size:20px;
	font-weight:700;
}
.content-title a{
	color: #0A4E8B;
}

.content-list ul li{
	width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: url(../images/list-dot.png) no-repeat left center;
    margin-top: 8px;
    overflow: hidden;
}
/* 分割线 */
.content-list ul li.split-line{
	width:100%;
    height: 1px;
    border-top: 1px dotted #e6e6e6;
    padding: 0;
    margin: 20px 0;
    background: none;
}
.content-list li span{
    float: right;
    color: #cccccc;
}
.content-list li a{
	float: left;
    width: 85%;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
}
.content-list li a:visited{
    color: #666666;
}

/* 文章页样式 */
.detail{width:90%; margin:0 auto;}
.detail .title{text-align:center; font-size:1.75em; font-weight:bold; color:#333; margin:3% 0 15px; line-height:160%;}
.detail .title p{padding:0; margin:0;}
.detail .memo{text-align:center; color:#666; font-size:1.25em;}
.detail .time{text-align:center; border-bottom:solid #e5e5e5 1px; font-size:14px; line-height:20px; color:#999; padding-bottom:8px; margin-top:20px;}
.detail .time a{color:#999;}
.detail .time a:hover{color:#666;}
.detail .time span{margin-right:15px; margin-bottom:8px; margin-left:15px; display:inline-block; white-space:nowrap;}
.detail .time span.fontsize font{margin-right:5px; margin-left:5px;}
.detail .time span.fontsize a{color:#1a56a8; margin-right:5px; margin-left:5px;}
.detail .time span.llcs{display:none;}
.detail .time span.llcs_lm{display:none;}

.detail .time span.shareBtn_m{position:relative; display:none;}
.detail .time span.shareBtn_m i{display:inline-block; vertical-align:middle; width:16px; height:20px; background-image:url(../images/pages/info_fx.png); background-position:center; margin-right:5px;}
.detail .time span.shareBtn_m a{display:inline-block;}
.detail .time span.shareDiv{position:relative; width:186px; text-align:left;}
.detail .time span.shareDiv i{display:inline-block; width:16px; height:16px; vertical-align:middle; margin-right:10px; background-image:url(../images/pages/info_fx.png);}
.detail .time span.shareDiv .bdsharebuttonbox{position:absolute; top:-6px; left:26px; height:34px; width:160px; display:inline-block;}
.detail .time span.shareDiv .bdshare-button-style0-32 a{width:34px !important; height:34px !important; margin-top:0 !important; margin-bottom:0 !important; background-image:url(../images/pages/info_share_icons.png) !important;}
.detail .time span.shareDiv .bdshare-button-style0-32 .bds_weixin{background-position:0 -34px !important;}
.detail .time span.shareDiv .bdshare-button-style0-32 .bds_tsina{background-position:0 0 !important;}
.detail .time span.shareDiv .bdshare-button-style0-32 .bds_qzone{background-position:0 -68px !important;}
.detail .time span.shareDiv .bdshare-button-style0-32 .bds_sqq{background-position:0 -102px !important;}


#shareNode{display:none; position:absolute; left:0px; bottom:-126px; z-index:10; background:#fff; border:1px #ccc solid; width:167px;}
#shareNode .fxd{background:#f5f5f5; height:28px; line-height:28px; padding-left:10px; text-align:left; font-size:14px; font-weight:bold; color:#626262;}
#shareNode .btn{background:#f5f5f5; height:28px; line-height:28px; padding-right:10px; text-align:right;}
#shareNode .btn a{color:#888; cursor:pointer;}
#shareNode a{padding-left:0;}
#shareNode .bdsharebuttonbox{padding:10px 7px; text-align:center;}
#shareNode .bdsharebuttonbox a{margin:0 3px;}

.detail .content{line-height:2; font-size:16px; padding-top:1.6%; min-height:200px; _height:200px; color:#333;}
.detail .content div[id^="cc_video"]{text-align:center;}
.detail .content p{margin-bottom:15px;}
.detail .content a{color:#1a56a8;}
.detail .content a:hover{color:#1a56a8;}
.detail .content table,.detail .content img{ width:auto!important; max-width: 100%!important;}

.rel_news{padding-left:125px;}
.rel_news h5{width:120px;}
.rel_news{position:relative; color:#1a56a8; display:none;}
.rel_news h5{position:absolute; top:8px; left:0; text-align:right; font-size:1em; line-height:1.6em;}
.rel_news .infoList{padding-top:0;}
.rel_news .infoList li{padding-top:8px; padding-bottom:8px;}
.rel_news .infoList li h4{padding-right:0;}

#zoomcon .fjxzcs{font-weight:bold;}

.detail #pageBreak{text-align:center; margin-bottom:30px; line-height:30px; font-family:"宋体"; font-size:.875em;}
.detail #pageBreak a{display:inline-block; padding-right:12px; padding-left:12px; margin:4px; background-color:#ededed;}
.detail #pageBreak a.hover{color:#fff; background-color:#1a56a8;}

.content_share .content_qrcode{padding-top:30px; padding-bottom:30px; margin-top:30px; text-align:center; color:#666; background:url(/gdsw/xhtml/images/pages/dot_line.gif) repeat-x top;}
.content_share .content_qrcode #qr_container{font-size:14px; line-height:180%;}
.content_share .content_qrcode table{margin:auto;}
.content_share .content_qrcode #div_div{padding:8px; width:106px; height:106px; margin:0 auto 10px; background-color:#fff; border:1px solid #e5e5e5;}


.meta_main{margin-top:2%; margin-bottom:1%; font-size:14px; border:solid #ccc 1px;}
.meta_main .llcs{ display:none;}
.meta_data{position:relative; background:#f5f5f5; border-top:solid #fff 1px; border-right:solid #fff 1px;}
.meta_data dl{line-height:24px;}
.meta_data dl dd{position:relative; float:left; width:100%; border-bottom:solid #fff 1px;}
.meta_data dl dd.addWidth{width:50%;}
.meta_data dl dd label{width:100px; position:absolute; top:0; left:0; height:100%; text-align:right; font-weight:700; background-color:#e8e8e8; border-right:solid #fff 1px; border-left:solid #fff 1px; cursor:default;}
.meta_data dl dd label font{position:absolute; top:50%; right:6px; margin-top:-12px;}
.meta_data dl dd span{display:block; margin-left:106px; padding:8px 10px;}
/* 分页样式 
.content-page{
    margin-top:30px;
}
.content-page a{
    font-size: 14px;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #666666;
    margin-right: 8px;
    padding: 0 10px;
    background: #f1f1f1;
}
.content-page a.active{
    background: #1e56a8;
    color: #ffffff;
}
.content-page a.button{
    color: #2957a2;
}
.content-page .jump-box {
    float: left;
    color: #666666;
    padding: 3px 10px;
    background: #f1f1f1;
    margin-right: 8px;
}
.content-page input{
    width: 30px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #e5e5e5;
    margin: 0 5px;
} */

/* 列表页样式结束 */

/* 文章页增加头底部时样式 */
.getHFBdoy #header{
    padding-bottom: 30px;
    background-color: #10568a;
}
.getHFBdoy #footer{
    padding-top: 30px;
    background-color: #10568a;
}
.sjCon #header .city_name{
    display: none;
}