﻿/*右侧*/
.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: 232px;
    height: 240px;
    margin-right: 16px;
    margin-bottom: 24px;
    text-align: left;
}

.right-content .content ul li .mainpic{
    width: 233px;
    height: 175px;
    font-size: 18px;
    margin-bottom: 10px;
}
.right-content .content ul li .mainpic img{
    width: 100%;
    height: 100%;
}

.right-content .content ul li .mainpic img:hover{
    cursor: pointer;
    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{
    margin-bottom: 10px;
}
.right-content .content ul li .name a {
    font-size: 16px;
    color: #929292;
    font-weight:bold;
}
.right-content .content ul li .name a:hover{
    color:#006fc1;
    font-weight:bold;
}
.right-content .content ul li img{
    margin-right: 10px;
}
.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: 15px;
        width: 192px;
    }
    .right-content .content ul li .mainpic{
        width: 192px;
        height: 175px;
    }
}