/*头部字体颜色*/
#education .cul_title_infor{
    color: #836e5d;
}
.details_box{
    width:365px;
    /*height:341px;*/
}
.details_box li{
    height:42px;
    line-height: 42px;
    border-bottom: 1px solid #dcdddd;
}
.details_box li a{
    font-family: "Hiragino Sans GB W3";
    color: #727171;
    font-size: 14px;
    padding-left:30px;
}
.details_box li a:hover{
    color: red;
}
.details_box li h2{
    font-family: "Hiragino Sans GB W6";
    color: #727171;
    font-size: 18px;
    text-align: center;
}
/*.cul_title{
    height:36px;
}*/
.new_h2{
    border-left: 4px solid  #836e5d;
    font-family: "Hiragino Sans GB W6";
    color: #727171;
    font-size: 18px;
    padding-left:16px;
    margin-top:22px;
    margin-bottom: 18px;
}
.twList{
    width:839px;
}
.twList li{
    width:807px;
    height:146px;
    border-bottom: 1px solid #dcdddd;
    padding:23px 8px 18px 0;
}
.twList img{
    width:200px;
    height:140px;
}
.twList h2,.twList p{
    margin-left: 28px;


}
.twList li span{
    display: block;
    float: right;
    margin-right:12px;
    margin-top:5px;
}

.twList h2 a{
    font-family: "Hiragino Sans GB W6";
    font-size: 20px;
    color: #3f3a3a;
}
.twList p{
    font-family: "Hiragino Sans GB W3";
    font-size: 14px;
    color: #727171;
    margin-top:20px;
    line-height: 23px;
}
.borderTop{
    border-top:1px solid #dcdddd;
}
.cul_title{
    font-family: "Hiragino Sans GB W6";
    color: #727171;
    font-size: 18px;
}
/*升学考试*/
.educateSx{
    width:340px;
    border-left: 1px solid #dcdddd;
    padding-left:20px;
}
.educateSx li{
    border-bottom: 1px solid #dcdddd;
}
.educateSx li h2 a{
    font-family: "Hiragino Sans GB W3";
    color: #3e3a39;
    font-size: 16px;
    font-weight: normal;
}
.educateSx li h2.title_ts a{
    font-family: "Hiragino Sans GB W6";
    color: #3f3a3a;
    font-size: 18px;
    font-weight: bold;
}
.mixList{
    margin-top:16px;
}
.mixList li{
    border-bottom: 1px solid #dcdddd;
    padding: 12px 0;
}
.mixList li.fir_h{
    height:125px;
}
.mixList li img{
    width:165px;
    height:106px;

}
.mixList li.fir_h p a{
    float: right;
    color: #3e3a39;
}
.mixList  p{
    font-family: "Hiragino Sans GB W3";
    color: #727171;
    font-size: 14px;
    margin-top:15px;
    line-height: 22px;
}
.mixList  p a{
    color: #3e3a39;
}
.title_list li{
    height:35px;
    line-height: 35px;

}

/*
图片放大
*/
.twList li .pic_a{
    display: block;
    margin-right: 20px;
    overflow: hidden;

}
.fir_h a.fLeft{
    display: block;
    margin-right:18px;
    overflow: hidden;
    width:165px;
    height:106px;
}

.twList li .pic_a:hover img,.fir_h a:hover img{
    opacity:1;
    filter:alpha(opacity=100);
    transform:scale(1.1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1)
}

.twList li img,.fir_h a img{
    transition: transform .5s ease-out .1s;
    -webkit-transition: transform .5s ease-out .1s;
    -moz-transition:transform .5s ease-out .1s;
    -o-transition:transform .5s ease-out .1s;
}
/*鼠标滑动变颜色*/
.twList h2 a:hover,.mixList .title_ts a:hover,.educateSx  a:hover,.mixList li.fir_h p a:hover{
    color: red;
}