/*主体*/
.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{
    margin-bottom: 6px;
}
.main-title .title {
    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: 27px 0 15px 0;
}
.right-content .content .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #11356d;
}
.right-content .content .list-nav {
    position: relative;
    margin-left: -50px;
}
.content .list-nav li{
    font-size: 16px;
    display: inline-block;
    margin-left: 50px;
    line-height: 38px;
}
.content li a:hover{
    color: #232323;
}
/*@media screen and (max-width: 1440px) {*/
/*.right-content{*/
/*width:auto;*/
/*}*/
/*.mian-content,.header-top,.header,.sidebar .navigation,.footer .links{*/
/*width: 1024px;*/
/*}*/

/*}*/