﻿*{
    margin: 0;
    padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus{
    text-decoration: none;
    color: #000;
}

li{
    list-style-type: none;
    display: inline-block;
}

.xzzf-title{
      width: 100%;
    height: 400px;
    background: url(../images/xzzfgs_012.png) no-repeat;
    background-size: 100% 100%;
}
.main-container{
    width: 1200px;
    margin: 35px auto;
}

.main-container li{
    width: 190px;
    line-height: 55px;
    border: 1px solid #d8d7d7;
    text-align: center;
    padding: 0 10px;
    margin: 15px 11px;
    border-radius: 5px;
}
.main-container li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.main-container li:hover{
    border-radius: 0;
    box-shadow: 0 0 10px 2px #cadfee;
    border: 1px solid #cadfee;
}
/*  */
.xzzf-title p{
    position: absolute;
    top: 120px;
    text-align: center;
    font-size: 72px;
    color: #fff;
    display: block;
    width: 100%;
    font-family: "方正魏碑简体";
    text-shadow: 2px 2px 5px #394a69;
}
@media screen and (max-width: 1600px)  {
    .xzzf-title p{
        font-size: 62px;
    }
}

.main-channel{
    width: 1200px;
    margin: 35px auto;
}
.main-xzzf-tit {
    line-height: 60px;
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}
.main-xzzf-tit a{
    margin: 0 10px;
    font-size: 21px;
}
.main-xzzf-tit a.active{
    font-weight: bold;
    position: relative;
    color: #097ce3;
}
.main-xzzf-tit a.active:after{
    content: "";
    height: .2rem;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #2d66a5;
}

.main-channel .main-list{
    display: flex;
    justify-content:space-between;
    border-bottom: 1px solid #bbb;
    margin-top: 20px;
}
.main-channel .main-list a{
    padding: 0 23px;
    font-size: 16px;
    width: 32.3%;
    box-sizing: border-box;
    display: inline-block;
    line-height: 40px;
    background-color: #1572c5;
    color: #fff;
  
}
.main-channel .main-list .active{
    background-color: #097ce3;
    color: #fff;
}
.main-channel .main-list1{
    padding: 0 20px;
    margin-top: 20px;

}
.main-channel .main-list1 ul{
    min-height: 270px;
}
.main-channel .main-list1 li{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    width: 100%;
    transition: all .25s ease;
}
.main-channel .main-list1 li:hover{
    background-color: #f5f7fa;
    transition: all .25s ease;
    padding: 0 5px;
}
.main-channel .main-list1 li a{
    margin-right: 10px;
    display: inline-block;
    max-width: 298px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-channel .main-list1 li span{
    color: rgb(153, 153, 153);
    display: inline-block;
    float: right;
    font-size: 14px;
}
.main-list1-more{
    padding: 20px 0;

}
.main-list1-more a{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background-color: rgb(231, 231, 231);
    font-size: 16px;
}

.main-channel .main-list1{padding: 0;width: 32.3%;border-bottom: 1px solid #bbb;min-height: 340px;}
.main-wrap{display: flex;justify-content: space-between;}
/* .main-channel .main-list{justify-content: normal;} */

/* ------------------------------ */
.head-zwgk{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    white-space: nowrap;
    line-height: 64px;
}
.head-hd {
    width: 1200px;
    margin: 80px auto 0;
}
.head-hd img {
    max-width: 100%;
    width: 855px;
}

/*.main-container .cont-titimg,.main-channel .cont-titimg{
    background: url(../images/xzzfgs_015.png) center no-repeat;
    width: 1044px;
    height: 116px;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 116px;

}*/

.main-container .cont-titimg, .main-channel .cont-titimg{
    background: #1a75c4;
    width: 1163px;
    height: 85px;
    margin: 22px auto;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 85px;
    border-radius: 10px;
}

.main-container .cont-titimg a,.main-channel .cont-titimg a{
    color: #fff;    
}


.main-channel h4 {
    color: #c4c4c4;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

/* 适老化 */
.wza-box{width: 1200px;margin: 0 auto;}

.oldModel .main-container li{width: auto;}
.oldModel .main-channel .main-list1 li a{   max-width: 212px;}