a {
    text-decoration: none;
    color: #000;
}
.width-fixed {
    width: 1335px;
    margin: auto;
}
/*[开始]主要部分，巨幕轮播图、文字框*/
#main_distance {
    width: 100%;
    height: 35px;
}
.main_title {
    width: 100%;
    height: 45px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    line-height: 45px;
}
.main_title > a {
    color: #A31D1D;
}
.main_subtitle {
    width: 100%;
    height: 52px;
    text-align: center;
}
.main_subtitle > a {
    position: relative;
    top: 10px;
    font-size: 14px;
    color:#717171
}
.main_hugeImg {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    background: #cccccc;
}
.main_hegeImg_connent_box{
    width: 26%;
    height: 100%;
    float: right;
    background:#989698;
    color: #fff;
}
.main_hegeImg_connent{
    height: 550px;
	padding-inline-start:0px;
}
.main_hegeImg_swiper{
    width: 74%;
    height: 100%;
    float: left;
}
.main_hegeImg_swiper .swiper-container, .swiper-wrapper, .swiper-slide{
    width: 100%;
    height: 100%;
}
.main_hegeImg_swiper .swiper-container img{
    width: 100%;
    height: 100%;
}
.main_hegeImg_connent .hegeImg_title{
    /* padding-bottom: 8px; */
    font-size: 16px;
}
.main_hegeImg_connent li{    
	padding: 22px 14px;
    overflow: hidden;
margin-bottom:20px
}
.main_hegeImg_connent_last{
    height: 30px;
        margin-top: -20px;
}
.main_hegeImg_connent_last a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #cccccc;
    padding-right: 16px;
    font-size: 14px;
}
.main_hegeImg_connent .active_bannertext{
    /* background: #4c4b4d; */
    color: #fff;
    font-weight: 500;
    background: url(/images/banner_background_red.png) repeat-y;
}
.main_hegeImg_connent a{
    color: inherit;
}
.hegeImg_content{
    text-indent: 2rem;
}