﻿@charset "utf-8";
@import url("detailpage.css");

.effectbox{width:80%;margin:20px auto;}
.effectbox h3{color:#ff6600;}
.effectbox .txt{line-height:25px;}
.effectbox .effectdemo{padding:10px;text-align:center;border:solid 1px #DDDDDD;}
.effectbox .more{margin-top:20px;}
.effectlist{width:100%;margin-top:20px;}
.effectlist  h3{ margin:0px;padding:0px;font-family:宋体; font-size:12px;font-weight:bold;color:#1973C9;}
.effectlist  h3 a:link {color: #1973C9; text-decoration: none;}
.effectlist  h3 a:visited {color: #1973C9; text-decoration: none;}
.effectlist  h3 a:hover {color: #1973C9;text-decoration: underline;}
.effectlist .box{float:left;width:400px;margin:10px 0px 10px 10px;border:solid 1px #D4E4F2; cursor:pointer;}
.effectlist .box .effect-txt{background:#F8FBFD url(/images/arrow.gif) no-repeat 3px;padding-left:25px;line-height:25px;font-weight:bold;}
.effectlist .box .effect-content{text-align:center;padding-top:2px; padding-bottom:2px;}
.effectlist .box .effect-content img{width:396px;height:156px;}
.effectlist .box ul{margin-top:0px;}
.effectlist .box li{line-height:180%;color:#666666;}
.effectlist .box li a{color:#666666; text-decoration: none;}

.effectlist .box.hover{border:solid 1px #729DDA;}
.effectlist .box.hover .effect-txt a{color:#ff5500;}
.effectlist .box.hover h3 a{color:#ff5500;}
.effectlist .box.hover li a{color:#333333; text-decoration: none;}