
.artical aside{
    display: flex;
    height: 36px;
    font-size: 12px;
    align-items: center;
    border-bottom: 1px solid #dedede;
    margin-left:210px;
}
.artical aside>i{
	font-style: normal;
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../image/icons.png);
	margin-left: 10px;
}
.artical aside>a{
    margin-right: 5px;
    margin-left: 10px;
}
.artical aside>a:hover{
    color: #f43c5e;
}
.artical aside>span{
    margin-left: 5px;
}
.bom-main {
    width: 100%;
    overflow: hidden;
}
.bom-main iframe {
    width: 100%;
    height: 100%;
    margin-top: 2px;
}
.search{
    height: 80px;
    display: flex;
    align-items: center;
    margin-right: 100px;
    float: right;
}
/*模拟下拉框*/
.select{
    display: inline-block;
    height: 26px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #B8D5EF;
    cursor: pointer;
    margin-right: 6px;
}
.select span{
    display: inline-block;
    line-height: 26px;
    margin-left: 4px;
    font-weight: 700;
    color: #70B4E4;
    padding: 1px 40px 1px 10px;
}
.select img{
    width: 13px;
    height: 7px;
    margin-left: 4px;
}
.select ul{
    display: none;
    position: absolute;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.3);
    margin-top: 4px;
    background: #FFF;
}
.select ul li{
    text-align: center;
    font-weight: 700;
    color: rgba(0,0,0,0.7);
    padding: 4px 60px 4px 14px;
}
.select ul li:hover{
    background: #F4F4F4;
}
.select input{
    height: 26px;
    width: 70px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #B8D5EF;
    cursor: pointer;
}
.select input:hover{
    color: #f43c5e;
    background-color: bisque;
}
.select a{
    height: 26px;
    width: 70px;
    font-size: 15px;
	text-align:center;
    border-radius: 4px;
    border: 1px solid #B8D5EF;
    cursor: pointer;
	display:block;
	background-color:#CCC;
}
.select a:hover{
    color: #f43c5e;
    background-color: bisque;
}
.artical .classes{
    margin-left: 215px;
    margin-right:5px;
    /*margin-top: 60px;*/
    width: auto;
}
.form_class{
    width: auto;
    text-align: center;
	boder:1px solid #999;
}
.form_class th{
    height: 35px;
    color: blue;
    font-family: "方正兰亭超细黑简体";
    font-size: 15px;
    background-color: aliceblue;
}
.form_class td{
    height: 30px;
	font-size: 14px;
	font-family:"新宋体";
    background-color: aliceblue;
}
.form_class td input{
    border-radius: 4px;
    height: 26px;
    width: 50px;
    font-size: 14px;
	border: 1px solid #B8D5EF;
    cursor: pointer;
}
.form_class td input:hover{
    color: #f43c5e;
    background-color: bisque;
}
.modal-body {
    max-height: 520px;
    overflow-y: auto;
}
