.jxtitle{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jxtxt{
    font-size: 30px;
    color: #333333;
}
.jxtel {
    color: #ff5d00;
    font-size: 24px;
}
.items{
    display: flex;
    justify-content: space-between;
}
.items a{
    width: 358px;
    height: 308px;
    border:1px solid #dddddd;
}
.items a .conTop{
    height: 80px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 80px;
    color: #333333;
}
.outter{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.items a .conMid{
    height: 150px;
}
.Img{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 24px;
    color: #3c79ef;
}
.Img img{
    margin-right: 20px;
}
.conMid p{
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.conMid p span{
    color: #ff5d00;
}
.items a .conUnder{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;

}
.pri{
    height: 100%;
    line-height: 80px;
    font-size: 24px;
    color: #ff5d00;
}
.pri span{
    font-size: 18px;
    color:#666666;
}
.conUnder .btn{
    font-size: 14px;
    padding:5px 15px;
    background:#ff5d00;
    border-radius: 5px;
    color: #ffffff;
}
.more{
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    padding:5px 15px;
    background:#ff5d00;
    border-radius: 5px;
    color: #ffffff;
}
.item{
    width: 450px;
    height: 310px;
}
.item .top{
    display: block;
    width: 100%;
    height: 149px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    height: 100%;
}
.topL{
    width: 60%;
    font-size: 20px;
    color: #3c79ef;
}

.under{
    height: 148px;
    display: flex;
    justify-content: space-between;
}
.under a{
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    width: 143px;
    height: 100%;
    border: 1px solid #dddddd;
    position: relative;
}
.smT{
    font-size: 14px;
    color: #333333;
    padding:  0 0 10px 0;
    font-weight: bold;
}
.under p{
    font-size: 12px;
    color: #333333;
    padding: 0 0 10px 0;
    line-height: 24px;
}
.under p img{
    width: 35%;
    height: auto;
}
.under a:hover{
    transform: translateY(-3px);
}