.otherbg{
    width: 100%;
    height:600px;
    background-size: cover !important;
    margin-top: -55px;
}
.baseCon li{
    width: 380px;
    height: 377px;
    border-radius: 10px;
    margin: 0 5px 40px;
    border: 5px solid #fff;
    background-size: cover !important;
}
.baseCon li div{
    width: 380px;
    height: 377px;
    border-radius: 10px;
    line-height: 377px;
    display: none;
    background: rgba(33, 115, 220, .7);
}
.baseConActive div{
    display: block !important;
}
.institutionCon li{
    width: 385px;
    height: 472px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 7px 50px;
}
.institutionCon li div:nth-child(1){
    width: 345px;
    height: 250px;
    border-radius: 10px;
    padding: 20px;
}
.institutionCon li div:nth-child(1) img{
    max-width: 345px;
    max-height: 250px;
}
.institutionCon li div:nth-child(2){
    width: 330px;
    margin: auto;
}
.institutionCon li div:nth-child(2) p:nth-child(1){
    margin-bottom: 10px;
    text-align: center;
}
.newsBox li{
    width: 1200px;
    height: 310px;
    background: #FFFFFF;
    margin-bottom: 30px;
}
.newsCon div:nth-child(1){
    width: 330px;
    height: 270px;
    padding: 20px;
    margin-right: 30px;
}
.newsCon div:nth-child(1) img{
    max-width: 330px;
    max-height: 270px;
}
.newsCon div:nth-child(2){
    width: 610px;
    margin-right: 50px;
    padding-top: 60px;
}
.newsCon div:nth-child(2) p:nth-child(1){
    margin-bottom: 20px;
}
.newsCon div:nth-child(3){
    display: inline-block;
    border-bottom: 1px solid rgba(51, 51, 51, .3);
    color: rgba(51, 51, 51, .3);
    margin-top: 135px;
    height: 50px;
}
.newsBoxActive{
   box-shadow: 0px 8px 13px 0px rgba(0,0,0,0.1);
}
.newsBoxActive .newsCon div:nth-child(3){
    color: #0087CD !important;
    border-bottom: 1px solid #0087CD !important;
}
.contactCon li div p:nth-child(1){
    padding: 10px 0;
}