﻿/*右侧*/
.main-title img {
    position: relative;
    top: -5px;
}

.main-title .right {
    font-size: 12px;
    color: #888;
    float: right;
    position: relative;
    top: 5px;
}

/*.right-content .content .content-div {*/
    /*padding: 15px 0px 15px 0px;*/
    /*font-size: 16px;*/
    /*color: #232323;*/
    /*line-height: 20px;*/
    /*height: 20px;*/
/*}*/
/*.right-content .content .content-div:hover{*/
    /*background: #fff;*/
/*}*/
.right-content .content .content-div {
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 0px 19px 0px;
}
.right-content .content .content-div:hover{
    background: #fff;
}
.right-content .content .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.right-content .content .title:hover a {
    color: #006fc1;
}
.right-content .content p {
    font-size: 14px;
    color: #888;
    margin-bottom: 14px;
    max-height: 50px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
}

/*.right-content .content span {*/
    /*float: right;*/
    /*font-size: 14px;*/
    /*!*color: #232323;*!*/
    /*color: #666666;*/
/*}*/
.right-content .content a {
    display: inline-block;
    /*max-width: 811px;*/
    color: #232323;
    /* font-weight: bold; */
}

/*.right-content .content img {*/
    /*margin-right: 8px;*/
    /*position: relative;*/
    /*top: 2px;*/
/*}*/
.right-content .content span {
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}

.right-content .content img {
    margin-right: 8px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .mian-content{
        margin-top: 30px;
    }
}





.right-content .content ul li{
    font-size: 14px;
    float: left;
    background: #fff;
    color: #888;
    /*width: 225px;*/
    height: 280px;
    margin-right: 16px;
    margin-bottom: 25px;
    text-align: center;
}

.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: 15px;
}
.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;
    }
}