@charset "utf-8";
/* help.html */
.serWarp{
    background: url("../img/bg_qa.png") no-repeat scroll 450px -1px rgba(0, 0, 0, 0);
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    display: block;
}
.contact_tel {
    color: #999999;
    float: right;
    font-size: 13px;
    height: 75px;
    line-height: 25px;
    text-align: right;
    width: 300px;
    padding-top: 10px;
}

.contact_tel span {
    color: #CCCCCC;
    font-family: "微软雅黑";
    font-size: 21px;
    line-height: 25px;
}
.serWarp .form-search{
    padding-top: 40px!important;
}
/*内容*/
.container{
/*    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px 0 #E3E3E3;*/
}
.nav_side{
    border: 1px solid #D3D3D3;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px 0 #E3E3E3;
    width: 210px;
    float: left;
    background-color: #f9f9f9;
    padding: 1px;
}
.tit{
  background-color: #E2E2E2;
    background-image: linear-gradient(to bottom, #F2F2F2, #E2E2E2);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CCCCCC;
    color: #666;
    line-height: 36px;
    padding-left: 10px;
}
.subtit{
    color: #4F8D44;
    line-height: 30px;
    padding:5px 0 0 20px;
}
.main{
    width: 766px;
    float: left;
    padding-left: 20px;
}
.titList{
    height: auto;
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #CCCCCC;
}
.titList li{
    font-size: 14px;
    line-height: 25px;
}
.titList li a{
    display: block;
    border-left: solid #f9f9f9 1px;
    border-top: solid #f9f9f9 1px;
    border-bottom: solid #f9f9f9 1px;
    color: #999;
    padding-left: 10px;
    position: relative;
}

.titList li a:hover,
.curHover{
    color: #333;
    background:url("../img/bg_body.jpg") repeat scroll left top rgba(0, 0, 0, 0);
    border-left: solid #D3D3D3 1px;
    border-top: solid #D3D3D3 1px;
    border-bottom: solid #D3D3D3 1px;
    text-decoration: none;
    right: -3px;
}

.newsList{
    padding: 20px;
}
.newsList li{
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}
.newsList li a{
    color: #999;
}
.newsList li a:hover{
    color: #333;
    text-decoration: none;
}
/*帮助图片列表*/
.img_helpList{
    overflow: hidden;
    margin-bottom: 30px;

}
.img_helpList li{
    float: left;
    margin: 20px 20px 0;
    width: 340px;
    line-height: 30px;
    text-align: center;
}
.img_helpList .img{
    width: 318px;
    height: 158px;
    background-color: #F5F5F5;
    padding: 10px;
    border: 1px solid #ccc;
    display: block;
}
.img_helpList .img:hover{
    background-color: #ccc;
    border: 1px solid #666;
}
/*详情*/
.detailWarp{
    padding-top: 10px;
    color: #333;
}
.detailWarp .detailTit {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border:none;
    margin-bottom:0;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
}
.blog-source {
    border: 1px dashed #CCCCCC;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}
.blog-source table {
    height: 100%;
    width: 100%;
}
.blogCont {
    font-size: 16px;
    color: #3E3E3E;
    line-height: 1.5;
    padding: 30px 0;
    font-family: "宋体";
}

.blogCont p:after {
    clear: both;
    content: "​";
    display: block;
    height: 0;
}
.blogCont p {
    line-height: 2em;
}
.blogCont .text p {
    min-height: 1.5em;
    word-wrap: break-word;
}
.blogCont_nav {
    line-height: 30px;
    padding-bottom: 50px;
}