*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.title_name{
	width: 62%;
}
.art_content{
    width: 70%;
    margin:135px auto auto;
	font-size:14px;	
	border: 1px solid #ddd;
    border-radius: 5px;
}
.art_menu{
    display: none;
}
.crumb{
    display: none;
}
.art_content .art-left{
    width: 230px;
    float: left;
    display: flex;
    justify-content: flex-start;
}
.art_content .art-right{
   	box-sizing: border-box;
    padding: 10px 10px 3px 10px;
    display: inline-block;
    font-size: 12px;
}
.art-right p{
	margin: 15px;
	line-height: 1.5;
}
.art-right p img{
	max-width: 100%!important;
	height: auto!important;
}
.art-right .title{
	font-size:14px;
	font-weight:bold;
}
.context-t{
    width: 100%;
    height: 40px;
    background: #f4f4f4;
    padding: 10px 0px;
    line-height: 40px;
    font-size: 20px;
	font-weight: 800;
	text-indent: 10px;
}
.art-left-ul{
    width: 100%;
    border: 1px solid #dddddd;
    padding: 0;
    text-indent: 18px;
}
.art-left-ul .help_list{
    padding: 0;
    width: 90%;
    margin-left: 5%;
}
.art-left-ul .list_close{
    background: #f4f4f4;
    height: 30px;
    line-height: 30px;
}
.art-left-ul,.art-left-ul ul{
    list-style: none;
}
.art-left-ul ul a{
    text-decoration: none;
}
.art-left-ul .help_list li{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #f4f4f4;
}
.art-left-ul .help_list li a{
    color: #333333;
    font-size: 14px;
}
.art-left-ul .help_list li a:hover{
    text-decoration: underline;
    color: #B8B2B6;
}
.art-left-ul>li>.list_close>a{
    font-size: 14px;
}
.terms ol li{
	list-style-type:decimal;
	padding:2px 5px;
}
.terms ul li{
	list-style-type:disc;
}
