﻿/*主体*/
.mian-pic {
    height: 354px;
    /*background: url("${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;
}
/*左侧*/
.left-content {
    text-align: left;
    font-size: 16px;
    margin-left: 35px;
    color: #232323;
    width: 250px;
    float: left;
    background: #f5f5f5;
}

.left-content div.title {
    padding-left: 10px;
    margin: 12px 12px 12px 10px;
    border-left: 3px solid #12356d;
}
.left-content div.content {
    width: 180px;
    display: inline-block;

}
.left-content ul {
    padding-top: 10px;
    background: #fff;
}
.left-content ul li {
    font-size: 14px;
    background: #fff;
    height: 65px;
    line-height:32px;
    color:#888;
}
.left-content ul li a{
    font-size: 16px;
    color:#232323;
}
.more {
    float: right;
    font-size: 14px;
    color: #888888;
}
.left-content ul li .num {
    float: left;
    position: relative;
    top:6px;
    color: #fff;
    padding:26px;
    margin-right: 10px;

}

/*右侧*/
.right-content {
    width: 915px;
    float: left;
}

.main-title {
    margin-bottom: 20px;
}

.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 a{
    width: 680px; ;
    display: inline-block;
}

.right-content .content .content-div {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0 30px 0;
}
.right-content .content .content-div .pic,.right-content .content .content-div .videos {
    width: 200px;
    height: 130px;
    float: left;
    margin-right: 35px;
    position: relative;
    cursor: pointer;
}
.right-content .content .content-div  .videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 200px;
    height: 130px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.right-content .content .content-div  .videos:hover .player {
    position: absolute;
    top: 0;
    width: 200px;
    height: 130px;
    background: url("../image/player.png") center center no-repeat;
    z-index: 3;
}


.right-content .content .content-div .pic img,.right-content .content .content-div .videos img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.right-content .content .content-div .pic img:hover {
    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: 680px;
    height: 130px;
    float: left;
}

.right-content .content .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.right-content .content p {
    font-size: 14px;
    color: #888;
    height: 45px;
    line-height: 24px;
    margin-bottom: 25px;
    overflow: hidden;
}

.right-content .content 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: 735px;*/
    /*}*/
    /*.right-content .content .content-div .contents{*/
        /*width: 500px;*/
    /*}*/
    /*.right-content .content a{*/
        /*width: 500px;*/
    /*}*/
    /*.mian-content,.header-top,.header,.sidebar .navigation,.footer .links{*/
        /*width: 1024px;*/
    /*}*/
/*}*/