﻿/*圆角公共样式*/
.button, .subscribe-button, .subscribe {
    border-radius: 6px
}

[class*="row"] > div {
    border-radius: 6px
}

[class*="row"] img {
    border-radius: 6px
}

.tabList .tabItem img {
    border-radius: 6px
}

[class*="list"] [class*="item"] img {
    border-radius: 6px
}

.consult img {
    border-radius: 6px
}

.detail img {
    border-radius: 6px
}
.article img {
    border-radius: 6px
}



.content img {
    border-radius: 6px
}

.teamBuildingActivities .content .imgs img {
    /*动态图片是张大图，不能给圆角*/
    border-radius: 0px
}
