﻿body {
    
}

#container {
    width: 1200px;
    margin: 0px auto 50px auto;
    overflow: hidden;
}

#locationContainer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 16px;
}

    #locationContainer:before {
        color: #6997c7;
    }

#detailInfo {
    width: 1200px;
    min-height: 300px;
    
    box-sizing: border-box;
    background-color: #FFFFFF;
}

#detail_title {
    text-align: center;
    width: 100%;
    line-height: 50px;
    font-weight: bold;
    font-size: 24px;
}

#detail_front {
    border-bottom: solid 1px #e6e6e6;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #666666;
}

.detail_content {
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #6f7174;
    margin-top: 10px;
}



.gsjjItem {
    width: 100%;
    height: 365px;
    float: left;
}

.gsjjItem_img {
    width: 578px;
    height: 345px;
    float: left;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gsjjItem_img:last-child {
  
    float: right;
  
}
.gsjjItem_content {
    width: 530px;
    height: 457px;
    float: left;
    /*  border:solid 1px #ff0000; */
}

.gsjjItem_title {
    width: 100%;
    text-align: left;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom:30px;
    line-height: 80px;
}

 