.pageBanner {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}

.nav {
    width: 100%;
    height: 50px;
    background-color: #e43516;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    width: 182px;
    height: 50px;
    box-sizing: border-box;
    border-bottom: solid 2px transparent;

    transition: all .4s;
}

.nav ul li a {
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    letter-spacing: 2px;
}

.nav ul li:hover,
.nav ul li.on {
    border-bottom: solid 2px white;

}

.page-main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.page-main .page-header {
    width: 625px;
    height: 121px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 55px;
}

.hdyg .page-header {
    background: url(../img/mode_header.png) center no-repeat;
}

.gezl .page-header {
    background: url(../img/mode1_header.png) center no-repeat;
}

.xwll .page-header {
    background: url(../img/mode2_header.png) center no-repeat;
}

.geyx .page-header {
    background: url(../img/mode3_header.png) center no-repeat;
}

.mtzy .page-header {
    background: url(../img/mode4_header.png) center no-repeat;
}

/* 活动预告 */

.hdyg ul li {
    width: 580px;
    height: 145px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
    border-radius: 73px;
    /* line-height: 102px; */
    margin-bottom: 30px;
    display: flex;
    float: left;
}

.hdyg ul li:nth-child(even) {
    float: right;
}

.hdyg ul li:last-child {
    margin-bottom: 0;
}

.hdyg ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.hdyg ul li b {
    display: block;
    width: 105px;
    height: 145px;
    float: left;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05); */
    border-radius: 73px;
    background: url(../img/laba_icon.png) center no-repeat;
    /* background-position: 22px 14px; */
}

.hdyg ul li .fr {
    width: 405px;
    margin-right: 45px;
    padding-left: 30px;
}

.hdyg ul li h3 {
    display: block;
    height: 61px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #e43516;
    max-width: 100%;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hdyg ul li i {
    display: block;
    float: left;
    line-height: 16px;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    margin-right: 41px;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hdyg ul li i::before,
.hdyg ul li em::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../img/time_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    /* margin-top: 43px; */
    margin-right: 10px;
}

.hdyg ul li i::before {
    background-image: url(../img/time_icon.png);
}

.hdyg ul li em {
    display: block;
    float: left;
    line-height: 16px;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    margin-right: 31px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hdyg ul li em::before {
    background-image: url(../img/address_icon.png);
}

.hdyg ul li:hover span {
    color: #e43516;
}

/* 感恩之路 */

.gezl li {
    width: 100%;
    height: 188px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.gezl li:last-child {
    margin-bottom: 0;
}

.gezl li .imgBox {
    width: 250px;
    height: 129px;
    background-color: #d92d2b;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}

.gezl li .fontBox {
    width: 870px;
    float: right;
    margin-right: 30px;
}

.gezl li .fontBox h3 {
    line-height: 26px;
    padding-top: 26px;
    overflow: hidden;
}

.gezl li .fontBox h3 span {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    max-width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gezl li .fontBox h3 i {
    display: block;
    float: right;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
}

.gezl li .fontBox h3 i::before {
    content: "";
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../img/time_icon.png) center no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-top: 5px;
}

.gezl li .fontBox p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* 希望力量 */

.xwll li {
    width: 380px;
    height: 244px;
    background-color: #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 6px;
    margin-bottom: 30px;
    position: relative;
}

.xwll li:nth-child(3n) {
    margin-right: 0;
}

.xwll li img {
    display: block;
    width: 100%;
    height: 100%;
}

.xwll li::after {
    content: "";
    width: 368px;
    height: 232px;
    background-color: rgba(21, 19, 19, .52);
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
}

.xwll li::before {
    content: "";
    width: 68px;
    height: 68px;
    background: url(../img/videoPlayIcon.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* 感恩于心 */

.geyx li {
    float: left;
    width: 380px;
    height: 240px;
    background-color: #fd1506;
    margin-right: 30px;
    margin-bottom: 30px;
}

.geyx li:nth-child(3n) {
    margin-right: 0;
}

.geyx li img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 媒体之音 */

.mtzy li {
    width: 100%;
    height: 115px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.mtzy li:last-child {
    margin-bottom: 0;
}

.mtzy li .date {
    width: 113px;
    height: 100%;
    float: left;
    position: relative;
}

.mtzy li .date::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 77px;
    background-color: #e43516;
    right: 0;
    top: 19px;
}

.mtzy li .date b {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #e43516;
}

.mtzy li .date span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #e43516;
    margin-top: 20px;

}

.mtzy li .fontBox {
    width: 1015px;
    float: right;
    margin-right: 50px;
    padding-top: 22px;
}

.mtzy li .fontBox h3 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.mtzy li .fontBox p {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #999999;
}

.detailsPage {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 30px;
}

.detailsPage .detailsTitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    padding-bottom: 25px;
    border-bottom: solid 1px #eeeeee;
}

.detailsPage .detailsFTitle {
    text-align: center;
    font-size: 0;
    padding-top: 20px;
    margin-bottom: 20px;
}

.detailsPage .detailsFTitle>* {
    display: inline-block;
    height: 18px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 1px;
    color: #666666;
    margin: 0 15px;
}

.detailsPage .detailsFTitle span::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/time_icon.png) center no-repeat;
    background-size: contain;
    float: left;
    margin-right: 10px;
}

.detailsPage .detailsFTitle i::before {
    content: "";
    display: block;
    width: 20px;
    height: 12px;
    background: url(../img/yanjin_icon.png) center no-repeat;
    background-size: contain;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.detailsPage .detailsInfo img {
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.searthList {
    margin-top: 50px;
}

.searthList li {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.searthList li:last-child {
    margin-bottom: 0;
}

.searthList li .date {
    width: 113px;
    height: 100%;
    float: left;
    position: relative;
}

.searthList li .date::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #e43516;
    right: 0;
    top: 19px;
}

.searthList li .date b {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #e43516;
}

.searthList li .date span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #e43516;
    margin-top: 10px;
}

.searthList li .fontBox {
    width: 1015px;
    float: right;
    margin-right: 50px;
    padding-top: 38px;
}

.searthList li .fontBox h3 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searthList li .fontBox p {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #999999;
}

.pageMove {
    text-align: center;
    font-size: 0;
}

.pageMove>* {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 15px;
    margin-top: 30px;
}

.pageMove .on {
    color: #e43516;
}