.mar_top_10 {margin-top: 10px;border: 1px solid #ededed;}
.sub-left {background-color: #e0e0e0;
    width: 190px;height: 580px;}
.left-menu {
    margin-left: 20px;
}
.left-menu li {
    line-height: 50px;
    padding-left: 40px;
    cursor: pointer;
    font-size: 18px;
}
.sub_span{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 20px;
    padding-left: 40px;
    cursor: pointer;
}
.module_title {
    border-left: 4px solid #e60027;
    color: #e60027;
    font-size: 16px;
    margin: 15px 15px 15px 30px;
    padding-left: 10px;
}
.content_div {
    background-color: #fff;
    height: 580px;
    width:1000px;
}
.content_ul {
    margin-left: 50px;
    width: 950px;
    margin-bottom: 70px;
}
.content_ul li {
    list-style: outside;
    float: left;
    margin-right: 40px;
    margin-bottom: 15px;
}
.content_ul a{
font-size: 15px;
}
.current_href:hover{
    text-decoration: none;
    color: #333;
    cursor: default;
}
a:hover{
    text-decoration: underline;
    color: #36c;
    cursor: pointer;
}
.content_textarea {
    background-color: #f1f6f5;
    border: 1px solid #fff;
    margin: 30px 15px 15px 40px;
    overflow-y: auto;
    width: 920px;
    height: 350px;
}
.current_menu {
	background-color: #fff;
}
.width_290{
	width: 290px;
}
.width_310 {
	width: 310px;
}
.width_200{
    width: 200px;
}
.width_350{
	width: 350px;
}
.content_textarea h1 {
    font-size: 15px;
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
}
.content_textarea p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 50px 0 60px;
    text-indent: 2em;
}
.content_textarea h6 {
	font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 60px;
}
