.globalCooperation{
    background-color: #352C84;
}
/* banner */
.banner{
    position: relative;
}
.banner .b_bg{
    width: 100%;
}
.banner .b_txt{
    position: absolute;
    left: 10%;
    top: 44%;
    height: 37%;
}
.banner .mimg{
    display: none;
}

.contain-area{
    width: 83.3333%;
    max-width: 1600px;
    padding: 80px 0 110px;
    margin: 0 auto;
}
.area-nav{
    text-align: center;
    width: 230px;
    box-shadow: 0px 0px 4px 0px rgba(204, 168, 77, 0.35);
    background-color: #f3f3f3;
}
.area-nav .tit{
    background-color: #cca84d;
    color:#fff;
    padding: 19px 0;
    width: 100%;
    font-size: 24px;

}
.area-nav ul li{
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid white;
    font-size: 16px;
}
.area-nav ul li:last-child{
    border-bottom: none;
}
.area-nav ul li > a{
    display: block;
    padding: 20px 0;
    width: 100%;
    line-height: 1.25;
}
.area-nav ul li.active,.area-nav ul li:hover{
    background-color: #fff;
}
.area-nav ul li.third{
    text-align: center;
    background-color: white;
    padding-bottom: 5px;
}
.area-nav ul li.third span{
    display: block;
    padding: 15px 0;
    width: 100%;
}
.area-nav ul li.third div{
    margin: 0 auto;
    width: 75%;
}
.area-nav ul li.third div a{
    display: block;
    color: #999;
}
.area-nav ul li.third div a.active,
.area-nav ul li.third div a:hover{
    background-color: #f3f3f3;
    border-radius: 15px;
}
.area-nav ul li.third div:not(:first-child){
    margin-top: 3px;
}

.area-cont{
    margin-left: 279px;
    background: #F9F9F9;
    padding: 30px 50px 50px 50px;
    position: relative;
}
.area-cont .line{
    background: #CCA84D;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.area-tit{
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding-bottom: 40px;
}

.area-row{
    background-color: #fff;
    display: flex;
    /*align-items: center;
    justify-content: center; */
    padding: 14px; 
    margin-bottom: 20px;
    font-size: 13px;
}
.area-row:hover {
    background-color: #f0f0f0;
}
.area-row .img-list{
    position: relative;
    width: 33%;
    margin-right: 14px;
    overflow: hidden;
}
.area-row .img-list .img-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
}
.area-row .img{
    width: 100%;
    transition: all 1.25s;
}
.area-row:hover .img {
    transform: scale(1.15);
}
.area-row .img-row{
    position: relative;
}
.area-row .txt{
    flex: 1;
    color: #666;
    font-size: 18px;
}

.area-row .txt .c_cca84d{
    padding-bottom: 6px;
}
.area-row .type{
    padding: 5px 0 7px;
}
.area-row .s-txt{
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bread-crumbs{
    padding: 16px 4.3% 0 4.3%;
    font-size: 22px;
    display: none;
}

@media only screen and (max-width:1200px){
    .area-cont{
        padding: 30px 2% 20px 2%;
    }
    .area-row{
        display: block;
        padding: 0px;
    }
    .area-row .txt{
        padding: 5px 10px;
    }
    .area-row .img-list{
        width: 100%;
    }
    .area-cont .line,
    .area-nav{
        display: none;
    }
    .contain-area{
        width: 92%;
        margin: 0 auto;
        padding: 15px 0;
    }
    .area-cont{
        margin-left: 0;
    }
    .bread-crumbs{
        display: block;
    }
}

@media only screen and (max-width:767px){
    .banner .pimg{
        display: none;
    }
    .banner .mimg{
        display: block;
    }
    .bread-crumbs {
		font-size: 18px;
	}

    .area-cont .area-tit {
        font-size: 24px;
    }
}
@media only screen and (max-width:480px){
    .bread-crumbs{
		font-size: 14px;
    }
}