/*右侧*/
.right-content {
    width: 970px;
    float: left;
}

.main-title .title {
    font-size: 18px;
    color: #11356d;
    font-weight: bold;
}

.main-title img {
    position: relative;
    top: -5px;
}

.main-title .right {
    font-size: 12px;
    color: #888;
    float: right;
    position: relative;
    top: 5px;
}
.right-content .content {
    width: 970px;
    float: left;
}
.right-content .content .content-div {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
}
.right-content .content .content-div .pic {
    width: 180px;
    height: 120px;
    float: left;
    margin-right: 30px;
}
.right-content .content .content-div .pic .videos{
    width: 100%;
    height: 100%;
    float: left;
    margin-right: 35px;
    position: relative;
    cursor: pointer;
}
.right-content .content .content-div  .videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 180px;
    height: 120px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.right-content .content .content-div  .videos:hover .player {
    position: absolute;
    top: 0;
    width: 180px;
    height: 120px;
    background: url("../img/player.png") center center no-repeat;
    z-index: 3;
}
.right-content .content .content-div .videos img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.right-content .content .content-div .pic img{
    width: 100%;
    height: 100%;
    margin: 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;
    cursor: pointer;
}
.right-content .content .content-div .contents {
    width: 745px;
    height: 120px;
    float: left;
}
.right-content .content .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.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: 5px;
    position: relative;
    top: 2px;
}

a{
    color:#232323;
}
/*右边列表*/
.right-list {
    text-align: left;
    font-size: 16px;
    margin-left: 25px;
    color: #232323;
    width: 190px;
    float: left;
    background: #f5f5f5;
}

.right-list div {
    padding-left: 10px;
    margin: 12px 12px 12px 10px;
    border-left: 3px solid #12356d;
}

.right-list ul {
    padding-top: 10px;
    background: #fff;
}

.right-list ul li {
    font-size: 14px;
    background: #fff;
    height: 35px;
    line-height: 37px;
}

.right-list ul li .num {
    color: #fff;
    padding: 0 5px;
    margin-right: 10px;
    background: #c7c7c7;
}

.right-list ul li .main {
    background: #a0a0a0;
}

.right-list ul li:hover a{
    color: #143f7a;
    font-weight: bold;
}
/*@media screen and (max-width: 1440px) {*/
    /*.right-content{*/
        /*width: 794px;*/
    /*}*/
    /*.mian-content{*/
        /*margin-top: 30px;*/
    /*}*/
    /*.right-content .content{*/
        /*width: 600px;*/
    /*}*/
    /*.right-list{*/
        /*width: 169px;*/
    /*}*/
    /*.right-content .content .content-div .contents{*/
        /*width: 415px;*/
    /*}*/
    /*.right-content .content .title{*/
        /*width: 415px;*/
    /*}*/
/*}*/