@charset "utf-8";

/*------------------------------------------------



   /chairman/index


------------------------------------------------*/
.ci_bg .photo{
	background:url(../../imges/chairman/ci_bg.jpg) center center no-repeat;
	background-size:100%;
	text-indent:-9999px;
}
ul.region_list{
	margin-bottom:40px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.region_list li{
	padding:0;
	margin:0 0 20px;
	list-style:none;
	float:left;
	width:33%;
	border-right:1px dashed #ddd;
}
ul.region_list li:nth-child(3n+0){
	border-right:none;
}
ul.region_list li:after,ul.region_list li:before{
	display:none;
}
ul.region_list li img{
	width:50%;
}
.clname,.cslogan,.cphoto,.chname{
	text-align:center;
}
.clname{
	background:#1B3F7F;
	color:#fff;
	width:95%;
	margin:0 auto;
	margin-bottom:5px;
}
.cslogan{
	font-weight:bold;
	margin-bottom:5px;
}
.cphoto{
	display:none;
}
.chname{
	font-size:120%;
}

.cslogan rt{
	font-size: 10px;
    font-weight: bold;
}
.cslogan rb{
	font-weight: bold;
}
.cslogan span{
	display: block;
    font-size: 12px;
    font-weight: bold;
	text-align: center;
}


@media screen and (max-width: 480px) {
ul.region_list li{
	width:100%;
	border-right:none;
	border-bottom:1px dashed #ddd;
}
}


