.banner_img_inner{
    background-image: url(../img/banner_top.jpg);
}
.contents_set{
    width: 33.3%;
    border-bottom: 1px solid #b5b5b5;
    text-align: center;
}
.text_en{
    margin-top:15px; 
    color: #024f9d;
    font-size: 22px;
}
.text_zh{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;   
}
.contents_set_title{
    width: 60%;
    margin: 10% auto;
}
.text_con{
   /*overflow : hidden;
    text-overflow: ellipsis;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
   text-align: left;
   text-overflow: ellipsis;
  */
  text-align: left;
}


.more_link{
    display: block;
    width: 146px;
    margin: 0 auto;
    margin-bottom: 10%;
    background-color: #2e8be8;
    padding: 6px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    position: relative;
}
.more_link:after{
    content: "";
    background-image: url(../../shared/img/icon-05.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    height: 22px;
    right: 27px;
    top: 50%;
    margin-top: -11px;
}
.contents_set:hover{
    background-color: #f8f8f8;
}
.contents_set:hover .more_link{
    background-color: #014e9c;
}
.contents_set:hover .hidden_text:after{
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f8f8f8 10%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.contents_set_title img{
    max-width: 60px;
}




.cp_box_img{
    width: 48%;
}
.cf_title{
    width: 87%;
    margin: 0 auto;
}

.our_box_img ,.our_log {
    border:1px solid #7d7d7d;
}
.cp_img{
    margin-top: 40px;
}
.our_main_box{
    max-width: 1221px;
}

@media print, screen and (min-width: 768px){
    .our_box_top{
        margin-top: 35px;
    } 
.box > div:nth-child(2) {
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
}
.cp_img > div:nth-child(2){
    margin-left: 2%
}
.cf_box_img{
    width: 32%;
    margin-left: 2%;
    margin-bottom: 40px;
}

.cf_box_img:nth-child(3n+1){
    margin-left: 0;
}
.cf_title h4{
    font-size: 20px;
    line-height: 2.0;
}
.our_box_img{
    width: 24%;
    margin-left: 1.3%;
    margin-bottom: 11px; 

}

.our_box_img:nth-child(4n+1){
    margin-left: 0;
}
.our_log{
    width: 49.5%;
}
.our_log:nth-child(2){
    margin-left: 1%;
}
.cf_img{
        margin-top: 40px;
}


}

@media (max-width: 1057px) and (min-width: 767px){
    .contents_set_title {
    width: 84%;
    }
}


@media screen and (max-width: 767px){

.contents_set{
    width: 100%;
    border-left: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;  
}
.contents_set_title{
    
    margin: 5% auto;
}
.cp_box_img{
    width: 100%;
    margin-bottom: 20px; 
}

.cf_box_img{
    width: 48%;
    margin-left: 2%;
    margin-bottom: 30px;
}
.cf_box_img:nth-child(2n+1){
    margin-left: 0;
}
.cf_title h4 {
    font-size: 17px;
    padding: 5px 0;
}
.our_box_img{
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;  
}
.our_box_img:nth-child(3n+1){
    margin-left: 0;
}
.our_log{
    width: 100%;
    margin-bottom: 2%;
}
.contents_set_title{
  width: 85%;  
}




}




