@import url("common.css");
@import url("public.css");
/* banner */
.bannerbox {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 360px;
}

.banner {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}


/* 新闻页 */
.newsCon_l {
    width: 540px;
    height: 400px;
    padding: 20px 0 0;
    margin: 0 30px;
}

.newsCon_r {
    width: 600px;
    height: 400px;
}

.newsCon_l > p {
    height: 150px;
    line-height: 25px;
    margin: 15px 0 25px;
    overflow: hidden;
}

.moreBtn {
    width: 152px;
    height: 50px;
    line-height: 50px;
}

.moreNewsBtn a {
    color: #999;
    border: 1px solid #999;
}

.newsCon .moreNewsBtn a:hover {
    color: #fff;
    background: #2757ad;
    border: 1px solid #2757ad;
}

.newsList_item {
    margin-bottom: 30px;
}

.newsList_item_l {
    width: 300px;
    height: 200px;
    margin-right: 35px;
}

.newsList_item_r {
    width: 580px;
}

.newsList_item_r_tit {
    line-height: 42px;
    margin-bottom: 20px;
}

.newsList_item_r p {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.newsList_item_r_tit:after {
    content: '';
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0;
    right: auto;
    height: 1px;
    width: 60px;
    background: #999;
}

.newsList_item:hover {
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
    color: #2757ad;
    animation-name: shadowBottom;
    animation-duration: 100ms;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

    .newsList_item:hover .newsList_item_r_tit {
        color: #2757ad;
    }

        .newsList_item:hover .newsList_item_r_tit::after {
            background: #2757ad;
        }

    .newsList_item:hover .moreNewsBtn a {
        color: #fff;
        background: #2757ad;
        border: 1px solid #2757ad;
    }

@keyframes shadowBottom {
    from {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 0 rgba(0, 0, 0, .1);
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0)
    }

    to {
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0)
    }
}

.newsList_item .moreNewsBtn {
    position: absolute;
    top: 25%;
    right: 65px;
}

.looMore {
    width: 260px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #999;
    margin-top: 40px;
}


/* 新闻详情 */
.f-bule {
    color: #2757ad;
}

.newsDetail_position {
    line-height: 50px;
    margin-top: 10px;
}

.newsDetail_con {
    padding: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.newsDetail_tips {
    height: 50px;
    margin-top: 35px;
}

    .newsDetail_tips span {
        width: 800px;
        line-height: 25px;
        vertical-align: top;
    }

    .newsDetail_tips a {
        color: #999;
    }

.backBtn {
    width: 200px;
    height: 50px;
    line-height: 50px;
}

    .backBtn a {
        color: #999;
        border: 1px solid #ddd;
    }
