.inbanner {
    width: 100%;
    height: 620px;
    position: relative;
    overflow: hidden;
}

.inbanner > img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    z-index: 0;
    width: 1920px;
    height: 100%;
}

.hotout {
    background-color: #f1f1f1;
    padding: 75px 0;
}

.hot {
    overflow: hidden;
    height: 450px;
    background-color: #fff;
}

.hot .pic {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hot .r {
    width: 50%;
    height: 100%;
}

.r {
    float: right;
}

.hotr {
    padding: 90px 70px 10px 50px;
}

.hotr h3 {
    color: #039be3;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    max-height: 60px;
    overflow: hidden;
}

.hotr h3 a {
    color: #039be3;
}

.hotr .txt {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 30px;
    max-height: 234px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*新闻列表*/

.newslist {
    padding: 75px 0 20px;
    width: 100%;
    overflow: hidden;
}

.newslist .newslist_li {
    padding: 30px 0;
    height: 130px;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 40px;
}

.newslist .newslist_li:hover {
    box-shadow: 0 4px 8px 0 rgba(153, 153, 153, 0.2);
}

.newslist .newslist_li,
.newslist .newslist_li h3,
.newslist .newslist_li img {
    transition: 0.6s;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
}

.newslist .newslist_li a {
    display: block;
    padding-left: 180px;
    padding-right: 290px;
    height: 100%;
    position: relative;
}

.newslist .date {
    float: left;
    margin-left: -144px;
    width: 96px;
    height: 96px;
    margin-top: 16px;
    color: #fff;
    background-color: #039be3;
}

.newslist .date .year {
    display: block;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    padding-left: 20px;
    padding-top: 20px;
}

.newslist .date .mday {
    display: block;
    font-size: 22px;
    line-height: 36px;
    height: 36px;
    padding-left: 20px;
}

.newslist h3 {
    height: 30px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 4px;
    padding-top: 16px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newslist .txt {
    height:75px;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newslist .pic {
    width: 172px;
    height: 132px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 1;
    border: 1px solid #dedede;
    text-align: center;
}

.newslist .pic img {
    max-width: 170px;
    height: 130px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .inbanner {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .inbanner > img {
        position: relative;
        left: 0;
        margin-left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
        height: auto;
    }

    .hotout {
        background-color: #f1f1f1;
        padding: 0;
    }

    .hot {
        position: relative;
        overflow: hidden;
        height: auto;
        background-color: #fff;
        padding: 20px;
    }

    .hot .pic {
        float: left;
        width: 160px;
        height: 160px;
        position: relative;
        overflow: hidden;
    }

    .hot .pic img.full {
        width: 100%;
    }

    .hot .r {
        position: absolute;
        width: 100%;
        padding-left: 180px;
        z-index: 1;
        top: 0;
        left: 0;
        box-sizing: border-box;
    }

    .hotr {
        padding: 25px 20px;
    }

    .hotr h3 {
        color: #039be3;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        max-height: 60px;
        overflow: hidden;
    }

    .hotr h3 a {
        color: #039be3;
        font-size: 30px;
    }

    .hotr .txt {
        font-size: 26px;
        margin-top: 5px;
        max-height: 234px;
        line-height: 36px;
    }

    /*新闻列表*/
    .newslist {
        padding: 20px 15px;
        width: auto;
        overflow: hidden;
    }

    .newslist .newslist_li {
        height: auto;
        padding:20px;
        position: relative;
        border: 1px solid #dedede;
        margin-bottom: 20px;
    }

    .newslist .newslist_li:hover {
        box-shadow: 0 4px 8px 0 rgba(153, 153, 153, 0.2);
    }

    .newslist .newslist_li,
    .newslist .newslist_li h3,
    .newslist .newslist_li img {
        transition: 0.6s;
        -ms-transition: 0.6s;
        -moz-transition: 0.6s;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
    }

    .newslist .newslist_li a {
        padding-left: 10px;
        padding-right: 170px;
    }

    .newslist .date {
        display: none;
    }

    .newslist h3 {
        font-size: 30px;
        line-height: 44px;
        height: 44px;
        padding-top: 0;
    }

    .newslist .txt {
        font-size: 26px;
        line-height: 36px;
        height:auto;
    }

    .newslist .pic {
        width: 150px;
        height: 150px;
        overflow: hidden;
        position: absolute;
        right: 0px;
        top: 0;
        z-index: 1;
        border: 1px solid #dedede;
        text-align: center;
    }

    .newslist .pic img {
        max-width: 150px;
        height: 150px;
        vertical-align: middle;
    }
}