﻿@import url('common.css');
@import url('animate.css');
/*detail list*/
.detaillist{overflow:hidden;}
.detaillist .item{overflow:hidden;}
.detaillist .itemfg{margin-top:20px;height:20px;border-top:dashed 1px #dddddd;overflow:hidden;}
.detaillist a{position:relative;z-index:1;display:block;overflow:hidden;}
.detaillist a h3{font-size:16px;font-weight:400;height:24px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom:15px;}
.detaillist a h3 span{color:#90999f;font-size:14px;float:right;margin-left:20px;}
.detaillist a p.img{float:left;display:block;border:solid 0px #dddddd;background:#ffffff;overflow:hidden;margin-right:20px;padding:0px;}
.detaillist a p.img i{display:block;width:210px;height:140px;text-align:center;overflow:hidden;}
.detaillist a p.img i img{width:100%;overflow:hidden;transform: scale(1); transition-duration: 750ms;transition-timing-function: ease-out;}
.detaillist a p.ct{color:#666666;line-height:24px;height:96px;overflow:hidden;font-size:14px;text-overflow:ellipsis;}
.detaillist a:hover p.img img{transform:scale(1.15);transition-timing-function:ease-out;transition-duration:750ms;overflow: hidden;}


.detaillist .help{overflow:hidden;}
.detaillist .helpfg{margin-top:30px;height:30px;border-top:dashed 1px #dddddd;overflow:hidden;}
.detaillist .help h3{position:relative;padding-left:35px;font-weight:bold;height:24px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;font-size:14px;margin-bottom:0px;color:#666666;}
.detaillist .help h3 em.q_name,.detaillist .help .helpCt em.q_name{display:block;text-align:center;font-weight:normal;font-size:14px;color:#ffffff;background:#4ab344;border-radius:5px;position:absolute;width:20px;height:20px;line-height:20px;overflow:hidden;left:0;top:2px;}
.detaillist .help .helpCt em.q_name{background:#076ce0;top:5px;}
.detaillist .help .helpCt{position:relative;padding-left:35px;margin-top:10px;color:#838383;font-size:14px;line-height:24px;overflow:hidden;text-align:justify;}
