.candada-newsCollection {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.candada-newsCollection .news-item {
    margin-bottom: 27px;
    flex: 0 1 48%;
}

.candada-newsCollection .news-item:nth-child(odd) {
    margin-right: 36px;
}

.news-title-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    color: #4f84d5;
    border-top: 2px solid #4f84d5;
}

.news-title-more .title {
    font-size: 18px;
    font-weight: bold;
}

.news-title-more .more {
    font-size: 14px;
}

.big-img {
    display: block;
    position: relative;
    width: 605px;
    height: 333px;
}

.big-img img {
    display: block;
    width: 605px;
    height: 333px;
}

.big-img .content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-left: 11px;
    height: 44px;
    line-height: 2.5;
    font-size: 21px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, .5);
}

.link-list {
    margin-top: 15px;
}

.news-link {
    font-size: 15px;
    color: #333333;
    line-height: 33px;
}

.carouselBox {
    position: relative;
}

.carouselBox .hd {
    position: absolute;
    right: 11px;
    bottom: 14px;
    z-index: 2;
}

.carouselBox .hd .list {
    display: flex;
}

.carouselBox .hd .item {
    margin-right: 11px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
}

.carouselBox .hd .item.on {
    background-color: #6196ff;
}

.news-box {
    display: flex;
}

.news-box .left {
    margin-right: 28px;
    width: 280px;
}

.news-box .left .img {
    margin-bottom: 16px;
    display: block;
    width: 280px;
    height: 157px;
}

.news-box .left .p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.news-box .right .item {
    font-size: 15px;
    color: #000;
    line-height: 25px;
}

.service-list .ul {
    padding: 55px 33px;
    display: flex;
    justify-content: space-between;
}

.service-list .ul .a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-list .ul .img {
    display: block;
    margin-bottom: 24px;
    width: 94px;
}

.service-list .ul .text {
    font-size: 19px;
    color: #000;
}

.lichang {
    display: flex;
    margin-bottom: 15px;
}

.lichang .title {
    flex: 0 0 80px;
    margin-right: 34px;
    font-size: 18px;
    font-weight: bold;
    color: #4f84d5;
}

.tab-header {
    padding-left: 24px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    height: 37px;
    line-height: 37px;
    border-top: 2px solid #4f84d5;
}

.tab-header .tab {
    display: flex;
}

.tab-header .more {
    font-size: 14px;
    color: #4f84d5;
}

.tab-item {
    width: 145px;
    height: 37px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 37px;
}

.tab-item.active {
    background-color: #009ebd;
    color: #fff;
}

.tab-content-item {
    display: none;
}

.tab-content-item.show {
    display: block;
}

.title-bar {
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.title-bar .title {
    width: 71px;
    font-size: 19px;
    font-weight: bold;
    color: #4f84d5;
}

.title-bar .line {
    flex: 1;
    background-color: #4f84d5;
    height: 2px;
}

.title-bar .more {
    width: 64px;
    text-align: right;
}

.zhuanti-carousel {
    position: relative;
    padding-left: 50px;
    text-align: center;
}

.zhuanti-carousel .img {
    display: block;
    margin-bottom: 13px;
    width: 219px;
    height: 153px;
}

.zhuanti-carousel .text {
    font-size: 19px;
    color: #fff;
}

.zhuanti-carousel .next,
.zhuanti-carousel .prev {
    position: absolute;
    top: 20%;
}

.zhuanti-carousel .prev {
    left: 20px;
}

.zhuanti-carousel .next {
    right: 0;
}

.zhuanti-carousel .next .img,
.zhuanti-carousel .prev .img {
    width: 27px;
    height: 53px;
}

.zhuanti-carousel .next .img {
    transform: rotate(180deg);
}

.zhuanti-carousel .item {
    width: 217px;
    margin: 0 37px;
}
.canada-component{
    display: flex;
}
.search-box{
    margin-right:32px;
    padding: 31px 63px 29px 70px;
}
.search-box,
.socializing-box {
    width: 602px;
    height: 130px;
    background-color: #e1e1e1;
}

.search-form {
    display: flex;
    border: 1px solid #999;
    height: 35px;
    background-color: #fff;
}

.search-input {
    display: flex;
    align-items: center;
    padding: 7px 0 7px 12px;
    height: 100%;
}
.search-input .img-search{
    width: 18px;
}
.search-input .input {
    margin-left:10px;
    display: inline-block;
    width: 328px;
    height: 100%;
    border: none;
    outline: none;
}
.search-form .btn-submit{
    width: 99px;
    height:33px;
    border: none;
    border-left: 1px solid #999;
    background-color: #4f84d5;
    outline: none;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
}
.search-form-container{
    margin-bottom: 22px;
}
.link{
    color: #005ea5;
}
.socializing-box{
    display: flex;
    justify-content: space-between;
    padding: 10px 85px;
    text-align: center;
}
.img-box{
    display: flex;
    align-items: center;
    height: 85px;
    margin-bottom: 10px;
}
.socializing-box .text{
    font-size: 14px;
}
.navigation-component{
    display: flex;
    justify-content: space-between;
    margin-top:64px;
    padding-bottom: 36px;
    border-bottom: 1px solid #999;
}
.navigation-item-header{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    width: 235px;
    height: 64px;
    background-color: #f2f2f2;
    font-size: 32px;
    color:#000;
}
.navigation-item-header.big{
    width: 277px;
}
.navigation-item-header .text{
    display: inline-block;
    margin-right:13px;
}
.navigation-item-header .icon{
    width: 19px;
    height: 18px;
}
.navigation-item-list{
    padding-left: 19px;
}
.navigation-item-list .icon{
    margin-right:12px;
}
.navigation-item-list .item{
    margin-bottom: 14px;
    font-size: 19px;
}
.img-link-list{
    margin-bottom: 58px;
    display: flex;
    flex-wrap: wrap;
}
.img-link-item{
    margin: 30px 15px 0;
}