/*列表 start*/
.solution {
margin: 30px auto 10px auto;
overflow: hidden;
}
.solution li {
width: 32.666%;
height: 323px;
margin: 0;
margin-left: 1%;
float: left;
background: #fff;
border-radius: 6px;
box-shadow: 0 0 15px 1px #eee;
margin-bottom: 2%;
position: relative;
overflow: hidden;
}
.solution li .hover {
width: 96%;
height: 274px;
transition: all .5s;
position: absolute;
left: 2%;
top: 2%;
overflow: hidden;
}
.solution li img {
width: 100%;
height: 100%;
transition: all .5s;
position: absolute;
}
.solution li h2 {
font-size: 18px;
display: inline-block;
padding-top: 15px;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
font-weight: normal;
position: absolute;
left: 0;
bottom: 10px;
}
.solution li:nth-child(3n-2){
margin-left: 0;
}
.solution li .money {
width: 96%;
height: 36px;
line-height: 36px;
text-align: center;
background: #DF3833;
position: absolute;
bottom: 43px;
left: 2%;
font-size: 16px;
color: #fff;
opacity: 0;
}
.solution li .money:hover {
cursor:pointer;
}
.solution li:hover img{
transform:scale(1.2);
}
.solution li:hover .money{
opacity: 1;
}
.solution li:hover h2 {
color: #333;
}
/*列表 end*/

/*portal-wrap start*/
.portal-wrap {
margin: 30px auto 0 auto;
}
.portal-wrap li {
float: left;
width: 19%;
padding: 10px;
margin: 5px;
border: 1px solid #eee;
}
.portal-wrap .title {
position: relative;
padding-left: 49px;
font-size: 24px;
color: #333;
font-weight: bold;
line-height: 40px;
}
.portal-wrap .title i {
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
background: url(../images/index-icons.png) 0 0 no-repeat;
}
.portal-wrap .title em {
position: absolute;
right: 3px;
top: 10px;
width: 19px;
height: 19px;
background: url(../images/index-icons.png) 0 -40px no-repeat;
}
.portal-wrap .info {
padding-left: 10px;
margin-top: 6px;
font-size: 14px;
color: #555;
line-height: 21px;
}
.portal-wrap .portal-btn {
display: block;
width: 164px;
margin: 22px auto 0;
line-height: 30px;
text-align: center;
font-size: 14px;
color: #ff4c53;
border: 1px solid #ff4c53;
background: #fff4f5;
border-radius: 30px;
}
.portal-wrap .title .pos2 {
background-position: -40px 0;
}
.portal-wrap .title .pos3 {
background-position: -80px 0;
}
.portal-wrap .title .pos4 {
background-position: -120px 0;
}
.portal-wrap .title .pos5 {
background-position: -160px 0;
}
/*portal-wrap end*/

/*分页 start*/
#fenye {
text-align: center;
margin: 30px 0;
font-size: 14px;
float: left;
height: 45px;
line-height: 40px;
width: 100%;
}
#fenye a {
background: #fff none repeat scroll 0 0;
border: 1px solid #bcbcbc;
color: #999;
margin: 5px 5px 0 0;
padding: 10px 15px;
}
#fenye .current,#fenye a:hover {
background: #ff3a3b none repeat scroll 0 0;
border: 1px solid #c00;
color: #fff;
text-decoration: none;
}
/*分页 end*/

/*分类摘要 start*/
.zhaiyao {
background: #fff;
box-shadow: rgba(16,25,55,.1) 2px 2px 20px 3px;
border-radius: 12px;
box-sizing: border-box;
padding: 40px 40px 24px 40px;
position: relative;
margin-bottom: 30px;
margin-right: 2%;
line-height: 30px;
letter-spacing: 1px;
margin: 30px auto;
}
.zhaiyaoimg {
background: url(../images/zhaiyao.png);
background-position: 0 0;
background-size: 64px;
width: 64px;
height: 64px;
position: absolute;
left: 0;
top: 0;
}
/*分类摘要 end*/
/*法律声明：本站已申请版权保护，一切镜像、采集、仿站等行为，我们必将零容忍通过法律途径维权！*/