.auto_cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.auto_cut1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.footer_bottom_nav a {
    display: inline;
}

body {
    background-color: #f3f3f3;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}

.transtion {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus {
    outline: none;
}

img {
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
    outline: 0;
}

.content_web {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

/* 公共样式 */
.cur {
    background: #206BD1;
    color: white !important;
}

.col_common {
    color: #206BD1 !important;
}

/* 集团要闻 */
.group_news {
    width: 960px;
    background: #FFFFFF;
}

#news_list {
    width: 100%;
}

#news_list li {
    width: 100%;
    height: 202px;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
    padding: 48px 103px 20px 40px;
    box-sizing: border-box;
}

#news_list li>a {
    width: 100%;
    height: 100%;
    display: block;
}

.group_news_left {
    width: 80%;
}

.group_news_right {
    font-size: 24px;
    font-weight: 400;
    color: #999999;
}

.group_news_right>:nth-child(1) {
    margin-top: 30px;
}

.group_news_right_j {
    line-height: 26px;
    margin-top: 40px;
}

.group_news_right_line {
    width: 1px;
    height: 26px;
    background: #E5E5E5;
    margin-right: 13px;
}

.group_news_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.group_news_title a{color: #333333;}
#news_list li:hover .group_news_title a{color: #206BD1}
.group_news_details a{color: #999999;}
.group_news_details {
    height: 62px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: 22px;
    line-height: 22px;
}




/* 滑动添加的类 */
.active_news {
    border: none;
    box-shadow: 0px 2px 32px -5px rgba(133, 139, 144, 0.3);
    margin-bottom: 20px;
}

.bor_none {
    border-bottom: none !important
}