﻿/*banner*/
.noviceBanner{
    width:100%;
    height: 248px;
}
.noviceBanner a{
    display: block;
    width:100%;
    height:100%;
    background:url("../statics/banner_help.jpg") center center;
}

/*content*/
.noviceContent{
    padding:30px 0 42px;
    background:#f0f0f0;
}
/*选项卡*/
.noviceContent .noviceOption{
    width:300px;
    min-height: 500px;
    border:1px solid #e3e3e3;
    box-shadow: 0 0 5px #ddd;
    background:#fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.noviceOption p{
    height:59px;
    padding-left:38px;
    line-height:59px;
    border-bottom:1px solid #55799e;
    font-size:18px;
    color:#222222;
    background: url("../statics/optionUp.png") no-repeat 16px 21px;
    cursor:pointer;
}
.noviceOption p.active{
	background-image:url("../statics/optionDown.png");
}
.noviceOption ul{
    display: none;
}
.noviceOption ul.active{
	display:block;
}
.noviceOption a{
	display:block;
    height:48px;
    line-height:48px;
    padding-left:38px;
    color:#333333;
    font-size:12px;
    background:#fcf7f1 url("../statics/list-style.png") no-repeat 20px 21px;
    cursor:pointer;
}
.noviceOption div a.active{
    background:#f7eadb url("../statics/list-style.png") no-repeat 20px 21px;
    color:#e46100;
}
.noviceOption div a.pointer{
    color:#e46100;
}
.noviceOption div.choose p{
    background: url("../statics/optionDown.png") no-repeat 16px 21px;
    color:#e8840a;
}
/*各选项卡对应内容*/
.noviceContent .optionContent{
    width:880px;
    min-height:900px;
    padding:20px 53px;
    border:1px solid #e3e3e3;
    box-shadow: 0 0 5px #ddd;
    background:#fff;
}
.optionContent h3{
    font-size: 34px;
    color: #000;
    font-weight: normal;
    padding:10px 0;
}
.noticeRight .timeCreat{
	font-size:16px;
	color:#999999;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px dashed #999;
}
.optionContent p,div,span{
    /* font-size:14px; */
    line-height:35px;
    color:#000;
}