.module {
    margin       : 0 auto;
    width        : 1200px;
    overflow     : hidden;
    margin-bottom: 20px;
}

.p_c {
    margin-bottom: 20px;
}

.topline {
    padding      : 10px;
    padding-left : 50px;
    background   : #f3f8ff;
    border-radius: 6px;
    position     : relative;
    margin-top   : 20px;
}

.topline-img {
    position: absolute;
    top     : -5px;
    left    : -5px;
}

.topline h1 {
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}

.topline a {
    font-size  : 36px;
    line-height: 60px;
    color      : #015293;
}

/* *** */
.banner-wrap {
    overflow     : hidden;
    margin-top   : 16px;
    margin-bottom: 20px;
}

.banner-pic {
    width : 680px;
    height: 418px;
    float : left;
}

/* 轮播图样式 */
.banner {
    width   : 100%;
    height  : 100%;
    position: relative;
    overflow: hidden;
}

.banner * {
    margin         : 0;
    padding        : 0;
    list-style-type: none;
    text-decoration: none;
}

.banner .list {
    width   : 1000%;
    height  : 100%;
    position: absolute;
    left    : -100%;
    overflow: hidden;
}

.banner .list.active {
    transition: 1s;
}

.banner .list li {
    width   : 10%;
    height  : 100%;
    position: relative;
    float   : left;
    overflow: hidden;
}

.banner .list li img {
    width     : 100%;
    height    : 100%;
    border    : none;
    display   : block;
    transition: 1s;
}

.banner .list li img:hover {
    transform: scale(1.02);
    opacity  : 0.9;
}

.banner .list li p {
    position     : absolute;
    transition   : 1s all;
    bottom       : 0;
    line-height  : 40px;
    background   : #4c4c4c;
    width        : 100%;
    box-sizing   : border-box;
    padding-right: 120px;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    color        : #fff;
    font-size    : 18px;
    text-indent  : 10px;
}

.banner .list li:hover p {
    /* background:rgba(0,85,193,0.4);*/
    transition: 1s all;
}

.banner .listIndex {
    position: absolute;
    right   : 10px;
    bottom  : 13px;
    height  : 10px;
    z-index : 10;
}

.banner .listIndex li {
    width         : 10px;
    height        : 100%;
    background    : #999;
    display       : inline-block;
    margin-right  : 8px;
    cursor        : pointer;
    border-radius : 50%;
    vertical-align: top;
}

.banner .listIndex li.active {
    background: #FFF;
}

/* 轮播图样式end*/
.news {
    width      : 500px;
    float      : left;
    margin-left: 20px;
}

.news-tab ul {
    display        : flex;
    justify-content: space-between;
}

.news-tab ul li {
    flex: 1;
}

.news-tab {
    margin-bottom: 10px;
}

.news-tab a {
    display      : block;
    line-height  : 50px;
    text-align   : center;
    position     : relative;
    color        : #015293;
    font-size    : 22px;
    border-bottom: 1px #ccc solid;
}

.news-tab a:hover {
    font-weight: 600;
}

.news-tab .active a {
    border-bottom: 4px solid #015293;
    font-weight  : 600;
}

.news-tab .active a::after {
    position    : absolute;
    content     : "";
    border-top  : 5px solid #015293;
    border-left : 5px solid transparent;
    border-right: 5px solid transparent;
    left        : calc(50% - 5px);
    bottom      : -9px;
}

.news-list li {
    line-height: 44px;
    color      : #424242;
    font-size  : 18px;
    overflow   : hidden;
}

.news-list li a {
    display      : block;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
    color        : #333;
    font-size    : 18px;
    line-height  : 44px;
    width        : 82%;
    float        : left;
    padding-left : 10px;
    position     : relative;
}

.news-list li a:before {
    content      : '';
    position     : absolute;
    left         : 0;
    top          : 50%;
    margin-top   : -2px;
    width        : 6px;
    height       : 6px;
    background   : #015293;
    border-radius: 50%;
    transition   : .3s all;
}

.news-list li a:hover {
    color: #015293;
}

.news-list li span {
    display     : block;
    float       : right;
    color       : #888;
    font-weight : normal;
    font-size   : 14px;
    line-height : 44px;
    padding-left: 8px;
}

.module1 {
    background   : #f7f8fa;
    margin-bottom: 20px;

}

.module1 .module {
    overflow: inherit;
}

.zwgk::before {
    display: table;
    content: " ";
}

.zwgk a {
    display    : block;
    height     : 55px;
    width      : 275px;
    margin     : 0 auto;
    background : url(../images/zwgk_bg.png) no-repeat;
    line-height: 55px;
    color      : #fff;
    font-size  : 28px;
    font-weight: 600;
    text-align : center;
    margin-top : -20px;
}

.zwgk-bd {
    display: flex;
    padding-bottom: 20px;
}

.zwgk-bd .zwgk-le,
.zwgk-bd .zwgk-lr {
    width: 50%;
}

.zwgk-le li {
    float: left;
    width: 50%;
}

.zwgk-le li a {
    margin    : 20px 10px 0;
    display   : block;
    background: #fff;
    border    : 1px solid #d5e6ff;
    color     : #015293;
    font-size : 22px;
    padding   : 21px 0;
}

.zwgk-le li a:hover {
    font-weight: 600;
}

.zwgk-le li a i {
    vertical-align: middle;
    display       : inline-block;
    margin-left   : 15px;
    margin-right  : 20px;
}

.zwgk-le li a i img {
    width : 40px;
    height: 40px;
}

.zwgk-lr {
    padding-top: 20px;
}

.zwgk-lr-tab {
    margin-bottom: 10px;
}

.zwgk-lr-tab ul {
    display      : flex;
    border-bottom: 1px #ccc solid;
}

.zwgk-lr-tab ul li {
    width: 25%;
}

.zwgk-lr-tab ul li a {
    display    : block;
    line-height: 50px;
    text-align : center;
    position   : relative;
    color      : #015293;
    font-size  : 22px;
}

.zwgk-lr-tab .active a {
    font-weight  : 600;
    border-bottom: 4px solid #015293;
}

.zwgk-lr-tab .active a::after {
    position    : absolute;
    content     : "";
    border-top  : 5px solid #015293;
    border-left : 5px solid transparent;
    border-right: 5px solid transparent;
    left        : calc(50% - 5px);
    bottom      : -9px;
}

.zwgk-lr-list li {
    line-height: 40px;
    color      : #424242;
    font-size  : 18px;
    overflow   : hidden;
}

.zwgk-lr-list li a {
    display      : block;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
    color        : #333;
    font-size    : 17px;
    line-height  : 40px;
    width        : 82%;
    float        : left;
    padding-left : 20px;
    position     : relative;
}

.zwgk-lr-list li a:before {
    content      : '';
    position     : absolute;
    left         : 0;
    top          : 50%;
    margin-top   : -2px;
    width        : 6px;
    height       : 6px;
    background   : #015293;
    border-radius: 50%;
    transition   : .3s all;
}

.zwgk-lr-list li a:hover {
    color: #015293;
}

.zwgk-lr-list li span {
    display     : block;
    float       : right;
    color       : #888;
    font-weight : normal;
    font-size   : 14px;
    line-height : 40px;
    padding-left: 8px;
}

.hdjl-top{
    margin: 20px 0 29px 0;
}
.hdjl-top a{
    color: #015293;
    font-weight: 600;
    font-size: 28px;
}

.hd-wrap{
    display: flex;
    justify-content: space-between;
}
.hd-wrap a{
    display: block;
    width: 24%;
    border: 1px solid #d5e6ff;
    font-size: 22px;
    padding: 21px 0;
    background-color: #f7f8fa;
    color: #015293;
    line-height: 55px;  
    padding-left: 10px;
    transition: .3s all;
    /* text-align: right;
    padding-right: 10px; */
}
.hd-wrap a img{
    margin: 0 10px;
}
.hd-wrap a:hover{ 
    font-weight: 600;
    transform: translateY(-5px);
}


/* ------------- */
.ztzl-top{
    margin: 20px 0 29px 0;
}
.ztzl-top a{
    color: #015293;
    font-weight: 600;
    font-size: 28px;
}
.ztzl-list ul{
    display: flex;
    
}
.ztzl-list li{
    width: 25%;
    height: 110px;
    padding: 0 10px;
}
.ztzl-list li img{
    width: 100%;
    height: 100%;
}

@media screen and ( max-width:550px ) {
    .ztzl{display: none;}
    .p_c{display: none;}
    .module{width: 100%;padding: 0 5px;margin-bottom: 5px;}
    
    .topline{margin-left: 5px;}
    .topline a{font-size:26px;line-height:45px;}
    .banner-pic{width:355px;height:240px;margin:0 auto;margin-bottom:10px;float:none;}
    .news{width:100%;margin:0;float:initial;}
    .news-tab a{line-height:40px;font-size:20px;}
    .news-list li a{width:75%;font-size:16px;line-height:38px;}
    .news-list li span{line-height:38px;}
    .zwgk-bd{flex-wrap:wrap;}
    .zwgk-bd .zwgk-le,.zwgk-bd .zwgk-lr{width:100%;}
    .zwgk-le li a{margin:10px 5px 0;font-size:16px;}
    .zwgk-le li a i{margin-left:5px;margin-right:5px;}
    .zwgk-le li a i img{width:30px;height:30px;}

    .zwgk-lr-tab ul li a{line-height:40px;font-size:20px;}
    .zwgk-lr-list li a{width:75%;font-size:16px;line-height:38px;padding-left:10px;}
    .module1{margin:0;}
    .hdjl-top{margin:10px 0 15px 0;}
    .hd-wrap{flex-wrap:wrap;}
    .hd-wrap a{width:49%;margin-bottom:10px;}



}


/* 适老化 */
.oldModel .banner-pic{width:100%;height:650px;margin-bottom:15px;}
.oldModel .banner .list li p{line-height:2;}
.oldModel .news{width:100%;margin:0;}
.oldModel .news-list li,.oldModel .news-list li a,.oldModel .news-list li span{line-height:2;}
.oldModel .zwgk-bd{flex-wrap:wrap;}
.oldModel .zwgk-bd .zwgk-le,.oldModel .zwgk-bd .zwgk-lr{width:100%;}
.oldModel .zwgk-lr-list li,.oldModel .zwgk-lr-list li a,.oldModel .zwgk-lr-list li span{line-height:2;}

/* 适老化 */



