@charset "utf-8";

.web { width: 1060px; height: 800px; background: #cb5412; margin: 0px auto; }
.con { width: 1060px; height: 800px; background: #fff; margin: 27px auto; padding-left: 25px; padding-top: 25px; }
.con ul li { width: 195px; height: 240px; float: left; margin-right: 15px; margin-bottom: 15px; position: relative; overflow: hidden; cursor: pointer; }
.txt { width: 195px; height: 45px; background:#333; 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;}
.txt p { font-size: 14px; text-align: center; }
/* 效果CSS结束 */