
.news_index {
}

.news_bg {
    background-color: #F3F6FC;
    width: 100%;
    padding: 30px 0;
}

.jituannews {
    min-width: 1300px;
    max-width: 1300px;
    margin: 0 auto;
}

.jituannews h2 {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.jituannews h2 a {
    line-height: 80px;
    font-size: 16px;
}

.news_content {
    width: 100%;
    background-color: #F3F6FC;
    display: flex;
    justify-content: space-between;
}

.news_content .left {
    width: 780px;
    overflow: hidden;
}

.news_content .left img {
    width: 100%;
    height: 490px;
    z-index: 1;
    object-fit: cover;
}

.news_content .right {
    width: 520px;
    margin-top: -20px;
}

.news_content .right .list_item {
    /*width: 490px;*/
    height: 150px;
    display: flex;
    margin-top: 20px;
    background-color: #FFFFFF;
    margin-left: 15px;
}

.news_content .right .list_item img {
    width: 180px;
    height: 110.08928571428571px;
    margin-top: 20px;
    margin-left: 15px;
}

.list_item .title {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #222834;
    line-height: 38px;
    margin-top: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.list_item:hover .title {
    color: #1C77E2;
}


.list_item p {
    width: 100%;
    height: 76px;
    font-size: 15px;
    font-weight: 400;
    color: #7D8187;
    line-height: 26px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tongzhigongshi {
    width: 1600px;
    margin: 0px auto 30px auto;
    padding: 50px 0;
}

.tongzhigongshi h2 a {
    float: right;
    line-height: 80px;
    font-size: 24px;
}

.tongzhigongshi .list_content li {
    width: 780px;
    padding: 50px;
    margin: 10px;
    height: 290px;
    float: left;
    border: 1px #e5e5e5 solid;
}

.tongzhigongshi .list_content li:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-top: 5px #1C77E2 solid;
}

.tongzhigongshi .list_content li .l {
    float: left;
    height: 180px;
    width: 112px;
    border-bottom: 2px #e1e1e1 solid;
    margin-right: 50px;
}

.tongzhigongshi .list_content li .l .riqi {
    font-size: 48px;
    font-weight: 500;
    color: #222834;
    line-height: 56px;
}

.tongzhigongshi .list_content li .l .nian {
    font-size: 28px;
    font-weight: 500;
    color: #4F5662;
    line-height: 33px;
}

.tongzhigongshi .list_content li .r .title {
    font-size: 32px;
    font-weight: 500;
    color: #222834;
    line-height: 48px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 超出几行省略 */
    overflow: hidden;
}

.tongzhigongshi .list_content li:hover .r .title {
    color: #1C77E2;
}

.tongzhigongshi .list_content li .r p {
    font-size: 24px;
    font-weight: 400;
    color: #4F5662;
    line-height: 48px;
    margin-top: 40px;
}

.meitijvjiao {
    background-image: url(https://shanguioss.oss-cn-beijing.aliyuncs.com/images/Group389.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

.meitijvjiao h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 100px;
    margin-top: 80px;
}

.meitijvjiao .c_list ul {
    width: 40000px;
    overflow-x: hidden;
    margin-left: 160px;
}

.f-h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 1;
}

.f-h2 {
    color: #DFE4EE;
    font-size: 40px;
    line-height: 30px;
    margin-top: -20px;
}

.meitijvjiao .c_list li {
    width: 350px;
    height: 315px;
    float: left;
    margin-right: 40px;
    position: relative;
}

.meitijvjiao .c_list li img {
    width: 350px;
    height: 230px;
    object-fit: cover;
}

.meitijvjiao .c_list li .info {
    width: 330px;
    height: 110px;
    background: #F3F6FC;
    margin-top: -40px;
    position: absolute;
    left: 10px;
    padding: 5px 20px;
}

.meitijvjiao .c_list li .info .mname {
    display: none;
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #1C77E2;
    line-height: 28px;
    margin-bottom: 5px;
}

.meitijvjiao .c_list li .info h5 {
    font-size: 20px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #222834;
    line-height: 38px;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.meitijvjiao .c_list li .info p {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #4F5662;
    overflow: hidden;
    line-height: 28px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.newstitle {
    z-index: 10;
    margin-top: -150px;
    height: 100px;
    padding: 20px;
    color: #fff;
    position: absolute;
}

.newstitle h5 {
    font-size: 24px;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    font-weight: bold;
    margin-top: 15px;
}

.newstitle p {
    padding: 10px 0px;
}

.ctro {
    text-align: center;
}

.ctro a img {
    margin: 10px;
}