/* 栏目菜单 */
.catTab{
    display: flex;
    justify-content: space-between;
}
.catTab a{
    display: block;
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,.8);
    line-height: 24px;
    padding: 13px 0;
    cursor: pointer;
    position: relative;
}
.catTab a.hover, .catTab a:hover{
    color: #1374f6;
    border-bottom: 2px solid #1374f6;
}

/* 列表 */
.box01{
    display: flex;
    justify-content: space-between;
}
.box01 .lBox{
    width: 768px;
}
.box01 .lBox .ad{
    width: 100%;
}
.box01 .lBox .ad img{
    width: 100%;
}
.box01 .lBox .list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.box01 .lBox .list li{
    width: 248px;
    margin-right: 12px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}
.box01 .lBox .list li:nth-child(3n){
    margin-right: 0px;
}
.box01 .lBox .list li .img{
    width: 100%;
    height: 173px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.box01 .lBox .list li .img img{
    display: block;
    width: 100%;
    height: 173px;
}
.box01 .lBox .list li .img a{
    display: block;
}
.box01 .lBox .list li .t{
    margin: 0px auto;
    margin-top: 15px;
    width: 90%;
}
.box01 .lBox .list li .t a{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.box01 .lBox .list li .d{
    width: 90%;
    margin: 0px auto;
    margin-top: 10px;
}
.box01 .lBox .list li .d a{
    font-size: 12px;
    color: #999999;
}
.box01 .lBox .list li .date{
    font-size: 12px;
    color: #999999;
    width: 90%;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 20px;
}
.box01 .lBox .list li .date span{
    width: 1px;
    height: 18px;
    background: rgba(0,0,0,.06);
    border-radius: 1px;
    margin-right: 4px;
}
.box01 .lBox .list li .date span.de{
    width: auto;
    padding: 0 0px 0px 0px;
    text-decoration: none;
    background: none;
    display: block;
}
.box01 .lBox .list li .date a{
    color: #237df8;
    background: #edf5ff;
    display: inline-block;
    padding: 0px 5px;
    margin-right: 5px;
}
.box01 .rBox{
    width: 375px;
}
.box01 .rBox .intBox{
    height: 40px;
    display: flex;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;

}
.box01 .rBox .intBox input{
    display: block;
    border: 0px;
    text-indent: 15px;
    width: calc(100% - 40px);
}
.box01 .rBox .intBox input::placeholder{
    color: #c4c6c8;
}
.box01 .rBox .intBox button{
    border: 0px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
}
.box01 .rBox .intBox button i{
    font-size: 22px;
    color: #c4c6c8;
}
.box01 .rBox .tit{
    position: relative;
    margin-left: 16px;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0,0,0,.8);
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box01 .rBox .tit::before{
    position: absolute;
    left: -16px;
    top: 2px;
    display: block;
    content: "";
    width: 4px;
    height: 24px;
    background: #1374f6;
    border-radius: 4px;
}
.box01 .rBox .recList{

}
.box01 .rBox .recList li{
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 20px;
}
.box01 .rBox .recList li .img{
    width: 140px;
    height: 97px;
    overflow: hidden;
}
.box01 .rBox .recList li .img a{
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
    width: 100%;
}
.box01 .rBox .recList li .txt{
    width: calc(100% - 160px);
}
.box01 .rBox .recList li .txt .t{
    margin-top: 10px;
}
.box01 .rBox .recList li .txt .t a{
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,.8);
    line-height: 22px;
}
.box01 .rBox .recList li .txt .date{
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
}
.box01 .rBox .proBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px;
    padding-bottom: 10px;
}
.box01 .rBox .proBox li{
    width: 160px;
    height: 36px;
    border: 1px solid #237df8;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.box01 .rBox .proBox li a{
    color: #1374f7;
    font-size: 16px;
}
.box01 .rBox .hotLabel{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px;
    background: #fff;
    flex-grow: 2;
    padding-bottom: 10px;
}
.box01 .rBox .hotLabel li{
    background: #f6faff;
    margin-right: 10px;
    line-height: 150%;
    padding: 0px 5px;
    margin-bottom: 10px;
    border: 1px solid #ebf4ff;
    border-radius: 3px;
}
.box01 .rBox .hotLabel li:nth-child(3n){
    margin-right: 0px;
}
.box01 .rBox .hotLabel li a{
    color: #1374f7;
}
.box01 .rBox .contact {
    background: #fff;
    overflow: hidden;
} 
.box01 .rBox .contact .tel{
    text-align: center;
    color: #1374f7;
    font-size: 20px;
    width: 90%;
    margin: 15px auto 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0eeff;

}
.box01 .rBox .contact .tel i{
    font-size: 20px;
}
.box01 .rBox .contact ul{
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 15px;

}
.box01 .rBox .contact ul li{
    text-align: center;
}
.box01 .rBox .contact ul li img{
    width: 75px;
}
.box01 .rBox .contact ul li p{
    margin-top: 10px;
}

/*文章详情*/
.box01 .lBox.artCont{
    background: #fff;
    padding: 24px 24px 125px;
}
.box01 .lBox.artCont h1.t{
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}
.box01 .lBox.artCont .other{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.4);
    line-height: 24px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.box01 .lBox.artCont .other span{
    margin-right: 15px;
    font-size: 14px;
}
.box01 .lBox.artCont .other a{
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 4px;
    border-radius: 2px;
    margin-left: 8px;
    max-width: 68px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #1374f6;
    background: #f0f6ff;
    text-align: center;
    cursor: pointer;

}