* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
}

.banner-wrap {
    min-width: 1200px;
    height: 400px;
    background-image: url("../img/about-banner.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    margin-top: 81px;
}

.index-wrap {
    min-height: 37.5rem;
    background: #fafafa;
}

.top-source {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px #D8D8D8 solid;
}

.top-source-text {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    padding: 20px 0px 19px 20px;
}

.top-source-text a {
    color: #999999;
}

.top-type {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.top-type-item {
    width: 560px;
    height: 50px;
    margin: 0 auto;
}

.top-type-item li {
    width: 120px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    float: left;
    text-align: center;
    line-height: 50px;

    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-right: 20px;
}

.top-type-item li a{
    padding: 20px;
}


.top-type-item li:last-child {
    margin-right: 0px;
}

.top-type-item li.top-type-item-active {
    background: #F53535;
    color: #FFFFFF;
    border: 0px solid #D8D8D8;
}

.top-type-item-active a{
    width: 120px;
    height: 50px;
    color: #FFFFFF;
    padding: 20px;
}

/* 轮播图*/

.banner-box {
    min-width: 1200px;
}

.banner {
    width: 1200px;
    margin: 0 auto;
    margin-top: 74px;
}

.banner-text {
    /*min-width: 1200px;*/
    width: 1200px;
    height: 20px;
    margin: 0 auto;
    margin-top: 28px;
    position: relative;
}

.swiper-pagination .swiper-banner {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.swiper-container {
    width: 1200px;
    height: 300px;
}

.swiper-slide{
    cursor: pointer;
}

.swiper-slide-img {
    width: 100%;
    height: 100%;
}

.swiper-slide-text {
    width: 480px;
    height: 170px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url("../img/newslist-bg.png");
    background-size: 100% 100%;
    z-index: 1;

}

.swiper-slide-text-title {
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.swiper-pagination-bullet {
    display: block;
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-right: 15px;
}

.swiper-pagination-bullet-active {
    background: #f53535 !important;
    border: 1px solid #f53535;
}

.swiper-banner {
    width: 1200px;
    text-align: center;
}

.swiper-slide-active {
    width: 800px;
}

/* END  轮播图*/

.main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
}

.left-main {
    width: 900px;
    height: 800px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
    position: relative;
}

.left-list {

}

.left-list ul {
    width: 820px;
    margin: 0 auto;
    margin-top: 60px;
}

.left-list ul li {
    margin-bottom: 20px;
}

.left-list ul li a{
    display: flex;
}

.left-list ul li:last-child {
    margin-bottom: 0px;
}

.time {
    width: 80px;
    height: 90px;
    border: 1px solid #D8D8D8;
}

.time-day {
    width: 80px;
    height: 60px;
    font-size: 50px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    text-align: center;
    line-height: 60px;
}

.time-year {
    width: 80px;
    height: 30px;
    background: #F53535;
    text-align: center;
    line-height: 30px;

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.left-list-text {
    margin-left: 20px;
}

.left-list-title {
    /*width: 540px;*/
    /*height: 20px;*/
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.left-list-content {
    width: 720px;
    height: 38px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.left-page {
    width: 900px;
    position: absolute;
    bottom: 28px;
    text-align: center;


}

.right-main {
    width: 280px;
    height: 800px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.right-main-title {
    width: 280px;
    height: 20px;
    display: flex;
    padding: 30px 0px 10px 0px;
    border-bottom: 1px solid #D8D8D8;
}

.right-main-title-img {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}

.right-main-title-text {
    width: 144px;
    height: 20px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin-left: 10px
}

.right-main-list ul {
    margin-top: 20px;
    margin-left: 20px;
}

.right-main-list ul li {
    width: 216px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;

    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.right-main-list ul li:first-child {
    margin-top: 0px;
}


/* 分页的css样式*/
.layui-laypage a {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    line-height: 32px;
    padding: 0px;
    margin: 0px;
    margin-right: 8px;
    text-align: center;
}

.layui-laypage .layui-laypage-curr {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #F53535;
    border-radius: 4px;
    margin: 0px;
    margin-right: 8px;
    text-align: center;
    padding: 0px;
}

.layui-laypage .layui-laypage-spr {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    margin: 0px;
    margin-right: 8px;
    text-align: center;
    padding: 0px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #F53535;
    border-radius: 4px;
    margin: 0px;
    margin-right: 8px;
    text-align: center;
    padding: 0px;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: ' ' !important;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: ' ' !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet:focus {
    outline: none;
}
.swiper-button-next,
.swiper-button-prev:focus {
    outline: none;
}

.swiper-button-prev{
    left: 100px !important;
}

.swiper-button-next{
    right: 100px !important;
}

.swiper-button-next img{
    width: 73px;
    height: 73px;
}
.swiper-button-prev img{
    width: 73px;
    height: 73px;
}