.banner {
    width: 100%;
    height: 500px;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .swiper-pagination-bullet {
    background-color: white;
    width: 12px;
    height: 12px;
    margin: 0 10px !important;
}

.banner-user-btn {
    width: 1200px;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -600px;
    z-index: 9;
}

.banner-user-btn span {
    display: block;
    width: 71px;
    height: 71px;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-user-btn span.fl {
    background-image: url(../img/banner_left_btn.png);
}

.banner-user-btn span.fr {
    background-image: url(../img/banner_right_btn.png);
}

.banner-user-btn span.swiper-button-disabled {
    opacity: 0.2;
    cursor: no-drop;
}

.itm-card {
    width: 560px;
}

.index-head {
    width: 548px;
    line-height: 26px;
    height: 27px;
    padding-top: 50px;
    padding-bottom: 16px;
    border-bottom: solid 1px #dddddd;
    margin-left: 12px;
}

.index-head span {
    display: block;
    height: 27px;
    float: left;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 3px;
    color: #333333;
    position: relative;
    padding-bottom: 16px;
    border-bottom: solid 1px #9e2924;
}

.index-head span::before {
    content: "";
    width: 0;
    height: 27px;
    border-left: solid 3px #9e2924;
    position: absolute;
    left: -12px;
    top: 0;
}

.index-head a {
    display: block;
    float: right;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.index-listType1 {
    margin-top: 10px;
}

.index-listType1 li {
    overflow: hidden;
    border-bottom: solid 1px #dddddd;
    position: relative;
    box-sizing: border-box;
    padding-left: 24px;
    padding-top: 30px;
}

.index-listType1 li::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #9e2924;
    position: absolute;
    left: 0;
    top: 38px;
    border-radius: 3px;
}

.index-listType1 li h3 {
    display: flex;
    margin-bottom: 20px;
}

.index-listType1 li h3 span {
    flex: 1;
    max-width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 2px;
    color: #333333;
}

.index-listType1 li h3 em {
    width: 32px;
    height: 14px;
    border-left: solid 1px #9e2924;
    position: absolute;
    top: 33px;
    right: 0px;
    transition: all 0.4s;
    opacity: 0;
}

.index-listType1 li h3 em img {
    display: block;
    width: 17px;
    height: 14px;
    transition: all 0.4s;
}

.index-listType1 li i {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    margin-bottom: 20px;
}

.index-listType1 li:hover h3 em {
    opacity: 1;
}

.index-listType1 li:hover h3 em img {
    transform: translateX(12px);
}

.index-listType1 li:hover h3 span {
    color: #9e2924;
}

.bg1 {
    width: 100%;
    height: 545px;
    background: url(../img/BG1.jpg) center no-repeat;
    background-size: cover;
    margin-top: 50px;
}

.index-listType2 li {
    width: 560px;
    height: 70px;
    background-color: #ffffff;
    margin-top: 30px;
    transition: all 0.4s;

}

.index-listType2 li a {
    display: flex;
}

.index-listType2 li .date {
    width: 71px;
    height: 71px;
    background-color: #9e2924;
}

.index-listType2 li .date b {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 13px 0;
}

.index-listType2 li .date span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 1;
}

.index-listType2 li h3 {
    display: flex;
    flex: 1;
    padding: 0 20px;
    align-items: center;
}

.index-listType2 li h3 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #333333;
    text-align: justify;
}

.index-listType2 li:hover {
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.1);
}

.index-listType2 li:hover h3 span {
    color: #9e2924;
}

.index-head1 {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.index-head1 span {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
}

.index-head1 span::before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #9e2924;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -30px;
}

.index-head1 a {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.index-imgType {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 50px;
}

.index-imgType li {
    display: block;
    width: 270px;
    float: left;
    margin-right: 40px;
}

.index-imgType li:last-child {
    margin-right: 0;
}

.index-imgType li .imgBox {
    width: 270px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.index-imgType li p {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 2px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.index-imgType li:hover p {
    color: #9e2924;
}

.row {
    overflow: hidden;
}

.frends {
    display: flex;
    width: 1200px;
    margin: 30px auto;
    margin-bottom: 30px;
}

.frends .fl {
    width: 120px;
    height: 34px;
    background-color: #9e2924;
    border-radius: 17px 0px 17px 0px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    margin-right: 15px;
}

.frends .fr {
    font-size: 0;
    text-align: justify;
}

.frends .fr a {
    display: inline-block;
    margin: 0 15px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 4px;
    color: #666666;
}