﻿/* home */
.ggm-home-title {
    background: url("../../image/home-title.png") center no-repeat;
    width: 1080px;
    height: 620px;
    position: relative;
}

.ggm-home-search {
    width: 480px;
    height: 50px;
    position: absolute;
    left: 300px;
    top: 232px;
    opacity: 0.95;
}

.ggm-home-search input {
    width: 430px;
    height: 50px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    color: #595757;
    text-align: center;
}

.ggm-home-search button {
    height: 50px;
    width: 50px;
    border: 0px;
}

.ggm-home-ad {
    margin: 10px 0;
    height: 107px;
}

.ggm-home-ad-large {
    float: left;
    height: 107px;
    width: 834px;
}

.ggm-home-ad-small {
    float: right;
    height: 107px;
    width: 230px;
}

/* 旅闻 */
.ggm-home-travel-left-container {
    display: inline-block;
    vertical-align: top;
}

.ggm-home-travel-left-item {
    height: 160px;
    overflow: hidden;
}

.ggm-home-travel-left-item-graph{
    height: 150px;
    width: 210px;
    vertical-align: top;
    margin-right: 10px;
    object-fit:cover;
}

.ggm-home-travel-left-item-title {
    font-size: 18px;
    width: 210px;
    color: #000000;
    height:50px;
    max-height:50px;
    overflow:hidden;
    /*font-weight:700;*/
}

.ggm-home-travel-left-item-description {
    display: block;
    margin-top: 24px;
    font-size: 14px;
    width: 210px;
    color: #666;
    height: 80px;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:justify;
    vertical-align:bottom;
    position:relative;
    
}

.ggm-home-travel-right-container {
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
}

.ggm-home-travel-right-item {
    height: 99px;
    overflow: hidden;
}

.ggm-home-travel-right-item-graph {
    height: 93px;
    width: 144px;
    vertical-align: top;
    margin-right: 10px;
    object-fit: cover;
}


.ggm-home-travel-right-item-title {
    font-size: 18px;
    color: #000000;
    /*font-weight:700;*/
    width:210px;
    height:50px;
    overflow:hidden;
}

.ggm-home-travel-right-item-description {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    width: 210px;
    color: #666;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:justify;
}

.ggm-home-travel-body-rank {
    display: inline-block;
    margin-left: 20px;
}


/* 专题 */
.ggm-home-special-item {
    display: inline-block;
    position: relative;
}

.ggm-home-special-item-graph {
    width: 334px;
    height: 200px;
    object-fit: cover;
}

.ggm-home-special-item-shader {
    position: absolute;
    width: 100%;
    height: 66px;
    top: 73px;
    background: #000000;
    color: #ffffff;
    opacity: 0.6;
}

.ggm-home-special-item-title {
    position: absolute;
    width: 100%;
    height: 66px;
    top: 72px;
    font-size: 20px;
    text-align: center;
    line-height: 66px;
    color: white;
    /*font-weight:700;*/
}

/* 调查 */
.ggm-home-inves-container {
    margin: 10px 0;
    display: inline-block;
    width: 1080px;
    vertical-align: top;
}

.ggm-home-inves-item {
    width: 400px;
    margin-right: 0px;
    height: 170px;
    display: inline-block;
    margin-left:20px;
}

.ggm-home-inves-item-graph {
    height: 140px;
    width: 170px;
    vertical-align: top;
    margin-right: 15px;
    object-fit: cover;
}

.ggm-home-inves-item-title {
    font-size: 18px;
    color: #000000;
    /*font-weight: 700;*/
    overflow: hidden;
    width: 215px;
    height:50px;
    /*white-space: nowrap;*/
}

.ggm-home-inves-item-content {
    margin-top: 14px;
    font-size: 14px;
    color: #666;
    width: 215px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.ggm-home-inves-body-hot {
    display: inline-block;
    margin: 10px 0;
}


/* 城市 */
.ggm-home-city-container {
    margin: 5px 0;
    color: #ffffff;
    display: flex;
    align-items: stretch;
}

.ggm-home-city-item {
    position: relative;
    height: 200px;
    flex: auto;
    margin: 2px;
    cursor: pointer;
}
.ggm-home-city-item:hover .ggm-home-city-item-title{
    display:block;
}

.ggm-home-city-item > img {
    min-width: 100%;
    height: 100%;
}
.ggm-home-city-item-title {
    display:none;
    position: absolute;
    left: 2px;
    bottom: -2px;
    font-size: 16px;
    width:100%;
    background-color:#0a0a0a;
    opacity:0.8;
    color:white;
}


/* 读库 */
/*与旅闻通用*/

/* 线路 */
.ggm-home-way-container {
    margin: 10px 0;
    display: inline-block;
    width: 1080px;
    vertical-align: top;
}

.ggm-home-way-item {
    width: 350px;
    margin-right: 15px;
    height: 130px;
    display: inline-block;
}

.ggm-home-way-item-graph {
    height: 104px;
    width: 168px;
    vertical-align: top;
    margin-right: 10px;
    object-fit: cover;
}

.ggm-home-way-item-title {
    font-size: 18px;
    color: #000000;
    /*font-weight: 700;*/
    overflow:hidden;
    width:170px;
    height:50px;
    /*white-space:nowrap;*/
}

.ggm-home-way-item-content {
    margin-top: 19px;
    font-size: 14px;
    color: #666;
    width: 170px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:justify;
}

.ggm-home-way-body-hot {
    display: inline-block;
    margin: 10px 0;
}

/* 名家 */
.ggm-home-famous-item {
    display: inline-block;
}

.ggm-home-famous-item-avatar {
    display: inline-block;
    width: 101px;
    height: 102px;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 20px;
    border-radius:100%;
    object-fit:cover;
}

.ggm-home-famous-item-name {
    font-size: 18px;
    color: #000000;
    /*font-weight:700;*/
}

.ggm-home-famous-item-fans {
    margin: 10px 0;
    font-size: 12px;
    color: #9e9f9f;
}

.ggm-home-famous-item-honor {
    margin: 5px 0;
    font-size: 14px;
    color: #b19873;
    width: 158px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient:vertical;
    -webkit-line-clamp: 4;
    text-align:justify;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ggm-home-famous-item-introduce {
    margin-top: 10px;
    width: 332px;
    height: 122px;
    background: #eeeeee;
    border-radius: 5px;
    padding: 5px 20px;
}

.ggm-home-famous-item-introduce-title {
    font-size: 18px;
    color: #000000;
    /*font-weight: 700;*/
}

.ggm-home-famous-item-introduce-content {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:justify;
}

/* 视频 */


/* 活动 */
.ggm-home-activity-item {
    display: inline-block;
    width: 247px;
}

.ggm-home-activity-item-title {
    margin-top: 5px;
    font-size: 15px;
    color: #b19873;
    height:45px;
}

.ggm-home-activity-item-date {
    margin-top: 5px;
    font-size: 12px;
    color: #000000;
}

/* 时尚 */
.ggm-home-fashion-item {
    display: inline-block;
    width: 247px;
}

.ggm-home-fashion-item-title {
    margin-top: 5px;
    font-size: 15px;
    color: #b19873;
}

/*通用*/
.ggm-home-item {
    margin: 20px 0;
}

.ggm-home-item-header {
    border-bottom: 0.5px solid #000000;
}

.ggm-home-item-header-title {
    display: inline-block;
    font-size: 20px;
    /*font-weight:700;*/
}
.ggm-home-item-header-title:hover {
    cursor: pointer;
    color: #23527c;
}

.ggm-home-item-header-cate {
    float: right;
    font-size: 13px;
}

.ggm-home-item-header-more {
    margin-left: 10px;
    font-size: 13px;
    color: #ffffff;
    float: right;
    padding: 0px 2px;
    background: #e40012;
}

.ggm-home-item-body {
    margin: 20px 0 0 0;
}

.ggm-home-item-special {
    color: #ffffff;
    background: #e40012;
    font-size: 10px;
    padding: 0 2px;
}