﻿/*主体*/
.mian-pic {
    height: 354px;
    /*background: url("${info.node.smallImageUrl}") center center no-repeat;*/
}

.mian-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 430px;
    z-index: 10;
    color: #333;
    background: #fff;
}

.mian-content a:hover {
    color: #12356d;
}


/*右侧*/
.mian-content .right-content {
    width: 1200px;
}

.main-title .title {
    font-size: 18px;
    color: #11356d;
    font-weight: bold;
    /*font-size: 18px;*/
    /*color: #11356d;*/
    /*font-weight: bold;*/
    /*padding: 0 10px 5px 0;*/
    /*border-bottom: 4px solid #11356d;*/
    /*display: inline-block;*/
    /*max-width: 190px;*/
    /*max-height: 49px;*/
    /*overflow: hidden;*/
}

.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 {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
}
.right-content .content .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.right-content .content .info{
    text-align: center;
}

.right-content .content p {
    font-size: 14px;
    color: #888;
    overflow: hidden;
}

.right-content .content .content-div span {
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}

.right-content .content img {
    margin-right: 12px;
    position: relative;
    top: 2px;
}
/*@media screen and (max-width: 1440px) {*/
    /*.right-content{*/
        /*width:auto;*/
    /*}*/
    /*.mian-content,.header-top,.header,.sidebar .navigation,.footer .links{*/
        /*width: 1024px;*/
    /*}*/

/*}*/