.helpWrap {
    width: 1200px;
    margin: 15px auto;
}

.helpImg {
    width: 100%;
    height: 180px;
    margin: 15px 0;
}

.helpMain {
    width: 1200px;
    justify-content: space-between;
}

.helpL {
    width: 240px;
    background-color: white;
	float: left;
}

.helpR {
    width: 940px;
    background-color: white;
	float: right;
}

.helpTitle {
	height: 16px;
	line-height: 16px;
    width: 100%;
    margin: 17px auto;
    border-left: 3px solid #FF3737;
    text-indent: 15px;
    color: #222222;
    font-size: 16px;
	font-weight:700;
}
.mainnav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #cccccc;
	height:50px;
	line-height:60px;
}
.title {
	height: 16px;
	line-height: 16px;
	border-left: 3px solid #E8302E;
	text-indent: 15px;
	font-size: 16px;
	color:#222222;
    margin: 0;
    padding: 0;
}
.helpLocalhost span{
}

.helpL ul {
    width: 75%;
    margin: 20px auto;
}

.helpL ul>li {
	height: 45px;
    line-height: 45px;
    padding-left: 15px;
    background: url(../images/dot.png) left center no-repeat;
    font-size: 15px;
    color: #999999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.helpL ul>li:hover {
    color: #FF3737;
    cursor: pointer;
}

.helpactive a{
    color: #FF3737 !important;
	font-weight:700;
}

.helpR ul {
    display: flex;
    align-items: center;
    width: 87%;
    margin: 10px auto;
    color: #666666;
    font-size: 14px;
}

.helpR ul>li {
    margin-right: 30px;
}

.helpText {
    width: 92%;
    color: #666666;
    font-size: 16px;
    margin: 5px auto;
    line-height: 45px;
}

.helpTable {
    width: 94%;
    margin: 25px auto;
    display: none;
}

.helpTableText {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
    color: #666666;
    font-size: 14px;
    font-weight: 900;
}

.helpTableText:nth-child(odd) {
    background-color: #F5F5F5;
}

.pageBox {
    width: 100%;
    height: 90px;
    position: relative;
}

.tableNumBox {
    height: 90px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.AllNum,
.PageNum {
    color: #999999;
    font-size: 14px;
    margin-right: 30px;
}

.NumBox {
    display: flex;
    align-items: center;
}

.NumBox span {
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.UpNum,
.nextNum {
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
}

.VientianeQA_title>span {
    cursor: pointer;
}




.textarea_css{
	display: inline-block;
	resize: none;
	border:1px solid #e0e0e0;
	padding: 8px;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.textarea_short{
	display: inline-block;
	resize: none;
	width:500px;
	height:80px;
	border:1px solid #e0e0e0;
	padding: 8px;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.textarea_long{
	display: inline-block;
	resize: none;
	width:500px;
	height:150px;
	border:1px solid #e0e0e0;
	padding: 8px;
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box;
}
.input_short{
	width: 200px;
	height: 30px;
	padding-left: 8px;
	line-height: 30px;
	border: 1px solid #dddddd;
}
.input_long{
	width: 500px;
	height: 30px;
	padding-left: 8px;
	line-height: 30px;
	border: 1px solid #dddddd;
}

.buttom_css {
    width: 120px;
    height: 40px;
    line-height: 40px;
	border-radius: 15px;
    border: 1px solid #cccccc;
    color: #999999;
    font-size: 14px;
    background-color: #f0f0f0;
    text-align: center;
    margin: 30px 35px;
	cursor: pointer;
}

.buttom_css:hover{
	font-weight:700;
    color: #E8302E;
    cursor: pointer;
    border: 1px solid #E8302E;
}