@charset "gb2312";

.box .img{width: 600px;height: 400px;float: left;}
.box .img img{width: 100%;height: 100%;}
.box .txt{width: 580px;float: right;}

.result{margin: 85px 0 0 0;}
.result span,.box .txt p{font-size: 16px;color: red;font-weight: bold;}
.result .result-img{margin: 0 21px 0 0px;}
.result .result-img p{text-align: center;width: 200px;height: 140px;position: relative;background:rgb(204,204,204);padding: 8px 12px 12px 7px;}
.result .result-img p img{width: 100%;height: 100%;border: 2px solid white;}
.result .result-img p span{position: absolute;bottom: 0;left:0;height: 48px;line-height: 48px;display: none;width: 100%;}
.result .result-img p:hover span{background: #333;display: block;opacity: 0.6;color: white;-moz-opacity: 0.6;}


.box .txt table{width: 100%;margin-top: 20px;}
.box .txt table tr{width: 100%;height: 45px;line-height: 47px;}
.box .txt table tr td{font-size: 14px;width: 88%;}
.box .txt table .tit{width: 12%;}
