﻿/*右侧*/
.main-title img {
    position: relative;
    top: -5px;
}

.main-title .right {
    font-size: 12px;
    color: #888;
    float: right;
    position: relative;
    top: 5px;
}

.main-content .nodata {
    width: 100%;
    height: 400px;
    background: url('../image/nodata5.png') center center no-repeat;
}

.right-content .content .content-div {
    padding: 25px 0px 40px;
}

.right-content .content.detail .content-div {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.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: #232323;
    /*margin-bottom: 14px;*/
    /*max-height: 50px;
    line-height: 24px;
    overflow: hidden;
    height: 48px;*/
}

.right-content .content span {
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}

.right-content .content img {
    /*margin-right: 8px;*/
    position: relative;
    top: 2px;
}

@media screen and (max-width: 1200px) {
    .mian-content{
        margin-top: 30px;
    }
}
