@charset "utf-8";

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



   /ch_link/index


------------------------------------------------*/
.ci_bg .photo{
	background:url(../../imges/ch_link/ci_bg.jpg) center center no-repeat;
	background-size:100%;
	text-indent:-9999px;
}
ul.region_list{
	margin-bottom:40px;
}
ul.region_list li{
	padding:15px 0;
	margin:0 1%;
	list-style:none;
	float:left;
	width:48%;
	border-bottom:1px solid #ddd;
	min-height: 30px;
}
ul.region_list li:nth-child(2n+0){
	border-right:none;
}
ul.region_list li:after,ul.region_list li:before{
	display:none;
}
.cname{
	width:60%;
	font-size:14px;
	line-height:24px;
	float:left;
}
.l_ch{
	width:20%;
	float:left;
	text-align:center;
}
.l_fb{
	width:20%;
	float:right;
	text-align:center;
}
.l_ch a,.l_fb a{
	font-size:12px;
	line-height:24px;
	padding:3px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#fff;
}
.l_ch a:hover,.l_fb a:hover{
	text-decoration:none;
	padding:7px 5px;
}
.l_ch a{
	background:#FA7423;
}
.l_fb a{
	background:#21457A;
}
.ctxt{
	width:20%;
	float:left;
	font-size:14px;
	line-height:24px;
	text-align:center;
}
@media screen and (max-width: 480px) {
ul.region_list li{
	width:99%;
}
.cname{
	width:50%;
	font-size:14px;
	line-height:24px;
	float:left;
}

.l_ch{
	width:25%;
	font-size:80%;
}
.l_fb{
	width:25%;
	font-size:80%;
}

}


