﻿/*右侧*/
.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: 12px 0;
}
.right-content .content .content-div .pic {
    width: 136px;
    height: 130px;
    float: left;
    margin-right: 30px;
}
.right-content .content .content-div .pic img{
    width: 100%;
    height: 100%;
    margin: 0;
}

.right-content .content .content-div .pic 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 .content-div .contents {
    width: 810px;
    height: 130px;
    float: left;
}
.right-content .content .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.right-content .content .title a{
    font-size: 16px;
}
.right-content .content p {
    font-size: 14px;
    color: #888;
    margin-bottom: 25px;
    height: 50px;
    line-height: 24px;
    overflow: hidden;
}

.right-content .content span {
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}

.right-content .content img {
    margin-right: 7px;
    position: relative;
    top: 2px;
}
@media screen and (max-width: 1200px) {
    .right-content .content .content-div .contents{
        width: 645px;
    }

}