.head-nav{
    margin-bottom: 0;
}
.cons-box{
    width: 100%;
    background: #383c55;
    padding: 30px 0;
}
.single-box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 30px;
}
.single-left {
    width: 800px;
    float: left;
    line-height: 30px;
    padding: 20px;
    background: #fff;
    color: #333;
}
.single-left p{
    padding-bottom: 15px;
}
.single-right{
    float: right;
    width: 380px;
}
.single-des{
    background: #f5f5f5;
    padding: 15px;
    overflow: hidden;
}
.single-right .single-des ul li{
    font-size: 14px;
    padding: 3px 8px;
    float: left;
    border-radius: 2px;
    margin: 5px 5px;
    background: #235c8a;
    color: #fff;
}
.single-right .single-des ul li a{
    color: #fff;
}
.single-right .single-des p{
    font-size: 16px;
}
.single-right .single-des p span{
    margin: 0 8px;
}
.other-singles{
    background: #f5f5f5;
    margin-top: 20px;
    padding: 15px;
}

.single-left-des h2, .single-left-des h3, .left-bt{
    font-size: 1.85rem;
    color: #222;
}
.single-left-des .left-bt{
    font-size: 30px;
    padding-bottom: 10px;
}
.other-singles .item-single{
    overflow: hidden;
}
.other-singles .item-single .img-left{
    width: 120px;
    height: 85px;
    float: left;
    padding: 15px 10px;
}
.other-singles .item-single .single-r{
    float: left;
    padding: 10px 15px;
    width: 225px;
}
.other-singles .item-single .single-r p{
    line-height: 20px;
}
.single-right h3{
    color: #03a9f4;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 0;
}
.single-right p{
    color: #666;
    line-height: 30px;
}

h1,h2,h3,h4,h5,h6{
    padding-bottom: 15px;
}
h3 {
    font-size: 20px;
    line-height: 40px;
}

.single-left p {
    font-size: 14px;
    color: #333;
    line-height: 34px;
}
.single-left img{
    display: block;
    margin: 20px auto;
    width: auto;
}
.cons-des{
    width: 96%;
    margin: 1rem auto;
}
.cons-des .cons-des-no{
    background: #eee;
    color: #222;
    padding: 0.4rem 0.8rem;
    margin-bottom: 1.5rem;
    border-radius: 0.8rem;
}
.cons-des .cons-des-no h3{
    font-size: 2rem;
    padding-bottom: 0.5rem;
    color: #222;
}
.cons-des .cons-des-no p{
    line-height: 2rem;
    color: #666;
}
.cons-des .cons-des-no a{
    color: #666;
}
.cons-des .cons-des-no .img-list{
    display: flex;
    justify-content: space-between;
}
.cons-des .cons-des-no .img-list div{
    width: 31%;
    margin: 0.5rem 0 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    height: 123px;
}
.cons-des .cons-des-no .img-list div img{
    width: 100%;
    margin: 0 auto;
    height: 130px;
}
.img-only{
    overflow: hidden;
}
.img-only div{
    float: left;
    width: 35%;
}
.img-only div img{
    width: 100%;
    margin: 0 auto 10px;
    border-radius: 5px;
    height: 130px;
}
.img-only p{
    float: right;
    width: 64%;
}
.img-only p a{
    color: #666;
}
p.time-p{
    color: #666 !important;
    font-weight: bold;
    padding-bottom: 0;
}
.foot-div{
    padding: 1.5rem;
}
.foot-div p.time-p{
    line-height: 20px;
    margin-bottom: 5px;
}
p.time-p span{
    margin: 0 10px;
    color: #00a0d2;
}
p.time-p a{
    color: #00a0d2 !important;
}
@media (max-width: 600px) {
    .cons-box{
        background: #383c55;
        padding: 0 0 1.5rem;
    }
    .single-box{
        width: 100%;
        padding-bottom: 1rem;
    }
    .single-left{
        width: 100%;
        background: none;
        padding: 0.8rem;
    }
    .single-left-des{
        background: #f5f5f5;
        border-radius: 0.5rem;
        padding: 0.65rem;
    }
    .single-left-des .left-bt{
        font-size: 1.8rem;
        color: #000;
        padding: 1.5rem 1rem 0;
    }
    .single-left pre{
        width: 100%;
        line-height: 2rem;
        border: 0;
        margin-bottom: 0;
    }
    .single-left img{
        width: 100%;
    }
    .single-right{
        width: 100%;
        margin: 0 auto;
        padding: 0.8rem;
        background: none;
    }
    .single-des{
        background: #fff;
        border-radius: 0.5rem;
        padding: 2rem 1.5rem;
    }
    .single-des h3{
        margin-top: 0;
        padding-bottom: 1rem;
    }
    .single-right p{
        line-height: 2rem;
    }
    .other-singles{
        border-radius: 0.5rem;
    }
    .other-singles .item-single .single-r{
       width: 208px;
        padding: 10px 0;
    }
}