.gsgg {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.mh{
	min-height:2000px
}

.gsgg-nav {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 16px;
}

.gsgg-nav-left {
    width: calc(50% - 235px);
    height: 2px;
    background: #E0E0E0;
    float: left;
    margin-top: 29px;
}

.gsgg-nav-center {
    height: 60px;
    float: left;
}

.gsgg-nav-center-left {
    width: 2px;
    height: 60px;
    background: #E0E0E0;
    float: left;
}

.gsgg-nav-center-lefttitle {
    width: 150px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
}

.gsgg-nav-center-lefttitle a {
    color: #333333;
    text-decoration: none;
}

.gsgg-nav-center-center {
    width: 2px;
    height: 60px;
    background: #E0E0E0;
    float: left;
}

.gsgg-nav-center-righttitle {
    width: 150px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
}

.gsgg-nav-center-righttitle a {
    color: #333333;
    text-decoration: none;
}

.gsgg-nav-center-right {
    width: 2px;
    height: 60px;
    background: #E0E0E0;
    float: left;
}

.gsgg-nav-rihgt {
    width: calc(50% - 229px);
    height: 2px;
    background: #E0E0E0;
    float: left;
    margin-top: 29px;
}

.gsgg-nav-active a {
    font-size: 24px;
    color: #F49455;
}

.gsgg-nav-transform {
    transform: rotate(20deg);
}

.gsgg-main {
    width: 80%;
    margin-left: 10%;
    float: left;
}

.gsgg-main-view {
    width: 100%;
    float: left;
    padding: 1% 1% 2% 9%;
}

.gsgg-main-view:hover {
    box-shadow: 0px 0px 5px #bbbbbb;
    cursor: pointer;
}
.gsgg-main-view:hover .gsgg-main-view-left-day{
    color: #F49455;
}
.gsgg-main-view-center-title a{
    color: #333;
    font-weight: bold;
}
.gsgg-main-view:hover a{
    color: #F49455;
}

.gsgg-main-view :hover .gsgg-main-view-left-day {
    color: #F49455;
}

.gsgg-main-view-left {
    /* height: 128px; */
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    /* text-align: center; */
    border-right: 2px solid #EEEEEE;
    color: #0B294D;
}

.gsgg-main-view-left-day {
    width: 100%;
    float: left;
    font-size: 50px;
    /* margin-top: 4px; */
    line-height: 1;
}

.gsgg-main-view-left-year {
    width: 100%;
    float: left;
}

.gsgg-main-view-topimg {
    float: left;
    display: none;
    padding-right: 0px;
}

.gsgg-main-view-center {
    /* height: 128px; */
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    color: #333333;
    /* hack no img layout */

}

.gsgg-main-view-center-title {
    width: 100%;
    float: left;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.gsgg-main-view-center-info {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.gsgg-main-view-center-info span {
    margin-right: 20px;
}

.gsgg-main-view-center-txt {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.gsgg-main-view-right {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
}

.gsgg-main-view-right img {
    width: 100%;
    height: 100%;
}

.gsgg-main-btn {
    width: 100%;
    height: 40px;
    float: left;
    margin-top: 20px;
    display: none;
}

.gsgg-main-btn div {
    height: 34px;
    text-align: center;
    border-radius: 5px;
    line-height: 34px;
    border: 0px solid #999999;
    color: white;
	cusor:pointer;
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1140px) {}

@media screen and (max-width: 992px) {
    .gsgg-nav {
        width: 96%;
        margin-left: 2%;
        font-size: 14px;
    }
    .gsgg-nav-left {
        width: calc(50% - 159px);
        margin-top: 19px;
    }
    .gsgg-nav-center {
        width: 318px;
        height: 40px;
    }
    .gsgg-nav-center-left {
        height: 40px;
    }
    .gsgg-nav-center-lefttitle {
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .gsgg-nav-center-center {
        height: 40px;
    }
    .gsgg-nav-center-righttitle {
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .gsgg-nav-center-right {
        height: 40px;
    }
    .gsgg-nav-rihgt {
        width: calc(50% - 159px);
        margin-top: 19px;
    }
    .gsgg-nav-active a {
        font-size: 18px;
    }
    .gsgg-main {
        width: 96%;
        margin-left: 2%;
        float: left;
    }
    .gsgg-main-view {
        padding: 20px 0px 20px 0px;
        border-bottom: 1px solid #F5F5F5;
    }
    .gsgg-main-view:hover {
        box-shadow: 0px 0px 0px #bbbbbb;
    }
    .gsgg-main-view-topimg {
        display: block;
    }
    .gsgg-main-view-left-day {
        font-size: 30px;
        margin-top: 0px;
        color: #F49455;
    }
    .gsgg-main-view-center {
        /* margin-top: 20px !important; */
        padding-left: 15px;
        padding-right: 8px;
        float: right;
    }
    .gsgg-main-view-center-info span {
        margin-right: 10px;
    }
    .gsgg-main-view-right {
        display: none;
    }
    .gsgg-main-btn {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .gsgg-main-view-center-info{
        font-size: 12px;
        margin-top: 0;
    }
    .gsgg-main-view-center-title {
        line-height: 1;
        margin-bottom: 8px;
    }
    .gsgg-main-view-center-title a{
        font-size: 14px;
        line-height: 1;
    }
    .gsgg-main-view-center-txt {
        font-size: 12px;
        margin-top: 6px;
    }
    .gsgg-main-view-center {
        /* margin-top: 8px !important; */
    }
    .gsgg-main-view-left-year{
        font-size: 12px;
        color: #999;
    }
}