/*主体*/
.mian-pic {
    height: 354px;
    background: url("../../_files/img/top-pic.png") 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: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
    color: #fff;
    width: 190px;
    float: left;
    background: #143f7a;
}

.left-content div {
    padding: 12px;
}

.left-content ul li {
    border-bottom: 1px solid #f1f1f1;
    border-left: 3px solid #fff;
    background: #fff;
    color: #888;
    height: 50px;
    line-height: 52px;
}

.left-content ul li a {
    display: inline-block;
    width: 100%;
}

.left-content ul li.active, .left-content ul li:hover {
    border-left: 3px solid #143f7a;
    background: #eeeeee;
    color: #143f7a;
    cursor: pointer;
}

/*右侧*/
.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: 376px;
    height: 550px;
    margin-right: 35px;
    margin-bottom: 30px;
    text-align: left;
    overflow: hidden;
}

.right-content .content ul li div {
    width: 376px;
    height: 273px;
    font-size: 18px;
    margin-bottom: 20px;
}

.right-content .content ul li .seemore {
    height: 40px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.right-content .content ul li .content-main {
    height: 180px;
    overflow: hidden;
}

.right-content .content ul li img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.right-content .content ul li:hover img {
    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;
}

.right-content .content ul li span {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.content-main > a {
    font-size: 16px;
    font-weight: bold;
    color: #232323;
    display: inline-block;
    width: 378px;
}

.right-content .content .content-main p {
    font-size: 14px;
    color: #888;
    height: 38px;
    overflow: hidden;
}

.right-content .content .content-main .to {
    padding: 0 8px;
    position: relative;
    top: -5px;
    background: url("../img/to2.png") left center no-repeat;
}

.right-content .content .content-main ul {
    margin-top: 20px;
}

.right-content .content .content-main ul li .contents {
    font-size: 14px;
    color: #888;
    height: 75px;
    overflow: hidden;
    padding-left: 20px;
    margin-bottom: 8px;
    display: none;
}

.right-content .content .content-main ul li {
    line-height: 25px;
    height: auto;
    margin: 0;
}

.right-content .content .content-main ul li img {
    position: relative;
    top: -7px;
}

.content-main ul li a {
    font-size: 16px;
    color: #232323;
    padding-left: 5px;
    width: 340px;
    display: inline-block;
}

.btn-seemore {
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #232323;
    background: #fff;
    padding: 8px 37px 7px 37px;
    /*width: 140px;*/
    /*height: 38px;*/
    border-radius: 5px;
    border-style: solid;
}

.right-content .content a.btn-seemore:hover {
    background: #12356d;
    border: 1px solid #12356d;
    color: #fff;
}

.right-content .content .pic {
    width: 376px;
    height: 273px;
    float: left;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}

.right-content .content .pic img {
    position: absolute;
    top: 0;
    width: 376px;
    height: 273px;
}

.right-content .content .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 .pic:hover .videos-mask {
    position: absolute;
    top: 0;
    width: 376px;
    height: 273px;
    background: #000;
    opacity: 0.3;
    z-index: 2;
}

.right-content .content .pic .videos-mask, .right-content .content .pic .player {
    height: 0;
}

.right-content .content .pic:hover .player {
    position: absolute;
    top: 0;
    width: 376px;
    height: 273px;
    background: url("../img/player.png") center center no-repeat;
    z-index: 3;
}
a {
    color: #232323;
}
/*@media screen and (max-width: 1440px) {*/
    /*.right-content .content ul li{*/
        /*width: 322px;*/
        /*margin-right: 29px;*/
    /*}*/
    /*.right-content .content .pic,.right-content .content ul li div{*/
        /*width: 322px;*/
    /*}*/
    /*.right-content .content .pic img{*/
        /*width: 322px;*/
        /*height: 274px;*/
    /*}*/
    /*.content-main ul li a{*/
        /*width: 300px;*/
    /*}*/
    /*.mian-content,.header-top,.header,.sidebar .navigation,.footer .links{*/
        /*width: 1024px;*/
    /*}*/
/*}*/