﻿/*右侧*/
.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:25px;*/
/*}*/
.right-content .content ul li{
    font-size: 14px;
    float: left;
    background: #fff;
    color: #888;
    width: 220px;
    height: 225px;
    margin-right: 32px;
    margin-bottom: 24px;
    text-align: left;
}

.right-content .content ul li .mainpic{
    width: 221px;
    height: 175px;
    font-size: 18px;
    margin-bottom: 10px;
}
.right-content .content ul li .mainpic img{
    width: 100%;
    height: 100%;
}
.right-content .content ul li:hover{
    cursor: pointer;
}
.right-content .content ul li:hover .mainpic 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 .name{
    width: 100%;
    font-size:16px ;
    color: #888;
    margin-bottom: 10px;
}
.right-content .content ul li:hover .name{
    color:#006fc1;
}

.right-content .content ul li span{
    font-size:12px ;
    color: #a2a2a2;
    margin-right: 20px;
    position: relative;
    top: -2px;
}

@media screen and (max-width: 1200px) {
    .right-content .content ul li{
        margin-right: 28px;
        width: 182px;
    }
    .right-content .content ul li .mainpic{
        width: 182px;
        height: 175px;
    }
}