

.cg-top {
    background:#ecf7fe url("../images/top_pic.jpg") center 0 no-repeat;
    overflow: hidden;
}

.cg-logo a {
    display: inline-block;
    width: 220px;
    height: 60px;
    margin-top: 30px;
}
.cg-content,.cg-logo {
    width: 1200px;
     margin: 0 auto;
    overflow: hidden;
}

.cg-content {
    background: #fff;
     margin-top: 420px;
}
.cg-left {
    float: left;
    width: 650px;


}

.cg-title {
    height: 110px;
    position: relative;

}

.cg-title.one {
    background: url("../images/title_pic.jpg") no-repeat;
}

.cg-title.two {
    background: url("../images/title_pic.jpg") 0 -110px no-repeat;
}

.cg-title.thr {
    background: url("../images/title_pic.jpg") 0 -220px no-repeat;
}
.cg-title span {
    position: absolute;
    right:0;
    top:50px;
    font-size:18px;
}
.cg-title span a {
    color:#00b971;
}
.cg-list ul{
    border-left: 1px solid #00b971;
    margin-left: 13px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px dotted #00b971;
}

.cg-list ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;

}

.cg-list ul li::before {
    content: "";
    position: absolute;
    top:20px;
    left:0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #00b971;
}

.cg-list ul li p {
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-weight: bold;

}
.cg-list ul li em {

    color:#999;
}

.cg-right {
    width: 520px;
    float: right;

}

.cg-right h2 {
    background: url("../images/title_pic.jpg") 0 -330px no-repeat;
    height: 110px;
}


.cg-right ul li {
   width: 430px;
    height: 280px;
    margin-bottom: 35px ;
    overflow: hidden;
    background: #f1f1f1;

}

.pic-wrap {
    height: 1260px;
    width: 430px;
    margin-left:40px;
    overflow: hidden;
    position: relative;

}
.pic-cont {
    border-left: 1px solid #00b971;
    margin:0 0 0 13px;
    padding-top: 30px;
}
.cg-right ul {
    position: absolute;
    top:0;
    left:0;
}
.cg-right ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
    .cg-top {width:1200px;}
}