.title{
    /* border-bottom: 2px solid #E8E7E7; */
    clear: right;
    height: 42px;
    position: relative;
}
.title > div{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    color: #2D2D2D;
    padding: 15px 0;
    border-bottom: 3px solid #BA0200;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.title > div span{
    color: #BA0200;
}
.title > a{
    float: right;
    font-size: 14px;
    color: #BA0200;
    margin-top: 8px;
}
.swiper-box{
    width: 1200px;
    height: 429px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-top: 41px;
}
.swiper-container-1{
    width: 660px;
    height: 429px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* margin-left: 20px; */
}
.swiper-box .swiper-slide{
    width: 660px;
    height: 429px;
    background: #F0F0F0;
}
.swiper-box .swiper-slide a{
    display: block;
    position: relative;
}
.swiper-box .swiper-slide img{
    width: 660px;
    height: 429px;
    display: inline-block;
    object-fit: cover;
    vertical-align: top;
}
.swiper-box .swiper-slide  > a > p{
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    padding-right: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 660px;
    height: 58px;
    line-height: 58px;
    background: #990000;
}
.swiper-box .swiper-button-next{
    bottom: 15px !important;
    right: 15px !important;
    top: auto !important;
    width: 29px !important;
    height: 27px !important;
}
.swiper-button-prev{
    bottom: 15px !important;
    right: 50px !important;
    left: auto !important;
    top: auto !important;
    width: 29px !important;
    height: 27px !important;
}
/* .swiper-box .swiper-pagination{ 
    top: 333px;
    text-align: right;
    padding-right: 15px;
    width: 150px !important;
    right: 0;
    left: auto !important;
 }
.swiper-box .swiper-pagination-bullet-active{
    background: #F8B135!important;
    opacity: 1 !important;
    color: #FFFFFF !important;
}
.swiper-box .swiper-pagination-bullet{
    font-size: 14px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    color: #fff;
    opacity: 1;
    text-align: center;
    line-height: 20px;
}
.swiper-box .swiper-pagination-bullet:last-child::after{
    display: none;
} */

.ggtz-item{
    width: 502px;
    display: inline-block;
    vertical-align: top;
    margin-left: 33px;
}

.ggtz-item > .one p{
    width: 575px;
    font-weight: 400;
    font-size: 14px;
    color: #545555;
    line-height: 31px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    white-space: wrap;
}
.ggtz-item > a{
    display: block;
    height: 25px;
    margin-bottom: 30px;
}
.ggtz-item > a > span{
    display: inline-block;
    width: 85px;
    font-size: 15px;
    color: #C09015;
    vertical-align: middle;
    margin-left: 6px;
}
.ggtz-item > a > p{
    width: 405px;
    font-size: 15px;
    color: #24272C;
    line-height: 27px;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.ggtz-item > a > p::before{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/list-icon.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 10px -1px 0;
}

.bg{
    padding: 30px 0 40px;
    background-image: url(../images/ggl-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
}

.item-two-t > a{
    display: inline-block;
    background: #FFFFFF;
    /* border-bottom: 1px solid rgba(214, 215, 217, .5); */
    padding: 9px 0;
    margin-bottom: 21px;
    transition: all .3s;
    width: 378px;
    height: 92px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    clear: both;
}
.item-two-t > a:nth-child(2),
.item-two-t > a:nth-child(5){
    margin: 0 28px 21px;
}


.item-two-t > a > div{
    display: inline-block;
    width: 65px;
    height: 49px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #C09015;
    padding: 0 10px;
    float: left;
    margin:11px 0 0;
}
.item-two-t > a > div > strong,
.item-two-t > a > div > span{
    display: block;
    font-size: 10px;
    color: #C09015;
    padding: 3px 0;
}
.item-two-t > a > div > strong{
    font-size: 22px !important;
    color: #C09015;
    padding: 3px 0;
}

.item-two-t > a > p{
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 283px;
    font-weight: 400;
    font-size: 15px;
    color: #1F2123;
    line-height: 31px;
    vertical-align: middle;
    margin-left: 15px;
    display: -webkit-box; /* 将元素设置为弹性盒子 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    -webkit-box-orient: vertical; /* 设置为垂直方向 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
    float: left;
    margin-top: 4px;
}
.item-two-t > a:hover{
    background-image: url(../images/list-bg-ac.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.item-two-t > a:hover div{
    border-color: #FFFFFF;
}
.item-two-t > a:hover p{
    color: #FFFFFF;
}
.item-two-t > a:hover span,
.item-two-t > a:hover strong{
    color: #FFFFFF;
}

.bottom-bg{
    padding: 39px 0 50px;
    background-image: url(../images/bottom-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.list-box{
    width: 382px;
    height: 471px;
    background: #FFFFFF;
    padding: 26px;
    display: inline-block;
    vertical-align: top;
}
.list-box:nth-child(2){
    margin: 0 22px;
}

.a-item a{
    display: block;
    margin-bottom: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    color: #1A1A1A;
}
.a-item a::before{
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/list-icon.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 10px -1px 0;
    /* margin:0 10px 3px 0; */
}




.img-box{
    overflow: hidden;
    position: relative;
}
.img-box a {
    display: inline-block;
    width: 285px;
    /* height: 190px; */
    /* padding: 10px; */
    overflow: hidden;
    background: #FFFFFF;
}
.img-box a img{
    width: 285px;
    height: 160px;
    object-fit: cover;
    border: 5px solid #fff;
}
.img-box a p{
    font-size: 16px;
    color: #000000;
    line-height: 51px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 15px 5px;
}




