/*方圆之道*/
.fyzd-box{
    display: block;
    padding-bottom: 50px;
}
.logoDesc-box{
    display: -webkit-flex;
    display: flex;
    line-height: 30px;
    color: #333;
    background: #f5f5f5;
    border-radius: 3px;
    text-indent: 2em;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.logoDesc-box .img-box{
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.logoDesc-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logoDesc-box .text-box{
    width: calc(100% - 150px);
    padding-left: 15px;
}
.logoDesc-box .text-box p{
    line-height: 30px;
    font-weight: normal;
    text-indent: 0;
    color: #717171;
}
.section-box{
    background: #f5f5f5;
    text-indent: 2em;
    margin-bottom: 20px;
    padding: 20px;
}
.section-box p{
    line-height: 30px;
    color: #717171;
}
.section-box p b{
    font-weight: bold;
    color: #333;
}
.section-box h2{
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-indent: 0;
    padding-bottom: 10px;
}
.logoDesc-box p{
    font-size: 15px;
    font-weight: bold;
}
.main-box h2{
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    padding-bottom: 10px;
}
.main-box .yftd-box h2,.main-box .culturalActivity-box h2{
    margin-top: 0;
}
.main-box p{
    line-height: 30px;
    color: #717171;
}
.main-box p strong{
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* 以下样式只有IE10+ 能识别*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .trends-list li .desc-box .text-desc{
        max-height: 60px!important;
    }
}

/* 响应式布局 */
@media (max-width: 480px){
    .logoDesc-box{
        flex-direction: column;
    }
    .logoDesc-box .text-box{
        width: 100%;
        padding-left: 0;
    }
}