﻿@charset "UTF-8";
html,
body {
    width: 100%;
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.laiyang .head {
    height: 300px;
    width: 100%;
}

.laiyang .head img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.laiyang .footer {
    color: #FFFFFF;
    line-height: 1.5;
    padding: 2rem 0;
}

.laiyang {
    width: 100%;
}

.laiyang .container {
    position: relative;
    width: 1188px;
    /* height: 100%; */
    margin-left: 50%;
    transform: translateX(-50%);
}

.newmedia .line {
    margin: 40px auto;
    display: flex;
    align-items: center;
    height: 20px;
    line-height: 20px;
}

.line .blue_line {
    width: 542px;
    height: 3px;
    border-top: 1px solid #1c649f;
    border-bottom: 1px solid #1c649f;
}

.line span {
    margin: 0 32px;
    font-size: 20px;
    color: #1c649f;
    font-weight: normal;
}

.newmedia .top .tab_ul {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.newmedia .top .tab_ul li {
    width: 190px;
    /* margin-right: 25px; */
    background-color: #f7f7f7;
    border-top: 5px solid #1c649f;
    box-sizing: border-box;
    padding: 10px 10px;
    display: inline-block;
}

.newmedia .top .tab_ul li:last-of-type {
    margin-right: 0;
}

.top .tab_ul li .pic {
    width: 100%;
    height: 170px;
    border: solid 1px #dddddd;
    margin-bottom: 6px;
}

.top .tab_ul li .word {
    font-size: 18px;
    font-weight: normal;
    color: #1c649f;
    text-align: center;
}

.bottom .bottom_ul {
    width: 100%;
    display: inline-block;
    background: url(newmediabg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 35px;
    margin-bottom: 93px;
}

.bottom .bottom_ul li {
    width: 16%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.bottom .bottom_ul li .white_bg {
    width: 150px;
    height: 150px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 20px;
}

.bottom .bottom_ul li .white_bg img {
    width: 100px;
    height: 100px;
}

.bottom .bottom_ul li p {
    color: #1c649f;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 20px;
}

.tanchuang {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}

.tanchuang .pic_content {
    width: 320px;
    height: 380px;
    background-color: white;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}

.pic_content .mark_tit {
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(239, 239, 239);
    font-size: 24px !important;
    padding: 20px 0;
}

.pic_content .pic {
    width: 210px !important;
    height: 210px !important;
    margin-top: 10px;
}

.pic_content .tishi {
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top: 19px;
    height: 50px;
}

.pic_content .close {
    width: 60px;
    height: 60px;
    cursor: pointer;
    margin-top: 10px;
}
/* 适老化 */
.newStyle .line span{
    font-size: 40px;
}
.newStyle .newmedia .top .tab_ul li{
    width: 490px;
}
.newStyle .top .tab_ul li .pic{
    height: 280px;
}
.newStyle .top .tab_ul li .word{
    font-size: 36px;
}
.newStyle .bottom .bottom_ul li{
    width: 30%;
}
.newStyle .bottom .bottom_ul li p{
    font-size: 32px;
}
@media only screen and (max-width: 780px) {
    .laiyang .container {
        width: 100%;
    }

    .newmedia .blue_line {
        display: none;
    }

    .bottom .bottom_ul li {
        width: auto;
    }

    .laiyang .head {
        height: 100px;
    }
}
