.special_page {
    width: 100%;
    padding-bottom: 50px;
}
.banner {
    width: 100%;
}
.special_main {
    width: 1200px;
    margin: auto;
}
.header_news {
    width: 100%;
    height: 80px;
    position: relative;
}
.header_news_name {
    position: absolute;
    left: 0;
    width: 60px;
    height: 79px;
    background: #A41F24;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.header_news_title {
    width: 1000px;
    margin: auto;
    font-weight: bold;
    color: #A41F24;
    font-size: 40px;
    height: 79px;
    line-height: 79px;
    text-align: center;
}
.header_news_title a {
    color: #A41F24;
}
.header_news_title a:hover {
    text-decoration: underline;
}
.swiper {
    margin: 30px 0;
}
.swiper_left {
    width: 690px;
}
.swiper_main {
    position: relative;
    width: 690px;
    height: 320px;
}
.swiper_main:hover .prev,
.swiper_main:hover .next {
    display: block;
}
.swiper_banner {
    width: 690px;
    height: 320px;
    position: relative;
    overflow: hidden;
}
.swiper_banner img{
    width: 690px;
    height: 320px;
}
.swiper_banner li { 
    position: absolute;
}
.swiper_banner li a {
    display: block;
    width: 690px;
    height: 320px; 
}
.swiper_num {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
}
.swiper_num li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin:0 3px;
    opacity: 0.7;
}
.swiper_num li.cur {
    background-color: #A41F24;
    opacity: 1;
}
.prev,.next{
    width: 35px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    display: none;
    cursor: pointer;
}
.next {
    right: 0;
    transform: rotate(180deg);
}
.link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 75px;
    margin: 10px 0;
}
.link a {
    display: block;
    width: 226px;
    height: 75px;
}
.link a img {
    width: 100%;
    height: 100%;
}
.swiper_right a {
    display: flex;
    align-items: center;
    padding: 23px 0;
    border-bottom: 1px dashed #999;
}
.swiper_right a:last-child {
    border-bottom:  none;
}
.swiper_right a img {
    width: 19px;
    height: 22px;
    margin-right: 10px;
}
.swiper_right {
    float: left;  
    width: 470px;
    margin-left: 30px;
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}
.news_column {
    width: 100%;
    margin-top: 50px;
}
.news_column_tit {
    width: 100%;
    height: 90px;
    position: relative;
    margin-bottom: 30px;
}
.more {
    position: absolute;
    right: 0;
    top: 20px;
}
.more:hover {
    text-decoration: underline;
}
.tit_img {
    width: 100%;
} 
.news_list a {
    display: flex;
    position: relative;
    align-items: center;
    color: #999;
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px dashed #999;
}
.news_list a p {
    width: 80%;
}
.time {
    position: absolute;
    right: 0;
}
.news_list a:hover {
    text-decoration: underline;
}
.news_list a:last-child {
    border-bottom: none;
}
.swiper_right a:hover {
    text-decoration: underline;
}