/* 左边栏 */
.left{
    /* height: 1000px; */
    width: 300px;
    float: left;
    border: 1px solid #ffffff;
}
.left .lone ul{
    margin:0px;
    padding:0px;
    list-style: none;
    text-align: center;
}
.left .lone ul li{
    height: 148px;
    line-height: 148px;
    font-size: 25px;
    border: 1px solid #fff;
    color: #333;
    display: block;
}
.left .lone ul .cur{
    background-color: #3694ff;
    color: #fff; 
}
/* 右边栏 */
.right{
    /* height: 600px; */
    /* width: 700px; */
    border: 1px solid #fff;
    float: left;
}
.right .rone{
    height: 580px;
    width: 700px;
    float: left;
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .5s ease;
}

.right .rone ul li{
    width: 260px;
    /* padding: 10px 30px; */
    /* padding-bottom: 20px; */
    float: left;
    /* margin-left: 40px; */
    /* margin-right: 20px; */
    margin: 10px 40px;
    font-size: 20px;
    /* text-align: justify;  */
    /* text-align-last: justify; */
}
.right .rone ul li a{
    color: #333;
    display: inline-block;
    height: 50px;
}
/* .right .rone ul li:hover{ 
    font-weight: bold;
}*/
.right .rone ul li a:hover{
    color: #3694ff;
    font-weight: bold;
}
.childContS .right .right-item {display: none;}
.childContS .right .cur {display: block;}
/* .childContS .right .cur ul li a{color: #ffffff;} */

/* 搜索页下面的页面序号 */
.page_num{
    height: 50px;
    text-align: center;
    font-size: 0px;
}
.page_num a,.page_num span{
    font-size: 20px;
    color: #003452;
    display: inline-block;
    line-height: 25px;
    height: 25px;
    padding: 0px 10px;
    margin: 0px 2px;
} 
.page_num span{
    background-color: #003452;
    color: #ffffff;
}

/* 订单详情页 */
.form{
    width: 1300px;
    /* height: 1500px; */
    margin:  50px auto;
    overflow: hidden;
    /* background-color: #bed8e4; */
}
.form_title{
    text-align: center;
    font-size: 30px;
    letter-spacing: 15px;
    margin-bottom: 30px;
}
.form_left,.form_right{
    width: 480px;
    /* height: 1500px; */
    /* background-color: antiquewhite; */
    float: left;
    padding-left: 100px;
}
.form_right{
    margin-left: 40px;
}
/* 左边列表 */
.form_left .form_list{
    width: 460px;
    height: 40px;
    /* background-color: aquamarine; */
    margin: 20px 10px;
}
.form .form_left .form_list ul li:nth-child(odd){
    float: left;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #e4e4e4;
    border-radius: 5px 0px 0px 5px;
    font-size: 17px;
    text-align: center;
    background-color: #eeeeee;
}
.form .form_left .form_list ul li:nth-child(even){
    float: left;
    width: 300px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #e4e4e4;
    border-radius: 0px 5px 5px 0px;
    border-left: none;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 右边列表 */
.form_right .form_list{
    width: 460px;
    height: 40px;
    /* background-color: aquamarine; */
    margin: 20px 10px;
}
.form .form_right .form_list ul li:nth-child(odd){
    float: left;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #e4e4e4;
    border-radius: 5px 0px 0px 5px;
    font-size: 17px;
    text-align: center;
    background-color: #eeeeee;
}
.form .form_right .form_list ul li:nth-child(even){
    float: left;
    width: 300px;
    height: 35px;
    line-height: 35px;
    border: 2px solid #e4e4e4;
    border-radius: 0px 5px 5px 0px;
    border-left: none;
    font-size: 20px;
    text-align: center;
}

/* 订单信息页 */
.form .form_framework{
    width: 1300px;
    height: 500px;
    /* background-color: #80d7f1; */
    overflow: hidden;
}
.form .form_framework table{
    width: 1300px;
}
.form .form_framework table tr th{
    height: 20px;
    width: 70px;
    border: 2px solid #eeeeee;
    background-color:#f8f8f8;
    text-align: center;
    font-weight: bolder;
    font-size: 15px;
    resize: horizontal;
    overflow: hidden;
}
.form .form_framework table tr td{
    height: 20px;
    width: 70px;
    border: 2px solid #eeeeee;
    background-color:#ffffff;
    text-align: center;
    font-size: 15px;
}