


.subcenter{
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
	/* -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; */
}
.subcenter:after,
.gsg_box:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.gsg_box{
    width: 100%;
    position: relative;
}
/*left*/
.gsg_box .gsg_boxl{
    float: left;
    width: 20%;
    position: relative;
    border: 1px solid #ddd;
    border-top: 3px solid #bd2315;
    text-align: center;
}
.gsg_box .gsg_boxl li{
    width: 100%;
    border-top: 1px solid #ddd;
    height: 70px;
    line-height: 70px;
}
.gsg_box .gsg_boxl li:first-child{
    border-top: none;
}
.gsg_box .gsg_boxl li a{
    font-size: 16px;
    color: #333333;
    display: block;
    height: inherit;
    line-height: inherit;
}
.gsg_box .gsg_boxl li.on a{
    color: #bd2315;
}
.gsg_box .gsg_boxl li:hover a{
    color: #bd2315;
}
/*right*/
.gsg_box .gsg_boxr{
    float: right;
    width: 77%;
}
.gsg_box .gsg_boxr .list{
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}
.gsg_box .gsg_boxr .list li{
    float: left;
    width: 23%;
    margin: 0 0 2% 2%;
    border: 1px solid #e5e5e5;
    padding: 1.5%;
    /* -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; */
}
.gsg_box .gsg_boxr .list li a{
    display: block;
}
.gsg_box .gsg_boxr .list li:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gsg_box .gsg_boxr .list li div.img{
    float: left;
    width: 30%;
}
.gsg_box .gsg_boxr .list li div.img img{
    display: block;
    width: 100%;
}
.gsg_box .gsg_boxr .list li div.word{
    float: right;
    width: 60%;
}
.gsg_box .gsg_boxr .list li div.word h1{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    width: 100%;
    line-height: 1.5em;
    height: 3em;
    margin: 3% 0 5% 0;
    overflow : hidden;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gsg_box .gsg_boxr .list li div.word h2{
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    width: 100%;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    white-space:nowrap; 
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.gsg_box .gsg_boxr .list li:hover{
    border: 1px solid #0076c0;
}



/*ipad*/
@media screen and (max-width: 960px){
    .subcenter{
        width: 96%;
    }
    .gsg_box .gsg_boxl,
    .gsg_box .gsg_boxr{
        float: none;
        width: 100%;
        border: none;
    }
    .gsg_box .gsg_boxl{
        padding: 0 0 30px 0;
    }
    .gsg_box .gsg_boxl li{
        display: inline-block;
        width: 150px;
        height: 50px;
        line-height: 50px;
        border: none;
        background: #b9b9b9;
        margin: 1%;
    }
    .gsg_box .gsg_boxl li.on{
        background: #bd2315;
    }
    .gsg_box .gsg_boxl li a,
    .gsg_box .gsg_boxl li.on a{
        color: #fff;
        font-size: 14px;
    }
    .gsg_box .gsg_boxl li:hover a{
        color: #fff;
    }
    .gsg_box .gsg_boxl li:hover{
        background: #bd2315;
    }
    .gsg_box .gsg_boxr .list li{
        width: 22.5%;
        margin: 0 1% 2% 1%;
    }
}