.header {
    background: url("/2023/header-top5.jpg") no-repeat center;
    background-size: auto 100%;
    width: 100%;
    height: 480px;
    margin-bottom: 60px;
}


/* 文字解读 */

.zc-plan-wz {
    margin-right: -20px;
    height: 480px;
}

.zc-plan-wz ul li {
    float: left;
    width: 638px;
    height: 98px;
    border: 1px solid #dddddd;
    margin-right: 20px;
    margin-bottom: 20px;
}

.zc-plan-wz-top {
    position: relative;
    margin: 10px;
    margin-left: 30px;
}

.zc-plan-wz-title {
    display: table-cell;
    vertical-align: middle;
    width: 480px;
    height: 80px;
    font-size: 20px;
    color: #333333;
    text-align: justify;
}

.zc-plan-wz-time {
    position: absolute;
    top: 0;
    right: 0;
    background: #e8f7fe;
    height: 80px;
    width: 100px;
}

.zc-plan-wz-time .m-time {
    text-align: center;
    font-size: 36px;
    color: #1b5395;
}

.zc-plan-wz-time .y-time {
    color: #1b5395;
    font-size: 14px;
    text-align: center;
}

.ywdt-slider {
    margin-bottom: 60px;
}

.ywdt-slider .slider {
    width: 640px;
    height: 360px;
    overflow: hidden;
}

.ywdt-slider .slider .bd li {
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.ywdt-slider .slider img {
    width: 100%;
    height: 360px;
    margin: 0 auto;
}

.ywdt-slider .slider .u-tit {
    text-align: center;
}

.ywdt-slider .slider .u-tit p {
    width: 100%;
}

.page-content {
    float: right;
    position: relative;
    width: 642px;
    height: 362px;
    border: 1px solid #ddd;
}

.page-plan {
    margin: 30px;
    display: none;
}

.page-content .prev-item {
    background: url(/2023/m-left2.png) center center no-repeat;
    height: 40px;
    width: 40px;
    bottom: 20px;
    right: 90px;
    position: absolute;
    display: block;
    opacity: 0.6;
    filter: opacity(0.6);
}

.page-content .prev-item:hover,
.page-content .next-item:hover {
    opacity: 1;
    filter: opacity(1);
}

.page-content .next-item {
    background: url(/2023/m-right2.png) center center no-repeat;
    height: 40px;
    width: 40px;
    bottom: 20px;
    position: absolute;
    right: 40px;
    display: block;
    opacity: 0.6;
    filter: opacity(0.6);
}

.page-title {
    text-align: center;
    font-size: 23px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 30px;
}

.page-text {
    font-size: 19px;
    color: #333333;
    line-height: 1.6;
    text-indent: 2em;
    text-align: justify;
}

.page-text a {
    color: #1b5395;
    font-size: 16px;
}

.select-on {
    background: url(/2023/tab7_select_on.png) no-repeat center !important;
    color: #1b5395 !important;
    height: 140px !important;
}

.select-list {
    margin-right: -25px;
    height: 200px;
}

.select-list ul li {
    float: left;
    background: url(/2023/tab7_select.png) no-repeat center;
    /* text-align: center; */
    /* line-height: 120px; */
    height: 120px;
    width: 300px;
    color: #333333;
    margin-right: 33px;
}
.select-list ul li:last-child{
    margin-right: 0px;
}


.select-list ul li a {
    margin-top: 20px;
    display: block;
}

.select-list ul li img {
    margin-left: 30px;
    margin-right: 30px;
}

.select-list ul li span {
    font-size: 24px;
}

.con {
    display: none;
    margin-right: -20px;
}

.show {
    display: block;
}