.main{
    display: flex;
    margin-top: 12px;
    justify-content: space-between;
}
a:hover{text-decoration:none; cursor:pointer}
.left-nav{
    width: 19.5%;
}
.right-description{
    width: 80%;
}
.nav-t{
    width: 100%;
    height: 40px;
    background-color: #1068aa;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.nav-ul{
    width: 100%;
}
.nav-ul li{
    margin-bottom: 2px;
}
.nav-ul li {
    background: #f2f2f2;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.right-description-title{
    width: 100%;
    height: 40px;
    background-color: #1068aa;

}
.right-description-title p {
    color: #fff;
    line-height: 40px;
    padding-left: 36px;
    font-size: 16px;
}
.x{
    width: 99%;
    margin: 45px auto;
    height: 1px;
    background-color: #999;
}
.d-t{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #1068aa;
}
.d-p{
    margin-top: 14px;
    padding: 20px;
}
/*select {*/
/*    width: 50px;*/
/*    border: 1px solid #e5e5e5;*/
/*    outline: none; !*清除难看的粗黑线*!*/
/*    padding: 2px 10px 4px 8px;*/
/*    font-size: 16px;*/
/*}*/
.p10 {
    padding: 12px;
}
.e-search{
    border: #1068aa 1px solid;
    margin-top: 4px;
}
.e-search p {font-weight: bold}
.select-x{
    display: flex;
}
.select-x select {
    margin-right: 10px;
}
.s-btn{
    width: 120px;
    height: 30px;
    margin-top: -2px;
}
.select-x span{
    margin-top: 5px;
    margin-right: 5px;
}
.layui-form-label{
    width: 100px;
}
.layui-form-select dl dd.layui-this{
    background-color: #1068aa;
}
.layui-form{
    display: flex;
}
.layui-card-body{
    width: 100px;
}
.e-list{
    margin-top: 12px;
}
.e-item{
    display: flex;
    padding: 12px;
}
.e-item img{
    width: 90px;
    height: 124px;
    margin-left: 10px;
}
.e-p{
    margin-left: 20px;
}
.e-p>p:first-child{

   font-size: 14px;
    margin-bottom: 10px;
    font-weight: bolder;
    margin-top: 8px;

}
.layui-input-block{
    margin-left: 100px;
    margin-right: 10px;
}
.right-description>div{
    display: none;
}

.right-description>.box_active {
    display: block;
}
.page{
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
}
.page li a{
    padding: 8px 12px;
    border: #1068aa 1px solid;
    margin-right: 10px;
}