﻿.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}
.container {
    width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
}
.banner {
    margin-top: 30px;
}

.top {
    width: 100%;
    height: 45px;
    background-color: #f4f4f4;
    line-height: 45px;
}
.location {
    width: 1200px;
    font-size: 14px;
    color: #333333;
    margin: 0 auto;
}
.location img {
    vertical-align: sub;
    margin-right: 10px;
}
.location a {
    font-size: 14px;
    color: #333333;
}
.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 30px 0 90px;
}

.top-content {
    width: 100%;
    background: url(bj.jpg) no-repeat center;
    padding: 20px 0 40px;
    background-size: 100% 100%;
}
.top-pic {
    padding-left: 128px;
    display: flex;
    justify-content: space-between;
}
.top-word {
    padding: 0 90px;
}
.word-one {
    padding: 50px 40px 40px;
    line-height: 30px;
    background: url(bj2.png) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 30px;
    font-size: 16px;
    color: #333333;
}
.word-one:hover {
    color: #0076f9;
}
.word-two {
    background: url(bj3.png) no-repeat center;
    background-size: 100% 100%;
}
.title-p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 5px;
}
.left-title {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #404040;
}
.left-title img {
    vertical-align: middle;
}
.title-p .more {
    font-size: 16px;
    color: #404040;
}
.list {
    padding: 0 30px 22px;
}
.list a {
    display: block;
    padding: 30px 0;
    border-bottom: dashed 1px #cdcdcd;
}
.list a .list-p {
    font-size: 24px;
    font-weight: bold;
    color: #404040;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-left: 25px;
}
.list a .list-p::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 14px;
    background: url(xing.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 8px;
}
.list a .list-div {
    padding: 0 25px;
    height: 90px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list a:hover .list-div,
.list a:hover .list-p,
.list a:hover .time {
    color: #0076f9;
}
.list a .time {
    float: right;
    font-size: 16px;
    color: #666666;
}
.list a:last-of-type {
    border-bottom: 0;
}
.bottom-content {
    margin-top: 40px;
}
.bottom-title {
    height: 35px;
    line-height: 35px;
    background: url(hdjj.png) no-repeat center;
    margin-bottom: 40px;
}
.hdsp {
    height: 35px;
    line-height: 35px;
    background: url(hdsp.png) no-repeat center;
    margin-bottom: 40px;
}
.piclist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.piclist .pic-a:nth-of-type(3n) {
    margin-right: 0;
}
.piclist .pic-a {
    display: block;
    width: 370px;
    margin-right: 45px;
    cursor: pointer;
    margin-bottom: 30px;
}
.piclist .pic-div,
.piclist .pic-div img {
    width: 370px;
    height: 200px;
}
.piclist .pic-div,
.piclist .pic-div video {
    width: 370px;
    height: 200px;
}
.piclist .pic-div {
    overflow: hidden;
}
.piclist .pic-p {
    width: 370px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #404040;
    margin-top: 15px;
    text-align: center;
}
.piclist .pic-a:hover img {
    transform: scale(1.2);
    transition: all 2s;
}
.piclist .pic-a:hover .pic-p {
    color: #115db2;
}
/* 适老化 */
.newStyle .top{
    display: none;
}
.newStyle .left-title{
    font-size: 38px;
}
.newStyle .title-p .more{
    font-size: 36px;
}
.newStyle .list a .list-p{
    font-size: 44px;
}
.newStyle .list a .list-div{
    font-size: 36px;
}
.newStyle .list a .time{
    float: none;
    font-size: 36px;
}
.newStyle .piclist .pic-p{
    font-size: 36px;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }
    .main {
        width: 100%;
        padding: 20px;
    }
    .location {
        width: 100%;
        padding-left: 20px;
    }
    .top-pic {
        display: block;
        padding-left: 0;
    }
    .top-pic img {
        width: 100%;
    }
    .top-word {
        padding: 0;
    }
    .word-one {
        background-size: cover;
        padding: 50px 0;
    }
    .word-two {
        background: no-repeat;
    }
    .list {
        padding: 0;
    }
    .title-p {
        padding-left: 0;
    }
    .piclist .pic-a {
        margin-right: 0;
    }
    .piclist .pic-div,
    .piclist .pic-div img,
    .piclist .pic-p,
    .piclist .pic-a {
        width: 100%;
    }
    .top-content{
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 140px;
    }
}
