/**
 * English version style overrides
 * Shared layout: style.css — add EN-specific tweaks below
 */

body.web-lang-en {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

/* Example: longer English nav labels */
.web-lang-en .menu ul li {
	font-size: 16px;
}

.web-lang-en .header-extra .lang-switch {
	font-size: 13px;
}

.t_list li{
    display: flex;
    align-items: center;
}

.his_list li .box-inner p{
    font-size: 16px;
    font-weight: bold;
}


.contact li{
    float: none;
    display: flex;
    white-space: normal;
}

.contact li span{
    width: 150px;
     float: none;
     white-space: nowrap;
}

.cn_list li .text h3{
    white-space: normal;
    overflow: visible;
}

