/* 导航 */

.navigation {
    background: #c70506;
    height: 40px;
}

.navigation .nav-ele {
    width: 1100px;
    height: 40px;
    line-height: 40px;
    background: #c70506;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.nav-ele li {
    text-align: center;
    /*float: left;*/
    display: inline;
    color: #fff;
    font-size: 20px;
    /*padding: 0 20px;*/
}

.nav-ele li span {
    /*padding-left: 20px;*/
}

.nav-ele li a {
    padding: 0 25px;
    color: #fff;
}

.nav-ele li a:hover {
    font-weight: bold;
}


/* 头图 */

.heaImg {
    height: 300px;
}

.heaImg img {
    width: 100%;
    height: 100%;
}


/* 资讯1 */

.title {
    height: 42px;
    background-color: #E5E1E1;
}

.title span {
    display: block;
    width: 271px;
    height: 42px;
    background: url(../images/titleback.png);
    line-height: 39px;
    font-size: 20px;
    color: #fff;
    ;
    font-weight: bold;
    padding-left: 19px;
}

.more {
    height: 44px;
    line-height: 30px;
    background-color: #F6F6F6;
    font-size: 14px;
    position: relative;
}

.more a {
    color: #C80506;
    position: absolute;
    top: 3px;
    right: 32px;
}

.list {
    width: 1098px;
    border: 1px solid #D9D9D9;
}

.list ul {
    background-color: #F6F6F6;
    padding: 0 15px;
}

.list ul li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #E5E1E1;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list ul li i {
    display: inline-block;
    width: 4px;
    height: 13px;
    background: #D00204;
    margin-right: 8px;
    margin-top: 3px;
}


/* 资讯2 */

.list2 {
    width: 538px;
    border: 1px solid #D9D9D9;
    height: 273px;
}

.list2 ul {
    background-color: #F6F6F6;
    padding: 0 15px;
}

.list2 ul li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #E5E1E1;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list2 ul li i {
    display: inline-block;
    width: 4px;
    height: 13px;
    background: #D00204;
    margin-right: 8px;
    margin-top: 3px;
}


/* 资讯3 */

.lunbo {
    width: 540px;
    height: 364px;
    position: relative;
    margin-right: 20px;
}

.lunbo .hd {
    position: absolute;
    height: 15px;
    overflow: hidden;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.lunbo .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}


.lunbo .hd ul li {
    float: left;
    margin-right: 9px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    background: #fff;
    color: #fff;
    cursor: pointer;
    list-style: none;
}



.lunbo .hd ul li.on {
    background: #0066CC;
    color: #0066CC;
}

.lunbo .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.lunbo .bd li {
    zoom: 1;
    vertical-align: middle;
    list-style: none;
}

.lunbo .bd li a span {
    padding-right: 80px;
    box-sizing: border-box;
    position: absolute;
    width: 540px;
    height: 37px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(51, 51, 51, 0.7);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    line-height: 37px;
    padding-left: 22px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.lunbo .bd li img {
    width: 540px;
    height: 364px;
}

.list3 {
    width: 538px;
    height: 362px;
    background-color: #F6F6F6;
    border: 1px solid #D9D9D9;
}

.list3 ul {
    padding: 15px 15px 0 15px;
}

.list3 ul li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #E5E1E1;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list3 ul li i {
    display: inline-block;
    width: 4px;
    height: 13px;
    background: #D00204;
    margin-right: 8px;
    margin-top: 3px;
}

.list3 .lunbomore {
    display: none;
}

.title1 {
    height: 37px;
    padding-top: 10px;
}

.title1 div {
    margin: 0 15px;
    border-bottom: 1px solid #D9D9D9;
}

.title1 span {
    display: block;
    width: 190px;
    height: 32px;
    border-bottom: 5px solid #C80506;
    line-height: 31px;
    font-size: 20px;
    color: #C80506;
    font-weight: bold;
}


/* 大轮播 */

.slideBox {
    width: 1100px;
    height: 550px;
    position: relative;
}

.slideBox .hd {
    position: absolute;
    height: 15px;
    overflow: hidden;
    right: 5px;
    bottom: 12px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 13px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    background: #fff;
    color: #fff;
    cursor: pointer;
    list-style: none;
    border-radius: 8px;
}

.slideBox .hd ul li.on {
    background: #0066CC;
    color: #0066CC;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    list-style: none;
}

.slideBox .bd li a span {
    padding-right: 80px;
    box-sizing: border-box;
    position: absolute;
    width: 1100px;
    height: 50px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(51, 51, 51, 0.7);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    line-height: 50px;
    padding-left: 22px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.slideBox .bd li img {
    width: 1100px;
    height: 550px;
}


/* 导语 */

.lead {
    background-color: #eee;
    position: relative;
    box-sizing: border-box;
    padding: 70px 35px 57px 35px;
}

.lead .lead-in {
    width: 148px;
    height: 42px;
    line-height: 42px;
    background-color: #C80506;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
}

.lead .lead-in img {
    float: right;
    margin-top: 14px;
}

.lead .content {
    text-indent: 2em;
}


/* 头条 */

.headline {
    display: block;
    margin-top: 20px;
    font-size: 34px;
    color: #C80506;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.doublel_more {
    display: none;
}

.doubler_more {
    display: none;
}

.list_more {
    display: none;
}

.oldinfo {
    display: flex;
    position: absolute;
    top: 30px;
    width: 1100px;
    margin-left: -550px;
    left: 50%;
    justify-content: flex-end;
}


.oldinfo .right_wza a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
    background: #fff;
    color: #F76B00;
    border: 1px solid #FC740D;
    border-radius: 2px 0px 0px 2px;
}

.oldinfo .right_slh a {
    background: #F79600;
    color: #fff;
    border: 1px solid #F79600;
    border-radius: 0px 2px 2px 0px;
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 18px;
    letter-spacing: 0.32px;
}

/* 适老化css */
.oldModel .title span {
    font-size: 24px;
}

.oldModel .list ul li {
    font-size: 20px;
}

.oldModel .more {
    font-size: 18px;
}

.oldModel .footer .footerbox .msg {
    font-size: 16px;
}

.oldModel .title1 span {
    font-size: 24px;
}

.oldModel .list3 ul li {
    font-size: 22px;
}

.oldModel .lunbo {
    width: 1200px;
}

.oldModel .lunbo .bd li {
    width: 1200px;
}

.oldModel .lunbo .bd li img {
    width: 100%;
}

.oldModel .lunbo .bd li a span {
    font-size: 22px;
}

.oldModel .list3 {
    width: 1200px;
}
