﻿/* 河大统战部分 */
.tongzhan {
    padding-top: 30px;
    height: 600px;
    width: 100%;
    background: linear-gradient(to bottom, #fff 0% ,#fff 40% ,#A8332B 40% , #A8332B 100%);
}

.henuPic .SH_swiper ,
.tongzhan .TZ_swiper {
    height: 500px;
    width: 80%;
    margin: 30px auto 0;
    position: relative;
    max-width: 1360px;
}



.henuPic .SH_swiper .swiper-slide ,
.tongzhan .TZ_swiper .swiper-slide {
    height: 500px;
}



.henuPic .SH_swiper .tongzhan-next,
.tongzhan .TZ_swiper .tongzhan-next{
    position: absolute;
    right: -60px;
    top: 230px;
    color: #BFBFBF !important;
    font-weight: bold;
}

.henuPic .SH_swiper .tongzhan-prev,
.tongzhan .TZ_swiper .tongzhan-prev{
    position: absolute;
    left: -60px;
    top: 230px;
    color: #BFBFBF !important;
    font-weight: bold;
}


.henuPic .SH_swiper .swiper-slide a img ,
.tongzhan .TZ_swiper .swiper-slide a img {
    width: 100%;
    height: 50%;
}

.tongzhan .TZ_swiper .swiper-slide .tz_describe{
    height: 40%;
    width: 100%;
    background-color: #F4F4F4;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.henuPic .SH_swiper .swiper-slide .tz_describe{
    height: 40%;
    width: 100%;
    background-color: #fff;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}


.henuPic .SH_swiper .swiper-slide a  ,
.tongzhan .TZ_swiper .swiper-slide a  {
    text-align: center;
}

.henuPic .SH_swiper .swiper-slide .tz_title,
.tongzhan .TZ_swiper .swiper-slide .tz_title{
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: black;

}

.henuPic .SH_swiper .swiper-slide p,
.tongzhan .TZ_swiper .swiper-slide p {
    margin-top: 15px;
    font-size: 14px;

    height: 90px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: black;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 河南大学书画院 */
.henuPic{
    padding-top: 40px;
    height: 600px;
    width: 100%;
    background-color: #f4f4f4;
}




