﻿/*   common part  */
.w1200{
    margin: 0 auto;
    width: 1200px;
}
.common-title{
    height: 36px;
    width: 100%;
    border-bottom: 1px solid #dadbdb;
}
.common-title .title{
    display: block;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    border-right: 6px solid #000;
}
.common-title .title:hover{
    color: #000!important;
}
.common-img1{
    box-sizing: border-box;
    padding: 20px;
    margin-top: 50px!important;
    background-color: #fff;
    /*height: 320px;*/
}
.common-img-ul1{
    overflow: hidden;
    margin-top: 24px;
}
.common-img-ul1 li{
    float: right;
    width: 260px;
    margin-left:30px;
}
.common-img-ul1 li:nth-child(4){
    margin-left:0px;
}
.common-img-ul1 li a{
    display: block;
}
.common-img-ul1 li .img{
    width: 260px;
    height: 145px;
}
.common-img-ul1 li .img img{
    width: 260px;
    height: 145px;
}
.common-img-ul1 li .title{
    height: 50px;
    padding: 15px;
    font-size: 14px;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.5;
}
.common-img2{
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 50px!important;
}
.common-img-ul2{
    margin-top: 15px;
    overflow: hidden;
}
.common-img-ul2 li{
    float: right;
    width: 580px;
}
.common-img-ul2 li a{
    display: inline-block;
    vertical-align: top;
}
.common-img-ul2 li .img{
    width: 260px;
    height: 146px;
    margin: 15px 0 15px 15px;
}
.common-img-ul2 li .img img{
    width: 100%;
}
.common-img-ul2 li .title {
    width: 220px;
    height: 100px;
    padding: 40px 20px 0px 60px;
    color: #505050;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    font-weight: 700;
}

.common-img3{
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 50px!important;
}
.common-img-ul3{
    overflow: hidden;
}
.common-img-ul3 li{
    float: right;
    width: 355px;
    margin-left: 37px;
}
.common-img-ul3 li:nth-child(3n){
    margin-left: 0px;
}
.common-img-ul3 li a{
    display: block;
    vertical-align: top;
}
.common-img-ul3 li .img{
    width: 355px;
    height: 200px;
    position: relative;
}
.common-img-ul3 li .img .video-icon{
    width: 64px;
    height: 64px;
    background: url(https://rcrires.zhizunsf176.com/yafei/f2/M00/0B/B3/rBABC1-f0dqAA822AAAAAAAAAAA0883204.videoicon03.png) no-repeat;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.common-img-ul3 li .img img{
    width: 100%;
    height: 100%;
}
.common-img-ul3 li .title {
    width: 335px;
    height: 50px;
    margin: 15px 10px 35px 10px;
    color: #505050;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    overflow: hidden;
}

/* 列表页 */
.list{
    overflow: hidden;
    margin-bottom: 100px;
}
.special li .img{
    width: 355px;
}
.special li .img img{
    width: 355px;
}
.video{
    padding-bottom: 0;
}
.video .video-ul{
   margin-top: 20px;
}

