
.page-header{
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 375px;
}
.page-header h1{
    line-height: 1.4em;
    font-size: 4.125rem;
    font-family: 'Lato',sans-serif;
    font-weight: 700;
    text-align: center;
    color: white;
    padding-top: 150px;
}
.list-all{
    padding-top: 44px;
    padding-bottom: 98px;
    border-top: 1px solid #d7d7d7;
    font-family: 'Lato',sans-serif;
}
.list-wrapper{
    text-align: center;
    font-size: 0;
}
.list-one{
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
    border: 1px solid #ececec;
    width: 1180px;
    height: 150px;
    font-size: 0;
    text-align: left;
    transition: .3s;
}
.list-left{
    padding-top: 29px;
    padding-left: 15px;
    width: 146px;
    height: 100%;
    background: #f2f2f2;

    display: inline-block;
    vertical-align: top;
}
.left-name{
    margin-bottom: 5px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: #e00012;
}
.left-created{
    margin-bottom: 5px;
    line-height: 16px;
    font-size: 16px;
    /*color: #979797;*/
}
.list-middle{
    display: inline-block;
    vertical-align: top;
}
.list-text{
    margin-top: 32px;
    margin-left: 52px;
    width: 630px;
}
.list-middle h3{
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-middle .desc{
    display: -webkit-box;
    line-height: 26px;
    font-size: 14px;
    /*color: #979797;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-link{
    position: absolute;
    right: 44px;
    top: 65px;
    font-size: 14px;
    color: #666;
}

.list-one:hover {
    background: #f2f2f2;
}
.list-one:hover .list-middle a.link img {
    transform: translateX(10px);
}

p{
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    color: var(--ast-global-color-3);
    font-family: 'Lato',sans-serif;
}
a{
    color: var(--ast-global-color-2);
}
.search-wrapper .the-search{
    width: 50%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.the-search input{
    width: 80%;
    /*border-color: #1d2124;*/
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 4px 6px rgba(32,33,36,.28);
}
.the-search input:focus{
    border-color: #111416;
}
.the-search button{
    position: relative;
    right: 5px;
    top: 1px;
    background-color: #5cb85c;
    box-shadow: 0 4px 6px rgba(32,33,36,.28);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.search-result{
    z-index: 100000;
    position: absolute;
    background: white;
    border: 1px solid #eee;
    /*height: 250px;*/
    width: 80%;
    overflow-y: scroll;
    box-shadow: 0 4px 6px rgba(32,33,36,.28);
    display: none;
}
.search-result:hover{
    display: block;
}
.search-result ul{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.search-result ul li{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

@media (max-width:   1338px) {
    .list-text{
        width: 500px;
    }
    .list-one{
        width: 1000px;
    }
}

@media (max-width: 1200px) {
    .news-one {
        width: 100%;
    }
    .news-one-desc {
        width: calc(100% - 300px);
    }
    .news-one-desc a.link span.more {
        display: none;
    }
    .news-one-words {
        width: auto;
    }
}

@media (max-width: 1130px) {
    .list-text{
        width: 400px;
    }
    .list-one{
        width: 750px;
    }
}
@media (max-width: 1000px) {
    /*.news-dtl {
        width: 100%;
    }*/
    .left-name{
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    /*.list-all {
        padding-top: 30px;
        !*padding-top: 0;*!
        padding-bottom: 40px;
    }
    .list-wrapper {
        margin-bottom: 6px;
    }
    .list-one {
        margin-bottom: 25px;
        height: 94px;
    }
    .list-left {
        padding-top: 12px;
        padding-left: 16px;
        width: 82px;
    }
    .list-left .left-name {
        margin-bottom: 2px;
        line-height: 34px;
        font-size: 34px;
    }
    .list-left p {
        margin-bottom: 3px;
        line-height: 13px;
        font-size: 13px;
    }
    .list-middle{
        width: calc(100% - 130px);
    }
    .list-middle a.list-link {
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .list-text{
        margin-top: 24px;
        margin-left: 14px;
    }
    .list-middle h3 {
        margin-bottom: 8px;
        line-height: 16px;
        font-size: 16px;
        font-weight: normal;
    }
    .list-text {
        -webkit-line-clamp: 1;
    }
    .list-middle a.link img {
        width: 20px;
    }
    .list-one:hover .list-middle a.link img {
        transform: translateX(5px);
    }*/

}
@media (max-width: 840px) {
    .list-text{
        width: 300px;
    }
    .list-one{
        width: 650px;
    }
    .search-wrapper .the-search{
        width: 90%;
    }
    .search{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .list-text{
        width: 200px;
    }
    .list-one{
        width: 550px;
    }
}

@media (max-width: 635px) {
    /*.list-middle {
        width: 400px;
    }*/
}
@media (max-width: 600px) {
    .list-text{
        width: 300px;
    }
    .list-one{
        width: 530px;
    }
    .list-link {
        display: none;
    }
}

@media (max-width: 556px) {
    .list-text{
        width: 256px;
    }
    .list-one{
        width: 486px;
    }
}
@media (max-width: 500px) {
    .list-text{
        width: 200px;
    }
    .list-one{
        width: 430px;
    }
}

@media (max-width: 454px) {
    .list-text{
        width: 154px;
    }
    .list-one{
        width: 384px;
    }
}


@media (max-width: 544px) {
    /* .list-middle {
         width: calc(100% - 94px);
     }
     .list-middle a.link {
         display: none;
     }*/
}
.tel{
    color: #5cb85c;
    font-weight: bold;
    display: inline-block;
    line-height: 25px;
}

