@charset "UTF-8";

/**!
 * 首页
 * date:2021-08-19
 * author: wppei;
 */

.banner {
    margin-bottom: 30px;
    height: 130px;
    background-color: #F2F2F2;
    text-align: center;
}

.banner span {
    display: block;
    font-size: 34px;
    color: #045AA6;
    line-height: 34px;
    font-weight: bold;
    padding-top: 18px;
}

.banner-box {
    width: 100%;
    padding: 30px 0;
}

.banner-href {
    display: block;
    height: 160px;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.con {
    float: left;
    width: calc(50% - 20px);
    overflow: hidden;
}

.con-tt {
    position: relative;
    margin: 18px 0;
    height: 24px;
    line-height: 24px;
}

.con-tt:after {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    top: 12px;
    height: 1px;
    background-color: #0f6abb;
}

.con-box {
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #0f6abb;
    border-left: 4px solid #0f6abb;
    border-right: 4px solid #0f6abb;
    background-color: #fff;
}

.con-list li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: url("/images/list_dian.png") left center no-repeat;
    padding-left: 15px;
}

.con-name {
    float: left;
    width: calc(100% - 150px);
    color: #262626;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
}

.con-name:hover {
    padding-left: 5px;
}

.con-time {
    float: right;
    color: #a5a5a5;
}

.con.video {
    position: relative;
}

.con.video .con-list li:nth-child(4) .con-name,
.con.video .con-list li:nth-child(5) .con-name,
.con.video .con-list li:nth-child(6) .con-name {
    width: 180px;
}

.con-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.w100 {
    width: 100%;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    float: left;
    margin-left: 20px;
}

.pthree {
    padding-top: 30px;
}

.slider-box .swiper-container-horizontal>.swiper-pagination-bullets,
.slider-box .swiper-pagination-custom,
.slider-box .swiper-pagination-fraction {
    bottom: 16px;
    right: 12px;
    left: auto;
}

.slider-link {
    position: relative;
    display: block;
    width: 100%;
}

.slider-img {
    width: 100%;
    height: 320px;
}

.slider-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-indent: 20px;
    font-size: 14px;
    padding-right: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.5);
}

.hot {
    position: relative;
    padding: 40px 0;
    margin-top: 30px;
    border-top: 3px solid #0f6abb;
}

.hot .swiper-button-next,
.hot .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 19px;
    height: 25px;
    background-repeat: no-repeat;
}

.hot .swiper-button-next {
    left: -40px;
    background-image: url("/images/leftjt.gif");
}

.hot .swiper-button-prev {
    left: auto;
    right: -40px;
    background-image: url("/images/rightjt.gif");
}

@media (max-width: 1200px) {
    .con-right {
        width: 200px;
    }
}

@media (max-width: 979px) {
    .con-name {
        width: calc(100% - 100px);
    }
    .con-right {
        width: 170px;
    }
    .con.video .con-list li:nth-child(4) .con-name,
    .con.video .con-list li:nth-child(5) .con-name,
    .con.video .con-list li:nth-child(6) .con-name {
        width: calc(100% - 180px);
    }
}

@media (max-width: 767px) {
    .banner span {
        font-size: 25px;
    }
    .con {
        width: 100%;
        margin: 0;
    }
    .banner-href {
        height: 100px;
    }
}