﻿body {
/*    background-color: #fafafa;*/
}

.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;
    margin-top: 30px;
}

/*.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% - 60px ) / 2 );
    min-height: 640px;
    border: dashed 1px #e3e3e3;
    float: left;
    background: #eeeeee;
    margin-left: 60px;
    box-sizing: border-box;
    margin-top: 32px;
    background: url(bg.png) repeat-y;
    padding: 0px 25px;
}
 

    .listItem:nth-of-type(odd) {
         margin-left:0px;
    }

.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: cover;
}

.listItem_content {
    width: 100%;
    height: 520px;
    float: left;
    margin-top: 10px;
    
}

.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;
    font-size: 31px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    padding-top: 50px;
}
.listItem_gzjy {
    line-height: 22px;
    height: 22px;
    margin: 22px 0px 22px 0px;
    
}
.listItem_gwzz {
    line-height: 18px;
    height: 146px;
    margin: 0px 0px 10px 0px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
}

.listItem_rzyq {
    line-height: 18px;
    height: 270px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 33;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
}

 

.bt {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
 
    color: #333333;
}
.Itembt {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
   margin-bottom:20px;
    color: #333333;
}
#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;
}
