﻿/*右侧*/
.right-content {
    width: 970px;
    float: left;
}

.main-title .title {
    font-size: 18px;
    color: #11356d;
    font-weight: bold;
}

.main-title img {
    position: relative;
    top: -5px;
}

.main-title .right {
    font-size: 12px;
    color: #888;
    float: right;
    position: relative;
    top: 5px;
}
.right-content .content{
    margin-top: 20px;
}
.right-content .content ul li{
    font-size: 14px;
    float: left;
    background: #fff;
    color: #888;
    width: 458px;
    height: 290px;
    margin-right: 50px;
    margin-bottom: 45px;
    text-align: left;
}
.right-content .content ul li div{
    height: 290px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 18px;
    position: relative;
}
.right-content .content ul li div .school-text{
    /*background: rgba(0,0,0,0.3);!*firefox、chrome*!*/
    /*background: #000\9;!*IE*!*/
    /*filter: alpha(opacity=30);!*IE*!*/
    background: url("../image/rgab0.3.png");
    position: absolute;
    bottom: 0;
    padding-left: 20px;
    width: 438px;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.right-content .content ul li img{
    width: 100%;
    height: 100%;
}
.right-content .content ul li:hover{
    cursor: pointer;
}
.right-content .content ul li:hover img{
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}
.right-content .content ul li:hover span{
    color:#143f7a;
}
.right-content .content ul li span{
    font-size:16px ;
    color: #666;
    margin-bottom: 20px;
}
a{
    color:#232323;
}
/*@media screen and (max-width: 1440px) {*/
    /*.right-content .content ul li{*/
        /*width: 385px;*/
        /*margin-right: 24px;*/
        /*margin-bottom: 30px;*/
    /*}*/
    /*.right-content .content ul li div .school-text{*/
        /*width: 365px;*/
    /*}*/
/*}*/