@charset "utf-8";

body{ width: 100%; }



.gsys_title{ width: 300px; text-align: center; margin: 50px auto; }
	.gsys_title hr{ margin: 0; margin-bottom: 5px; }
	.gsys_title .gsys_yw{ font-size: 20px; color:#010870; font-weight: bold; }
	.gsys_title .gsys_zw{ font-size: 24px; }

.con{}
.con ul li{ width:264px;height:180px;float:left;margin: 0 8px;margin-bottom:15px;position:relative;overflow:hidden;cursor:pointer;}
.txt{width:264px;height:45px;background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.txt h3{font-size:20px;font-weight:100;height:45px;text-align:center;line-height:45px; margin: 0;}
.txt p{font-size:14px;text-align:center; margin-top: 50px;}