*{
    font-family:"Microsoft YaHei","Arial","Helvetica","sans-serif","ËÎÌå";
}
body{
    background: url("/static/personalCenter/image/educationTraining.jpg") repeat-x;
    margin: 0;
    text-align: center;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}
.educationTrainingContainerTop{
	min-width:1030px;
	height:288px;
	background-image:url("/static/personalCenter/image/educationTrainingTop.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	}
.educationTrainingContainer{
    width: 980px;
    min-height: 400px;
    margin: 0 auto;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 3px 3px 20px #888888;
    -moz-box-shadow:3px 3px 20px rgba(136,136,136,1);/*firefox*/
    -webkit-box-shadow:3px 3px 20px rgba(136,136,136,1);/*webkit*/
    box-shadow:3px 3px 20px rgba(136,136,136,1);/*opera»òie9*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=0, Strength=3)
             progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=90, Strength=15)
             progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=180, Strength=15)
             progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=270, Strength=3);
}
.educationTrainingContainer .left{
    width: 570px;
    float: left;
    margin-right: 30px;
}
.educationTrainingContainer .left .top_header{
    height: 30px;
    line-height: 30px;
    text-align: left;
    background-image:url('/static/personalCenter/image/education.png');
    background-position:center center;
    background-repeat:no-repeat;
    padding-left: 38px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.educationTrainingContainer .right{
    width: 375px;
    float: left;
}

.educationTrainingContainer .left .img_block{
    width: 280px;
    height: 210px;
    margin-bottom: 10px;
    float: left;
    position: relative;
}
.educationTrainingContainer .left .img_block .img_introduce{
    position: absolute;
    width: 280px;
    height: 45px;
    line-height: 45px;
    bottom: 0;
    font-size: 15px;
    font-weight: bold;
    background-color: #000;
    background: rgba(0,0,0,0.5);
    filter:alpha(opacity=50);
    color: #fff;
    /*display: none;*/
}
.educationTrainingContainer .left .img_block:hover .img_introduce{
    display: block;
}
.educationTrainingContainer .left .img_block img{
    width: 280px;
    height: 210px;

}
.educationTrainingContainer .left .img_block.img_block_first{
    margin-right: 10px;
}
.educationTrainingContainer .right .right_top{
    min-height: 178px;
    border-bottom: 1px solid #bebebe;
}
.educationTrainingContainer .right .right_top .top_header{
    width: 100%;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #1da6e5;
    background-image: url(/static/home/image/list.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}
.educationTrainingContainer .right .right_top .top_header .header_title{
    display: inline-block;
    color: #1da6e5;
    float: left;
    height: 29px;
    line-height: 29px;
    padding-left: 24px;
    font-size: 16px;
    font-weight: bold;
}
.educationTrainingContainer .right .right_top .top_header a{
    float: right;
    font-size: 12px;
    text-decoration: none;
    color: #1da6e5;
}
.educationTrainingContainer .right .right_top .top_content ul{
    margin: 0;
    padding: 0;
}
.educationTrainingContainer .right .right_top .top_content ul li{
    list-style: none;
    padding-left: 10px;
    background-image: url(/static/home/image/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 13px;
    height: 35px;
    line-height: 35px;
}

.educationTrainingContainer .right .right_top .top_content ul li a{
    display: inline-block;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    color: #666666;
}
.educationTrainingContainer .right .right_bottom .top_header{
    width: 100%;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #1da6e5;
    text-align: left;
    color: #1da6e5;
    font-weight: bold;
    font-size: 16px;
}
.educationTrainingContainer .right .right_bottom input{
    width: 184px;
    height: 97px;
    background: transparent;
    border: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    background-image: url("/static/personalCenter/image/signupbg.png");
    background-position: center;
    background-repeat: no-repeat;;
}
.qr-code-icon{
    width: 54px;
    height: 54px;
    position: fixed;
    right: 0;
    bottom: 86px;
    z-index: 99;

}
.icon-img{
    width: 46px;
    height: 38px;
    position: relative;
    top: 8px;
    left: 5px;
    background-image: url(/static/home/image/column/wechat1.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.qr-code-content{
    width: 133px;
    height: 124px;
    position: fixed;
    right: 55px;
    bottom: 55px;
    z-index: 99;
    background-image:url('/static/home/image/column/qrcode-content-bg.png');
    background-position:center center;
    background-repeat:no-repeat;
}