@charset "utf-8";
a.menu_link  {
    color: #6a5756;
    font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑 Light";
    font-size: 18px;
}
a.menu_link:hover  {
    color: #9e6e6c;
	font-weight: bold;
}
.menu_selected {
    color: #d8402d;
    font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑 Light";
    font-size: 18px;
    background-image: url(_image/menu_selected.png);
    background-size: auto 80px;
    background-repeat: no-repeat;
    background-position: 0% bottom;
}
.menu_selected2 {
    color: #d8402d;
    font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑 Light";
    font-size: 18px;
    background-image: url(_image/menu_selected2.png);
    background-size: auto 80px;
    background-repeat: no-repeat;
    background-position: 0% bottom;
}
.menu_selected3 {
    color: #d8402d;
    font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑 Light";
    font-size: 18px;
    background-image: url(_image/menu_selected3.png);
    background-size: auto 80px;
    background-repeat: no-repeat;
    background-position: 0% bottom;
}
.menu_selected4 {
    color: #d8402d;
    font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑 Light";
    font-size: 18px;
    background-image: url(_image/menu_selected4.png);
    background-size: auto 80px;
    background-repeat: no-repeat;
    background-position: 0% bottom;
}
.menu_selected5 {
    color: #d8402d;
    font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑 Light";
    font-size: 18px;
    background-image: url(_image/menu_selected5.png);
    background-size: auto 80px;
    background-repeat: no-repeat;
    background-position: 0% bottom;
}
.menu_selected6 {
    color: #d8402d;
    font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑 Light";
    font-size: 18px;
    background-image: url(_image/menu_selected6.png);
    background-size: auto 80px;
    background-repeat: no-repeat;
    background-position: 0% bottom;
}
.red_line {
    border-bottom: 3px solid #EF4B4B;
    text-align: center;
}
.ql-align-center{
	text-align: center;
}
.ql-align-right{
	text-align: right;
}
.ql-align-justify{
	text-align: justify;
}
.ql-align-left{
	text-align: left;
}