﻿@charset "utf-8";

body {
    background: #F9F2F1;
}

.header {
    width: 100%;
    height: 300px;
    background: url(/images/jczwgk_header.jpg) center top no-repeat;
}

.main {
    width: 1198px;
    border: 1px solid #ddd;
    margin: 20px auto 0;
}

.con {
	padding: 20px;
	min-height: 400px;
	background: #fff;
	position: relative;
}

.guidang {
	position: absolute;
	right: -20px;
	top: -35px;
	width: 297px;
	height: 297px;
}

.category .hd {
    height: 40px;
    border-bottom: 1px solid #E8E4E4;
}

.category .hd span {
    font-size: 22px;
    font-weight: bold;
    color: #DB3432;
}

.category .bd {
    padding: 20px 0;
}

.path {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding-left: 20px;
    background: url(/images/icon_loc.png) center left no-repeat;
    margin-bottom: 20px;
}

.path li {
    float: left;
}

.path li a {
    font-size: 16px;
}

.article-list li {
    float: left;
    width: 50%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    vertical-align: bottom;
}

.article-list li a {}

.article-list li a:hover {
    text-decoration: none;
}

.article-list li .date {
    font-size: 14px;
    color: #333;
    font-family: arial;
}

.town-list li {
    float: left;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #F8F8F8;
    text-align: center;
    margin: 0 20px 20px 0;
}

.town-list li a {
    font-size: 16px;
}

.footer-warp {
    margin-top: 20px;
    width: 100%;
    border-top: 3px solid #CC0000;
    background: #F9F2F1;
    color: #333;
}

.footer {
    width: 1200px;
    margin: 0 auto;
    background: none;
    color: #333;
}

.footer a {
    color: #333;
}

.footer .footfont {
    color: #333;
}

.footer .footfont a {
    color: #333;
}

.copyright {
    border-top: none;
}

.article {
    padding: 10px 30px;
}

h1.title {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    padding: 10px 0px;
}

h2.subTitle {
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    font-weight: normal;
}

.info {
    height: auto;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    color: #666;
    padding: 8px 0px;
    text-align: center;
}

.info a {
    color: #666;
}

.font-share span {
    display: block;
    float: left;
}

.font-share a {
    padding: 0 2px;
}

.font-share .pring {
    display: block;
    float: left;
    background: url(/images/print.gif) 5px center no-repeat;
    padding-left: 26px;
}

.share {
    float: left;
    height: 30px;
    padding-left: 18px;
    background: url(/images/wzicon2.gif) left center no-repeat;
    margin-left: 10px;
}

.share .share-box {
    position: relative;
    top: 3px;
    right: auto;
}

.font-share .share-bar a {
    padding: 0;
}


.content {
    font-size: 16px;
    margin: 0 auto;
    height: auto;
    min-height: 500px;
    _height: 500px;
    line-height: 2;
    padding: 20px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    word-wrap: break-word;
    overflow: auto;
}

.content p {
    margin-bottom: 15px;
}