.gc-head-top {
    height: 950px;
    background: url("/sccom/xhtml/c24910/images/xxgc_head_top.jpg") center top no-repeat;
}

.gc-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.addr a{
color:#000 !important;
}
.gc-wrap li span a{
color:#000 !important;
}
.gc-list span {
    color: #000;
}
.gc-logo {
    width: 350px;
    margin-top: 20px;
}

.gc-logo img {
    width: 100%;
    display: block;
}

.gc-container {
    padding:0 40px 40px;
    background: #fff;
    box-shadow: 0 0 6px #b1b1b1;

    width: 1200px;
    margin:  -265px auto 0;
}
.gc-wrap {
    overflow: hidden;
    margin-top: 40px;
}
.gc-wrap h3,.gc-list h3 {
    background: url("/sccom/xhtml/c24910/images/gc_title_bg.png") center no-repeat;
    height: 80px;
    text-align: center;
    position: relative;
}

.gc-wrap h3 span,.gc-list h3 span {
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    color: #e60303;
    text-shadow: 0 4px 0 #fbec57;
    line-height: 80px;
}

.gc-wrap h3 em {
    font-size: 20px;
    position: absolute;
    right:0;
    top:35px;
}

.gc-wrap h3 em a {
    color: #e60303;
    font-weight: bold;
}

.gc-wrap h3 em a:hover {
    color: #e0a800;
}

.gc-wrap ul li,.gc-list ul li {
    width: 47%;
    float: left;
    position: relative;
    margin-top: 20px;

}
.gc-list ul li {
    width: 92%;
    margin-left: 3%;
}
.gc-list ul li:nth-of-type(5n) {
    border-bottom: 1px dotted #f25335;
    padding-bottom: 20px;
}
.gc-wrap ul li:nth-of-type(even) {
   margin-left: 5%;
}

.gc-wrap ul li span,.gc-list ul li span{
    width: 80%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    margin-left: 2.5%;
}
.gc-list ul li span {
    margin-left: 1.5%;
}
.gc-wrap ul li em,.gc-list ul li em {
    position: absolute;
    right:0;
    top: 4px;
    color: #adadad;

}

.gc-wrap ul li::before,.gc-list ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f0b827;
    border-radius: 50%;
    top:9px;
    left:0;
}

.gc-banner {
    height: 150px;
    margin: 50px 0;
}

.xx-wrap {
    margin: 30px 0 0 0;
    height: 220px;
    position: relative;
    overflow: hidden;
}
.xx-wrap ol {
    position: absolute;
    left: 0;
    height: 100%;
}
.xx-wrap ol li {
    width:218px;
    float: left;
    margin:0 12px;
    background: url("../c24910/images/book_bg.png") center bottom no-repeat;
    background-size: contain;
    padding-bottom: 20px;
    text-align: center;
}


.xx-wrap ol li img {
    display: inline-block;
    width: 145px;
}

.arrow- {
    position: absolute;
    top:50%;
    width: 100%;

}
.arrow- span {
    background: rgba(217,15,5,0.75);
    width:50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    transform: translateY(-50%);
    font-size: 24px;
    top:50%;
    left: 0;
    border-radius: 50%;
    transition: background .2s;
}



.arrow- span:last-of-type {
    right: 0;
    left: unset;
}

.arrow- span:hover {
    background: rgba(217,15,5,1);

}

.gc-list {
    margin: 50px 0;
}

.gc-list ul {
    margin-top: 30px;
}
.gc-detail {
    padding: 0 40px;
    box-sizing: border-box;
    min-height: 700px;
}
.gc-detail h2 {
    text-align: center;
    font-size: 34px;
    margin: 50px 0 0 0;
    font-weight: bold;
}
.gc-msg {
    margin: 30px 0;
    text-align: center;
    background: #faffcb;
    line-height: 40px;
    font-size: 16px;
    color: #888;
}
.gc-msg span {
    display: inline-block;
    margin: 0 30px;

}
.gc-detail p {
    line-height: 1.8;
    text-indent: 2em;
    margin: 30px 0;
}


.addr {
   border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
    color: #888;
}

@media screen and (max-width: 1280px){
    .gc-head-top {
        width: 1280px;
    }
}