﻿.bg
{
    background: #f4f4f4;
    overflow: hidden;
}

/*位置*/
.locationBox
{
    height: 50px;
    background: #ebebeb;
    line-height: 50px;
    font-size: 18px;
}

.locationBox .location > span
{
    border-left: #185b52 solid 4px;
    padding-left: 5px;
}

@media (max-width: 768px)
{
    .locationBox .location
    {
        padding-left: 10px;
    }
}

/*新闻列表*/
.newsList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.newsList span
{
    display: block;
}

.newsList .pubDate
{
    width: 110px;
    height: 110px;
    background: #185b52;
    color: #fff;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.newsList .pubDate .year
{
    border-bottom: #fff solid 1px;
    width: 58px;
    margin: 22px auto 0px auto;
}

.newsList li
{
    width: 560px;
    float: left;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: #dcdcdc dashed 1px;
}

.newsList li:nth-child(9), .newsList li:nth-child(10)
{
    border-bottom: none;
}

.newsList li:nth-child(2n+1)
{
    margin-right: 80px;
}

.newsList .title
{
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList .summary
{
    line-height: 25px;
    margin-top: 18px;
}

@media (max-width: 768px)
{
    .newsList
    {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    
    .newsList li
    {
        width: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .newsList li:nth-child(9)
    {
        border-bottom: #dcdcdc dashed 1px;
    }
    
    .newsList .summary
    {
        line-height: 25px;
        margin-top: 10px;
    }
}

/*工程*/
.projectList
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.projectList li
{
    float: left;
    width: 31%;
    margin: 1%;
}

.projectList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}


.projectList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}
@media (max-width: 768px) 
{
    .projectList li
    {
        width: 48%;
    }
    
    .projectList li span
    {
        font-size: 14px;
    }
}

/*产品*/

.productList
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.productList li
{
    float: left;
    width: 31%;
    margin: 1%;
}

.productList .imgBox
{
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
    background: #efefef;
}


.productList li span
{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    overflow: hidden;
    position:relative;
    z-index: 2;
    background-color: rgba(0,0,0,.6);
}
@media (max-width: 768px) 
{
    .productList
    {
        margin-top: 0px;
    }

    .productList li
    {
        width: 48%;
    }
    
    .productList li span
    {
        font-size: 14px;
    }
}

/* 搜索 */
.tagsSearch
{
    background-color: #f5f5f5;
    padding: 2% 0;
}
.searchMain
{
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
}
.searchBtn input
{
    width: 100%;
    height: 56px;
    line-height: 54px;
    font-size: 18px;
    outline:none;
}
.searchBtn .search_text
{
    overflow: hidden;
    padding: 10px 0 10px 10px;
}
.searchBtn .search_btn
{
    float: right;
    width: 100px;
    padding: 10px 10px 10px 0;
}
.searchBtn .search_text input
{
    padding-left: 30px;
    padding-right: 1em;
    background-color: #dcdcdc;
    border: 1px solid #cfcfcf;
    border-radius: 56px 0 0 56px;
}

.searchBtn .search_btn input
{
    background: #185b52 url("../Images/searchBg.png") no-repeat center center / auto 70%;
    border: 1px solid #185b52;
    border-radius: 0 56px 56px 0;
    cursor: pointer;
}
.searchKeyword
{
    color: #969696;
    font-size: 14px;
}

.searchKeyword ul
{
    margin-top: 10px;
}

.searchKeyword li
{
    display: inline-block;
    margin-right: 5px;
}

.searchKeyword li a
{
    color: #969696;
}

@media (max-width: 768px) 
{
    .searchBtn input
    {
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }
    .searchBtn .search_text input
    {
        padding-left: 20px;
    }
}

/* 标题 */
.tagsTitle
{
    text-align: center;
    margin-top: 4%;
    margin-bottom: 15px;
}
.tagsTitle span
{
    position: relative;
    color: #185b52;
    font-size: 30px;
    font-weight: bold;
}
.tagsTitle span:after,
.tagsTitle span:before
{
    content: "";
    position: absolute;
    width: 1.5em;
    height: 4px;
    background-color: #185b52;
    top: 50%;
    margin-top: -2px;
}
.tagsTitle span:after
{
    left: 100%;
    margin-left: .5em;
}
.tagsTitle span:before
{
    right: 100%;
    margin-right: .5em;
}

@media (max-width: 768px) 
{
    .tagsTitle span
    {
        font-size: 20px;
    }
    .tagsTitle span:after,
    .tagsTitle span:before
    {
        height: 2px;
        margin-top: -1px;
    }
}




