.about-us-div{
    font-size: 32px;
    font-weight:600;
}
.about-us p{
   
    line-height: 47px;
    font-size: 18px;
    text-indent: 50px;
    letter-spacing:3px;
}
.viivan_brief{
    /* background-image: url(../assets/images/hudong/08.jpg);
    background-repeat: no-repeat; */
}
/* .clearfix {
	*zoom: 1
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
} */

.marginl20px{
    margin-left: 20px;
}
.news-item{
    height: 110px;
    width: 50%;
}
.news-list{
    display: flex;
    flex-wrap: wrap;
}
.news-list>.news-item:nth-child(5){
    width: 100%;
    max-width:auto;
}
.news-item-img img{
    width:70px;height:70px;
}
.m_img{
    display: none;
}
.divcolor{
    background: white;
    /* background: #f4f1ea; */
}


.viican-contact ul{
    display: flex;
    width: 100%;
    /* min-height: 220px; */
    /* border: 1px solid; */
    justify-content: center;
    align-items: center;
    /* border: 1px solid; */
    /* flex-wrap: wrap; */
    height: auto;
}
.viican-contact ul li{
    flex: 1 1 320px;
    /* background: #f4f1ea; */
    background: white;
    /* border: 1px solid; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-width: 100px;
    padding: 20px 5px;
    position:
    relative;
    /* min-height: 220px; */
}
/* .viican-contact ul>li::before{
    content:'';
    width:3px;
    height:80%;
    background:white;
    position:absolute;
    right:0px;
} */

/* .viican-contact ul li:nth-child(1){
    background-color: #e0ffff;
}
.viican-contact ul li:nth-child(2){
    background-color: rgb(224 255 255);
}
.viican-contact ul li:nth-child(3){
    background-color: rgb(224 255 255);
}
.viican-contact ul li:nth-child(4){
    background-color: rgb(224 255 255);
} */
.viican-contact ul>li:nth-child(5)::before{
   display:none;
}
.viican-contact ul li:nth-child(5):hover .p1{
    margin: 0px 10px;
}
.viican-contact ul li img{
    max-width: 54px;
}
/* .viican-contact ul li:hover::before{
    display:none;
 } */
.viican-contact ul li:hover{
    flex: 1 1 80%;
    background: orange;
}
.viican-contact ul li:hover img{
   position: absolute;
   left: 10px;
   top: 10px;
  width: 32px;;
}
.viican-contact ul li:hover .p1{
    display: block;margin: 10px 20px;
}
.viican-contact ul li p{
    font-size: 24px;
    margin: 10px 0 ;
}
.viican-contact ul li .p1{
   display: none;
}
@media screen and (max-width:1000px) {
    .col-md-5,.col-md-7{
        width: 100%;
    }
    .pc_img{
        display: none;
    }
    .m_img{
            display: flex;
            justify-content: center;
    }
    .news-list{
        justify-content: center;
    }
    .news-item{
        width: 45%;
    }
    .news-list>.news-item:nth-child(5){
        width: 90%;
    }
    .news-siz{
        font-size: 18px;
        margin: 10px;
        padding-left: 36px;
    }
}
@media screen and (max-width:768px) {
    .viican-contact ul{
        flex-wrap: wrap;
    }
    .viican-contact ul li{
        background: #f4f1ea;
        border: 2px solid white;
    }
    .divcolor>img{
        height: 400px;
        object-fit: cover;
    }
}
@media screen and (max-width:560px) {
    .col-md-5,.col-md-7{
        width: 100%;
    }
    .pc_img{
        display: none;
    }
    .m_img{
            display: flex;
            justify-content: center;
    }
    .news-list{
        justify-content: center;
    }
    .news-item{
        width: 90%;
    }
    .news-list>.news-item:nth-child(5){
        width: 90%;
    }
    .news-siz{
        font-size: 18px;
        margin: 10px;
        padding-left: 36px;
    }
    .about-us p{
        font-size:18px;
    }
    .about-us-div{
        font-size:22px;
    }
}

