body {
    padding: 0px;
    font-size: 12px;
    font-family: "Î¢ÈíÑÅºÚ", sans-serif, Arial;
    color: #1f1f1f;
    margin: 0 auto;
    background-repeat: no-repeat;
}

/*links*/
a {
    color: #464646;
    text-decoration: none;
}

a:hover {
    color: #464646;
    text-decoration: underline
}

.red, a.red:link, a.red:visited {
    color: #A72D2C;
}

.black, a.black:link, a.black:visited {
    color: #000;
}

.white, a.white:link, a.white:visited {
    color: #fff;
    text-decoration: none;
}

a.white:hover {
    color: #ff0;
}

.blue, a.blue:link, a.blue:visited {
    color: #004b8b;
    font-weight: bold;
    font-size: 12px;
}

.blue2, a.blue2:link, a.blue2:visited {
    color: #004b8b;
    font-weight: bold;
    font-size: 13px;
}

/*hover for img*/
a.ih:hover {
    background-color: #000;
}

a.ih img {
    padding: 2px;
}

a.ih:link img, a.ih:visited img {
    padding: 2px;
}

a.ih:hover img, a.ih:active img {
    background-color: #FF0000;
}

/*position*/
.relative {
    position: relative;
    z-index: 1;
}

.absolute {
    position: absolute;
}

/*display*/
.hide {
    display: none;
}

.show {
    display: block;
    clear: both;
}

.block {
    display: block;
}

.clear {
    clear: both;
}

/* .box:after{content:"\0020";display:block;height:0;clear:both;}*/

/*borders*/
.allborder {
    border: 1px solid #ddd;
}

.border_nt {
    border: 1px solid #ddd;
    border-width: 0 1px 1px 1px;
}

.border_nb {
    border: 1px solid #ddd;
    border-width: 1px 1px 0 1px;
}

.border_r {
    border-right: 1px solid #ddd;
}

.border_b {
    border-bottom: 1px solid #E5E5E5;
}

.border_t {
    border-top: 1px solid #E5E5E5;
}

.border_r_dash {
    background: url(http://zjs.sn12365.gov.cn/res_base/shcms_com_www/default/article/img/border_dash.gif) right top repeat-y;
}

/*aligns*/
.center {
    margin: 0 auto;
}

.g_t_l {
    text-align: left;
}

.g_t_c {
    text-align: center;
}

.g_t_r {
    text-align: right;
}

.g_t_j {
    text-align: justify;
}

.g_t_t {
    vertical-align: top;
}

.g_t_m {
    vertical-align: middle;
}

.g_t_b {
    vertical-align: bottom;
}

/*boxes*/
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: 0;
}

dl, dd, dt, form, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 16px;
    color: #ff3c00;
    line-height: 3em;
}

h2 {
    font-size: 16px;
    line-height: 1.5em;
}

h3 {
    font-size: 14px;
    color: #0066FF;
    text-indent: 10px;
}

h4 {
    font-size: 12px;
    color: #000;
    text-indent: 10px;
}

del {
    color: #fff;
    font-size: 10px;
}

.input1 {
    height: 16px;
    width: 200px;
    border: 1px solid #d4d0c8;
    vertical-align: middle;
}

.img2 {
    border: 1px solid #ccc;
    padding: 3px;
}

/*indent & line-height*/
.in_10px {
    text-indent: 10px;
}

.line_18em {
    line-height: 1.8em;
}

.lh_30px {
    height: 30px;
    line-height: 30px;
}

/*basics*/
.mgt5 {
    margin-top: 5px;
}

.mgb5 {
    margin-bottom: 5px;
}

.mgt10 {
    margin-top: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*fonts*/
.f12b {
    font-size: 12px;
    font-weight: bold;
}

.f12-rog {
    font-size: 12px;
    color: #FF0033;
}

.f14b {
    font-size: 14px;
    font-weight: bold;
}

.f16b-red {
    color: #FF0000;
    font-weight: bold;
    font-size: 16px;
}

.f12-gray {
    font-size: 12px;
    color: #666;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  cursor:pointer;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.artCont{
	text-align: left;
    font-size: 16px;
    padding: 20px 0 10px;
    line-height: 185%;
    margin: 0 auto;
    overflow: hidden;
    width: 650px;
    word-break:break-all;
    word-wrap:break-word;
}
.artCont table tr td{
	border:1px solid  !important;
}
.artCont table{  
border-collapse:collapse;  
border-spacing:0;  
}  
.artCont th,td{  
padding:0;  
}
