@import"common.css";
@import"right.css";


.subject{
    width: 1239px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 58px;
    /* margin-top: 60px; */
}
.subject>main{
    width: 875px;
    height: auto;
}
.subject>.main>.content{
    width: 875px;
    height: auto;
    background: #ffffff;
    /* border-top: 2px dotted  #f0f0f0; */
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */

    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.subject>.main>.content>.swiper-container{
    width: 100%;
    height: 316px;
    /* padding-bottom: 29px; */
}
.swiper-slide {
    display: block;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-wrapper{
    background-color: #ffffff;
}
.subject>.main>.content>.swiper-container>.swiper-wrapper>.swiper-slide{
    width: 875px;
    height: 316px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.subject>.main>.content>.swiper-container>.swiper-wrapper>.swiper-slide>.img{
    width: 495px;
    height: 316px;
    overflow: hidden;
    text-align: center;
}
.subject>.main>.content>.swiper-container>.swiper-wrapper>.swiper-slide>.img>img{
    width: 100%;
}
.subject>.main>.content>.swiper-container>.swiper-wrapper>.swiper-slide>.text{
    width: 365px;
    height: 316px;
    text-align: left;
}
.subject>.main>.content>.swiper-container>.swiper-wrapper>.swiper-slide>.text>.title{
    width: 100%;
    height: 73px;
    font-size: 24px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #333333;
    line-height: 38px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
}
.subject>.main>.content>.swiper-container>.swiper-wrapper>.swiper-slide>.text>.des{
    width: 100%;
    height: 86px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 23px;
}
.subject>.main>.content>.swiper-container>.swiper-wrapper>.swiper-slide>.text>.date{
    width: 100%;
    height: 15px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
    margin-top: 79px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 17px !important;
    left: 402px  !important;
    width: 100%  !important;
}
.swiper-pagination-bullet-active {
    background: #5d248f !important;
}
.subject>.main>.content>.list{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-top: 29px;
}
.subject>.main>.content>.list>.item{
    display: block;
    width: 100%;
    height: 128px;
    /* background: #000000; */
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ebebeb;

    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.subject>.main>.content>.list>.item>.img{
    display: block;
    width: 185px;
    height: 128px;
    overflow: hidden;
}
.subject>.main>.content>.list>.item>.img>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subject>.main>.content>.list>.item>.img>img:hover{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}

.subject>.main>.content>.list>.item>.text{
    width: 655px;
    height: 128px;
    padding-right: 11px;
}
.subject>.main>.content>.list>.item>.text>.title{
    display: block;
    width: 100%;
    height: 23px;
    font-size: 18px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subject>.main>.content>.list>.item>.text>.des{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    margin-top: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
}
.subject>.main>.content>.list>.item>.text>.other{
    width: 100%;
    height: 21px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    margin-top: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.subject>.main>.content>.list>.item>.text>.other>div{
    width: auto;
    height: 21px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.subject>.main>.content>.list>.item>.text>.other>div>span, .subject>.main>.content>.list>.item>.text>.other>div>a{
    display: inline-block;
    width: auto;
    height: 21px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 5px;
}
.subject>.main>.content>.list>.item>.text>.other>div>a{
    color: #999;
    background-color: #eee;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
}
.subject>.main>.content>.list>.item>.text>.other>div>a:hover{
    color: #fff;
    background-color: #f5a43b;
}
.subject>.main>.content>.list>.item:hover>.text>.title, .subject>.main>.content>.list>.item:hover>.text>.des, .subject>.main>.content>.list>.item:hover>.text>.date{
    color: #f5a43b;
    
}



.subject>.main>.content>.list>.item2{
    display: block;
    width: 100%;
    height: auto;
    /* background: #000000; */
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ebebeb;

    /* display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap; */
}
.subject>.main>.content>.list>.item2>.img{
    display: block;
    width: 100%;
    height: 128px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 15px;
}
.subject>.main>.content>.list>.item2>.img>p{
    width: 33%;
    height: 128px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.subject>.main>.content>.list>.item2>.img>p>img{
    width: 100%;
}
.subject>.main>.content>.list>.item2>.img>p>img:hover{
    transform: scale(1.1);
}

.subject>.main>.content>.list>.item2>.text{
    width: 100%;
    /* height: 128px; */
    padding-right: 11px;
}
.subject>.main>.content>.list>.item2>.title{
    display: block;
    width: 100%;
    height: 23px;
    font-size: 18px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    /* margin-top: 15px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subject>.main>.content>.list>.item2>.text>.title{
    display: block;
    width: 100%;
    height: 23px;
    font-size: 18px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subject>.main>.content>.list>.item2>.text>.des{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
}
.subject>.main>.content>.list>.item2>.text>.other{
    width: 100%;
    height: 21px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.subject>.main>.content>.list>.item2>.text>.other>div{
    width: auto;
    height: 21px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.subject>.main>.content>.list>.item2>.text>.other>div>span, .subject>.main>.content>.list>.item2>.text>.other>div>a{
    display: inline-block;
    width: auto;
    height: 21px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 5px;
}
.subject>.main>.content>.list>.item2>.text>.other>div>a{
    color: #999;
    background-color: #eee;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
}
.subject>.main>.content>.list>.item2>.text>.other>div>a:hover{
    color: #fff;
    background-color: #f5a43b;
}
.subject>.main>.content>.list>.item2:hover>.text>.title,.subject>.main>.content>.list>.item2:hover>.title, .subject>.main>.content>.list>.item2:hover>.text>.des, .subject>.main>.content>.list>.item2:hover>.text>.date{
    color: #f5a43b;
    
}



.subject>.main>.content>.list>.item3{
    display: block;
    width: 100%;
    height: 128px;
    /* background: #000000; */
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ebebeb;

    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.subject>.main>.content>.list>.item3>.text{
    width: 100%;
    height: 128px;
    padding-right: 11px;
}
.subject>.main>.content>.list>.item3>.text>.title{
    display: block;
    width: 100%;
    height: 23px;
    font-size: 18px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subject>.main>.content>.list>.item3>.text>.des{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    margin-top: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
}
.subject>.main>.content>.list>.item3>.text>.other{
    width: 100%;
    height: 21px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    margin-top: 23px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.subject>.main>.content>.list>.item3>.text>.other>div{
    width: auto;
    height: 21px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.subject>.main>.content>.list>.item3>.text>.other>div>span, .subject>.main>.content>.list>.item3>.text>.other>div>a{
    display: inline-block;
    width: auto;
    height: 21px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 5px;
}
.subject>.main>.content>.list>.item3>.text>.other>div>a{
    color: #999;
    background-color: #eee;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
}
.subject>.main>.content>.list>.item3>.text>.other>div>a:hover{
    color: #fff;
    background-color: #f5a43b;
}
.subject>.main>.content>.list>.item3:hover>.text>.title, .subject>.main>.content>.list>.item3:hover>.text>.des, .subject>.main>.content>.list>.item3:hover>.text>.date{
    color: #f5a43b;
    
}

.list font{
    color: #f5a43b;
}


.type{
    width: 100%;
    height: 316px;
    /* padding-bottom: 29px; */
}
.type_content_2 {
    display: block;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.type_content{
    background-color: #ffffff;
}
.type_content_2{
    width: 875px;
    height: 316px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.type_content_2>.img{
    width: 495px;
    height: 316px;
    overflow: hidden;
    text-align: center;
}
.type_content_2>.img>img{
    width: 100%;
}
.type_content_2>.text{
    width: 365px;
    height: 316px;
    text-align: left;
}
.type_content_2>.text>.typename{
    width: 100%;
    height: 52px;
    font-size: 24px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #333333;
    line-height: 38px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /*margin-top: 20px;*/
}
.type_content_2>.text>.desc{
    width: 100%;
    /*height: 86px;*/
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /*margin-top: 23px;*/
}




