.helpFastMenu
{
    background: #f8f8f8;
    padding: 50px 0;
}

.helpFastMenu ul
{
    background: url(/img/help-icon.png) no-repeat 33px 0;
    width: 1016px;
    margin: auto;
    overflow: hidden;
}

.helpFastMenu ul li
{
    width: 61px;
    margin: 0 33px;
    float: left;
    text-align: center;
    height: 100px;
    position: relative;
}

.helpFastMenu ul li a
{
    color:#707070;
    display: inline-block;
    width: 61px;
    height: 100px;
    line-height: 180px;
}

.helpFastMenu ul li a:hover
{
    opacity: .6;
    filter: Alpha(opacity60);
}

.helpMenuAll
{
    width: 1120px;
    margin: auto;
    padding: 50px 0;
}

.helpMenu
{
    width: 202px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #f9f9f9;
    padding: 30px 0;
    float: left;
}

.helpMenu ul li, .helpBlock ul li
{
    border-bottom: 1px dashed #d3d3d3;
    padding: 1em;
    position: relative;
}

.helpMenu ul li span
{
    display: inline-block;
    background: url(/img/cssSprites.png) no-repeat -20px 0;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 20px;
    top: 18px;
}

.helpMenu ul li a, .helpBlock ul li a
{
    color: #707070;
    padding-left: 25px;
    font-size: 14px;
}

.helpMenu ul li:hover a
{
    color: #57a7e2;
}

.helpMenu ul li:hover span
{
    background-position: -30px 0;
}

.nav-list-act a
{
    color: #57a7e2;
}

.helpMenu .nav-list-act span
{
    background-position: -30px 0;
}

.helpListBox
{
    float: right;
    width: 880px;
}

.helpList
{
    width: 420px;
    float: left;
    margin: 10px 10px;
}

.helpList .title1 h2, .helpNewList .title1 h2
{
    color: #545454;
    font-size: 24px;
    width: 100%;
    line-height: 36px;
    display: inline-block;
    font-weight: normal;
}

.title1 h2 a
{
    color: #fff;
    font-size: 12px;
    padding: 2px 3px;
    background: #333;
    border-radius: 2px;
    float: right;
    line-height: 15px;
    margin-top: 15px;
}

.helpList .helpBlock, .helpNewList .helpBlock
{
    border: 1px solid #dedede;
    border-top: 3px solid #dedede;
    margin-top: 10px;
}

.helpBlock ul li span
{
    display: inline-block;
    background: url(/img/cssSprites.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 20px;
    top: 18px;
}

.helpBlock ul li a{
    cursor: pointer;
}
.helpBlock ul li b
{
    float: right;
    margin-right: 40px;
}

.helpNewList .helpBlock ul li a:hover
{
    text-decoration: underline;
}

.helpBtn
{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.helpBtn a
{
    color:#333;
    border: 1px solid #ddd;
    padding: 3px 10px;
    margin: 0 3px;
}

.helpBtn a:hover
{
    border-color: #0095bb;
    background: #d7e9ee;
}

.helpBtn a.active
{
    border-color: #0095bb;
    background: #0095bb;
    color: #fff;
}

.detailed .news-bt
{
    text-align: center;
    border-bottom: 1px dashed #eaeaea;
    border-top: 1px dashed #eaeaea;
}

.news-bt .bt
{
    color: #00a2ca;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.news-bt .time
{
    font-size: 14px;
    margin-bottom: 15px;
}

.essay
{
    font-size: 15px;
    line-height: 30px;
    width: 780px;
    margin: 0 auto;
    /*color: #737373;*/
    color: #333;
    margin-top: 15px;
	overflow:hidden;
}
.essay a {color:#06F;}
.essay img {max-width:700px; margin: 0 auto; display:block;}

.naxt
{
/*    border-bottom: 1px dashed #eaeaea;*/
    margin-top: 15px;
}

.naxt p
{
    margin-left: 30px;
    margin-top: 10px;
}

.naxt p a
{
    color: #333;
}

.naxt p a:hover
{
    color: #00a2ca;
}

.keyword a
{
    float: left;
    margin-right: 8px;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    display: block;
    background: #B90000;
    color: #fff;
}

.nav_mb
{
    padding-bottom: 10px;
    height: 30px;
    color: #666;
    font-size: 13px;
}

.nav_mb a
{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #57a7e2;
}

.nav_mb tt
{
    line-height: 30px;
    display: inline-block;
    color: #999;
    margin: 0 10px;
}
.copright{text-align: center;
    color: #707070;
    line-height: 20px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px; font-weight: normal;}