/* 轮播图 */
.shou_lunbo {
    margin-top: 166px;
    list-style: none;
    height: 400px;
}
.shou_content {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.shou_heart {
    width: 1200px;
    /*margin-top: 100px;*/
    margin: 0 auto;
    /*height: 460px;*/
}

.shou_content_heart {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}
/* 关于我们 */
.shou_my_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    /*margin-top: 570px;*/
}
.shou_my_title span {
    color: #002C63;
}
.shou_my_english {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    color: #777;
}
.shou_my_content {
    height: 350px;
    display: flex;
    justify-content: space-between;
    /*padding: 20px 0;*/
    box-sizing: border-box;
}
.shou_my_content_left {
    width: 58%;
    text-indent: 2em;
    font-size: 16px;
    line-height: 29px;
    display: -webkit-box;
    /* 垂直对齐 */
    -webkit-box-orient: vertical;
    /* 几行省略 */
    -webkit-line-clamp: 8;
    /* 超出隐藏 */
    overflow: hidden;
    /* 超出的文字省略号表示 */
    text-overflow: ellipsis;
}
.shou_my_content_right {
    width: 40%;
}
.shou_my_content_right img {
    width: 100%;
    height: 340px;
}

/* 核心产品 */
.shou_core {
    width: 100%;
    background: #002c630f;
    padding: 20px 0;
    box-sizing: border-box;
}
.shou_core_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.shou_core_title span {
    color: #002C63;;
}
.shou_core_english {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    color: #777;
}
.shou_core_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shou_core_list {
    width: 24%;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
    border-radius: 10px;
}

.shou_core_list img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    display: block;
}
.shou_core_list_title {
    padding: 10px;
    box-sizing: border-box;
    width: 70%;
    background: #002C63;
    position: absolute;
    bottom: -20px;
    left: 15%;
    /*box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);*/
    border-radius: 5px;
}
.shou_core_list_title  a{
    color: #ffffff;
}
.shou_core_look {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.shou_core_look a {
    text-decoration: none;
    color: #002C63;
    font-size: 14px;
    padding: 5px 25px;
    box-sizing: border-box;
    border: 1px solid #002C63;
    font-weight: bold;
}

/* 分界图片 */
.bgimg {
    width: 100%;
    margin: 20px 0;
}

/* 新闻动态 */
.shou_news {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.shou_news_left {
    width: 68%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    /* float: left; */
}
.shou_news_title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #002C63;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shou_news_title span {
    color: #002C63;
}
.shou_news_title_right {
    font-size: 18px;
    font-weight: 100;
}
.shou_news_title_right a {
    text-decoration: none;
    color: #999;
    font-size: 16px;
}
.shou_news ul {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.shou_news ul li {
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #ddd;
    color: #002C63;
    font-size: 16px;
}
.shou_news ul li span{
    float: right;
    color: #0a1518;
}
.shou_news ul li:last-child {
    border: none;
}
.shou_news_right {
    width: 30%;
    /* float: right; */
}
.shou_news_right_shang {
    width: 100%;
    height:  590px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.shou_news_right_xia {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
