﻿body
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1.5px;
}

.JSxunhuancontent
{
    padding: 0 5px;
    width: 98%;
    background: #efefef;
    margin: 10px auto;
}

.txt
{
    text-align: center;
    border: solid 1px #1f2c4e;
    padding-top:10px;
   
}
a:hover
{
    text-decoration: underline;
    color: Gray;
}
a:link
{
    text-decoration: none;
    color: Gray;
}
a:visited
{
    text-decoration: none;
    color: Gray;
}
a img
{
	border: none;
}
.navBox1 ul
{
    margin-left: 10px;
    padding-left: 0px;
}
.navBox1 li
{
    list-style-type: none;
    background: url(/Images/list_icon.jpg) left no-repeat;
    padding-left: 10px;
}

.imgSearchCode
{
	margin-top: 3px;
	height: 20px;
}
	.button04
    {
        background-color: #1f2c4e; /* Firefox 791628 text-shadow: 1px 1px 1px white;*/
        border: 1px solid #fff;
        color: white;
        border-radius: 1em;
        height: 30px;
        line-height: 20px;
        font-size: 12pt;
        font-weight: bold;
        font-family: 微软雅黑;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1f2c4e), color-stop(1, #1f2c4e)); /* Saf4+, Chrome */ /* IE*/
    }