body{background-color: #F7F8FA;}

/*首页心理课程*/
#home-course
{width:100%; overflow: hidden;}
#home-course .center
{width:1300px; overflow: hidden; margin:50px auto;}

#home-course .center .sortName
{width:1300px; height:112px; overflow: hidden; position: relative;}
#home-course .center .sortName em
{position: absolute; left:0px; top:57px;
 font-size:30px; color:#004893; font-style: normal; font-weight: bold;}
#home-course .center .sortName .line
{width:1px; height:23px; overflow: hidden; position: absolute; left:134px; top:59px;
 background:#BFBFBF;}
#home-course .center .sortName .des
{position: absolute; left:150px; top:59px;
 font-size:15px; color:#333333; opacity:.6;}
#home-course .center .sortName .more
{position: absolute; right:0px; top:59px;
 font-size:12px; color:#004893; opacity:1; line-height:200%;}
#home-course .center .sortName .more:hover
{color:#f9a821; opacity:1;}
 
#home-course .center .list
{width:1300px; height:auto; }
#home-course .center .list .item
{width:310px; height:292px; overflow: hidden; float: left; margin-right:16px; position: relative;
 border:1px solid #EEEFF3; margin-bottom:15px;}
 
#home-course .center .list .item:nth-child(4n+0){margin-right:0px;}
 
#home-course .center .list .item:last-child
{margin-right:0px;}
#home-course .center .list .item *
{transition:all 300ms;}
#home-course .center .list .item .img
{width:300px; height:168px; overflow: hidden; margin:0px auto; margin-top:6px;}
#home-course .center .list .item .img img
{width:300px; height:168px;}
#home-course .center .list .item .title
{width:286px; height:54px; overflow: hidden; margin:0px auto; margin-top:11px;
 line-height:27px; font-size:15px; color:#333333; text-align: justify;
 word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
#home-course .center .list .item .num
{position: absolute; left:16px; bottom:10px;
 line-height:32px; font-size:13px; color:#f9a821;}
 #home-course .center .list .item .baoming
{position: absolute; left:95px; bottom:10px;
 line-height:32px; font-size:13px; color:#999;}
#home-course .center .list .item .btn
{position: absolute; right:16px; bottom:10px;
 line-height:32px; font-size:13px; color:rgba(51, 51, 51, .5);}

#home-course .center .list .item:hover
{border-color:#0157b0;}
#home-course .center .list .item:hover .title
{color:#0157b0;}
#home-course .center .list .item:hover .img img
{transform: scale(1.05);}


.fy_daohang{ width:100%; margin-top:30px;}
.fy_daohang ul { width:1300px; margin:auto; border-bottom:1px #cccccc solid; line-height:70px; height:70px; 
}
.fy_daohang ul li{ 
float:left;
text-align:left; 
margin-right: 28px;
font-size: 17px;
line-height: 70px;
position:relative;
}
.fy_daohang ul li.active a {
    color: #004893;
}
.fy_daohang ul li:hover > a:after, .fy_daohang ul li.active > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    bottom: -3px;
    width: 50%;
    height: 4px;
    background: #004893;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}	
.fy_daohang ul li.bt{
margin-right: 10px;
font-size: 23px;
color: #555;
}