.header {
    background: url(../images/header_bg.png) no-repeat;
    width: 100%;
    height: 591px;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.sltzt_logo {
    padding-top: 41px;
    box-sizing: border-box;
    margin-bottom: 69px;
}

.sltzt_top_font {
    margin-bottom: 58px;
    text-align: center;
}

.sltzt_top_font img {
    width: 965px;
    height: auto;
}

.sltzt_logo a {
    display: block;
}

.pfzl2021_title {
    margin-top: 80px;
    margin-bottom: 126px;
}

.search {
    margin-bottom: 234px;
}

.search {
    background: url(//www.davidspodcast.com/image/search_bg.png) no-repeat !important;
    width: 485px !important;
    height: 56px !important;
    background-color: #ffffff !important;
    box-shadow: -2px 7px 6px 1px rgba(255, 205, 98, 0.36) !important;
    border-radius: 28px !important;
}

input#searchword {
    width: 350px !important;
    position: relative !important;
    top: 11px !important;
    left: 21px !important;
    height: 35px !important;
    border: none !important;
    background: #fff !important;
    outline: none !important;
    color: #aaa !important;
}

#btn {
    width: 31px !important;
    /* background: url(//www.davidspodcast.com/image/search_icon.png) no-repeat; */
    background: url(/image/xx_search.png) no-repeat !important;
    height: 28px !important;
    position: relative !important;
    float: right !important;
    margin-right: 15px !important;
    top: 15px !important;
    border: none !important;
    cursor: pointer !important;
    outline: none !important;
}

.top_content {
    width: 1200px;
    height: 158px;
    background: url(/image/top_title_bg.png) no-repeat;
    box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    /* text-align: center; */
    padding-top: 40px;
    box-sizing: border-box;
    margin-bottom: 44px;
}

.top_content .top_title {
    font-size: 28px;
    font-weight: bold;
    color: #b91d16;
    margin-bottom: 30px;
    margin-left: 166px;
}

.top_content .top_zy {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-left: 166px;
}

.top_content .top_zy a {
    font-size: 18px;
    font-weight: bold;
    color: #d2954a;
}

/* content s */
.content {
    padding-bottom: 50px;
    box-sizing: border-box;
}

/* location s */
.content .location {
    width: 100%;
	height: 84px;
    line-height: 84px;
	background-color: #dfdfdf;
}

.content .location .location_cont {
    display: flex;
    align-items: center;
    font-size: 16px;
	letter-spacing: 4px;
	color: #000000;
}

.content .location .location_cont a {
    color: #000000;
    font-size: 16px;
}

.content .location span {
    display: inline-block;
    width: 14px;
	height: 20px;
    background: url(../images/location.png) no-repeat;
    margin-right: 13px;
}
/* location e */

.content .cont_list .pfgl .detail_title {
    text-align: center;
    font-size: 24px;
	font-weight: bold;
	color: #b8000a;
    margin-top: 44px;
    margin-bottom: 46px;
}

.content .cont_list .pfgl .time_size ul {
    display: flex;
    /* justify-content: space-around; */
    margin-bottom: 54px;
}

.content .cont_list .pfgl .time_size ul li {
    font-size: 16px;
	color: #262626;
    margin: 0 auto;
}
