﻿#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;
}
#leftContainer {
    width:100%;height:63px; float:left;margin:30px auto 30px auto;
}
#listContainer {
    width:calc(100%  );height:100%;float:left; box-sizing:border-box;
}
#menuF {
    width:100%;height:60px;text-align:center;
/*    color:#FFFFFF;background-color:#538bc5;line-height:60px;
    font-size:18px;font-weight:bold;letter-spacing:2px;text-indent:2px;*/
    box-sizing:border-box;

}

.menuC {
    width: 253px;
    height: 53px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    line-height: 53px;
    box-sizing: border-box;
    margin-left: 40px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 22px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    float: left;
}
    .menuC:first-child {
        margin-left: 140px;
    }
.menuC:last-child {
    border-bottom-width:0px;
}
    .menuC:hover,
    .menuC_on {
        color: white;
        color: white;
        background: rgba(20, 115, 204, 1);
        /* box-shadow: 0px 1px 18px rgb(17 88 232 / 65%); */
        border-radius: 30px;
    }
.menuC_on:after {
    content:"";
    width:10px;height:10px;box-sizing:border-box;
    border-right:solid 1px #6997c7;border-top:solid 1px #6997c7;transform:rotate(45deg);
    position:absolute;right:0px;top:50%;margin-top:-5px;
}
.EgGridViewIndex_pageNumContainer_inner {
    width: 900px;
 
    margin-left: calc(50% - 450px);
}
/*分页*/
#listTitleContainer {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #d9d9d9;
    position: relative;
    box-sizing: border-box;
}
#listTitle {
   height:100%;line-height:60px;position:absolute;left:0px;top:1px;border-bottom:solid 3px #6997c7; box-sizing:border-box;
   color:#6997c7;padding:0px 10px;font-size:18px;
}
#listSearch {
    position:absolute;right:59px;top:14px;height:32px;width:300px;
    border:solid 1px #d9d9d9;box-sizing:border-box;z-index:1;
}
#listSearch:before {
    position:absolute;left:8px;top:8px;width:16px;height:16px;text-align:center;line-height:16px;color:#d9d9d9
}
#TB_list_kw {
    width:calc(100% - 32px);height:20px;line-height:20px;margin-top:6px;border-width:0px;float:right;
}
#btn_list_search {
    width:60px;height:32px;line-height:32px;background-color:#6997c7;text-align:center;color:#FFFFFF;
    position:absolute;right:0px;top:14px;z-index:2;cursor:pointer;
}
.newsItem {
    width: 100%;
    height: 310px;
    line-height: 50px;
    overflow: hidden;
    margin-top: 74px;
}
.newsItem_content {
    width: calc(100% - 530px);
    height: 350px;
    float: left;
    margin-left: 52px;
    box-sizing: border-box;
}

.newsItem_title {
    width: calc(100%);
    height:70px;
    line-height: 35px;
    float: left;
    position: relative;
    /* text-indent: 30px; */
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    font-size: 24px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
}
    .newsItem_title a {
        color: #333333;
    }
        .newsItem_title a:hover {
            text-decoration: none;
            color: rgba(20, 115, 204, 1);
        }
/*.newsItem_title:before {
    content:"";
    position:absolute;width:6px;height:6px;background-color:#6997c7;border-radius:50%;
    left:5px;top:50%;margin-top:-3px;
}*/
.newsItem_bottom {
    width: 100%;
     height: 40px;
    float: left;
    margin-top: 16px;
}
.newsItem_date {
    width: 120px;
    height: 20px;
    line-height: 20px;
    float: left;
    text-align: left;
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.newsItem_img {
    width: 465px;
    height: 310px;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.newsItem_more {
    text-align: center;
    color: #FFFFFF;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 15px;
    float: right;
    width: 169px;
    height: 40px;
    line-height: 40px;
    background: #b3b8ba;
    /* box-shadow: 0px 5px 16px rgb(17 88 232 / 44%); */
    border-radius: 0px;
   
    border-radius: 3px;
    margin-top:0px;
}
    .newsItem_more:hover {
        background: rgba(20, 115, 204, 1);
    }
    .newsItem_more a {
        color: #FFFFFF;
    }
.newsItem_text {
    line-height: 34px;
    height: 155px;
    width: calc(100%);
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
    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: 6;
    color: #666666;
    margin-top: 20px;
    float: left;
}
    .newsItem_text a:hover {
        text-decoration: none;
    }
    .newsItem_text a {
        color: #666666;
    }
 /*   .newsItem_text a {
        color: #333333;
    }
    .newsItem_title a {
        color: #333333;
    }
*/