.yylg-ygfm {
    width: 100%;
}

.yylg-ygfm-title {
    width: 100%;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    padding: 29px 0 35px 0;
    text-align: center;
}

.yylg-ygfm-itemtitle {
    width: 100%;
    height: 50px;
    font-size: 24px;
    color: #095BA3;
    border-bottom: 2px solid #EEEEEE;
    position: relative;
}

.yylg-ygfm-itemtitle span {
    padding-bottom: 14px;
    border-bottom: 4px solid #095BA3;
    position: absolute;
    top: 2px;
}

.yylg-ygfm-tj-itemtext {
    width: calc(100% - 46px);
    background: #F9F9F9;
    padding: 23px;
}

.yylg-ygfm-tj-itemtext-div {
    width: 100%;
    height: 22px;
    color: #333333;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*设置方向*/
    -webkit-line-clamp: 1;
    /*设置超过为省略号的行数*/
    overflow: hidden;
}

.yylg-ygfm-tj-swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-slide-img {
    width: 100%;
    height: 452px;
}

.yylg-ygfm-tj-swiper .swiper-wrapper {
    color: black;
    font-size: 20px;
}

.yylg-ygfm-tj-swiperInfo {
    width: 100%;
    height: 46px;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    margin-top: -46px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    line-height: 46px;
}

.yylg-ygfm-tj-swiperInfo-title {
    color: white;
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 19px;
    display: flex;
}
.yylg-ygfm-tj-swiperInfo-number{
    margin-left: auto;
    color: white;
    margin-top: auto;
    display: flex;
}

.yylg-ygfm-tj-swiperInfo-number span{
    font-size: 34px;
    font-weight: 400;
    margin-left: 5px;
}
.yylg-ygfm-tj-swiperInfo-number span:last-child{
    font-size: 18px;
    margin-right: 13px;
    line-height: 54px;
}
.yylg-ygfm-tj-swiperInfo-btn{
    width: 74px;
    height: 100%;
    background: #095BA3;
    float: right;
    display: flex;
}
.yylg-ygfm-tj-swiperInfo-btn img{
    width: 15px;
    height: 12px;
    flex: 1;
    padding: 17px 11px;
    cursor: pointer;
}


.yylg-ygfm-tj-items {
    width: calc(100% + 4px);
    position: relative;
    margin-top: -2px;
    margin-left: -2px;
    display: flex;
}

.yylg-ygfm-tj-item {
    width: 171px;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 7px;
    margin-bottom: 6px;
    border: 2px solid transparent;
}

.yylg-ygfm-tj-item:hover {
    border: 2px solid #095BA3;
}

.yylg-ygfm-tj-activeitem {
    border: 2px solid #095BA3;
}

.yylg-ygfm-tj-item:nth-child(4n) {
    margin-right: -0px;
}

.yylg-ygfm-tj-item .yylg-ygfm-tj-item-topRight {
    width: 37px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
}

.yylg-ygfm-tj-item-topRighttext {
    width: 26px;
    height: 33px;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 30px;
}

.yylg-ygfm-tj-item .yylg-ygfm-tj-item-img {
    width: 100%;
    height: 140px;
    /* margin-top: -1px; */
}

.yylg-ygfm-tj-item-name {
    width: 100%;
    height: 50px;
    background: #F9F9F9;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 50px;
    text-align: center;
}

.swiper-slide{
    text-align: center;
}

.swiper-slide-img {
    width: auto;
    max-width: 100%;
    height: 22rem;
}
