@charset "utf-8";

.about-main{padding-top: 100px}
.left{
    float: left;
    width: 28%;
}
.right{
    float: right !important;
    width: 67.26% !important;
    color: #444444;
    font-size: 16px;
    line-height: 30px;
    min-height: 375px;
    /*border-bottom: 1px solid #e6e6e6;*/
}
.left-nav{
    width: 100%;
}
.left-nav ul{
    /*box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.05);*/
    background: #F3F3F3;
}
.left-nav ul li{
    width: 100%;
    border-bottom: 2px solid #fff;
}
.left-nav ul li a{
    display: block;
    padding: 10px;
    color: #2b2b2b;
}
.left-nav ul li a.active{
    color: #0f80d1;
}

.left-contact__warp{
    width: 100%;
    margin-top: 20px;
}
.left-contact__warp ul li{
    width: 100%;
    padding-bottom: 15px;
}
.left-contact__warp ul li input,.left-contact__warp ul li textarea{
    width: 100%;
    height: 40px;
    border:1px solid #bfbfbf;
    border-radius: 8px;
    padding: 0 10px;
}
.left-contact__warp ul li textarea{
    height: 145px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
}
.left-contact__warp ul li input.btn{
    width: 110px;
    background: #0f80d1;
    border-color: #0f80d1;
    color: #fff;
}

.recommend{
    width: 100%;
}
.left .title{
    width: 100%;
    display: inline-block;
    font-size: 20px;
    /*color: #fff;*/
    /*background: #2F3D59;*/
    font-weight: 600;
    /*box-shadow: 0px 8px 8px 1px rgba(0, 0, 0, 0.05);*/
    padding: 15px;
    border-bottom: 2px solid #19202d;
    color: #1a6ba5;
}
.recommend ul li{
    width: 100%;
    border-bottom: solid 1px #d7d8d8;
}
.recommend ul li a {
    width: 100%;
    position: relative;
    padding-right: 90px;
    line-height: 38px;
}
.recommend ul li h5 {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 14px;
}

.recommend ul li .time {
    float: left;
    font-size: 14px;
    color: #999999;
    position: absolute;
    right: 0;
    top: 0;
}

#Subpage2 .news_det{
    float: right;
    width: 70%;
}

@media (max-width: 787px) {
    .left{
        display: none;
    }
    #Subpage2 .news_det,.right{
        width: 100% !important;
    }
}