
body {
    background: url(/assets/new_img/yiqing/back.jpeg) no-repeat;
    background-size: 100%;
}

.content {
    width: 1094px;
    margin: 0 auto;
    padding-top: 300px;
}
.title {
    padding-left: 85px;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
}
.title i {
    width: 30px;
    height: 30px;
    top: 5px;
    position: absolute;
    left: 25px;
}
.title .more {
    margin-right: 25px;
    font-weight: 400;
    font-size: 10px;
    line-height: 46px;
}
.title .more a {
    color: #fff;
}
.section1 {
    height: 485px;
    padding: 25px 30px;
    background:rgba(255, 255, 255, 0.3);
    margin-bottom: 65px;
    box-sizing: border-box;
}

.section1 .left {
    width: 210px;
    height: 100%;
    float: left;
    margin-right: 10px;
}
.section1 .left ul  {
    height: 100%;
}
.section1 .left ul li {
    width: 100%;
    height: 100px;
    margin-bottom: 9px;
    cursor: pointer;
}
.section1 .left ul li img {
    height: 100%;
    width: 100%;
}

.section1 .right img {
    height: 100%;
    width: 100%;
}
.section1 .right {
    width: 814px;
    height: 428px;
    float:left;
    position: relative;
}
.newstitle {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background-color: #000;
    background: rgba(0,0,0,.6);
    line-height: 50px;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
}

.section2 {
    height: 909px;
    padding: 34px 25px;
    background: rgba(255,255,255,.3);;
    margin-bottom: 40px;
}
.section2 ul li {
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
    padding-top: 25px;
    box-sizing: border-box;
}
.section2 ul li:last-child {
    border-bottom: none;
   
}
.section2 ul li .img {
    width: 270px;
    height: 130px;
    margin-right: 70px;
}
.section2 ul li:first-child {
    padding-top: 0px;
}
.section2 img {
    height: 100%;
    width: 100%;
}
.section2 h3 {
    font-size: 23px;
    margin-bottom: 26px;
    color: #fff;
}
.section2 p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.section3 {
    height: 400px;
    background: rgba(0,0,0,.3);
    margin-bottom: 40px;
}
.section3 .left {
    margin-right: 42px;
    width: 526px;
    height: 295px;
}
.section3 .right {
    width: 526px;
    height: 295px;
}

.section3 a {
    position: relative;
    padding-left: 10px;
    color: #fff;
    font-size: 12px;
}
.section3 ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 6px;
    margin-left: -10px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.section3 ul {
    padding: 30px 54px;
    background-color: #333333;
    /* width: 100%; */
    height: 200px;
}

.section3 ul li {
    margin-bottom: 10px;
}