.cont-left {
    width: 225px;
    padding-bottom: 30px;
}
.cont-left .title{
    background: #771d22;
    width: 225px;
    height: 77px;
    line-height: 77px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    letter-spacing: 2px;
}
.cont-left ul li{
    margin-top: 10px;
    background: #dcdcdc;
    color: #333333;
    font-family: '微软雅黑';
    font-size: 16px;
}
.cont-left ul li.active{
    background: #f9b550
}
.cont-left ul li.active a{
    color: #fff;
}
.cont-left ul li a{
    display: block;
    padding: 12px 40px;
}
.cont-left ul li a span{
    float: right;
}
.cont-left .cont-box h1{
    background: #771d22;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    padding:15px 0;
}
.cont-left .cont-box .wx-img{
    background: #dcdcdc;
    text-align: center;
    padding: 20px 0;
}
.cont-left .cont-box .wx-img img{
    width: 180px;
    margin:auto;
}
.cont-right{
    width: 910px;

}
.cont-right .bread-edit{
    padding: 15px 0;
    background: url(../images/icons.png) no-repeat;
    background-position: left center;
    border-bottom: 1px solid #771d22
}
.cont-right .bread-edit span{
    padding-left: 20px;
    color: #8d8c8c
}
.cont-right .bread-edit span b{
    font-weight: 400;
    color: #000
}

/*关于我们+联系我们*/
.cont-right .about-cont,.cont-right .contact-cont{
    width: 800px;
    margin:40px auto;
}
.cont-right .about-cont h1,.cont-right .contact-cont h1{
    text-align: center;
    color: #000;
    font-family: '微软雅黑';
    font-size: 22px;
    padding-bottom: 10px;
}
.cont-right .about-cont .tip,.cont-right .contact-cont .tip{
    text-align: center;
    font-size: 12px;
    color: #000000
}
.cont-right .about-cont .about-txt,.cont-right .contact-cont .contact-txt{
    padding-top: 60px;
}
.cont-right img{max-width:100%;}
.cont-right .about-cont .about-txt p{
    line-height: 30px;
    color: #000;
    font-family: '微软雅黑';
    padding-bottom: 20px;
    text-indent: 2em;
}
.cont-right .contact-cont .contact-txt p{
    padding-bottom: 20px;
    color: #000000;
    font-size: 15px;
}
/*成绩榜单*/
.result-cont{
    padding:0 15px 50px;
}
.result-cont ul li{
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 20px;
    padding-top:30px;
}
.result-cont ul li .re-img {
    width: 170px;
    height: 113px;
}
.result-cont ul li .re-info{
    margin-left:200px;
        margin-top: 14px;
}
.result-cont ul li .time{
    width: 70px;
    height: 70px;
    float: left;
    color: #b3b3b3;
    font-family: '微软雅黑';
    font-size: 12px;
}
.result-cont ul li .time .it1{
    font-size: 50px;
    height: 55px;
    display: inline-block;
}
.result-cont ul li .info {
    margin-left: 90px;
    display: block;
    padding-top: 10px;
}
.result-cont ul li .info h3 {
    font-size: 16px;
    font-family: '微软雅黑';
    padding-bottom: 10px;
    font-weight: 400;
}
.result-cont ul li .info p {
    color: #959595;
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 17px;

}

/*师资力量*/
.power-cont,.works-cont  {
    padding:20px 15px;
}
.power-cont ul li{
    width: 212px;
    height: 218px;
    margin-right:10px;
    margin-bottom: 20px;
    float: left;
}
.works-cont ul li {
    width: 212px;
    height: 284px;
    margin-right:10px;
    margin-bottom: 20px;
    float: left;
}
.power-cont ul li:nth-child(4n+0),.works-cont ul li:nth-child(4n+0){
    margin-right: 0;
}
.power-cont ul li a,.works-cont ul li a{

}


