﻿/*右侧*/
.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{
    margin-top:25px;
}
.right-content .content ul li{
    font-size: 14px;
    float: left;
    background: #fff;
    color: #888;
    width: 305px;
    height: 300px;
    overflow: hidden;
    margin-right: 27px;
    margin-bottom: 40px;
    text-align: left;
}
.right-content .content ul li .pic{
    width: 305px;
    height: 230px;
    font-size: 18px;
    margin-bottom: 20px;
}
.right-content .content ul li .pic .videos{
    width: 100%;
    height: 100%;
    float: left;
    margin-right: 35px;
    position: relative;
    cursor: pointer;
}
.right-content .content ul li  .videos:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 305px;
    height: 230px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.right-content .content ul li  .videos:hover .player {
    position: absolute;
    top: 0;
    width: 305px;
    height: 230px;
    background: url("../image/player.png") center center no-repeat;
    z-index: 3;
}
.right-content .content ul li .videos img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


.right-content .content ul li img{
    width: 100%;
    height: 100%;
}
.right-content .content ul li:hover{
    cursor: pointer;
}
.right-content .content ul li:hover img.picture{
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}
.right-content .content ul li:hover span{
    color:#143f7a;
    font-weight: bold;
}
.right-content .content ul li span{
    font-size:16px ;
    color: #666;
    max-height: 65px;
    margin-bottom: 20px;
}
a{
    color:#232323;
}
/*@media screen and (max-width: 1440px) {*/
    /*.right-content .content ul li{*/
        /*width: 246px;*/
        /*height: 300px;*/
        /*overflow: hidden;*/
        /*margin-bottom: 20px;*/
    /*}*/
    /*.right-content .content ul li .pic{*/
        /*width: 246px;*/
        /*height: 216px;*/
    /*}*/
    /*.right-content .content ul li  .videos:hover .player{*/
        /*width: 246px;*/
        /*height: 216px;*/
    /*}*/
    /*.right-content .content ul li  .videos:hover .videos-mask{*/
        /*width: 246px;*/
        /*height: 216px;*/
    /*}*/
/*}*/