﻿body {
  
}

.EgGridViewIndex {
    width: 100%;
    margin: 0;
}

#container {
    width: 1200px;
    min-height: 700px;
    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;
    }

#listContainer {
    background-color: #FFFFFF;
   
    box-sizing: border-box;
}

/*.listItem {
    width: 100%;
    height: 170px;
    border-top: solid 1px #d8d8d8;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    float: left;
    padding: 20px 0px;
}

    .listItem:first-child {
        border-top-width: 0px;
        padding-top: 0px;
        height: 150px;
    }

.listItem_img {
    width: 180px;
    height: 125px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.listItem_content {
    width: 440px;
    height: 125px;
    float: left;
    margin-left: 20px;
}

.listItem_title {
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

   

.listItem_text {
    text-align: left;
    margin-top: 6px;
    line-height: 18.5px;
}

.listItem_right {
    width: 480px;
    height: 125px;
    float: right;
    margin-left: 20px;
    position: relative;
}

*/


.listItem:first-child  {
    margin-left: 0px;
}

 
.listItem {
    width: calc((100%  ) / 4);
    height: 504px;
    border: dashed 1px #e3e3e3;
    float: left;
    background: #eeeeee;
    cursor: pointer;
}
  /*  .listItem:nth-of-type(odd) {
        background:#f5f5f5;
    }*/
    .listItem:nth-of-type(1) {
        background: #f5f5f5;
    }
    .listItem:nth-of-type(3) {
        background: #f5f5f5;
    }
    .listItem:nth-of-type(6) {
        background: #f5f5f5;
    }
    .listItem:nth-of-type(8) {
        background: #f5f5f5;
    }
    .listItem_img {
        width: 165px;
        height: 132px;
        float: left;
        margin: 43px auto 23px auto;
        margin-left: calc((100% - 165px) / 2);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

.listItem_content {
    width: 100%;
    height: 310px;
    float: left;
}

.listItem_title {
    width: 100%;
    text-align: center;
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 36px;
    color: #1b65aa;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 10px;
}

.listItem_yz {
    line-height: 27px;
    height: 27px;
    width: calc(100% - 32px);
    margin: 0 auto;
    text-align: center;
    color: #707070;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    margin-top: 15px;
}

.listItem_text {
    line-height: 27px;
    height: 110px;
    width: calc(100% - 64px);
    margin: 0 auto;
    text-align: center;
    color: #707070;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    
}

.listItem_more {
    width: 100px;
    margin: 0 auto;
    height: 18px;
    padding-bottom: 8px;
    padding-top: 20px;
    border-bottom: 1.5px solid #707070;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans SC;
    color: #0587df;
    cursor: pointer;
    display:none; 
}
    .listItem_more a {
        color: #0587df;
    }
    .listItem_more a:link {
        color: #0587df;
    }
    .listItem_more a:hover {
        color: #ae12d4;
        text-decoration:none;
    }

    .listItemShowMore {
        margin: 88px auto 88px auto;
        width: 266px;
        height: 91px;
        background: url('more.png') no-repeat top center;
        background-size: cover;
    }


#newsTabContainer {
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #d7d7d7;
 /*   position: relative;*/
    box-sizing: border-box;
}

.newsTab {
    height: 100%;
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f5f5f5;
    cursor: pointer;
    /* margin-left: 15px;*/
    text-align: center;
    line-height: 40px;
    color: #000000;
    border: solid 1px #dddddd;
}

.newsTabTitle {
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    box-sizing:border-box;
}

.newsTab:not(.newsTab_on):hover {
    background-color: #1851a1;
    color: #FFFFFF;
}

.newsTab:first-child {
    margin-left: 0px;
}

.newsTab_on {
    background-color:#1851a1;
    color: #FFFFFF;
    border: solid 1px #0587df;
}
.EgGridViewIndex_pageNumContainer {

margin-top:20px;}